Skip to content

ローカル(アプリ内埋め込み)の日本語音声認識機能およびspeetch to textでの対話機能の実装#167

Merged
ayutaz merged 8 commits intodevelopfrom
feat/voice_to_text
Jun 15, 2025
Merged

ローカル(アプリ内埋め込み)の日本語音声認識機能およびspeetch to textでの対話機能の実装#167
ayutaz merged 8 commits intodevelopfrom
feat/voice_to_text

Conversation

@ayutaz
Copy link
Contributor

@ayutaz ayutaz commented Jun 15, 2025

No description provided.

@ayutaz ayutaz requested a review from Copilot June 15, 2025 03:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@ayutaz ayutaz merged commit ece9bbb into develop Jun 15, 2025
3 checks passed
@ayutaz ayutaz deleted the feat/voice_to_text branch June 15, 2025 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants