You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
</td></tr></table>
13
13
14
14
## Introduction
15
-
TuningFork is a library for [libGDX](https://github.com/libgdx/libgdx) that provides advanced audio features. The goal was to make most of the features of [OpenAL](https://github.com/kcat/openal-soft) accessible and provide a comfortable, easy to use, low overhead and object oriented high-level API. In addition, the library offers some convenience features that are needed for most games, such as the music player.<br>
15
+
TuningFork is a library for [libGDX](https://github.com/libgdx/libgdx) that provides advanced audio features. The goal was to make most of the features of [OpenAL Soft](https://github.com/kcat/openal-soft) accessible and provide a comfortable, easy to use, low overhead and object oriented high-level API. In addition, the library offers some convenience features that are needed for most games, such as the music player.<br>
16
16
Note that TuningFork is not an extension to libGDX audio but a replacement.
17
17
18
18
### Main Features
@@ -35,6 +35,7 @@ This library widens the range of supported audio formats compared to libGDX, suc
35
35
* mp3
36
36
* flac
37
37
* aiff
38
+
*[qoa](https://qoaformat.org/)
38
39
39
40
### Limitations
40
41
* Desktop only
@@ -45,14 +46,14 @@ I didn't want to make any compromises by finding the lowest common denominator b
45
46
Add TuningFork as a dependency to your project (I recommend to add it in the core project if you develop for desktop only):
0 commit comments