Minor spacing in audio.py

This commit is contained in:
henryruhs
2025-05-20 16:31:00 +02:00
parent 801108faca
commit 5bbe0ec481

View File

@@ -62,7 +62,7 @@ def get_audio_frame(audio_path : str, fps : Fps, frame_number : int = 0) -> Opti
return None return None
def extract_audio_frames(spectrogram: Spectrogram, fps: Fps) -> List[AudioFrame]: def extract_audio_frames(spectrogram : Spectrogram, fps : Fps) -> List[AudioFrame]:
audio_frames = [] audio_frames = []
mel_filter_total = 80 mel_filter_total = 80
audio_step_size = 16 audio_step_size = 16