Dear all;
need to play Wave Buffer as (byte[]);
I'm read it buffer and do some calculation after that need to play it?
how ?
byte []data ;
// cannot convert from byte [] to DataSource
DataSource ds =new DataSource(data);
Player player = Manager.createPlayer(ds);



Reply With Quote

