Search Unity

Question How to decode opus-codec byte array to wave-format in unity3d?

Discussion in 'Audio & Video' started by hotdes, Dec 31, 2020.

  1. hotdes

    hotdes

    Joined:
    Jul 23, 2015
    Posts:
    12
    I need to integrate Yandex Speech Kit into Unity3d. Yandex use opus format for Speech synthesis. I get byte array in opus-format from yandex. https://cloud.yandex.com/docs/speechkit/tts/request
    I can read in unity3d files ogg with vorbis codec, but files ogg with opus codec are not supported.

    What open source libraries can be used in unity3d to decode opus format?