#1191 closed enhancement (fixed)
Support for low latency audio I/O capability on iOS (thanks to Seth Hinze for the patch)
Reported by: | ming | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.10 |
Component: | pjmedia-audiodev | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by ming)
On iOS, application can now set the audio I/O latency by using PJMEDIA_AUD_DEV_CAP_INPUT_LATENCY / PJMEDIA_AUD_DEV_CAP_OUTPUT_LATENCY, which can set the latency (via Audio Session's property kAudioSessionProperty_PreferredHardwareIOBufferDuration) to as low as 5 ms.
Change History (3)
comment:1 Changed 14 years ago by ming
- Description modified (diff)
comment:2 Changed 14 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 14 years ago by ming
- Summary changed from Support for low latency audio I/O capability on iOS to Support for low latency audio I/O capability on iOS (thanks to Seth Hinze for the patch)
Note: See
TracTickets for help on using
tickets.
(In [3398]) Fixed #1174, #1191, #1192