-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
.Net: Add AssemblyAI connector #5392
Comments
I noticed that the |
I would add to todo also full realtime transcribing, so you send AudioContent or AudioStreamContent and you get |
I want to add realtime, but I want to finalize and release non-realtime transcription first. Our realtime solution uses a WebSocket connection, expects raw audio bytes to be sent continuously, and responds with partial and final transcript objects. This is mostly consistent with other realtime transcription services. |
Instead of using the In the future, we can use a streaming audio content class for Streaming STT. |
Now that we have the |
This PR uses the AssemblyAI SDK: #8556 |
@RogerBarreto With the SDK PR merged, is it ready to be released? |
Ping! |
Pong! Catch up with Roger via discord, maybe he knows when team could review your code. You should also take a look at new abstraction microsoft.extensions.ai and introduce it directly in your sdk assemblyAi. This will be a new way of implementing connectors. |
Motivation and Context
AssemblyAI is a speech AI company offering AI models through APIs.
Adding a connector will help users integrate AssemblyAI easily with Semantic Kernel.
Description
Progress of implementation of AssemblyAI connector.
Current implementation ASSEMBLYAI BRANCH
TODO
TextContent.InnerContent
AssemblyAIAudioToTextExecutionSettings
Potential additions
The text was updated successfully, but these errors were encountered: