You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to paly 8khz wav audio,but not work , for exmaple:
var d:ByteArray=new ByteArray();
WaveFile.writeBytesToWavFile(d,content,8000,1,16);
d.position=0;
var audioSource:IAudioSource=WaveFile.createSample(d);
var s:StandardizeFilter =new StandardizeFilter(audioSource);
player.play(s);
The text was updated successfully, but these errors were encountered:
i want to paly 8khz wav audio,but not work , for exmaple:
The text was updated successfully, but these errors were encountered: