Skip to content

Commit

Permalink
added blank line to the end of io
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinp72 committed Dec 2, 2024
1 parent ef6e349 commit 8068334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inaSpeechSegmenter/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ def media2sig16kmono(medianame, tmpdir=None, start_sec=None, stop_sec=None, ffmp
sig, sr = sf.read(tmpwav, dtype=dtype)
assert sr == 16000
return sig

0 comments on commit 8068334

Please sign in to comment.