summaryrefslogtreecommitdiff
path: root/doc/handsfree-audio-api.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc/handsfree-audio-api: Add Acquire methodLuiz Augusto von Dentz2017-05-041-0/+16
| | | | | | | | | | | | | | | This adds Acquire method which can be used by agents that require pulling the fd directly instead of waiting a NewConnection. Note: sounds servers like PulseAudio do auto suspend streams when idle for a certain amount of time and once anything happens it will resume the stream, though this all happens in the so called IO thread in a blocking fashion making it impossible to receive the fd via NewConnetion causing the stream to fail to resume. There are other forms to work around but this seems to be most convenient as we do want the auto suspend feature to work properly but letting the stream to fail to resume may create unexpected artifacts while the NewConnection is handled in main thread.
* handsfree-audio: add type for our audio cardsSimon Fels2015-10-051-0/+4
| | | | | | When registering audio cards for the handsfree and gateway roles we need a way for our users to differentiate between both to decide which of them they start using for their purpose.
* doc: Add Handsfree Audio Card "Connect" errorsClaudio Takahasi2013-03-211-0/+6
|
* doc: Add possible handsfree-audio API errorsClaudio Takahasi2013-02-261-0/+7
| | | | | This patch adds possible errors that can be returned by Register and Unregister methods of the Manager interface.
* doc: Add experimental handsfree-audio APIDenis Kenzior2013-02-191-0/+96