Browse Source

Mention dr_mp3, libsndfile and zita-resampler in about page

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
25fca1b851
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      source/backend/utils/Information.cpp

+ 8
- 1
source/backend/utils/Information.cpp View File

@@ -85,12 +85,19 @@ const char* carla_get_complete_license_text()


// misc libs // misc libs
"<li>base64 utilities based on code by Ren\u00E9 Nyffenegger</li>" "<li>base64 utilities based on code by Ren\u00E9 Nyffenegger</li>"
"<li>dr_mp3 for mp3 file support</li>"
#ifdef HAVE_LIBLO
"<li>liblo library for OSC support</li>" "<li>liblo library for OSC support</li>"
#endif
#ifdef HAVE_SNDFILE
"<li>libsndfile library for base audio file support</li>"
#endif
"<li>rtmempool library by Nedko Arnaudov" "<li>rtmempool library by Nedko Arnaudov"
"<li>serd, sord, sratom and lilv libraries for LV2 discovery</li>" "<li>serd, sord, sratom and lilv libraries for LV2 discovery</li>"
#ifndef USING_JUCE #ifndef USING_JUCE
"<li>RtAudio v" RTAUDIO_VERSION " and RtMidi v" RTMIDI_VERSION " for native Audio and MIDI support</li>" "<li>RtAudio v" RTAUDIO_VERSION " and RtMidi v" RTMIDI_VERSION " for native Audio and MIDI support</li>"
#endif #endif
"<li>zita-resampler for audio file sample rate resampling</li>"


// Internal plugins // Internal plugins
"<li>MIDI Sequencer UI code by Perry Nguyen</li>" "<li>MIDI Sequencer UI code by Perry Nguyen</li>"
@@ -169,7 +176,7 @@ const char* const* carla_get_supported_file_extensions()
"flac", "oga", "ogg", "w64", "wav", "flac", "oga", "ogg", "w64", "wav",
# endif # endif
#else #else
// minimp3
// dr_mp3
"mp3", "mp3",
#endif #endif




Loading…
Cancel
Save