This PR fixed an issue where edge GPU users couldn't run the voicechat as the changes were previously only in the .cc files and not the .cu files. Also merged voice chat code into chat so that now changes the chat application do not have to be duplicated in voicechat file.
Changes Made
merged voicechat.cc into chat.cc
Added an optional argument for chat "-v" that turn on the voicechat.
Added voice chat functionality to edge GPUs
Fixed the parallel dictation issue by using mutexes
Updated README for more accurate instructions and better user experience.
Checklist
Please review and check off these items before submitting your pull request:
[x] I have tested the changes locally, and they work as expected.
Description
This PR fixed an issue where edge GPU users couldn't run the voicechat as the changes were previously only in the .cc files and not the .cu files. Also merged voice chat code into chat so that now changes the chat application do not have to be duplicated in voicechat file.
Changes Made
Checklist
Please review and check off these items before submitting your pull request: