Loading scripts/pyaudio3dtools/audiofile.py +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ def writefile(filename: str, x: np.ndarray, fs: int = 48000) -> None: filename: str Output file path (.pcm or .wav) x: np array Numpy 2D array of dimension: number of channels x number of samples Numpy 2D array of dimension: number of samples x number of channels fs: Optional[int] Output sampling rate, required for .pcm input file, otherwise default = 48000 (Hz) Loading Loading
scripts/pyaudio3dtools/audiofile.py +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ def writefile(filename: str, x: np.ndarray, fs: int = 48000) -> None: filename: str Output file path (.pcm or .wav) x: np array Numpy 2D array of dimension: number of channels x number of samples Numpy 2D array of dimension: number of samples x number of channels fs: Optional[int] Output sampling rate, required for .pcm input file, otherwise default = 48000 (Hz) Loading