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

Implement Speaker Class for Agent API for Local Laptop #348

Open
davidvonthenen opened this issue Nov 1, 2024 · 1 comment
Open

Implement Speaker Class for Agent API for Local Laptop #348

davidvonthenen opened this issue Nov 1, 2024 · 1 comment
Labels
help wanted Extra attention is needed high priority Do these first...
Milestone

Comments

@davidvonthenen
Copy link
Contributor

davidvonthenen commented Nov 1, 2024

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

@jpvajda
Copy link
Contributor

jpvajda commented Nov 7, 2024

@OoLunar This is a good one to work on.

@jpvajda jpvajda added the help wanted Extra attention is needed label Nov 7, 2024
@davidvonthenen davidvonthenen added the high priority Do these first... label Nov 7, 2024
@davidvonthenen davidvonthenen added this to the .NET SDK 4.5 milestone Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed high priority Do these first...
Projects
None yet
Development

No branches or pull requests

2 participants