ViveSoftware / ViveMediaDecoder

A high performance video decoding Unity plugin for Windows.
http://u3d.as/usf
Other
131 stars 36 forks source link

Dolby Surround #13

Open silverman2012 opened 6 years ago

silverman2012 commented 6 years ago

Hi there, is there anyway to play a dolby surround 7.1 channel video with this plugin? or how can I handle this?

kyo8568131 commented 6 years ago

Hi silverman2012, You could enable all audio channels by setting the enableAllAudioCh to true while initDecoder is called. And you could get the audio data by calling getAllAudioChannelData. Once you have the data, you can handle the audio play by yourself.