It was generated online and downloaded as an m4a. I then converted to .wav
It’s got a sample rate of 48kHz. Beyond that I’m not sure. I’ve attached the file below.
Bottom line is I’m trying to send a voice response of something like “The target is present”. I’ve been able to do that straight to command line with ‘say’ for Macs, but haven’t had any success finding an equivalent commands with other platforms like windows.
Interesting. You’re trying to play it locally in Python, right? What sound library are you using? This can be found under preferences. By default it will use whatever library is listed first, I recommend either sounddevice or PTB. You could also experiment with other sound formats. mp3 will not work, but .aiff or something might.