tayler6000 / pyVoIP

Pure python VoIP/SIP/RTP library. Currently supports PCMA, PCMU, and telephone-event
https://pypi.org/project/pyVoIP/
GNU General Public License v3.0
219 stars 93 forks source link

Too much noise in call #159

Open vadympop opened 1 year ago

vadympop commented 1 year ago

After solving a dozen problems, I finally got it working and was able to record the call audio to a file, but I faced a problem: the sound quality was very poor. Here audio(Increase a volume on your speakers)

elgui commented 11 months ago

yeah same problem here, with a lot of noise in the background

codemaven0321 commented 6 months ago

When you setpyVoIP.TRANSMIT_DELAY_REDUCTION = 0.75, it will be better.

codemaven0321 commented 6 months ago

it could be related to audio coding format. What format did you use?