Seth Grover

Results 130 comments of Seth Grover
trafficstars

I don't understand your last comment, my apologies. Were you able to get it running, then?

Interesting, on my Linux machine it was using the GPU right out of the gate just with `pip install openai-whisper` without any other steps on my end (double-checked with nvidia-smi...

Right now I don't have access to a Windows machine with a GPU, so I don't have any way to confirm or look into this.

I appreciate the suggestion, but with the way I'm handling the processing of the audio file (using a volume envelope, not splitting together and reassembling an audio file) I just...

Ah, I didn't realize it could be done inline like that with that sine filter. In that case, I don't see why not. It wouldn't support the custom .wav file,...

Things are pretty busy for me right now but I'll try to get to it as soon as I can, probably in the next couple of weeks.

I think I've got this working. I'm going to do a new release, test it out and let me know what you think. The only thing that's a bit weird...

I've just released v2.1.0, please try it out and report back here how it works for you.

Ah, it might be due to how the amix is normalizing the inputs, I'm going to try something.

So essentially now what I've done is just surfaced all of options to the ffmpeg `amix` filter (and, from what I'm learning, this volume normalization "issue" if we want to...