post_excerpt) { $description = $post->post_excerpt; } else { $description = substr(strip_tags($post->post_content),0,220); } } ?>
12
Mar

The Freesound blog has a discussion on audio codecs and the high bandwidth problems they’re facing.
The most sensible solution seems to be use of flac instead of wav format. FLAC is lossless, unlike MP3; and it’s specially designed for compression of audio files, unlike zip or bz2 or other general-purpose compression formats.

The problem is lack of user-friendly tools. The ones that are available have various drawbacks …

Surely it can’t be that hard to write a thin GUI wrapper for the command line that can convert back and forth?

One Response to “freesound’s bandwidth”

Add reply