Sam Lavigne
Sam Lavigne
There are a few options! You can do this with sox: https://stackoverflow.com/questions/20014064/how-to-batch-split-audio-files-wherever-there-is-silence or you can do it with audiogrep by looking for silences in the timestamps
Hey - thanks for letting me know about this - I've only tested it on a mac. I should add some instructions about installing it on Ubuntu.
Hi - thanks for working on this - I'll review and likely merge later today.
I know it would be a big change but perhaps we could shift to using a static site generator for the reference.
hi! Python can randomize a list. First you need to `import random` and then you can call it on a list like so `random.shuffle(some_list)`. To implement this in `render.py` you'd...
Hi! this project is VERY out of date at this point -- both the scraping code and the faxing code would need a rewrite to get it working again. If...
Amazing - thank you!!!
Hi - can you explain what the issues are with having the minified library?
hi! I haven't used/updated this code in a *very* long time so not sure how easy it would be to get working again. You might need to manually install an...
Good idea! When I made this I was trying to minimize how many files the project required, and at the time it seemed to make more sense to simply add...