Skip to content

Commit

Permalink
fix links in examples doc
Browse files Browse the repository at this point in the history
  • Loading branch information
barsoosayque committed Nov 4, 2022
1 parent 4f9d88f commit cb25562
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Here is a table of examples in this repository:

| Name | Description | Link |
|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------|
| Sounds | An app which contains two WAV sounds to show how is library working with sounds. You can select this assets and then use buttons to manage one specific soundpool. | [Go !](./examples/sounds) |
| Music | Simple audio player that you can use to manage tracks via streaming from file. It shows that OboeMusic works as expected. Again, you can select there some track which can be long or short, and control it with UI elements. | [Go !](./examples/music) |
| Async | Asynchronous loading and unloading Music and Sound instances using buttons. There you can also preview task progress. | [Go !](./examples/async) |
| Waves | Sine wave generator with adjustable frequency. Shows how audio device is working. | [Go !](./examples/waves) |
| Recorder | Simple microphone recorder. | [Go !](./examples/recorder) |
| Name | Description | Link |
|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------|
| Sounds | An app which contains two WAV sounds to show how is library working with sounds. You can select this assets and then use buttons to manage one specific soundpool. | [Go !](../examples/sounds) |
| Music | Simple audio player that you can use to manage tracks via streaming from file. It shows that OboeMusic works as expected. Again, you can select there some track which can be long or short, and control it with UI elements. | [Go !](../examples/music) |
| Async | Asynchronous loading and unloading Music and Sound instances using buttons. There you can also preview task progress. | [Go !](../examples/async) |
| Waves | Sine wave generator with adjustable frequency. Shows how audio device is working. | [Go !](../examples/waves) |
| Recorder | Simple microphone recorder. | [Go !](../examples/recorder) |

You can build each repository as a subproject within the repository, then upload APK with `adb`, and then launch it:

Expand Down

0 comments on commit cb25562

Please sign in to comment.