Skip to content
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

Text to Speech による音声変換 #3

Closed
3 of 4 tasks
sasamuku opened this issue Jul 23, 2021 · 0 comments
Closed
3 of 4 tasks

Text to Speech による音声変換 #3

sasamuku opened this issue Jul 23, 2021 · 0 comments

Comments

@sasamuku
Copy link
Owner

sasamuku commented Jul 23, 2021

概要

  • Text to Speech による音声変換機能を作成する。
  • 単語登録時に Text to Speech のエンドポイントに音声変換をリクエスト。
  • レスポンス内のbase64 エンコードされた 音声データ(mp3)を保存。

検討内容

  • 音声データの保管場所

    • 案1: クラウドストレージ
      • mp3ファイルとして配信できる
      • サイズが大きい場合にはデータベースで格納/取得するより高速
    • 案2: データベース
      • 音声データのサイズは数KBのためデータ格納/取得に要する時間が気にならない
      • 登録/更新/削除の管理が容易
  • テーブル構成

    • 音声データをユーザ共用のリソースとするため別テーブルを作成

TODO

  • 新規モデル
  • 新規コントローラー
  • TTS クラス追加

時間あれば

  • Speech モデルを汎用的な命名にする
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

No branches or pull requests

1 participant