Skip to content

Commit

Permalink
CU
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Mar 7, 2024
1 parent 29979b0 commit 9367351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio_utils/mp3_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def rename_to_title(self):
self.file_path = new_filepath

def title_from_filename(self):
return self.basename[:-4]
return self.basename[:-4].replace("_", " ")

def speedup(self, speed_multiplier=1, out_file=None):
# Not using pydub: pydub speedup is noticably worse than audacity or ffmpeg "change tempo" output - introduces weird effects in case of gamaka-s.
Expand Down

0 comments on commit 9367351

Please sign in to comment.