Skip to content

Commit

Permalink
moved README sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Binozo committed Dec 26, 2023
1 parent c383f7e commit 53f6a91
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ Features:
```
$ go get -u github.com/Binozo/GoTinyAlsa
```

## Quickstart
> [!NOTE]
> Take a look at the `examples` folder for example usage.
## Troubleshooting
#### Linking
If you get the following error: `error while loading shared libraries: libtinyalsa.so.2: cannot open shared object file: No such file or directory`
Expand All @@ -33,6 +28,10 @@ from ../internal/tinyapi/device.go:5:
are normal and to ensure compatibility with Android, we need to use those deprecated functions.
Take a look [here](https://github.com/tinyalsa/tinyalsa/blob/google-origin/include/tinyalsa/asoundlib.h) for available APIs for the Android platform.

## Quickstart
> [!NOTE]
> Take a look at the `examples` folder for example usage.
### Create your device
```go
package main
Expand Down

0 comments on commit 53f6a91

Please sign in to comment.