Pythonic sound generator
[naja.git] / data / sounds / SOURCES.txt
1 Sources of sound files
2 ======================
3
4 General Notes:
5     On Ubuntu Saucy and Trust, offenc segfaults while encoding the PCM files so you might want to try
6       sox -t raw -e signed-integer -c 2 -r 44100 -b 16 beep100.pcm my_sound.ogg
7     on those instead.
8
9 See __init__.py and tools/gen_sound.py