let string_of_format = function
| WAV w -> WAV.to_string w
| Ogg w -> Ogg.to_string w
| MP3 w -> MP3.to_string w
| Shine w -> Shine.to_string w
| Flac w -> Flac.to_string w
| AACPlus w -> AACPlus.to_string w
| VoAacEnc w -> VoAacEnc.to_string w
| External w -> External.to_string w
| GStreamer w -> GStreamer.to_string w