TinySound
TinySound copied to clipboard
Simple library for playing sounds and music in Java
On your GitHub Pages, You need to change the finnkuusisto.github.com links into finnkuusisto.github.io Fix that, please!
Hey cool library man ! No big deal or anything but i noticed a problem when i wanted to record some footage of a simple game where i used your...
Hi I would like to know the way to play sound backwards, I tryed to reverse audioBuffer array before to read or write (in UpdateRunner) but it didn´t work, maybe...
Hi, Is there any way to change pitch of a Music or Sound object in the same way volume or balance is changed? I'm using this library for my project...
A user suggested that TinySound be added to the Maven central repository.
Hi, is there any way to obtain the current audio level from a playing music object? My goal is to make something like a peak meter (or audio level meter)....
When attempting to play a sound i would get the following message: `2016-03-27 19:33:25.576 java[54461:581471] 19:33:25.576 WARNING: 140: This application, or a library it uses, is using the deprecated Carbon...
Is it possible to read the length (in seconds) of a wave file? Or is there an work around?
Hi, is there an easy way to set the start position of an track to a specific duration (e.g. start the track at 8s from beginning)? Same problem with the...
I think Sound should have a limit, which define the maximum number of times a sound can active at once(default is infinite). So, I have a sound instance called magicSound...