Fortraneries/SoundBrotching/c-tools/README.md

24 lines
498 B
Markdown
Raw Normal View History

2022-03-31 22:14:11 +02:00
# C tools
Support utilities for SoundBrotching.
### wav2text
2023-12-18 00:49:51 +01:00
Conversion d'un fichier son en texte machinable, actuellement
en *space separated*, directement utilisable par `Awk`.
2024-02-06 17:05:02 +01:00
Un export `csv` est planifié. Ce programme ne prend
2023-12-18 00:49:51 +01:00
pas (encore) d'options.
Usage : `wav2txt 1337.wav > fichier.txt`
2022-03-31 22:14:11 +02:00
### text2wav
Conversion d'un fichier texte en fichier son.
2024-02-06 17:05:02 +01:00
En principe, réalise l'opération inverse de celle que
fait *wav2text*.
2022-03-31 22:14:11 +02:00
### text2ao
Envoi d'un fichier texte vers une sortie audio.