![]() |
Anyone out there understand pulseaudio sources and sinks?
I am looking for anyone who knows how pulseaudio sources and sinks work, how they are connected together and how the various pa_sink_xxx and pa_source_xxx APIs (those related to creating sinks and linking things together and such specifically)
More specifically I am working on building a map of all the sinks and sources in Maemo Fremantle connected with the voice side of things and the module-nokia-voice module so I can map where audio going into that module comes from and where audio comming out of that module goes to. Anyone who can help, please let me know (here or in IRC, I am in IRC a lot these days) |
Re: Anyone out there understand pulseaudio sources and sinks?
I dunno how useful this would be but the recaller app deals with audio sinks and sources, so maybe the maintainer of recaller could help?
That is if they're still around... Either way the following code specifies different pulsesrc devices with their matching sink and source. Code: Code:
if self.source == "Phone": If you can't read python it's similar to the following C code: Code:
if (strcmp(source, "phone") == 0) { |
Re: Anyone out there understand pulseaudio sources and sinks?
Ended up finding some people on #pulseaudio that could answer my questions.
|
All times are GMT. The time now is 00:40. |
vBulletin® Version 3.8.8