i would like to stream the microphone input of my Linux OpenWRT-device over the network. The soundcard is already working. Is there any simple way to stream the microphone input over the network (without compression is ok ...)?
Asked
Active
Viewed 1,946 times
1 Answers
0
SSH in and get the raw audio data via arecord
.

Ignacio Vazquez-Abrams
- 776,304
- 153
- 1,341
- 1,358
-
Thank you! Is there a way without arecord? – Christoph J. Sep 27 '12 at 09:31
-
Yes. Use some other app that understands ALSA. – Ignacio Vazquez-Abrams Sep 27 '12 at 12:29