8000 GitHub - bad-apple-lab/Bad-Apple-4-Memory-RGB: Play the video in Memory RGB
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bad-apple-lab/Bad-Apple-4-Memory-RGB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad-Apple-4-Memory-RGB

use ASUS Aura SDK

pip install pywin32
ffmpeg -v quiet -i "1080p.mp4" -vf scale=8:8 -c:v rawvideo -pix_fmt gray -f rawvideo - > 1.bin
gcc convert.c -o c.out && ./c.out
python run.py # python3
sound waveform (realtime)

Settings -> Privay -> Microphone:

  1. Change -> On;
  2. Allow desktop apps to access your microphone.

Right click speakers icon -> Sound -> Recording -> Stereo Mix:

  1. Right click -> Enable;
  2. Right click -> Properties -> Listen -> Listen to this device.

Settings -> System -> Sound:

  1. Input -> Choose your input device -> Stereo Mix (Realtek(R) Audio)

*Stereo Mix can be replaced with one that has the same function.

pip install pywin32 pyaudio
python wave.py # python3

About

Play the video in Memory RGB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0