Yusuke Yamada

Results 12 comments of Yusuke Yamada

@mendesbarreto Are you by any chance using react-redux v8? I have created the following Issue. https://github.com/reduxjs/react-redux/issues/1911 maybe related https://github.com/reduxjs/redux-thunk/pull/247

Sorry to be an advertisement, but I am using this extension to deal with the problem. https://marketplace.visualstudio.com/items?itemName=yamachu.targetframeworksswitcher When developing projects such as MAUI, it is difficult to develop without being...

とりあえずJsonに関する例外は一つの例外に押し込む形で対応

2系出たはずなので追従

I had same issue. But after upgrading to `1.87.0-insider` commit: `01f46bb5357baa8f3b9da690e1e34eb78e09a72b`, it no longer reproduces.

Hi @Benni08 In my sample project, I am using the following type definition and calling it from React. The key points here as follows - Type definition for window global...

https://github.com/yamachu/VoicevoxEngineSharp/blob/b00bb08972e6fe03c8283872a9ce481e16b635a9/src/Core/src/Acoustic/Models/SamplingData.cs https://github.com/yamachu/VoicevoxEngineSharp/blob/b00bb08972e6fe03c8283872a9ce481e16b635a9/src/Core/src/Acoustic/Usecases/SynthesisEngine.cs の2ファイルが依存している。 例えば https://github.com/yamachu/VoicevoxEngineSharp/blob/b00bb08972e6fe03c8283872a9ce481e16b635a9/src/Core/src/Acoustic/Models/SamplingData.cs#L24 は連番の配列を作り出し、それに対してindexやrandの値を足し合わせ定数をかけることで作り出せて https://github.com/yamachu/VoicevoxEngineSharp/blob/b00bb08972e6fe03c8283872a9ce481e16b635a9/src/Core/src/Acoustic/Models/SamplingData.cs#L30 は上記の配列の中身をindexとして扱い、渡された配列のElementAt(index)みたいな感じの取得を行うみたいな感じ。

This project references an older voicevox_core and is not available in the current core available for download. Please use [VoicevoxCoreSharp](https://github.com/yamachu/VoicevoxCoreSharp), if you do not intend to use it as an...

ソング系はやらない - [x] version - 固定値でいいのでAPI側でどうにかする - [x] engineManifest - 固定値でいいのでAPI側でどうにかする、基本的にどれもサポートしてないみたいな感じでやればよさそう - [x] supportedDevices - 固定値でいいのでAPI側でどうにかする - [x] isInitializedSpeaker - true返せばいい - [x] initializeSpeaker - エンドポイントだけあればいい - [x] speakers -...