osxaudiosink: use ear speaker on iOS
Mailing List SVR
lists at svrinformatica.it
Wed Jul 4 05:33:00 UTC 2018
Hi,
in an iOS app if I do something like this:
|AVAudioSession*mySession =[AVAudioSessionsharedInstance]; ||NSError*audioSessionError =nil;[mySession
setCategory:AVAudioSessionCategoryPlayAndRecorderror:&audioSessionError]; ||[mySession setActive:YES error:&audioSessionError];|
|then the audio is routed to the ear speaker, but this configuration has
no effect when using osxaudiosink.
osxaudiosink seems to always use the default speaker. Is there a way to
use the ear speaker with osxaudiosink?
thanks
Nicola
|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180704/f2907045/attachment.html>
More information about the gstreamer-devel
mailing list