Skip to content

Commit ae09af6

Browse files
committed
Added additional instructions for Linux Ubuntu
1 parent 638699b commit ae09af6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The AudioCapture application uses Qt's [QAudioInput](https://doc.qt.io/qt-5/qaud
66
Using this app is very simple:
77

88
* Make sure that you have connected a microphone to your computer.
9+
* On Ubuntu, you need to `sudo apt-get install libqt5multimedia5-plugins`
910
* Start the AudioCapture app. You should see a window like the following.
1011
> ![audiocapture.PNG](audiocapture.PNG)
1112
* Set the audio capture parameters.
@@ -17,6 +18,11 @@ Using this app is very simple:
1718
* Please allow microphone access if asked.
1819
* 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.
1920

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`.
25+
2026

2127
# Further Notes
2228

0 commit comments

Comments
 (0)