Open davidvonthenen opened 3 weeks ago
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
@OoLunar This is a good one to work on.
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.MicrophoneIt 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