This is meant to be the first several seconds of Flandre's Theme, but you can barely hear it. Looking for possible remixers to improve it. How I prepared a spectrogram for this (though there are definitely better ways): - Open the sound in Audacity. - Mix the track to mono if necessary. - Set the track to view a spectrogram. Use spectrogram settings to make sure it's greyscale. - Increase the 'zero padding' attribute to max to capture the most detail from the spectrogram. - Print-screen, and crop just the spectrogram out and paste into GIMP. Stretch/squish it until 30 pixels horizontally = 1 second and cut it before 480 pixels (hopefully 16 seconds). - Audacity's greyscale spectrograms are coloured from RGB=214 for no sound to RGB=46 for maximum sound, so use 'curves'/'levels' to normalize that to RGB=255 and RGB=0 respectively. - Convert the brightness values from (negative) decibels to volume. I approximated this in GIMP with the 'curves' filter and a straight-line approximation of an exponential curve with points at (0,255), (20,123), (45,50), (54,35), (63,29), (95,10) and (134,2). (The colour sensing is too coarse to perform the calculation in Scratch.)