Closed shrutikshirsagar closed 4 years ago
Would you be able to post the file you're trying to read?
Also you shouldn't be pinning the 1.0 release, I'd just install the latest.
Would you be able to post the file you're trying to read? Hi, thanks for your quick reply! I am not able to post my audio file here as this do not support .wav type file. I can share it on gmail.
Also you shouldn't be pinning the 1.0 release, I'd just install the latest.
Hey, I am trying to get the original date and time of audio file. In latest version, I did not see any option for that. Please let me know if I am missing something. Thanks!
The code you posted before should work in the latest version, none of the interface from 1.0 has changed.
Hi, I am trying to get the recorded date and time of my audio file (original date and time). I have installed the pip install wavinfo==1.0 on the condo virtual environment. I am trying the following code:
print(info.bext.description) print("----------") print("Originator:", info.bext.originator) print("Originator Ref:", info.bext.originator_ref) print("Originator Date:", info.bext.originator_date) print("Originator Time:", info.bext.originator_time) print("Time Reference:", info.bext.time_reference) print(info.bext.coding_history)
my error is as follows: AttributeError Traceback (most recent call last)