T
Reaction score
0

Profile posts Postings About

  • Ummm... see if there's any specific thing in common between the messed up tracks? Like if there's a certain wave they all use or something?
    Oh, right, I forgot I made changes to the AutoAudioPlayer on my own computer. Maybe you have clipping? Try reducing the volume (in the Java program I mean, not your computer's/speaker's volume).

    Also, does the popping only happen for this particular org or all orgs in general?
    Hmm, I don't hear any popping when I play it. My best guess is that you're experiencing buffer underrun. To remedy this, increase the buffer length. I'm guessing you have a line of code that looks something like this:

    new AutoAudioPlayer(null,44100,4000,1050,new Organya("moondust.org","wave100",1)).start();

    In this case, 4000 is the buffer length. Try making it bigger, maybe 8000.


    edit: the org itself was really cool :) though I didn't recognize it.
    Could you upload a sample of the sound it's producing? You can use Audacity to record the sound being produced by your computer to an audio file.

    edit: also maybe upload the organya file itself, so I know what it's supposed to sound like.
  • Loading…
  • Loading…
Back
Top