blob: 74b39978bd83924037fa44cbe09a0088b09509c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# zeal
Zig easy audio library, or zeal, is a wrapper for [OpenAL] and [libsndfile],
inspired by [alure] and [palace].
## Copying

Zeal is free software: you can redistribute it and/or modify it
under the terms of the GNU [Lesser General Public License][lgplv3] as
published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
[OpenAL]: https://openal-soft.org
[libsndfile]: https://libsndfile.github.io/libsndfile
[alure]: https://github.com/kcat/alure
[palace]: https://mcsinyx.gitlab.io/palace
[lgplv3]: https://www.gnu.org/licenses/lgpl-3.0.html
|