David Bieber
David Bieber
I'm playing the Ogg files back with VLC after encoding the samples (female.wav or wb_male_speex_21.wav) in Chrome.
You're right though; if I use the webpage to decode back to wav, the file is OK. (And I see now this issue with some explanation: https://github.com/jpemartins/speex.js/issues/13)
Before I try to fix this, I want to make sure I understand what granule_pos is supposed to be. One source https://xiph.org/ogg/doc/ogg-multiplex.html doesn't mention Speex by name at all. And...
I've had limited success (see here: https://github.com/dbieber/speex.js/blob/granulepos/src/ogg.js), but I am still working on figuring out the proper way of doing things. It mostly works for both example wav files (assuming...
Rebased with the latest commits.
Resolved conflicts. Still interested in getting this checked in if @simonpercivall will have it. > Off-topic: I'm pretty bad at maintaining this repository :/ No worries :)
The failure is in Python 3.6 only `self.check_roundtrip('f"{key:4}={value!s}"')`. Thoughts on why my change breaks this?
Thanks for this suggestion. This is a feature we might consider for the future, but it isn't currently planned. In the mean time, you may be interested in the ml_collections...
Thanks for the suggestion. What's your use case? For the example you gave above, you can achieve the desired behavior with quotes. `example.py foo "this is passed as is -...