bla
This commit is contained in:
parent
ab23dc9897
commit
7d0e302e09
|
@ -2,7 +2,7 @@
|
|||
# tth@konrad:~/Devel/Fortraneries/SoundBrotching/c-tools$
|
||||
#
|
||||
|
||||
COPT = -Wall -Wextra -g -DDEBUG_LEVEL=1
|
||||
COPT = -std=c11 -Wall -Wextra -g -DDEBUG_LEVEL=1
|
||||
|
||||
all: text2wav wav2text text2ao
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Support utilities for SoundBrotching.
|
|||
|
||||
Conversion d'un fichier son en texte machinable, actuellement
|
||||
en *space separated*, directement utilisable par `Awk`.
|
||||
Un export `csv` est planifié. Ce prgramme ne prend
|
||||
Un export `csv` est planifié. Ce programme ne prend
|
||||
pas (encore) d'options.
|
||||
|
||||
Usage : `wav2txt 1337.wav > fichier.txt`
|
||||
|
@ -14,6 +14,8 @@ Usage : `wav2txt 1337.wav > fichier.txt`
|
|||
### text2wav
|
||||
|
||||
Conversion d'un fichier texte en fichier son.
|
||||
En principe, réalise l'opération inverse de celle que
|
||||
fait *wav2text*.
|
||||
|
||||
### text2ao
|
||||
|
||||
|
|
Loading…
Reference in New Issue