Audio support now creates OGG instead of WAV
authorJoar Wandborg <git@wandborg.com>
Sat, 11 Aug 2012 23:57:00 +0000 (01:57 +0200)
committerJoar Wandborg <git@wandborg.com>
Sat, 11 Aug 2012 23:57:00 +0000 (01:57 +0200)
commit549000d9911938b88328e15196ff6b3b00fff740
treec691a9134e5099a1728f32a50d5c9ed57584afe9
parent089508d07b29eadefefb9851ad1b5b7292b8e9b2
Audio support now creates OGG instead of WAV

While creating the spectrogram, and alternative version of the audio
file has been needed. Before this, it has been a WAV format file, the
issue with WAV is that it takes a lot of space. Starting with this it
will be an OGG file.

Rejoice :)
mediagoblin/media_types/audio/processing.py