Sound Module

Sound Module Free App

Rated 3.66/5 (173) —  Free Android application by AppsTransport

Advertisements

About Sound Module

This is a free add on sound module app for my existing music app (See photos) and 3rd party musical app.
1. "Micro Key Player - an usb keyboard to phone piano" and
2. "Volca Midi Player - an animation of falling note with option to play on external midi keyboard"

The sound module is open to any android app that want to play midi notes.

With this sound module, you have default 128 realistic musical instrument sound to play with. They have way better sound than my above 2 apps. And the key to sound response is fast. In addition, you could search for free soundfont on the web and download to your phone via your browser. Please download your .sf2 file to your sdcard folder or sdcard subdirectory. Sound module can load these downloaded soundfont and right, you can have unlimited instruments in your mobile phone.

--- For 3rd party developer too ---

It is very easy to add midi capability to your app. To use sound module, you only need to send an intent to it. The sound module service will automatically start with the intent. Here are some examples

1. To play C4(60) note. Add an intent in your code.

Intent intent = new Intent();
intent.putExtra("key", 60);
intent.setComponent(new ComponentName("com.appspot.soundmodule", "com.appspot.soundmodule.SoundModuleService"));
startService(intent);

2. To stop a note:

Intent intent = new Intent();
intent.putExtra("key", 60);
intent.putExtra("velocity", 0);
intent.setComponent(new ComponentName("com.appspot.soundmodule", "com.appspot.soundmodule.SoundModuleService"));
startService(intent);

After user has installed sound module, your app is able to instantly send note on to it and play midi notes. Think of it as a add on sound module for your app. Sound module is free for all users and developers. There is no license fee or whatever agreement to use it.

Why is it free?
As I develop a music app, I find that android does not have built in sound font loader. And there is hardly any answer on the internet. After spending some sleepless nights, I manage to learn about what is sound (sample rate, frame rate, bit per sample, stereo channel) and the api (soundfont, c programming, jni, fluidsynth). The coding is tough but the use is simple. Since all my apps uses the sound module, I might as well release it to other users. It is really tough to learn jni and most developer only want to produce midi note. So why not release a standalone app for other people to benefit. No need to go through what I have, just to produce some realistic sound in android.

For more support, please visit http://celestialpiano.blogspot.sg/p/forum.html

How to Download / Install

Download and install Sound Module version 1.9 on your Android device!
Downloaded 10,000+ times, content rating: Everyone
Android package: com.appspot.soundmodule, download Sound Module.apk

All Application Badges

Free
downl.
Android
3.0+
For everyone
Android app

App History & Updates

What's Changed
- add asian instruments beside the 128 general instruments
- tested for phone speaker, ear pieces and external bluetooth speaker
Version update Sound Module was updated to version 1.9
Version update Sound Module was updated to version 1.8
More downloads  Sound Module reached 10 000 - 50 000 downloads
Version update Sound Module was updated to version 1.6

What are users saying about Sound Module

S70%
by S####:

Sound output isn't coming through headphones though.....it's coming through the phone's earpiece...pls fix it

O70%
by O####:

Crashes often. Nice to use to test Android's midi capabilities, but app needs further development to be useful.

D70%
by D####:

It is good,,, but isn't work on my Android phone, it says unfortunately sound module has stop,,,, there's another way to use the USB midi keyboard without sound module?

W70%
by W####:

very limited sound. But ok for testing soundfont instruments.

C70%
by C####:

bad

C70%
by C####:

I will give 5 full star when it could be open.thanks Replay to your answer: I'm using kit kat 4.4.4 on mt6732 MediaTek SoC.

C70%
by C####:

Sm64 sf2 is out soon

O70%
by O####:

See above. Does not work.

Q70%
by Q####:

Can this plug into a keyboard? Help

Q70%
by Q####:

I will give 5 full star when it could be open.thanks Replay to your answer: I'm using kit kat 4.4.4 on mt6732 MediaTek SoC.

Q70%
by Q####:

does not work on my tablets starts shows white empty list then shuts down. not functional from other app midi key edit: im using android 4 jelly bean on a lenovo a2109 tablet not a phone

A70%
by A####:

Only loads a dead white screen :(

L70%
by L####:

B Bing

T70%
by T####:

This piece of **** won't open!

Q70%
by Q####:

Yee


Share The Word!


Rating Distribution

RATING
3.75
173 users

5

4

3

2

1