Git Product home page Git Product logo

Comments (13)

d4nfy avatar d4nfy commented on June 19, 2024

specs : Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz 2.80 GHz RAM 16,0 Go

from pyvosklivesubtitle.

botbahlul avatar botbahlul commented on June 19, 2024

have you put those ffmpeg.exe and ffprobe.exe into C:\Windows\system32 folder?

from pyvosklivesubtitle.

d4nfy avatar d4nfy commented on June 19, 2024

Yup
ffprobe-ffmpeg
With regard to the last compiled version, here's the error :
last-version

last-version-2

from pyvosklivesubtitle.

botbahlul avatar botbahlul commented on June 19, 2024

Is C:\Windows\system32 already added to your PATH ENVIRONTMENT?
Can you show me the screenshot when you call ffmpeg from C:\ ?
image
image

from pyvosklivesubtitle.

d4nfy avatar d4nfy commented on June 19, 2024

Yeah already done.

yup-2
yup-3

from pyvosklivesubtitle.

botbahlul avatar botbahlul commented on June 19, 2024

can you please save this code below as test.py

import subprocess

tasklist_output = subprocess.check_output(['tasklist'], creationflags=subprocess.CREATE_NO_WINDOW).decode('utf-8')
python_pid = None
for line in tasklist_output.split('\n'):
    if "python" in line:
        print(line)
        python_pid = line.split()[1]
        print("python_pid = %s" %python_pid)
        break

and then run it with python

python test.py

then show me the screenshot of the output

from pyvosklivesubtitle.

d4nfy avatar d4nfy commented on June 19, 2024

Indeed, you were right before the edit, the issue came from UTF-8 not activated in command prompt (i was in Latin, maybe because I'm from France). The exe seems to launch correctly, i'll try it later.

Here's the result for the script you gave me (after correcting UTF-8)
code-to-test

from pyvosklivesubtitle.

d4nfy avatar d4nfy commented on June 19, 2024

Ok I can open the app thanks. But can't figure out how to configure Line and audio output to use with a headset, my voice is recognized but not the video, I used the same parameters as Readme page and also tried with two virtual cables with VAC and Audio Repeater.

from pyvosklivesubtitle.

botbahlul avatar botbahlul commented on June 19, 2024

If you're using a PC with HDMI CONNECTED DEVICE AND YOU WAN'T TO HEAR THE AUDIO ON THAT HDMI DEVICE:
image

Launch Audio Repeater MME, NOT Audio Repeater KS!

image
image
image

But if you're using a LAPTOP WITHOUT HDMI CONNECTED DEVICE change the WAVE OUT of AUDIO REPEATER to your laptops SPEAKER DEVICE, or your HEADPHONE DEVICE
image

The Wave Out is the device where you want to hear the audio output.

DONT FORGET TO CLICK THAT START BUTTON! IF IT SUCCESFUL, YOU'LL SEE THAT GREEN PROGRESS BAR OF THE QUEUE
image

THEN CLICK MINIMIZE BUTTON, NOT THE CLOSE BUTTON!

from pyvosklivesubtitle.

d4nfy avatar d4nfy commented on June 19, 2024

Doesn't work, how do you set up the virtual audio cable? Line/Mic Mode ? It seems that, even with Line 1, only the sound of my mic is detected by your software. Nevertheless, I can hear the live from YouTube in my mic.

from pyvosklivesubtitle.

botbahlul avatar botbahlul commented on June 19, 2024

after VAC installed, just select LINE 1 as DEFAULT in PLAYBACK AND in RECORDING device (right click on it and select Set as default)
image

image

after that I just launch Audio Repeater MMX and set them like those pictures I post above (Line 1 as WAVE IN, and HDMI Speacker as WAVE OUT, or HEADPHONE if I want to hear the output sound from a headphone)

from pyvosklivesubtitle.

botbahlul avatar botbahlul commented on June 19, 2024

if VAC doesn't work for you then your only last option is to use Stereo Mix as Default Recording device and Speaker or Headphone as Playback device

There are many VAC similar apps but I haven't tried them yet

from pyvosklivesubtitle.

d4nfy avatar d4nfy commented on June 19, 2024

It's working ! Thanks a lot :)

from pyvosklivesubtitle.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.