hadeutscher / HaSuite

A suite of MapleStory utilities
Mozilla Public License 2.0
95 stars 66 forks source link

[Enhancement] Flac file export #4

Closed PratikBhusal closed 6 years ago

PratikBhusal commented 6 years ago

I was wondering if there was any way to directly extract and export the music into a lossless format (eg: .flac) for archival purposes. I probably do not have the qualifications to do much, but if necessary I can do my best to contribute as much as i can.

icelemon1314 commented 6 years ago

first you can dump the music file,and then use other software convert to flac format.

fenying commented 6 years ago

Actually I think it makes no sense, becuase the music insides .wz files is not lossless.

Kagamia commented 6 years ago

Almost all of the sounds are stored as mp3 format, but mp3 is lossy. The conversion is meaningless.

Others are PCM/WAV for sound effects but I think u wont need them :)

PratikBhusal commented 6 years ago

@fenying if most of the music already inside the .wz files are not lossless, wouldn't exporting as a mp3 further reduce the audio quality?

Kagamia commented 6 years ago

@PratikBhusal Exporting is simply a file-bytes-copy function, it wouldn't have any compress/decompress/resampling/codec functions.

PratikBhusal commented 6 years ago

Ah okay. Thank you for the information! I will close this then.