From 7d0e302e09d9a039145e173b2474fdbd70bc6e73 Mon Sep 17 00:00:00 2001 From: tTh Date: Tue, 6 Feb 2024 17:05:02 +0100 Subject: [PATCH] bla --- SoundBrotching/c-tools/Makefile | 2 +- SoundBrotching/c-tools/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/SoundBrotching/c-tools/Makefile b/SoundBrotching/c-tools/Makefile index 6cf37fd..4306a6a 100644 --- a/SoundBrotching/c-tools/Makefile +++ b/SoundBrotching/c-tools/Makefile @@ -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 diff --git a/SoundBrotching/c-tools/README.md b/SoundBrotching/c-tools/README.md index 98b835e..73a2fd2 100644 --- a/SoundBrotching/c-tools/README.md +++ b/SoundBrotching/c-tools/README.md @@ -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