Divya0208 / quake

It is a music player Android app for the hearing impaired. It uses the beats of the audio and convert it to vibrations, which people with hearing loss can feel to get the same sense of rhythm that we all enjoy.
5 stars 1 forks source link

Missing documentation about audio sampling #3

Open rignaneseleo opened 3 years ago

rignaneseleo commented 3 years ago

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!

kushal-g commented 2 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 :)