-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNOTICE.txt
More file actions
29 lines (21 loc) · 1.23 KB
/
Copy pathNOTICE.txt
File metadata and controls
29 lines (21 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SBaGenX is a fork of SBaGen+ by Ruan Klein, which is a fork of the original
SBaGen software (https://uazu.net/sbagen/), distributed under the terms
of the GNU General Public License v2.
The full source code is available at:
https://github.com/ruanklein/sbagen-plus
For SBaGenX licensing information, see COPYING.txt.
This fork bundles dr_flac (https://github.com/mackron/dr_libs) for FLAC
decoding. dr_flac is available under public domain or MIT-0 terms.
This fork also bundles libsndfile's public header (libs/sndfile.h),
which is provided under the GNU LGPL v2.1+ by the libsndfile project.
This fork also bundles stb_image_write.h (from the stb project) to
write PNG curve images for -G sigmoid graph output.
At runtime, SBaGenX may load libsndfile and libmp3lame dynamically
to encode .ogg/.flac/.mp3 output files when selected. Bundled Windows
runtime codec distributions may also include their required dependency
DLLs (for example FLAC/Vorbis/Opus/mpg123/mingw runtime components).
Optional decode support may also use libogg, Tremor (libvorbisidec), and
libmad static libraries built by the project scripts.
Third-party license texts are included under:
licenses/third_party/
See licenses/third_party/README.txt for component-to-license mapping.