Displaying 7 results from an estimated 7 matches for "ao_example".
2015 Jun 14
2
Sound glitch when using libvorbisfile and libao
Hi there,
I've been grappling with this for some time, so I'm finally breaking down
and trying this list.
I'm trying to integrate libvorbisfile and libao to create a simple sound
file player, a la ogg123. To do this, I borrowed heavily from ao_example.c
and vorbisfile_example.c. I feed the buffer from ov_read into ao_play in a
simple loop. It usually works, but occasionally all it does is make a
strange sound and quickly finishes. I cannot dependably reproduce it. The
same problem does not happen when I use ogg123, so I'm sure I'm doing...
2001 Oct 24
3
Almost there...
Ok, I managed to compile the Ogg and Vorbis libs. Then, after modifying
the file audio_out.c as follows:
original: #include <dlfcn.h>
modified: #include <win32/include/dlfcn.h>
I was able to (finally!) compile libao.
Then I tried to compile the module vorbis-tools, but uninvited problems
came to my party.
[...]
> /usr/bin/ld: multiple definitions of symbol _getopt
>
2011 Feb 22
0
libao 1.1.0 released
...headphone plug/unplug, other hardware events
* Fix Pulse driver handling of empty channel matrix
* Fix Roar driver to not block on SLP lookup during probe
* Improve/correct latency setup in ALSA (see Trac #1762)
* Add missing ctype.h header in build (see Trac #1760)
* Correct ao_example.c source to not pass dangling pointer for
the matrix argument.
* Fix 24 bit playback in ALSA plugin
* Fix segfaults when closing a driver that did not successfully open.
* Fix building Mac OS X driver AUHAL compilation for 10.5
* Fix compilation of sndio plugin
Improvements i...
2015 Jun 14
0
Sound glitch when using libvorbisfile and libao
...wrote:
> Hi there,
> I've been grappling with this for some time, so I'm finally breaking
> down and trying this list.
>
> I'm trying to integrate libvorbisfile and libao to create a simple
> sound file player, a la ogg123. To do this, I borrowed heavily from
> ao_example.c and vorbisfile_example.c. I feed the buffer from ov_read
> into ao_play in a simple loop. It usually works, but occasionally all
> it does is make a strange sound and quickly finishes. I cannot
> dependably reproduce it. The same problem does not happen when I use
> ogg123, so I...
2011 Feb 22
0
libao 1.1.0 released
...headphone plug/unplug, other hardware events
* Fix Pulse driver handling of empty channel matrix
* Fix Roar driver to not block on SLP lookup during probe
* Improve/correct latency setup in ALSA (see Trac #1762)
* Add missing ctype.h header in build (see Trac #1760)
* Correct ao_example.c source to not pass dangling pointer for
the matrix argument.
* Fix 24 bit playback in ALSA plugin
* Fix segfaults when closing a driver that did not successfully open.
* Fix building Mac OS X driver AUHAL compilation for 10.5
* Fix compilation of sndio plugin
Improvements i...
2015 Jun 14
2
Sound glitch when using libvorbisfile and libao
...> wrote:
>
> Hi there,
> I've been grappling with this for some time, so I'm finally breaking down
> and trying this list.
>
> I'm trying to integrate libvorbisfile and libao to create a simple sound
> file player, a la ogg123. To do this, I borrowed heavily from ao_example.c
> and vorbisfile_example.c. I feed the buffer from ov_read into ao_play in a
> simple loop. It usually works, but occasionally all it does is make a
> strange sound and quickly finishes. I cannot dependably reproduce it. The
> same problem does not happen when I use ogg123, so I'm...
2001 Oct 23
4
Problems compiling under OS X
While trying to compile libao 0.8.0 under OS X 10.1, I got the following
problems:
> [localhost:ecc/Sources/libao-0.8.0] root# ./configure
> creating cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... found
>