so I'm currently dealing with a fatigue test machine that perform cyclic loading on a specimen. The machine's software is made using LabView and the measurement data output is a WAV file since cyclic loading is basically just a time series of force amplitude. I've dealt with machines outputting .DAT and such but this is the first time I've dealt with WAV file and honestly I have no idea how to process this WAV file into readable series of numbers representing time and force.
So, does anyone know any program that can process it? Or if possible maybe do it with Python, since I'm quite familiar with it? Thanks in advance!