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

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

Open
Kalithasan-Periyasamy opened this issue Aug 21, 2019 · 0 comments
Open

Comments

@Kalithasan-Periyasamy
Copy link

Kalithasan-Periyasamy commented Aug 21, 2019

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

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