How to easily Generate Synth Chords Sounds in Android?
- by barata7
How to easily Generate Synth Chords Sounds in Android?
I wanna be able to generate dynamically an in game Music using 8bit.
Tried with AudioTrack, but did not get good results of nice sounds yet.
Any examples out there?
I have tried the following code without success:
public class BitLoose {
private final int duration = 1; // seconds
private…