Anton Marini
Anton Marini
Yea, I was very curious why that sample count was used as well :)
Thanks @hollance - this is all super helpful. Ill give that a go and see what I come up with - its interesting - when I calculated the zero padded...
see : https://scale.com/blog/pytorch-improvements#Text%20Translation and https://github.com/openai/whisper/blob/f82bc59f5ea234d4b97fb2860842ed38519f7e65/whisper/decoding.py#L134
No, but I did find out that it works if you install 15.5, enable beta updates, and then do an update to 26 (im in the process as we speak)
Im able to sign into iCloud, access shared drives im not able to use Apple Intelligence features from within the VM which is unfortunate though. a quick check from Xcode...
it means the install doesnt work - as the install isnt going to find beta tooling, only release tooling. the only tooling to enable this is beta tooling, therefore the...
Hey @reinecke - Ah this tracks. Maybe theres a 'natural' exposing of the box2D binding, but as you said, an Apple Centric solution would expose a CGRect variant of the...
It might make sense to make a separate server that consumes CVPixelBuffers or IOSurfaces directly, rather than the base server I admit. I was sketching in code and wanted to...
So, what im doing here, is leveraging IOSurface backed video playout from AVFoundation by requesting global surfaces in an AVPlayerItemVideoOutput like so: ``` let playerItemVideoOuput = AVPlayerItemVideoOutput(outputSettings: [ String(kCVPixelBufferPixelFormatTypeKey) :...