Hi,
I am new in gstreamer and I created simple app IOS which should capture audio from microphone and store locally inf file. I used :
osxaudiosrc → wavenc → filesink
and
autoaudiosrc → wavenc → filesink
In both, empty file is created and pipeline is immediately paused after state PLAYING.
Are those sources correct for capturing audio from microphone on iOS device ? What am I missing ?
thanks in advance for your help