-
Notifications
You must be signed in to change notification settings - Fork 0
RDM-[11157,11158,11159,11187] : [JS-SDK]-Enhancements, Callbacks and Error Surfacing #8
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…external audio processor
…ng and UI Add tests for the SST lib
- Add Tabler Icons webfont for better visual indicators - Redesign toggle buttons with more intuitive icons and state representation - Improve layout and alignment of toggle controls and message container - Update icon states dynamically during socket and recording interactions
- Delete jest.setup.js file containing global mocks for AudioContext - Remove mock implementations for AudioWorkletNode, navigator.mediaDevices - Clean up global mock configurations for URL, Blob, and socket.io
- Introduce AiolaSocketError and AiolaSocketErrorCode for structured error handling - Add comprehensive error management in socket connection, recording, and keyword setting - Implement keyword persistence and automatic resending on reconnection - Update demo and library to support more granular error reporting and recovery - Improve error logging and event handling for better debugging and user experience
- Delete aiola_streaming_sdk, aiola_tts_sdk, and their associated example directories - Remove JavaScript client implementations for streaming and text-to-speech services - Clean up redundant SDK and example code that is no longer in use
- Add AiolaSocketNamespace enum for standardized socket namespaces - Enhance AiolaSocketConfig interface with more flexible configuration - Implement default micConfig values for easier client initialization - Update README with comprehensive configuration examples and references - Refactor endpoint building to use baseUrl and namespace dynamically - Separate example script in demo for better code organization
- Update TTS client to use form-urlencoded requests - Add comprehensive voice selection and retrieval methods - Enhance error handling and response processing - Update README and demo with new voice selection approach - Modify test suite to reflect new API interaction patterns
- Add .DS_Store to .gitignore to prevent system file tracking - Modify TTS library tsconfig to exclude TypeScript test files from compilation
- Update package.json to serve with SSL certificate - Add http-server as a dev dependency - Implement socket error handling tests in STT library - Modify AiolaStreamingClient to stop recording on socket errors - Update demo script with placeholder configuration values
- Add instructions to run examples using `npm run serve` in root directory - Simplify server startup steps in STT and TTS demo README files - Provide consistent guidance for accessing example applications
- Update script.js to use generic placeholders for sensitive configuration - Remove specific testing credentials - Prepare demo script for easier configuration by users
- Introduce default voice support in AiolaTTSClient for speech synthesis and streaming - Update README to reflect current SDK version and provide clearer usage examples - Modify TTS demo to utilize new features and improve user experience - Add tests to ensure error handling when no voice is provided for synthesis and streaming
- Add new dependencies for Rollup and TypeScript plugins in package.json and package-lock.json - Update STT demo script to use a bundled version of the library and replace hardcoded credentials with specific testing values - Modify AiolaStreamingClient to support websocket transport and improve connection handling - Enhance tests for socket connection and keyword management in the STT library
- Add error handling and recording status callbacks in the AiolaStreamingClient - Update README with detailed connection and recording instructions, including permission handling - Improve STT demo script with additional logging for event callbacks - Bump package version to 0.0.2 and add tests for automatic recording and permission handling
…for concurrent recordings and socket disconnections - Enhance tests for socket connection and recording status management - Update TTS client to remove unnecessary console logs and streamline voice retrieval
- Update jest.config.js to include isolatedModules and diagnostics settings for improved TypeScript support. - Modify testMatch pattern to include tests from the tests directory. - Refactor jest.setup.ts to utilize a centralized setup function for global mocks, improving test maintainability. - Introduce additional test cases for error handling and socket connection scenarios in the AiolaStreamingClient. - Remove outdated index.test.ts file to streamline test organization.
2. add CICD
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira: https://aiola.atlassian.net/browse/RDM-11157,
https://aiola.atlassian.net/browse/RDM-11158,
https://aiola.atlassian.net/browse/RDM-11159,
https://aiola.atlassian.net/browse/RDM-11187