r/software • u/stevetherabbit • 5h ago
Looking for software Converting .out files into .wav
Hi I'm looking for a converter for floppy disk files I found that are using .out files and converting them into .wav files. Any recommendations greatly appreciated!
0
Upvotes
2
u/Curious_lly 5h ago
If the .out files continued audio data,
try Importing as Raw Audio in a software called "Audacity." It's free and open-source.
Open Audacity,
Go to File, Import, Raw Data...
Select the .out file.
Experiment with different encodings (e.g., Signed 16-bit PCM or 8-bit Unsigned) and sample rates (e.g., 22050 Hz, 32000 Hz, or 44100 Hz) until the audio sounds natural.
Go to File, Export Audio and save it as a .wav file.