Skip to content

Commit

Permalink
Added mp3towav in main
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-rajak committed May 26, 2023
1 parent bcb8957 commit 1870291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PyVolSuggester/Suggester.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ def main():
file = filedialog.askopenfilename(title="Select an Audio file", filetypes=[("Audio Files", "*.mp3"), ("All Files", "*.*")])
if (file != ""):
print(file)
mp3towav()
# playsound(file)

## calling play_pause_stop function
Expand Down

0 comments on commit 1870291

Please sign in to comment.