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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ The AudioCapture application uses Qt's [QAudioInput](https://doc.qt.io/qt-5/qaud
6
6
Using this app is very simple:
7
7
8
8
* Make sure that you have connected a microphone to your computer.
9
+
* On Ubuntu, you need to `sudo apt-get install libqt5multimedia5-plugins`
9
10
* Start the AudioCapture app. You should see a window like the following.
10
11
> 
11
12
* Set the audio capture parameters.
@@ -17,6 +18,11 @@ Using this app is very simple:
17
18
* Please allow microphone access if asked.
18
19
* You should now have a stream on your lab network that has type "Audio" and its name is the name entered in the GUI. Note that you cannot close the app while it is linked.
19
20
21
+
# Build
22
+
23
+
The build instructions for this app are mostly the same as the [generic LSL App build instructions](https://labstreaminglayer.readthedocs.io/dev/app_build.html).
24
+
Qt5 Multimedia module is required. On Ubuntu this does not come with qt5 by default. Install it with `sudo apt-get install qtmultimedia5-dev`.
0 commit comments