jopokemine / memory-palace

2 stars 0 forks source link

IPF-2 #2

Closed Josh-Danks closed 2 years ago

Josh-Danks commented 2 years ago

The user will be able to verbally dictate queries for finding stored items

Josh-Danks commented 2 years ago

-Added Transpose Python pass to Watson to C#

up891350 commented 2 years ago
Josh-Danks commented 2 years ago

-Found script that may help -1 Days effort towards task

Josh-Danks commented 2 years ago

-Blocker: Difficulty with request to Watson => communication with Hugh for assistance -Goal to finish by end of sprint 5

up891350 commented 2 years ago

Setback: tested audio recording needs to be worked on, found potential solution with hugh

GenericGitHubProfile commented 2 years ago

Completed recording of Audio files in Unity, now need to add C# POST request for Watson API

GenericGitHubProfile commented 2 years ago

Found way of saving audiofile to local storage as .wav file. Credit for the actual conversion of data to file goes to (https://stackoverflow.com/users/982639/alexandru)

GenericGitHubProfile commented 2 years ago

Send saved wav file to IBM-Watson speech to text api, got response with no error. Blocker - Response is in JSON format, need to find out how to get data out of that in C#.

GenericGitHubProfile commented 2 years ago

Need to use key in square brackets syntax rather than dot syntax to access JSON properties. i.e. data["result"] rather than data.result

GenericGitHubProfile commented 2 years ago

Gets items from database and queries IBM response string array to find relevant item. Then passes item name to tracking.