Page 1 of 1

logging sound output to uncompressed wav file

Posted: Mon Apr 04, 2022 5:51 pm
by WhiteMagicRaven
as title says
logging sound output to uncompressed wav file


I mean emulator to be able to write uncompressed wav file in exact output quality (parameters) of specific console output sound format. if console output audio at 22khz write 22khz audio.
I wanted it mainly for sega saturn

Re: logging sound output to uncompressed wav file

Posted: Mon Apr 04, 2022 9:33 pm
by Tafoid
WhiteMagicRaven wrote: Mon Apr 04, 2022 5:51 pm as title says
logging sound output to uncompressed wav file


I mean emulator to be able to write uncompressed wav file in exact output quality (parameters) of specific console output sound format. if console output audio at 22khz write 22khz audio.
I wanted it mainly for sega saturn

To my knowledge all .wav files output are uncompressed.
Try using -samplerate 22050 along with -wavwrite file.wav to capture at the khz you desire.