Jellevanderwerff / thebeat

thebeat: Rhythms in Python for science
https://thebeat.readthedocs.io
GNU General Public License v3.0
19 stars 1 forks source link

64bit wav files not readable in Praat on Windows #3

Closed Jellevanderwerff closed 1 year ago

Jellevanderwerff commented 1 year ago

Apparently the wav files that thebeat saves cannot be opened in Praat on Windows (on Mac it works):

afbeelding

Jellevanderwerff commented 1 year ago

At some point we changed all datatypes to float64. I guess we can simply change those back to 32

YannickJadoul commented 1 year ago

Seems to be unrelated to the operating system. Praat introduced support for reading 64-bit floating point WAVE files in 6.0.53 (26 May 2019). See https://www.fon.hum.uva.nl/praat/manual/What_was_new_in_6_1_.html and https://github.com/praat/praat/commit/c83430d5195d00ba03d20c5553ed06037fcc5f84.

So, I see two, not mutually-exclusive, solutions:

Jellevanderwerff commented 1 year ago

solved in 6e2c0e7fcf3a3ff1ca8bcc8258c524b12e9c86e0