Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, I tried the demo and it worked flawlessly, so I bought the full version.  It does not work at all for me (ver. 2.7.0 - running on Windows 11).  When I run it, it opens a window, then whether I drag and drop a file onto it, use file > open or file > add to queue it just opens a new window (almost like a new instance of the program). The original window gets a progress bar and a stop button and says transcribing and the file name, but it never does anything.  The process in task manager starts to use a load of memory but it never uses any CPU.  I have an AMD GPU so i realise that the GPU accelatation won't work, but I tested with it on and off and it still does nothing.  If I close the new window that opened it gives me an error reading "could not read the audio from "filename".  The file may be missing unsupported or corrupt".  I am testing with the same file that worked perfectly in the demo.  If I try to load a file in the second window, it creates a third and still nothing happens.

I just realised that a new version has been released between me trying the demo yesterday and me buying the software, maybe that is the issue.

Yeah I just tried he new demo, that also does the same thing so it must be an issue with 2.7.0 that wasn't present in 2.6.4 - is there any way to download old versions?

(+1)

You can download older version using the itch.io app, the website always shows the latest one only.

But I just published v2.7.1 which should fix your issue, so no need to go back to a previous one.

Hi Maffers80, thanks for the detailed report, and sorry about that.

You were right: it wasn’t your AMD GPU. Version 2.7.0 had a bug and you found it. That's fixed in v2.7.1. Please update from the itch.io page and try again with that same file, it should work normally now.

Sorry for the hassle, and thanks again for buying it and taking the time to write this up. If anything still looks off after updating, let me know.

Thanks for the quick patch, I'll give it a try later.  Is there any possibility of GPU acceleration working with AMD GPUs in the future? I have been using the program WhisperDesktop, which can use my AMD GPU (possibly using ZLUDA, but I'm not 100% sure of that) and runs about 10x faster than PTPro, but it is no longer being developed and it hallucinates random things too often.  Also I see that PTPro uses v1 Language models, can we swap these out with newer models? Or do we need to stick with the ones provided?

(+1)

Hi Maffers80,

GPU acceleration is done with Vulkan, which should work with AMD cards if the driver supports it. Here's some official info about Vulkan driver support for AMD

The models used in the app are simply a subset of the current ones. Largest bundled model is large-v1 as those were the ones that created the best outputs, and I don't want to increase even more the size of the app, the slider goes tiny→large-v1.

If you want to use a different model, you can do it by simply overwriting the model file itself (keep the same names though for the program to work). For example you can overwrite large-v1 with large-v2 and when the slider is at the most accurate one it will use large-v2 (it will load a model called large-v1 but the contents will be the large-v2 model). 

That way you should be able to run any similar model that you want.

That works great, thanks so much. It is also working with my GPU (7900XTX) which has made it much faster. 

One issue that I have noticed, both with PTPro and WhisperDesktop is that often a couple of lines of dialogue will get "stuck" and keep repeating. I understand that this might just be a weakness inherent to the whisper AI method, but wondered if you have tips for mitigating it?

Glad the GPU acceleration is working well on your 7900 XTX!

As you say, the stuck/repeating lines are basically coming from Whisper itself.

A few things that you could try on the app today:

- Try with a different model (smaller or larger). This sometimes fixes some issues.

- Set the spoken language explicitly in Settings instead of Auto Detection.

- Prefer cleaner dialogue audio when you can to avoid background noise.

There’s no perfect switch for it yet though, Whisper can still loop sometimes.