vincentwu0730

Results 1 comments of vincentwu0730

try this max_wav_value: 32767.5 `wav = wav / max(abs(wav)) * max_wav_value - 0.5 # data range -32768~32767` which should fit in np.int16 range.