Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WAVLoader: Adopt to GlueGen's Bitstream commit ↵ | Sven Gothel | 2015-01-28 | 1 | -11/+11 |
| | | | | 9e13e8c78ed69bb7afcd49abe8bf69340dc06223 | ||||
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting ↵ | Sven Gothel | 2014-07-03 | 4 | -65/+66 |
| | | | | | | | | | | | | | c47bc86ae2ee268a1f38c5580d11f93d7f8d6e74) - Change non static accesses to static members using declaring type - Change indirect accesses to static members to direct accesses (accesses through subtypes) - Add final modifier to private fields - Add final modifier to method parameters - Add final modifier to local variables - Remove unnecessary casts - Remove unnecessary '$NON-NLS$' tags - Remove trailing white spaces on all lines | ||||
* | WAVLoader: Use Bitstream and support big-endian RIFX; Fix ALutWAVLoaderTest | Sven Gothel | 2014-02-21 | 2 | -92/+81 |
| | |||||
* | ALHelpers: Shorten returned string representations | Sven Gothel | 2013-08-26 | 1 | -12/+12 |
| | |||||
* | Add util class ALHelpers - Ported to Java from OpenAL-Soft from (c) 2011 ↵ | Sven Gothel | 2013-08-26 | 1 | -0/+376 |
| | | | | | | | Chris Robinson (BSD'ish) - Renamed type conversion methods - Added generic type -> AL types | ||||
* | Removes all references to javax.sound.* in order to allow JOAL to work in ↵ | Julien Gouesse | 2013-03-27 | 2 | -31/+94 |
| | | | | non-J2SE environments | ||||
* | WavData.loadFromStream: Uses IOUtil.copyStream2ByteBuffer which fixes ↵ | Sven Gothel | 2013-02-01 | 2 | -15/+19 |
| | | | | | | | loading on Android; Adding proper byteOrder swapping depending on input format. - Also added a few more test streams - Working Android test activity | ||||
* | Android Build & Test ; WavLoader/Data javax.audio separation (part-1) | Sven Gothel | 2013-01-31 | 2 | -59/+98 |
| | |||||
* | removed BufferUtils since we have now Buffers in gluegen-rt. | Michael Bien | 2010-07-08 | 1 | -266/+0 |
| | |||||
* | renamed package to com.jogamp.openal.* | Michael Bien | 2010-03-29 | 4 | -0/+622 |