David Nicholson
David Nicholson
noticed that `tests/test_transcriber.py` **does** currently test `notmat` and `koumura` so we really just need to do the following for `tests/test_transcriber.py` - [ ] add tests for `phn` - [ ]...
looking at this again. Part of the issue is I used unittest format. Should refactor to use pytest abstractions like fixtures
This would be one good candidate for testing a more general "Simple" format
Some nuance to this: I think I have found corner cases that reveal another bug in the original ava segmentation algorithm. I only found this because of the pre-condition for...
Thinking more about how to do this. I think what we want is: - class equivalents of each functional version of a segmenting algorithm, because we need state when we...
Looking for examples of segmenting thresholds I realized that actually Marcelo's ohun has a method to "fit" amplitude-threshold based methods, `optimize_energy_detector` that does something similar https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.14170 I should better understand...
future self replying to past self: python-sounddevice is still the best option AFAICT
Hi @rmcgibbo @wisygig @dhimmel @vasudevanv I just want to check where you're at with developing/maintaining Figshare packages. I would really like to have a command-line interface to the Figshare API...
Hey Daniel. Understood -- I'm beginning to wonder if anyone can help with OAuth2.0. I think it might be a question of asking Figshare to make their API a little...
Thanks for the replies @vasudevanv @dhimmel. Yes, I'm volunteering myself to be a committed maintainer. I definitely want to include contributions from everyone where I can. I think this will...