Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • .. whereas the encoding part is not that easy. While many guides suggest aplay -f s16_le -r 8000 or aplay -f s16_be -r 8000 on the output of /dev/ttyUSB1 (and similarly arecord for the input), I just get noise, also with many other settings to aplay or ffmpeg/ffplay. AT^CVOICE? gives 0,8000,16,20. Commented Apr 22, 2018 at 8:35
  • How to save/record audio to file and send another content from an input file?
    – auino
    Commented Jun 11, 2020 at 9:52
  • @auino: aplay --help: Usage: aplay [OPTION]... [FILE].... Similar for arecord. Thee the help for aplay and arecord. Commented Jun 14, 2020 at 10:05