Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ag2s20150909/lyraandroidtest
Audio
https://github.com/ag2s20150909/lyraandroidtest
android audio decoder encoder lyra
Last synced: 1 day ago
JSON representation
Audio
- Host: GitHub
- URL: https://github.com/ag2s20150909/lyraandroidtest
- Owner: ag2s20150909
- Created: 2022-10-04T04:29:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T16:29:53.000Z (3 days ago)
- Last Synced: 2024-11-11T17:31:05.001Z (3 days ago)
- Topics: android, audio, decoder, encoder, lyra
- Language: Java
- Homepage:
- Size: 74.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Lyra V2 audio Android test samples
A Very Low-Bitrate Codec for Speech Compression
https://github.com/google/lyra/
## Set Sample Audio
Use FFmpeg to convert audio to wav format supported by lyra.
```agsl
ffmpeg -i test.flac -ac 1 -ar 48000 test.wav
```
Then place it in the `/storage/emulated/0/Android/data/me.ag2s.lyraandroidtest/cache/test.wav`## Encode and Decode
Click "Encode" and "Decode" to encode and decode.You can choose Bitrate on the right.
## Result File
All encoded and decoded files are in `/storage/emulated/0/Android/data/me.ag2s.lyraandroidtest/cache/`.