https://github.com/xaionaro-go/audiocli
A CLI to help manipulate audio settings on Android
https://github.com/xaionaro-go/audiocli
android audio cli device media preferred settings sound tinycap tinymix
Last synced: 2 months ago
JSON representation
A CLI to help manipulate audio settings on Android
- Host: GitHub
- URL: https://github.com/xaionaro-go/audiocli
- Owner: xaionaro-go
- Created: 2024-05-12T17:03:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T19:33:12.000Z (about 2 years ago)
- Last Synced: 2025-02-27T04:17:22.011Z (over 1 year ago)
- Topics: android, audio, cli, device, media, preferred, settings, sound, tinycap, tinymix
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just an experimental tool to save and store the state of audio settings on an Android device via an ADB shell
Building:
```
CGO_ENABLED=0 GOARCH=arm64 go build ./cmd/audiocli/
```