Skip to content

Commit ae67342

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d73d647 commit ae67342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/mfcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
5757
Author: Amir Lavasani
5858
"""
59+
5960
import logging
6061

6162
import numpy as np
@@ -465,7 +466,6 @@ def example(wav_file_path: str = "./path-to-file/sample.wav") -> np.ndarray:
465466
np.ndarray: The computed MFCCs for the audio.
466467
"""
467468

468-
469469
# Load the audio from the WAV file
470470
sample_rate, audio = wavfile.read(wav_file_path)
471471

0 commit comments

Comments
 (0)