aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/av/AudioFormat.java
Commit message (Expand)AuthorAgeFilesLines
* AudioFormat/AudioSink: Use float in seconds for duration to avoid losing prec...Sven Gothel2023-05-211-18/+28
* AudioSink: Add getAvgFrameDuration(); API-Doc: Default*: 'frame' -> AudioFram...Sven Gothel2023-05-211-1/+3
* Add AudioSink.getSourceCount(), refine Audio* API docSven Gothel2023-05-201-9/+11
* AudioFormat: Fix rounding/int-truncate errors, all millisecond params use typ...Sven Gothel2023-05-191-7/+7
* Place AudioFormat in its own file outside AudioSink, JOAL's ALAudioSink has m...Sven Gothel2023-05-181-0/+179