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
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
FPGA and software crossover to bring your microphone clarity and fidelity
4
4
5
+
**[Software]**
6
+
7
+
Dependencies:
8
+
9
+
[Node.js 16.13.1]
10
+
11
+
Steps to run:
12
+
13
+
- npm install
14
+
- npm start (Run React Server)
15
+
- npm run electron-dev (Run Electron Application)
16
+
17
+
Current development is done on Windows and the main target platform is Windows. This application is built using ElectronJS and ReactJS
18
+
19
+
Note: When installing packages, a warning will appear about npm package vulnerabilities. This is not a concern and is addressed here: https://github.com/facebook/create-react-app/issues/11174
20
+
5
21
**[Hardware]**
6
22
7
23
VHDL files included in 'vhdl' folder. Schematic files included in 'schematics' folder.
@@ -31,20 +47,4 @@ extCS - E15
31
47
extRD - E16
32
48
extReady - D15
33
49
34
-
The MX7224 is held in transparent mode
35
-
36
-
**[Software]**
37
-
38
-
Dependencies:
39
-
40
-
[Node.js 16.13.1]
41
-
42
-
Steps to run:
43
-
44
-
- npm install
45
-
- npm start (Run React Server)
46
-
- npm run electron-dev (Run Electron Application)
47
-
48
-
Current development is done on Windows and the main target platform is Windows. This application is built using ElectronJS and ReactJS
49
-
50
-
Note: When installing packages, a warning will appear about npm package vulnerabilities. This is not a concern and is addressed here: https://github.com/facebook/create-react-app/issues/11174
0 commit comments