InterdisciplinarySpeechResearchLab / eTone

Tone accuracy game
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Passing audio from C# game to django backend #3

Open vaastav opened 6 years ago

vaastav commented 6 years ago

I think the simplest way is to do a file upload from the C# game to django backend of the audio file. @jamiepoli Please let me know if that would be feasible for the game. I was thinking having the accuracy being sent as a response to the file upload. The file upload form will essentially require an audio file and some keyword stating which yoruba sound was played for that. We can specify the enum for yoruba sounds once we have them finalised.

jamiepoli commented 6 years ago

That sounds doable for the game! I can for sure work on that.