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
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ For further licensing information, please have a look at [LICENSE](LICENSE).
16
16
17
17
## Requirements
18
18
19
-
- n WLED clients with one LED strip each. Each LED strip should have an equal amount of LEDs.
19
+
- n WLED clients with one LED strip each (no matrix supported yet). Each LED strip should have an equal amount of LEDs.
20
20
21
21
- Reliable IPv4 UDP communication between the computer and the [WLED](https://kno.wled.ge/) clients on port 21324. For further reference on the interface between this application and WLED have a look at the [WLED Documentation](https://kno.wled.ge/interfaces/udp-realtime/).
22
22
23
23
- x86_64 CPU architecture
24
24
25
-
-GNU/Linux or Microsoft Windows operating system
25
+
-Debian Linux or Microsoft Windows operating system (Other Linux distros could also work, but are not yet tested)
26
26
27
27
## Installation/Usage
28
28
@@ -81,11 +81,12 @@ Our schematics and 3D Models are also provided in the `hardware/` directory of t
|[nlohmann JSON](https://json.nlohmann.me/)| >= v3.11.2 | Located in dependencies directory and automatically found by CMake. |
87
-
|[PortAudio](http://www.portaudio.com/)| >= v19.7.0 | Linux:<br/>`sudo apt install portaudio19-dev`<br/>Windows:<br/>PortAudio is not required for the Windows build. WASAPI is used instead. |
88
-
|[ASIO](https://think-async.com/Asio/)| >= v1.28.0 | Located in dependencies directory and automatically found by CMake. |
|[nlohmann JSON](https://json.nlohmann.me/)| >= v3.11.2 | Located in dependencies directory and automatically found by CMake. |
87
+
|[PortAudio](http://www.portaudio.com/)| >= v19.7.0 | Linux (Debian):<br/>`sudo apt install portaudio19-dev`<br/>Windows:<br/>PortAudio is not required for the Windows build. WASAPI is used instead. |
88
+
|[ASIO](https://think-async.com/Asio/)| >= v1.28.0 | Located in dependencies directory and automatically found by CMake. |
89
+
|[FFTW](https://www.fftw.org/)| >= 3.3 | Linux (Debian):<br/>`sudo apt install libfftw3-dev`<br/>Windows:<br/>The fftw dll file is located in the dependencies directory of this repository and automatically found by CMake. |
89
90
90
91
## Version History
91
92
@@ -100,3 +101,4 @@ Our schematics and 3D Models are also provided in the `hardware/` directory of t
100
101
| 1.1 | snapshot | 26.08.2023 | implemented fft for Windows and Linux using the eigen library |
101
102
| 1.3 | snapshot | 27.08.2023 | changed fft library to the fftw library for Linux and Windows |
102
103
| 1.4 | release | 19.11.2023 | added RMS strobo effect; updated parts list |
0 commit comments