Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Sndfile | AO Errors

Kilian edited this page Mar 18, 2020 · 1 revision
  • 29 : E_AUDIO_DRIVER

As stated in the API Documentation of ao_default_driver_id(), which is the function that retrieves the default live output audio driver ID, this process can fail. If so, there isn't any usable audio output device.

  • 38 : E_AUDIO_OPEN

As stated in the API Documentation of sf_open(), which is a function that replicate open() for audio streams, this process can fail. If so, the given file can't be opened and used afterwards.

  • 39 : E_AUDIO_CLOSE

As stated in the API Documentation of sf_close(), which is a function that replicate close() for audio streams, this process can fail. If so, the given file can't be closed.

  • 40 : E_DEVICE_OPEN

As stated in the API Documentation of ao_open_live(), which is the fonction to open a live playback audio device, this process can fail. If so, no audio output is possible.

  • 41 : E_DEVICE_CLOSE

As stated in the API Documentation of ao_close(), which is the function that closes the audio device and free related memory, this process can fail. If so, the given device can't be closed.

Clone this wiki locally