Loading tests/rtp/test_rtp.py +1 −1 Original line number Diff line number Diff line Loading @@ -771,7 +771,7 @@ def run_rtp_bitstream_tests( g192Audio, Fs = readfile(pcmOutG192) decAudio /= 32768.0 # readfile reuturns 16 bit int g192Audio /= 32768.0 # readfile reuturns 16 bit int decAudio = decAudio[3 * 960 :] decAudio = decAudio[4 * 960 :] assert abs(decAudio.shape[0] - g192Audio.shape[0]) <= ( 4 * 960 ), "Decoded PCM Audio is not same length as input" Loading Loading
tests/rtp/test_rtp.py +1 −1 Original line number Diff line number Diff line Loading @@ -771,7 +771,7 @@ def run_rtp_bitstream_tests( g192Audio, Fs = readfile(pcmOutG192) decAudio /= 32768.0 # readfile reuturns 16 bit int g192Audio /= 32768.0 # readfile reuturns 16 bit int decAudio = decAudio[3 * 960 :] decAudio = decAudio[4 * 960 :] assert abs(decAudio.shape[0] - g192Audio.shape[0]) <= ( 4 * 960 ), "Decoded PCM Audio is not same length as input" Loading