Ticket #1016 (closed enhancement: fixed)

Opened 7 months ago

Last modified 6 months ago

Native Linux ALSA audio device backend implementation

Reported by: bennylp Owned by: nanang
Priority: normal Milestone: release-1.6
Component: audiodev Version: trunk
Keywords: Cc:

Description

Port Linux ALSA audio device backend implementation from the old sound device API to the pjmedia_audiodev framework.

Change History

Changed 7 months ago by bennylp

  • milestone changed from Known-Issues-and-Ideas to release-1.7

Changed 7 months ago by bennylp

  • milestone changed from release-1.7 to release-1.6

Changed 6 months ago by bennylp

Initial implementation in r3079

Changed 6 months ago by bennylp

  • status changed from new to closed
  • resolution set to fixed

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.