Open noho501 opened 1 month ago
Hello,
What do you means with noisy and unpleasant? Do you have audio pops? echo? Can you reproduce it in all devices?
Yes, that's correct. I have tested both the RootEncoder and Larix apps, and below are the test links. The RootEncoder does not perform as well as Larix in terms of sound quality.
Larix: https://youtube.com/live/9tu5ujjUPxk
RootEncoder: https://youtube.com/live/ReBu0ijdaVc
I see, I will check it.
For now, try add this line after create the stream class:
setTimestampMode(TimestampMode.BUFFER, TimestampMode.BUFFER)
This is only available in the master branch so you can use the app example with screen example and add that line here: https://github.com/pedroSG94/RootEncoder/blob/master/app/src/main/java/com/pedro/streamer/screen/ScreenService.kt#L89
I was doing tests using MixAudioSource and the audio sometimes produce noise but in general the quality is fine in my case. I tested using Pixel 6a and Xioami A3 (Android 14 and Android 10).
Also, after use TimestampMode.BUFFER, the quality is better and then I can't reproduce audio noise so this seem to solve the problem.
Let me know if you was able to fix the audio using that.
Hi,
We will run a test and provide you with the results. Thank you for your help!
Hi,
Thank you for your help. It seems to be working better than before.
Hi @pedroSG94 ,
We've encountered an issue with screen broadcasting that occurs after 20 minutes. At that point, an audio delay appears; for example, gunshots sound before they are visible in the video. You can see an example here: Delay.
Additionally, there's noticeable noise when the microphone is on, even though Noise Cancellation is enabled. Here’s an example: Noise.
Do you have any suggestions on how to address these issues?
Hello,
Ok, I will check it. Thank you for the report
Hi @pedroSG94 ,
Do you have any plans to improve the sound mixing quality when using both the microphone and in-app sound? https://github.com/pedroSG94/RootEncoder/pull/1571
Currently, if both are used, the sound is not very clear. It seems like the microphone is picking up sound from both the speaker and microphone, making the live stream sound noisy and unpleasant.
If there is a way to mix the app sound and microphone audio more transparently, it would be great (I have already enabled echo cancellation and noise cancellation). I tried using the Larix app, and there is a noticeable difference in the sound quality.
Best regards,