-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio source must be entered before adjusting #63
Comments
Hello! What does your Currently the program only creates " |
I downloaded the latest exe with 4 parts. It only creates run.bat and transcribe_audio.exe. Running the program says portable build. run.bat contains
|
Thanks. Can you open command prompt or power shell and run the command You should see something like this. C:\Users\cyberofficial>nvidia-smi
Fri Oct 27 09:00:55 2023
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 537.58 Driver Version: 537.58 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce RTX 3090 Ti WDDM | 00000000:2D:00.0 On | Off |
| 35% 62C P2 228W / 450W | 14967MiB / 24564MiB | 72% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+ Also can you edit the run file to have You should also grab the https://developer.nvidia.com/cuda-downloads installer for CUDA here and use the exe local version rather exe network. |
nvidia-smi
run.bat
I'm gonna leave CUDA alone for now because I think it's gonna take a lot to troubleshoot why it fails to install the other parts. Unless you think the Nsight systems, Nsight compute, and Visual studio integration is necessary. |
Hmmmm one last thing to try, can you see if adding As for the cuda thing, generally everything should be installed as most of the time they piggy back off each other. |
When i press ENTER
|
Thanks, my microphone was off. It worked after turning it on. I installed Voicemeeter as well to pick up my desktop audio. |
Thanks for the replies and being patient with me. if you have any more errors, feel free to create a new issue. I will implement a warning system for users with out microphones in the next update soon to be released. |
I am trying to run your program and installed everything. I had trouble installing CUDA and only installed the Nsight VSE and runtime components. I disabled nsight systems, nsight compute, visual studio integration, physx, geforce experience, hd audio and display driver.
Anyway This is what I get when launching run.bat
You are already using the latest version.
Current version: 1.0.9986
Using device: cuda
CUDA device name: NVIDIA GeForce RTX 3060
VRAM available: 12287.375 MB
Audio source must be entered before adjusting, see documentation for
AudioSource
; are you usingsource
outside of awith
statement?Traceback (most recent call last):
File "transcribe_audio.py", line 643, in
File "transcribe_audio.py", line 212, in main
File "speech_recognition_init_.py", line 189, in exit
AttributeError: 'NoneType' object has no attribute 'close'
[57760] Failed to execute script 'transcribe_audio' due to unhandled exception!
Press any key to continue . . .
The text was updated successfully, but these errors were encountered: