create audacity label file #327
abelbabel
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
with this perl-script you can convert output of the
main
-program (under linux/unix-like OSes with pipe and output redirection support), so that you can use it as a label file to be used with audacityIf you have that script in file
convert_to_audacity_label.pl
for example, you can use it like this$ ./main -m models/ggml-tiny.bin -f samples/mm0.wav | ./convert_to_audacity_label.pl
or this
$ ./main -m models/ggml-tiny.bin -f samples/mm0.wav | ./convert_to_audacity_label.pl > mm0_labels.txt
and get this result (the label file content):
which then can be imported into audacity (via File -> Import -> Labels ...) along with the transcribed wave-file
The approach might be useful to convert into other file formats (after proper adaption).
Regards
abelbabel
Beta Was this translation helpful? Give feedback.
All reactions