Closed jhoelzl closed 8 years ago
Hi Josef,
Can you paste the whole command you that yielded this output.
Also, can you put the output of auditok --version
.
Thanks, A
I tried this command
auditok -e 55 --printf "{start} {duration} {end} -i input.wav -O output.wav"
I found the duration tag somewhere in the code, but it is not documented in README.md.
You're probably not using the latest version on github (0.1.6).
pip-installed versions do not include {duration}
keyword, and you're right it's not yet documented. A new keyword for audio events' time-stamp (i.e. system's time, as required by some users) should be added as soon as possible with an up-o-date documentation.
So, back to this {duration}
issue, I'd suggest that you remove your installed version and install the one on github:
sudo pip uninstall auditok
git clone https://github.com/amsehili/auditok.git
cd auditok
sudo python setup.py install
Cheers
@amsehili thanks, it works fine with the latest version 0.1.6, i was using the version 0.1.5 from pip.
Hello, beside
{id}
,{start}
and{end}
, i also want to use the keyword{duration}
.However, when using it, i get following error:
Regards, Josef