ローカル(アプリ内埋め込み)の日本語音声認識機能およびspeetch to textでの対話機能の実装#167
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds the necessary model and configuration metadata files to support the local Japanese speech recognition and speech-to-text conversation features. The changes introduce new meta files and configuration files for various components of the Vosk Japanese model used in the application.
- Added meta files for graph, conf, and am assets.
- Included configuration files (model.conf, mfcc.conf, README) with model parameters and performance metrics.
- Updated plugin metadata to ensure proper asset importing.
Reviewed Changes
Copilot reviewed 79 out of 79 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Assets/StreamingAssets/vosk-model-small-ja-0.22/graph/HCLr.fst.meta | New metadata file for the HCLr graph asset. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/graph/Gr.fst.meta | New metadata file for the Gr graph asset. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/graph.meta | New metadata file for the graph folder asset. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/conf/model.conf.meta | New metadata file for the model configuration asset. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/conf/model.conf | Model configuration parameters for speech recognition. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/conf/mfcc.conf.meta | New metadata file for the MFCC configuration asset. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/conf/mfcc.conf | MFCC configuration parameters for speech recognition. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/conf.meta | New metadata file for the conf folder asset. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/am/final.mdl.meta | New metadata file for the final acoustic model asset. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/am.meta | New metadata file for the am folder asset. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/README.meta | New metadata file for the README asset. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22/README | README file with performance metrics for the Vosk model. |
| Assets/StreamingAssets/vosk-model-small-ja-0.22.meta | New metadata file for the overall Vosk model asset. |
| Assets/StreamingAssets.meta | Updated metadata for the StreamingAssets folder. |
| Assets/Plugins/x86_64/libwinpthread-1.dll.meta | New plugin metadata for libwinpthread-1.dll. |
| Assets/Plugins/x86_64/libvosk.dll.meta | New plugin metadata for libvosk.dll. |
| Assets/Plugins/x86_64/libstdc++-6.dll.meta | New plugin metadata for libstdc++-6.dll. |
| Assets/Plugins/x86_64/libgcc_s_seh-1.dll.meta | New plugin metadata for libgcc_s_seh-1.dll. |
| Assets/Plugins/x86_64.meta | New metadata file for the x86_64 Plugins folder. |
| Assets/Plugins.meta | New metadata file for the Plugins folder. |
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
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.
No description provided.