Opened 17 years ago
Last modified 16 years ago
#463 closed enhancement
Configuration option to have external sound device implementation — at Version 3
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-1.0-rc1 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Currently pjmedia allows selection of audio backend via build settings (the PJMEDIA_SOUND_IMPLEMENTATION macro), and with this setting one can select either of this backend implementation:
- PortAudio (the default)
- DirectSound (deprecated)
- Null device (just to let the build process go through).
This implies that new sound backend implementation must create a new configuration macro, which is not ideal since it requires modification to the source.
With the "external" option, no sound device backend will be provided in pjmedia library, so this would enable application to provide it's own sound device backend implementation (by just linking the application with the implementation).
Change History (3)
comment:1 Changed 17 years ago by bennylp
- Priority changed from normal to minor
comment:2 Changed 17 years ago by bennylp
- Owner changed from nanang to bennylp
comment:3 Changed 17 years ago by bennylp
- Description modified (diff)