@@ -3,9 +3,10 @@ ReVidia [Windows Port]
3
3
Installation
4
4
============================
5
5
6
- ReVidia on Windows REQUIRES Python 3.8
6
+ ReVidia on Windows REQUIRES Python 3.8(64bit)
7
7
Download from here:
8
8
https://www.python.org/downloads/
9
+ Just be sure to select a "Windows x86-64" version
9
10
10
11
During installation MAKE SURE you check the box:
11
12
"Add Python to PATH"
@@ -17,14 +18,11 @@ It might take a couple minutes, so wait until it says "Done"
17
18
Then simply use the desktop shortcut to enjoy!
18
19
19
20
20
- I also HIGHLY recommend installing VB-CABLE:
21
+ Optionally install VB-CABLE:
21
22
https://www.vb-audio.com/Cable/index.htm#DownloadCable
22
23
23
- As this software ONLY accepts input(mics) audio streams on Windows for now.
24
-
25
- Without it you might not be able to select your speaker's audio
26
- or even start the program at ALL because it also uses
27
- Windows audio APIs that meld better with PortAudio.
24
+ In case no device is found or wasapi is not an option.
25
+ As this software ONLY accepts inputs and wasapi audio streams on Windows.
28
26
29
27
Setting up VB-CABLE in 5 steps:
30
28
1. After installing VB-CABLE go into the sound control panel or by running "control.exe mmsys.cpl"
@@ -33,7 +31,7 @@ Setting up VB-CABLE in 5 steps:
33
31
4. Under the tab "Listen" check the box "Listen to this device"
34
32
5. Finally in the "Playback through this device:" select the speakers you normally use.
35
33
36
- Then, if you like to use your speaker's audio
34
+ Then, if you like to use your speaker's audio that's not wasapi
37
35
just select any "CABLE Output" device in ReVidia.
38
36
39
37
@@ -44,11 +42,10 @@ General:
44
42
45
43
- If you start the program and no device list is shown, it means that
46
44
no API you have is compatible and you should install VB-CABLE shown above.
47
-
48
- - If you really don't like VB-CABLE and you want to use your speaker audio try this guide:
49
- https://www.howtogeek.com/howto/39532/how-to-enable-stereo-mix-in-windows-7-to-record-audio/
50
45
51
- - If you don't want to use Python 3.8, install PyAudio manually using the venv pip.
46
+ - If you don't want to use Python 3.8(64bit), install PyAudio Loopback Fork manually:
47
+ https://github.com/intxcc/pyaudio_portaudio
48
+
52
49
Then just ignore the error in the install.bat and continue.
53
50
54
51
- Because how Windows uses transparency:
0 commit comments