How to play a set of frequencies (Chords) at the same time with javax.sound.sampled package

前端 未结 3 529
深忆病人
深忆病人 2021-02-11 08:50

I am trying to implement a system where I give a set of frequencies to be played at once, currently can play each frequency individually. Below I have a code, that plays the giv

3条回答
  •  攒了一身酷
    2021-02-11 08:58

    you could use different threads for each frequence :)

    here you can find a small example of threads in java

    I hope this helps you :)

提交回复
热议问题