An open API service indexing awesome lists of open source software.

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

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)