Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook Into SQL Server with REST API #6

Open
Waidhoferj opened this issue Dec 18, 2019 · 1 comment
Open

Hook Into SQL Server with REST API #6

Waidhoferj opened this issue Dec 18, 2019 · 1 comment
Labels
data based Task is focused on the transfer of date instead of the ui enhancement New feature or request

Comments

@Waidhoferj
Copy link
Member

Right now the app doesn't actually store audio, which is kind of its raison d'etre, so this has to be fixed. When the data storage team is ready, we'll make a REST API call in the postAudio() function in the Classify component. We will have to:

  • Make sure we can hit the http endpoint successfully
  • Encode the Blob audio file and receive it on the backend
  • Work out what information we need to supply in order for the data team to extract the mfccs from the audio
@Waidhoferj Waidhoferj added the enhancement New feature or request label Dec 18, 2019
@Waidhoferj Waidhoferj added the data based Task is focused on the transfer of date instead of the ui label Dec 18, 2019
@Waidhoferj Waidhoferj added this to the Functional MVP milestone Dec 18, 2019
@Waidhoferj
Copy link
Member Author

Wake Word/Not Wake Word uploads are functional
Pending Phrases uploads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data based Task is focused on the transfer of date instead of the ui enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant