[Bug 711764] osxaudiosrc: Produces broken audio for any sample rate other than 44100Hz

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 7 05:26:46 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=711764
  GStreamer | gst-plugins-good | git

Robert Swain <robert.swain> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robert.swain at gmail.com

--- Comment #4 from Robert Swain <robert.swain at gmail.com> 2014-08-07 12:26:43 UTC ---
This also affects Mac OS X. For example:

GST_DEBUG=2 gst-launch-1.0 osxaudiosrc !
audio/x-raw,format=S32LE,rate=48000,layout=interleaved ! audioconvert !
osxaudiosink

Spits a lot of:

0:00:00.082529000 52000    0x101a27f80 WARN             osxaudiosrc
gstosxaudiosrc.c:288:gst_osx_audio_src_io_proc:<osxaudioringbuffer1>
AudioUnitRender returned -10863

It seems to be something along the lines of what is suggested in comment 3.
According to
https://developer.apple.com/library/ios/documentation/AudioUnit/Reference/AUComponentServicesReference/Reference/reference.html
an error return of -10863 has a key of kAudioUnitErr_CannotDoInCurrentContext .
A bit of searching about that seems to suggest topics of setting various things
on the device instead of the AudioUnit HAL or about the sharing of devices.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list