IPS-LMU / EMU-webApp

The EMU-webApp is an online and offline web application for labeling, visualizing and correcting speech and derived speech data.
http://ips-lmu.github.io/EMU-webApp/
MIT License
51 stars 14 forks source link

Update ssff-parser.worker.js #311

Closed samgregory closed 2 years ago

samgregory commented 2 years ago

Hi @MJochim, I've had this work around / fix for awhile on my local copy of EMUWebApp and we've recently spoken with other people who use EMU who've run into the same problem so I thought I would share my code: The SSFF worker previously only wrote changes back to file if the column type was SHORT. Currently this only applies to changes made to FORMANTS tracks but there is clearly a demand to write changes to other track types. Appropriate handling of the SSFF data types that EMU can read is a necessary first step in this direction.

MJochim commented 2 years ago

I cherry-picked this as 6dea4be5c0a9f8308b7e53178dd779fce9c06469 and added some more in 10656827bd633544da558a6c4cccbe0ace565338.