> sox: Length in output .wav header will be wrong since can't seek to fix it > opening socket, format = 0x00002021 at 44100 Hz
This is not a problem. > esdrec > gugus.wav That this generates no data is a problem. You'll have to figure out how to get sound off of your soundcard, then plug that into the framework I sketched. Some ideas: - perhaps you're running alsa or something else, and that's hogging the soundcard? - or, try: sox -t ossdsp /dev/dsp -t raw -s -w -r 44100 -c 2 - where /dev/dsp is your soundcard. - if you can generate data but but it's silence, then check your mixer. - and, actually, now I think about it, I think you need to run esd (the esound daemon) first. Sorry, I forgot about that. Good luck, and let me know how you get on. Steve -- smblott ------------------------------------------------------------------------ smblott's Profile: http://forums.slimdevices.com/member.php?userid=2248 View this thread: http://forums.slimdevices.com/showthread.php?t=21446 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
