Skip to content

Ryuu-64/rgdx-audio

Repository files navigation

#rgdx-audio zh-cn

Codacy Badge

How to use?

class SoundExecutorExample {
    public static void main(String[] args) {
        ThreadPoolExecutor threadPoolExecutor = new ThreadPoolExecutor(
                1, 1, 1, TimeUnit.MILLISECONDS,
                new ArrayBlockingQueue<>(32),
                new ThreadPoolExecutor.DiscardOldestPolicy()
        );

        SoundExecutor soundManager = new SoundExecutor(threadPoolExecutor);
    }
}

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages