-
Notifications
You must be signed in to change notification settings - Fork 196
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
スタイルID(style_id)のことを話者ID(speaker_id)としているコードを全部置き換える #589
Comments
取り組みます。 |
style_idとspeaker_idの明確な違いは、無いという認識で良いでしょうか? |
おお!よろしくお願いします! speaker idとstyle idは明確に違いますが、一部誤用しているところがあるという感じです。 |
@weweweok さんありがとうございます!!!! チェックしているうちにいくつか見つけた追加の修正箇所があるのでここにメモしておきます。
|
メモです。 |
いつも使わせてもらっています。外部のアプリからAPIつついて使っていたらリビルドしたタイミングで使えなくなって少し焦りました。それでここに辿り着きました。style_idからspeakerに戻して無事動作を確認しました。今後とも宜しくお願いします。 |
不具合の内容
昔APIで、スタイルIDを引数として受け取るところを、話者IDという引数名に設定しました。
この影響でコード全体としてスタイルIDなのに変数名がspeaker_idになっている箇所が散見され、いつかミスが起こりそうだなと感じました。
APIからもspeaker_idという名前をやめ、style_idに全体的にコードを変更したいです。
その他
互換性の破棄は大変なので、style_id/speaker_idともにOptionalにして受け取るのが良いかなと思っています。
The text was updated successfully, but these errors were encountered: