problems with the output audio's bits · Issue #578 · librosa/librosa

Hi, I need to convert a audio with 44.1 kHz sample rate and 16 bits to a audio with 16 KHz sample rate and 16 bits. Hence I use these codes: x, sr_orig = librosa.load(filename, sr=16000) librosa.ou...