All notable changes to this project will be documented in this file.
To make changes to this file, please keep the following format:
## [x.y.z] - yyyy-mm-dd
### Added
-
### Changed
-
### Removed
-
### Fixed
-
If there is nothing added please add the following text under that section:
No new features were added.
If there is nothing changed please add the following text under that section:
No changes were made.
If there is nothing removed please add the following text under that section:
Nothing was removed.
If there is nothing fixed please add the following text under that section:
No fixes were made.
Each time you add new changes to this file, please add them bellow this line - i.e. between the insertion section and the last version added.
No new features were added.
@vatis-tech/asr-client-js@1.3.0-next.3
to @vatis-tech/asr-client-js@2.0.1
Nothing was removed.
No fixes were made.
No new features were added.
@vatis-tech/asr-client-js@1.2.2
to @vatis-tech/asr-client-js@1.3.0-next.3
const VTC_MICROPHONE_TIMESLICE = 250;
const VTC_FRAME_LENGTH = 0.3;
const VTC_FRAME_OVERLAP = 0.3;
const VTC_BUFFER_OFFSET = 0.3;
To
const VTC_MICROPHONE_TIMESLICE = 500;
const VTC_FRAME_LENGTH = 0.6;
const VTC_FRAME_OVERLAP = 1.0;
const VTC_BUFFER_OFFSET = 0.5;
For better accuracy and faster response time.
Nothing was removed.
No fixes were made.
- Initial code for How to use Vatis Tech with React
No changes were made.
Nothing was removed.
No fixes were made.