https://github.com/parvesh88/tinyalsa-android-marshmallow-release
Android userspace sound device driver
https://github.com/parvesh88/tinyalsa-android-marshmallow-release
Last synced: about 1 year ago
JSON representation
Android userspace sound device driver
- Host: GitHub
- URL: https://github.com/parvesh88/tinyalsa-android-marshmallow-release
- Owner: parvesh88
- Created: 2019-10-04T14:20:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T18:29:54.000Z (about 5 years ago)
- Last Synced: 2025-02-07T06:43:26.294Z (over 1 year ago)
- Language: C
- Size: 354 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android Userspace ALSA Sound Device Driver
To get more features than official release.
Usage:
1. Setup Android NDK for Android marshmallow on any Linux distribution.
2. Run following command from Terminal.
```
sudo apt update
sudo apt-get install git make
git clone https://github.com/parvesh88/tinyalsa-android-marshmallow-release master
cd master
make
```
3. Check build directory.
Enjoy!