Questions:

- e-speak & Xml -> Stephanie - ça marche pour toi?
- aussi, comment est la relation des métadonnées d'un fichier media joue sur le web?

- SoX pour utilisation Radio & collection audio ensemble - ou comment faire un set musicale / documentaire avec une sauce samedies

Propositions:

- Samedies jingle + émission radio Acta
- local radio distribution :-)

- ajouter des tags:

vorbiscomment
Included in the  vorbis-tools package, this tool allows to edit or remove any tag(s)  from an Ogg Vorbis file. You can also add any tag name and value. I use  this in scripts to perform several edits on tags, like the one below,  which clears all the tags in an Ogg Vorbis file:

#!/bin/bash

echo "OGG Tag Remover"
echo "Creating empty file..."
touch file

echo "Starting to remove all tags in OGG files..."
for i in *.ogg; do    echo "Executing command 'vorbiscomment -w \"$i\" -c file'..."
    nice -n 15 vorbiscomment -w "$i" -c file
done

echo "Removing empty file..."
rm file

echo "Done! All tags removed."

- http://vivapinkfloyd.blogspot.com/2008/05/how-to-manipulate-audio-files-using-cli.html

Gnome wave cleaner -> pour nettoyer des sons
http://en.wikipedia.org/wiki/Gnome_Wave_Cleaner