Replies: 2 comments
-
Just extract the timestamps, read the audio array, and just slice the array and save each chunk manually. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is the code I am using to save each chunk. But I get syntax error on collect_chunks --have tried various permutations but can't work it out:
What am I doing wrong? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to save the 'start', 'end' timestamps as part of the filename when saving each chunk for post-processing. I do not know how to do it at the moment --I'm sure it is possible by extracting the values from the output and to add it to the path before passing to save_audio. But I do not know how to do that. I appreciate any pointer on how it can be done.
Also, I wonder if it would be a useful feature to have in future?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions