We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wav duraiton returns None
The text was updated successfully, but these errors were encountered:
Could you provide a repro ideally with a sample problematic file? I just tried it out and it worked fine on my example.
>>> import sphn >>> fr = sphn.FileReader("/home/laurent/tmp/20240407-out-3.wav") >>> fr.duration_sec 59.6 >>> sphn.durations(["/home/laurent/tmp/20240407-out-3.wav"]) [59.6]
(note that durations takes a list of filenames and not a single filename)
durations
Sorry, something went wrong.
No branches or pull requests
wav duraiton returns None
The text was updated successfully, but these errors were encountered: