mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-23 03:45:31 +00:00
README: fix typo
This commit is contained in:
parent
64b5564ae1
commit
f92ae9f5df
|
@ -261,19 +261,20 @@ For each backend, do the following:
|
||||||
back correctly. If possible use the `--in-device` and `--out-device`
|
back correctly. If possible use the `--in-device` and `--out-device`
|
||||||
parameters to test a USB microphone in raw mode.
|
parameters to test a USB microphone in raw mode.
|
||||||
|
|
||||||
### Building The Documentation
|
### Building the Documentation
|
||||||
|
|
||||||
Ensure that [doxygen](http://www.stack.nl/~dimitri/doxygen/) is installed,
|
Ensure that [doxygen](http://www.stack.nl/~dimitri/doxygen/) is installed,
|
||||||
then:
|
then:
|
||||||
|
|
||||||
```
|
```
|
||||||
make docs
|
make doc
|
||||||
```
|
```
|
||||||
|
|
||||||
Then look at `html/index.html` in a browser.
|
Then look at `html/index.html` in a browser.
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
|
0. test sio_sine with ALSA raw device
|
||||||
0. Make sure PulseAudio can handle refresh devices crashing before
|
0. Make sure PulseAudio can handle refresh devices crashing before
|
||||||
block_until_have_devices
|
block_until_have_devices
|
||||||
0. Integrate into libgroove and test with Groove Basin
|
0. Integrate into libgroove and test with Groove Basin
|
||||||
|
|
Loading…
Reference in a new issue