jiaaro / pydub

Manipulate audio with a simple and easy high level interface
http://pydub.com
MIT License
8.82k stars 1.04k forks source link

pyaudioop: Fix misuse of real numbers #762

Open orgads opened 10 months ago

orgads commented 10 months ago

create_string_buffer only accepts integers. Replace all the divisions with integer div.