Hacker News new | past | comments | ask | show | jobs | submit login

looks like music (.wav) files...?

from the github:

  > Extract game music from the gog game files:
    bchunk -w “game.gog file location” “game.cue file location” track

    (Music tracks will extract in to current working directory (track02 -track11.wav).)



Original soundtrack was streamed from the CD. Seems like compressing to mp3 would be a big help


Decoding would probably be an issue. It’s already on the cusp with the current audio files, mP3s would probably throw it over the edge.


Assuming for the sake of argument that playing back mp3s during gameplay is beyond this device, resampling the wav files to halve the sampling rate when extracting them certainly isn't. You'd get half the storage back, the audio presumably wouldn't suck any worse than it already does on that little device, and it should all work since the 44.1Khz sampling rate isn't baked into the wav file standard (but who cares, you've got the Quake source code anyhow).

It'd be an interesting exercise to see how much you could lower the sample rate without it sucking. On second thought, you could convert stereo to mono first, without even worrying about the sampling rate, and get half the space back. But I'm sure you could do more.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: