search for: marshallmason2

Displaying 5 results from an estimated 5 matches for "marshallmason2".

2015 Jun 14
2
Sound glitch when using libvorbisfile and libao
Hi Gunter, I think this problem started happening when I upgraded from Debian Wheezy to Debian Jessie. If nothing looks amiss in my code, it probably is a sound driver problem. But since it works 100% of the time in ogg123, I feel I must have missed some corner case. My audio driver is almost always active. I usually have my music player going in the background when I do my testing. The problem
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
2015 Jun 14
0
Sound glitch when using libvorbisfile and libao
How can this problem be reproduced? If you have an specific .ogg file that gives problems it would be helpful to have them so we can try to reproduce them. Kind regards, Gunter. On So, Jun 14, 2015 at 7:10 , Marshall Mason <marshallmason2 at gmail.com> 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 h...
2015 Jun 27
0
Sound glitch when using libvorbisfile and libao
...sure why, when the system is busy, the buffer needs more data before ao_play is called. All I can think of is that there might be some sort of race condition and ov_read is filling the buffer too slowly to keep up with ao_play. Thanks, Marshall On Sun, Jun 14, 2015 at 10:02 AM, Marshall Mason <marshallmason2 at gmail.com> wrote: > Hi Gunter, > I think this problem started happening when I upgraded from Debian Wheezy > to Debian Jessie. If nothing looks amiss in my code, it probably is a sound > driver problem. But since it works 100% of the time in ogg123, I feel I > must have missed...
2015 Jun 14
2
Sound glitch when using libvorbisfile and libao
...eterpall.de> wrote: > How can this problem be reproduced? If you have an specific .ogg file that > gives problems it would be helpful to have them so we can try to reproduce > them. > > Kind regards, > > Gunter. > > On So, Jun 14, 2015 at 7:10 , Marshall Mason <marshallmason2 at gmail.com> > 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 borr...