On Fri, Jul 29, 2011 at 2:25 AM, Fredrik Lingvall <[email protected]> wrote:
> On 07/29/11 09:09, Søren Hauberg wrote:
>> I am not an expert here, but I think this is related to PulseAudio being
>> the audio system on modern distributions. You might want to try the
>> patch suggested at
>>
>>   http://savannah.gnu.org/patch/?7530
>>
>> You should be able to make this change locally on your own system
>> without the need for recompiling anything.
>>
>> Søren
>>
>>
> You can also try this: http://folk.uio.no/fl/aaudio.shtml
>
> /Fredrik

IMHO Fredrik's aaudio is the way to go; I've been using it for a long
time. It requires this patch though, at least on my systems; without
it, the command aplayrec is miscompiled:

diff -rup aaudio-0.2.1/src/Makefile aaudio-patch/src/Makefile
--- aaudio-0.2.1/src/Makefile   2009-08-20 04:04:04.000000000 -0500
+++ aaudio-patch/src/Makefile   2010-02-24 19:55:45.000000000 -0600
@@ -45,7 +45,7 @@ atrecord.oct : oct_atrecord.o aaudio.o
        $(DLDCC) $(LIBDIRS) $^ -o $@

 aplayrec.oct : oct_aplayrec.o aaudio.o
-       $(DLDCC) -lpthread $^ -o $@
+       $(DLDCC) $(LIBDIRS) -lpthread $^ -o $@

 ainfo.oct : oct_ainfo.o aaudio.o
        $(DLDCC) $(LIBDIRS) $^ -o $@

HTH,

-- 
Miguel Bazdresch

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to