gap-dev-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gap-dev-discuss] Cynthiune : add an alsa backend for linux


From: Sebastian Reitenbach
Subject: Re: [Gap-dev-discuss] Cynthiune : add an alsa backend for linux
Date: Sat, 05 May 2012 13:51:43 +0200
User-agent: SOGoMail 1.3.14

On Thursday, May 3, 2012 21:53 CEST, Philippe Roussel <address@hidden> wrote:

> Le 03/05/2012 19:26, Philippe Roussel a écrit :
> >> The test FLAC file I use can be found here.
> >> http://code.google.com/p/cs-4244-mkl/source/browse/trunk/project-4/GSTT/mike-test.flac?r=202
> >
> > I'll try to reproduce this tonight and hopefully fix the problem.
> >
> > We may have other problems like this with files not using 16 bits per
> > sample, I guess you was the FIXME in the code. We would have to get this
> > information from the song but in the backend we only have access to raw
> > data.
>
> Can you test with the attached file instead of the first one I sent ?
>
> When the sample rate changes we have to close end reopen the device but
> the player only calls prepareDeviceWithChannels:andRate:
>
> And there's one more problem : with this new version I can listen to the
> flac file after one my files at 44100 but I had to configure libao to
> use PulseAudio, it doesn't work with ALSA...

It does work for me on OpenBSD. On OpenBSD, libao directly uses
sndio. The libao package is configured with the following parameters:

                --disable-arts \
                --disable-esd \
                --disable-nas \
                --disable-pulse


So, now I need to check how I can apply that on the Sndio backend ;)

thanks,
Sebastian

>
> Thanks,
> Philippe







reply via email to

[Prev in Thread] Current Thread [Next in Thread]