VoicevoxEngineSharp icon indicating copy to clipboard operation
VoicevoxEngineSharp copied to clipboard

NumSharp依存を外す

Open yamachu opened this issue 4 years ago • 1 comments

動作させることを目標として配列操作の中身をブラックボックス化してNumSharpを使用したが、配列操作で何が行われているのかを把握するため、ネイティブの配列操作で書き直したい。

これが実現されることによって、Numpyのバインディングがない言語でも本実装を参考実装として、単純な配列操作でEngineの再実装が行うことが可能となる。

yamachu avatar Sep 11 '21 18:09 yamachu