Skip to content

owingsbj/MySynth

Repository files navigation

MySynth

Common Android Synthesizer Framework

Use MySynth to create your own Android music synthesizer app. All of the JNI for using either OpenSL or AAudio is provided. All you need to do is implement a subclass of AbstractInstrument and then create and control the synthesizer using the MySynth class. See the MySynth wiki for more details.

Note: Even though MySynth has minSdkVersion=28, it can actually support down to version 14. Use the following in a containing app to ignore the sdk version:

<uses-sdk tools:overrideLibrary="com.gallantrealm.mysynth" />

You should also look at MyAndroid for common widgets for building a synthesizer app (such as the keyboard).

Acknowledgments

MySynth contains modified versions of the following open source:

I've left the original package names should you want to compare and update. I highly appreciate the efforts of these developers and their generous donation to the open source community.

About

Common Android Synthesizer Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published