Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
adds javadoc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
delthas committed Aug 8, 2017
1 parent 498a921 commit 522ccfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ alBufferData(buffer, sound.isStereo() ? AL_FORMAT_STEREO16 : AL_FORMAT_MONO16, d

The only public class is the Sound class.

The javadoc for the API is located at: http://www.javadoc.io/doc/fr.delthas/javamp3/
The javadoc for the API is located here: [![Javadocs](http://www.javadoc.io/badge/fr.delthas/javamp3.svg)](http://www.javadoc.io/doc/fr.delthas/javamp3).

You are encouraged to read the decoded data stream in a streaming way, and/or make use of multithreaded calls (i.e. decode the sound data in a background thread if your application needs to react in real-time to user input).

Expand Down

0 comments on commit 522ccfc

Please sign in to comment.