Add the possibility to dump the generated audio to a file instead of playing it.
authorSimon Schubert <corecode@dragonflybsd.org>
Sun, 22 Apr 2007 22:04:20 +0000 (22:04 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Sun, 22 Apr 2007 22:04:20 +0000 (22:04 +0000)
commitd06ffeef44ea75fe8ce597df43648d143701a4f4
treede0b7c73ee19c7bfce2406c8738c69dd25a89d9c
parent0fa1a74942076f8a119cd024fbbddaa698d929b2
Add the possibility to dump the generated audio to a file instead of playing it.

This can be used to create morse mp3s from input texts, like this:

morse -o | lame -r -s 44.1 -x -m m --resample 11 - morse.mp3

Add a comment on the timing calculation.
games/morse/morse.6
games/morse/morse.c