class

Zunsay::Client

Inherits Reference < Object

API クライアントクラス

Constructors

new(host : String = DEFAULT_HOST, port : Int32 = DEFAULT_PORT)
Source

Instance methods

apply_parameters(query : JSON::Any, options : Options) : JSON::Any

音声合成用のクエリにパラメータを適用する

Source
audio_query(text : String, speaker_id : Int32)

音声合成用のクエリを作成する

Source
base_url

API のベース URL を返す

Source
host
Source
port
Source
speakers

スピーカー一覧を取得する

Source
synthesis(audio_query : JSON::Any, speaker_id : Int32, output_file : String)

音声合成を実行する

Source