On 16.02.2012 10:20, Josh Mesilane wrote: > I too have tried to get this working under both Linux and Windows and in > both I've had soundcard errors. Is there any trick to executing the > program so that it can detect the soundcard? > > What Linux distro did you use?
I'm using Ubuntu Maverick. AFAIK c2demo only checks if there's a /dev/dsp present (not the ALSA style /dev/snd/* ) I can only start it using the following very dirty trick: Open two terminals. In the first: sudo touch /dev/dsp The start c2demo in the second terminal with: aoss ./c2demo Return to the first terminal and delete: rm /dev/dsp Now I can use c2demo... Regards, Andreas Weller, DF1PAW ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
