Open rignaneseleo opened 3 years ago
Hey, we pre-processed the data using this tool audiowaveform. Ideally, this should've been done on the client when the audio is being played but we couldn't figure out how to do it in flutter. One of the possible solutions was to send the files to a server for processing using this tool and then using the data for vibration but due to time constraints we couldn't add that :)
Hi, cool project!
I am compiling it but I noticed that basically the processing of the song is already made and present in the assets in a form of json file.
How did you convert the song into that json?
Thanks!