novarac23/jarvis

Debug web audio API problems

Opened this issue · 0 comments

Jarvis currently has two big problems, first one is the way we query elastic search (#8) and the second one is web audio sending weirdly compressed audio over HTTP.

Right now if I go in and record a question for Jarvis via Audacity (app for audio manipulation) and manually push the question through the pipeline it works fine (given elastic search part worked) but then if I use web audio api to ask the same question it doesn't work 😬

We need to figure out why that's happening and figure out better way to do this.