Commit 1eb0cfed authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

Set SUPPRESS_CHUNK_WARNING_WAV_READ to False by default

parent 26b84d77
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

import numpy as np

SUPPRESS_CHUNK_WARNING_WAV_READ = True  # suppress warning from .wav read() when chunk size is not a multiple of 2
SUPPRESS_CHUNK_WARNING_WAV_READ = False  # suppress warning from .wav read() when chunk size is not a multiple of 2

BINAURAL_AUDIO_FORMATS = {
    "BINAURAL": {