Search:

Type: Posts; User: Shockah

Search: Search took 0.08 seconds.

  1. [Java Sound API] Changing pitch of a sound, sampling rate above 48kHz idea?

    This week I was trying to figure out how to play sounds with Java built-in sound API. After 2 days of work I got "something" working - I can easily play/loop/pause/stop MIDIs, simple sounds and...
  2. Re: (JNA) java.lang.UnsatisfiedLinkError: Unable to load library

    Tried with C:\Windows and C:\Windows\system32. Anyway, as I said, it shouldn't matter.
  3. Re: (JNA) java.lang.UnsatisfiedLinkError: Unable to load library

    As you can see, my DLL file is in the JAR, and I'm copying it to temp folder where it was loading it just fine. Now, even when I set jna.library.path to the temp folder path, it won't load it.
  4. (JNA) java.lang.UnsatisfiedLinkError: Unable to load library

    Hi, I've been trying to use Bass Sound Engine in my projects as the audio library, so I've started coding the JNA wrapper for it. But after trying with only Init, Free and Play functions it just...
Results 1 to 4 of 4