Skip to content

Commit

Permalink
forgot to format
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanovCosmin committed May 17, 2024
1 parent 122aa7c commit 9dd05e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faster_whisper/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def _ignore_invalid_frames(frames):
except av.error.InvalidDataError:
continue


def _resample_frames(frames, resampler):
# Add None to flush the resampler.
for frame in itertools.chain(frames, [None]):
Expand Down

0 comments on commit 9dd05e0

Please sign in to comment.