Live data from Hacker News

Viewing profile — alpe

alpe

HN member
Joined
Sun, Mar 19, 2017, 1:37 PM UTC
HN karma
92
Public activity
18 items

About alpe

No profile information was provided.

Recent public activity

  1. comment
    Comment #13915968

    You are welcome. Using a forced aligner usually improves the results a lot when compared to using an automatic speech recognition system --- because adapting the language model to …

  2. comment
    Comment #13912772

    Another possibility is to just run an automatic speech recognition system (e.g. Sphinx or PocketSphinx can read from the mic input), and align its output with the ground truth text…

  3. comment
    Comment #13912756

    For sure aeneas is not suitable, since it requires all the text and all the audio in advance. But ASR-based tools in theory would allow such an operation mode, but I have not seen …

  4. comment
    Comment #13912631

    To elaborate a bit further, as indeed the closed captioning applications are very important, from hearing-impaired people to the dyslexic, to second language learners. Let's think …

  5. comment
  6. comment
    Comment #13912540

    I have used aeneas myself to do it, with mixed results. You will probably need to increase the DTW margin. Also note that you will need a lot of RAM --- say 16 GB if you plan to wo…

  7. comment
    Comment #13912511

    I would like to note once again that aeneas is not based on automatic speech recognition techniques, but on MFCC + DTW, which is an even older approach, with pro's and con's. Inter…

  8. comment
    Comment #13908648

    Thank you. Indeed, while aeneas was created for ebook-audiobook synchronization, several of its current users are producing closed captions --- because, in most cases, they already…

  9. comment
    Comment #13908621

    I agree on most of your observations. However, please note that other tools are better suited than aeneas if one wants to align at phoneme level: gentle, Kaldi, SPPAS, etc. aeneas'…

  10. comment
    Comment #13908579

    > Might also be possible to look at the spectrum at any time to possibly identify areas of the file to skip. I would say yes and no. Currently you can add a switch that makes aenea…

  11. comment
    Comment #13908493

    Definitely. Actually, aeneas can be used as a Python library (rather than just a CLI tool), and you can definitely provide an audio file, a list of audio intervals where the spoken…

  12. comment
    Comment #13908407

    Yes, there are several other open source aligners out there, mostly from academic research or derived from academic projects. In my personal GitHub page I have a repo with an annot…

  13. comment
    Comment #13908090

    Several users of aeneas interested in producing caption files for videos told me that it does. And considering how DTW works, it is plausible. Unfortunately, I have not had the tim…

  14. comment
    Comment #13907576

    Hi, thank you. Having it on conda would be great ( https://github.com/readbeyond/aeneas/issues/158 ), so if you feel like it, it would be wonderful! The two points that proved diff…

  15. comment
    Comment #13907397

    In Italian high schools "Licei" we take 5 years of Latin (and also ancient Greek if you choose the classical study path)... nice to meet you!

  16. comment
    Comment #13907384

    aeneas is not based on ASR (i.e., it does not try to "recognize" words and align them with the input text), but on the "older" MFCC + DTW approach. Hence, it is difficult to give y…

  17. comment
    Comment #13907356

    Thank you. Indeed several users of aeneas adopted it for producing SRT/TTML files, i.e. captions, for videos, both online and offline --- and many of them start with an existing tr…

  18. story