You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java audio spectrum analyzer with support for hue lights.
2
+
Visualizer is a real time application that takes the input sound from the pc and processed it through an FFT in order to display a spectrum representation of the sound.
3
3
4
4
## Install dependencies
5
-
1. Install openjdk 11
6
-
2. Install openjfx 11
5
+
1. Install openjdk 17
6
+
2. Install openjfx 17
7
7
3. Install apache maven
8
8
9
9
## Audio Setup
@@ -22,30 +22,9 @@ If you do not have a "Stereo Mix" device you will have to use "Virtual Cable"
22
22
7. Select the audio device that you want as the playback device. (ex: "Realtek High Definition Audio")
23
23
8. Apply and close
24
24
25
-
## Hue plugin requirement
26
-
I am not allowed to distribute the hue libraries or materials until hue edk comes out of beta.
27
-
Please follow the steps bellow in order to get access to the hue libraries and put them in the correct location:
28
-
1. Create an account and agree to the philips EDK terms and conditions here: https://developers.meethue.com/edk-terms-and-conditions/
29
-
2. Get access to the following git repository: https://github.com/PhilipsHue/HueSDK4EDK
30
-
3. Go to https://github.com/PhilipsHue/HueSDK4EDK/tree/master/HueSDK/Windows and copy the following files:
31
-
4. jar file to: ./lib
32
-
5. dll file to: ./dll
33
-
34
25
## Compile
35
26
`mvn clean install`
36
27
37
-
## Hue plugin installation:
38
-
Copy hue/target/hue-1.0.0-SNAPSHOT-plugin.jar to spectrum/plugins
Create an entertainment group called "bass" from the Official Philips Hue App: https://play.google.com/store/apps/details?id=com.philips.lighting.hue2&hl=en
45
-
46
-
## Use
47
-
1. Click on the screen of the visualiser window in order to open the settings window
48
-
2. Click on "Hue Integration" from the left sidebar
49
-
3. Click on the "start" button
50
-
4. Push the Philips Hue Bridge Push Link Button (only once)
0 commit comments