Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to play 8000hz wav audio #35

Open
guoyuanbing opened this issue Apr 17, 2017 · 0 comments
Open

how to play 8000hz wav audio #35

guoyuanbing opened this issue Apr 17, 2017 · 0 comments

Comments

@guoyuanbing
Copy link

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); 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant