Opened 15 years ago
Closed 15 years ago
#1016 closed enhancement (fixed)
Native Linux ALSA audio device backend implementation
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.6 |
Component: | pjmedia-audiodev | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Port Linux ALSA audio device backend implementation from the old sound device API to the pjmedia_audiodev framework.
Change History (4)
comment:1 Changed 15 years ago by bennylp
- Milestone changed from Known-Issues-and-Ideas to release-1.7
comment:2 Changed 15 years ago by bennylp
- Milestone changed from release-1.7 to release-1.6
comment:3 Changed 15 years ago by bennylp
comment:4 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note:
To use this implementation instead of PortAudio, specify the following in your config_site.h:
#define PJMEDIA_AUDIO_DEV_HAS_ALSA 1 #undef PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO #define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 0
Note: See
TracTickets for help on using
tickets.
Initial implementation in r3079