Chris Burgess
Chris Burgess
Is the correct thing to do here to change the comment to reflect that they are not the same or to fix the code so that they are the same?...
@terrelln I have seen higher than 100% cpu usage without specifying multiple threads. `--single-threaded` fixes this for compression, but is ignored during decompression. I am not sure how the multi...
In this case calling `header` would be the blocking call because that would initiate the process of issuing reads. So I believe construction could still be lazy, and you would...
I feel whether `get_ref` and friends should give a reader that is past the header is a decision that should be made, one way or the other, and then documented....
Closes #13 if merged
Check out the “Constraints on the Implementation” section from the paper referenced in the read me. It discusses choosing values and limitations of precision. https://web.stanford.edu/class/ee398a/handouts/papers/WittenACM87ArithmCoding.pdf
Hey sorry I went so absent on this project have not been keeping up. I just want to drop a link to this https://github.com/Cyan4973/FiniteStateEntropy If you are still interested in...
> Ok, so it's clear that this extension isn't being maintained anymore. Sad. Considering this students side project has been so successful I think is testament to the great work...
There is also the ability to specify a prompt to the whisper model. I think that would be good to be able to customize as well. Adding a filter at...
There is the remaining issue of OpenAI not responding sometimes and needing to repeat your audio to send the request again. However if you are getting it every time, on...