jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Audio quality is very low when pause and play the call #423

Open Kalithasan-Periyasamy opened 5 years ago

Kalithasan-Periyasamy commented 5 years ago

While audio file is playing in jPlayer, when pause and play the call or drag to another offset , the call quality is getting very low like echo, some noise in the call.

For playing the call in jPlayer, I am pointing to some url and I am writing audio data in response output stream .

Below is my code , FileInputStream fileInputStream= new FileInputStream( new File(filePath)); IOUtils.copy(fileInputStream, response.getOutputStream());