We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a provided Microphone class that was provided in the first release of v4 of this SDK for people to do STT locally on their laptop: https://www.nuget.org/packages/Deepgram.Microphone
v4
It would be nice also to have one for a Speaker class similar to Python here: https://github.com/deepgram/deepgram-python-sdk/blob/main/deepgram/audio/speaker/speaker.py
This is not trivial work, but some of the code from the Microphone implementation using portaudio can be leveraged: https://github.com/deepgram/deepgram-dotnet-sdk/tree/main/Deepgram.Microphone
The text was updated successfully, but these errors were encountered:
@OoLunar This is a good one to work on.
Sorry, something went wrong.
No branches or pull requests
Proposed changes
There is a provided Microphone class that was provided in the first release of
v4
of this SDK for people to do STT locally on their laptop:https://www.nuget.org/packages/Deepgram.Microphone
It would be nice also to have one for a Speaker class similar to Python here:
https://github.com/deepgram/deepgram-python-sdk/blob/main/deepgram/audio/speaker/speaker.py
This is not trivial work, but some of the code from the Microphone implementation using portaudio can be leveraged:
https://github.com/deepgram/deepgram-dotnet-sdk/tree/main/Deepgram.Microphone
Context
Possible Implementation
Other information
The text was updated successfully, but these errors were encountered: