Skip to content
New issue

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

add subset of audio file based on the voiced segments (subset.VAD) #3

Open
jwijffels opened this issue Jan 27, 2024 · 0 comments
Open

Comments

@jwijffels
Copy link
Contributor

jwijffels commented Jan 27, 2024

add subset function which takes the voiced or non-voiced audio segments and outputs a new audio file
Preferably with av (linked to ropensci/av#52)

  • status: after some hacking of the internal C code in av, I couldn't yet manage to do this, but it should be doable
  • workaround is to get the data in R, append all the voice in R and next write wav file again (that works already)

subset should keep the information of the segments such that it can be aligned after doing the transcription

@jwijffels jwijffels changed the title add subset of audio file based on the voiced segments add subset of audio file based on the voiced segments (subset.VAD) Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant