Closed davidvonthenen closed 8 months ago
This update encompasses a significant restructuring and enhancement of the Deepgram development environment, including renaming projects for clarity, adding numerous new projects to bolster the SDK's capabilities, and refining project paths and configurations for better organization and usability. Notably, it introduces the Deepgram.Microphone
project, aimed at streamlining audio input handling. Furthermore, adjustments in unit tests and project settings reflect these broad changes, ensuring the SDK remains robust and well-documented.
Files | Change Summary |
---|---|
Deepgram.Dev.sln, Deepgram.DevBuild.sln, Deepgram.sln | Added new projects and updated project paths and configurations. |
Deepgram.Microphone/* | Introduced Deepgram.Microphone project with classes for audio input handling using PortAudio. |
Deepgram.Tests/* | Updated unit tests reflecting changes in project structure and configurations. |
Deepgram/* | Major updates across various clients and models, including default parameter adjustments and API key handling. |
clean-up.ps1, clean-up.sh | Added scripts for cleaning up project directories. |
examples/* | Updated example projects to align with the SDK's structural changes and new features. |
Objective | Addressed | Explanation |
---|---|---|
Unit Tests for UtteranceEnd and SpeechStarted (#222) | ❓ | While the summary indicates substantial changes across the project, including updates to unit tests, there's no explicit mention of tests for UtteranceEnd and SpeechStarted being added or updated. This makes it unclear if the specific objective of issue #222 has been directly addressed. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fixes: https://github.com/deepgram/deepgram-dotnet-sdk/issues/222, https://github.com/deepgram/deepgram-dotnet-sdk/issues/194, and https://github.com/deepgram/deepgram-dotnet-sdk/issues/180
Changes:
alpha.4
because of API Key issue. Tested Speak, Prerecorded and Live using Microphone.Deepgram.Microphone
andDeepgram.Microphone.Unstable
builds on nugetSummary by CodeRabbit