I am looking to make several soundboards that I would like to put in the market for free. I really don't know anything about the code needed to do this.
I have in the past taken a MUD (Multi-User Dungeon) and gone into the code and changed it to how I wanted it. Could it be anything like that?
Is there a way I could take an existing soundboard... like the Old Man Herbert soundboard and simply go into the code and just change out the sound, photos, and text? Sorry for sounding like a total n00b! There are just so many sound boards that would be awesome to have... like Battlestar Galactica, Zelda, He-Man, Thundercats, Quantum Leap, Donkey Kong... stuff like that.
You ask a lot of questions, and several more are implied.
Do you have any experience with, or desire to learn, Java? Making a sound board app is reasonably simple in a cuddly environment such as Android, but if you're not familiar with Java, or not even a coder, it's going to be a learning experience for you.
You might be able to modify the code of an existing sound board, but how will you get access to the source? If it's hosted somewhere such as SourceForge then go right ahead, otherwise you'll need to contact the developer. In any case, you'll also need to look into the license!
This is the bane of software development (and, I imagine, stonemasonry): it takes but a day to form a vision, but seemingly forever to bring it to reality.
after reading half of the internet, I can answer one of your questions:
No, you can't simply go into an existing soundboard and edit it. If you have tried to open the .apk file, you would notice that it concists of several things, such as the ''resource.arsc'' which contains sounds and other stuff, but the sad thing is that it's all binary code, so if you don't know Jack Schitt about how to edit that...
I am currently looking for an app or a website myself where I can make my own soundboard, but with no luck
:EDIT:
I have found a Java program for PC where you can make your own soundboard, but is it that simple that I can just rename this to an .apk file?
Last edited by Knutfreddy; December 21st, 2009 at 06:55 PM.
Reason: additional info
Myandroidsoundboard.com contains a pre-packaged kit allows you to simply follow instructions, download the template, and edit it to contain whatever sounds you would like. It is not necessary to know how to program in Java, or even have any previous programming experience. The instructions are written step by step from downloading Eclipse to installing your new soundboard on your Droid. Additionally, it was written to support API3 making it compatible with virtually any Android phone.
I hope that this helps someone, because I would have killed for it when I initially took on the project of creating my own soundboard.
Thanks,
--Daxx
The Following 5 Users Say Thank You to Daxx For This Useful Post:
Thank you for your kind words. I had figured that if I went through the process of learning how to do it, I might as well make it easier for everyone else.
Very nice site and exactly what I was looking for, Thank You (and a bump for the thread as well )
__________________
See a post you don't like? Don't reply. Use the button and the MODS will take a look at it.
Don't forget to press the button when someone helps you.
Using AndroidForums: Site Rules/Guidelines | Zero Tolerance Policy
Ok, I have been trying to use Daxx's site to make a soundboard, and I followed all the directions, but the error he mentions in step 2 I keep getting. I follow all the steps he says to fix it but it doesn't seem to fix the error. Any suggestions?
the website above has nothing of a "pre-packaged kit" to create soundboards.. The site is simply stating what development tools a "developer" needs to use in order to write an Android App.. precisely... a soundboard. \/ How about a website that allows a user to drag n drop his or her sound bytes into the website and push a button, let the website do all the work.. then you end up with a file you can download and install.. presto!
MyAndroidSoundboard.com will be redirecting there for a while until it is finally taken offline. As I state on the top of the redirect, I haven't tried it yet, but I think Google App Inventor now provides a much easier way of doing this.
I have got mine working, but I have one problem. The raw audio is fine, but when it goes into the Android emulator each sound clip can only play for 5 seconds then it cuts out.