Skip to content

how to play 8000hz wav audio #35

@guoyuanbing

Description

@guoyuanbing

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); 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions