https://github.com/andhikayuana/simple-synthesizer
Simple demonstrations using Oboe Library for Audio Processing
https://github.com/andhikayuana/simple-synthesizer
android android-application audio-processing kotlin kotlin-android oboe synthesizer
Last synced: 3 months ago
JSON representation
Simple demonstrations using Oboe Library for Audio Processing
- Host: GitHub
- URL: https://github.com/andhikayuana/simple-synthesizer
- Owner: andhikayuana
- License: mit
- Created: 2018-10-25T23:54:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T02:32:03.000Z (over 6 years ago)
- Last Synced: 2025-01-18T03:45:50.989Z (5 months ago)
- Topics: android, android-application, audio-processing, kotlin, kotlin-android, oboe, synthesizer
- Language: C++
- Size: 3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Synthesizer
Simple demonstrations using Oboe Library for Audio Processing## Requirements
1. Latest [Android Studio](https://developer.android.com/studio/)
2. [NDK](https://developer.android.com/ndk/downloads/) r17 or above
3. [Oboe Library](https://github.com/google/oboe)## Installation
1. Clone oboe library and this project in same directory
```
$ cd ~/to/your/path
$ mkdir SimpleSynth
$ git clone [email protected]:google/oboe.git
$ git clone [email protected]:andhikayuana/simple-synthesizer.git
```2. Open `simple-synthesizer` project in Android Studio
3. After finish building and indexing, Run the App
4. If you see some error, please report to issue## Download
You can try this App by download using [this link](https://github.com/andhikayuana/simple-synthesizer/raw/master/simple-synthesizer-debug.apk)