FWIW changing version to "3" in the compose file was necessary to get it to build with the latest release of docker-ce.
Show HN: Audino – Open-Source Audio and Speech Annotation Tool
31–40 of 42 posts
Re: Show HN: Audino – Open-Source Audio and Speech Annotation Tool
#32README.md file could use an image. I recommend the one from this page: https://github.com/midas-research/audino/blob/master/docs/tu...
Re: Show HN: Audino – Open-Source Audio and Speech Annotation Tool
#33If I had a subtitle file to use as best guesses for sentence segmentation, could this help extract clips and clean up start and end alignment?
Re: Show HN: Audino – Open-Source Audio and Speech Annotation Tool
#34Earlier quoted context omitted.
yarn.lock is just under half a megabyte, and lists 1461 packages that it installs. (232 of them are second or subsequent versions of the same package, which typically indicates unmaintained software. It has five versions of kind-of, and four versions of ten other packages.)
Ya, that's not great - don't think the parent project of this post has gone off the rails though. More of an ecosystem problem.
That being said, the gzipped js bundle size is fairly small (under 200kb).
Re: Show HN: Audino – Open-Source Audio and Speech Annotation Tool
#35Re: Show HN: Audino – Open-Source Audio and Speech Annotation Tool
#36Maybe it's me, but I was expecting this to be something to do with Arduino, given the name and the colour they've chosen for the logo.
Re: Show HN: Audino – Open-Source Audio and Speech Annotation Tool
#37Is there an API for getting the data to annotate into that app, and for getting the annotations out? Most of the time I need the labels in my own system, and don't want to manually move data back and forth.
Yes! To add data to your project, we provide an API-Key and an endpoint to upload the data. To export the data, there's an option on admin panel from where you can download it in JSON format. Please check the tutorials section for more details: https://github.com/midas-research/audino/blob/master/docs/tu...
Re: Show HN: Audino – Open-Source Audio and Speech Annotation Tool
#38What are some example usages of this? I could not really tell right away looking at the docs. Why would I want to use this?
At our lab, we extensively work on problems that involve speech data. This includes tasks like speech recognition, speech scoring, emotion recognition, topic detection and speaker diarisation. Some of these tasks have public data available, while tasks like speech scoring and low-resource speech recognition, the data is fairly limited for supervised learning. Hence, we developed this annotation tool to generate corpu…
Eg. doing things like force alignment should be done in other tools and use the api to put in the dataset?
Re: Show HN: Audino – Open-Source Audio and Speech Annotation Tool
#39Re: Show HN: Audino – Open-Source Audio and Speech Annotation Tool
#40Earlier quoted context omitted.
In case still not clear, it does not do the transcription, it does not. Oh Hi Mark. It asks you to manually annotate it (in case you want to prepare a training data set for your algorithm), its not an AI algorithm.
This is the most helpful comment here. I still don’t understand what the tool is for though. Up until now I assumed it would allow me to get automatic transcriptions, including breaking them down by speaker.
I’ve bulk exported generated srt/vtt files from my fav podcasts and using tinysearch that was posted here recently with ableplayer to provide audio full text search of my Jekyll published podcasts posts and with clickable timestamps to audio play of search phrases.
Whenever I want to know what podcaster has to say on specific subject a quick search makes such a difference!