From 031ca812ad091dfcf43e9b6c561d153819523053 Mon Sep 17 00:00:00 2001 From: audioprog Date: Wed, 13 Aug 2025 22:05:17 +0200 Subject: [PATCH] init --- ABOUT-NLS | 1282 ++ AUTHORS | 1 + COPYING | 339 + ChangeLog | 555 + INSTALL | 47 + KNOWN_BUGS | 1 + Makefile.am | 20 + Makefile.in | 840 ++ NEWS | 1 + README | 953 ++ THANKS | 22 + aclocal.m4 | 1435 ++ butt.1 | 180 + compile | 348 + config.guess | 1480 ++ config.h | 197 + config.h.in | 196 + config.rpath | 690 + config.sub | 1801 +++ configure | 12011 ++++++++++++++++ configure.ac | 278 + depcomp | 791 + gettext.h | 294 + icons/butt.icns | Bin 0 -> 227071 bytes icons/butt.ico | Bin 0 -> 105717 bytes icons/butt.xcf | Bin 0 -> 25626 bytes icons/butt_yellow.ico | Bin 0 -> 105717 bytes icons/butt_yellow_512x512.jpg | Bin 0 -> 54776 bytes icons/butt_yellow_512x512.png | Bin 0 -> 10374 bytes icons/butt_yellow_Mac_512x512.png | Bin 0 -> 81437 bytes icons/icon_128x128.png | Bin 0 -> 7559 bytes icons/icon_128x128@2x.png | Bin 0 -> 14749 bytes icons/icon_16x16.png | Bin 0 -> 3023 bytes icons/icon_16x16@2x.png | Bin 0 -> 3548 bytes icons/icon_22x22.png | Bin 0 -> 3482 bytes icons/icon_24x24.png | Bin 0 -> 3575 bytes icons/icon_256x256.png | Bin 0 -> 20181 bytes icons/icon_256x256@2x.png | Bin 0 -> 33630 bytes icons/icon_32x32.png | Bin 0 -> 3506 bytes icons/icon_32x32@2x.png | Bin 0 -> 5069 bytes icons/icon_48x48.png | Bin 0 -> 4895 bytes icons/icon_512x512.png | Bin 0 -> 33630 bytes icons/icon_512x512@2x.png | Bin 0 -> 111260 bytes icons/icon_64x64.png | Bin 0 -> 5644 bytes icons/icon_96x96.png | Bin 0 -> 7817 bytes icons/icon_scalable.svg | 441 + icons/icon_scalable_yellow.xcf | Bin 0 -> 36783 bytes icons/icon_yellow_512x512@2x.xcf | Bin 0 -> 162722 bytes icons/radio_co_badge.png | Bin 0 -> 6399 bytes install-sh | 541 + m4/ChangeLog | 487 + m4/gettext.m4 | 401 + m4/iconv.m4 | 268 + m4/intlmacosx.m4 | 56 + m4/lib-ld.m4 | 119 + m4/lib-link.m4 | 777 + m4/lib-prefix.m4 | 224 + m4/nls.m4 | 32 + m4/po.m4 | 453 + m4/progtest.m4 | 91 + missing | 215 + .../amarok/butt_amarok.amarokscript.tar.bz2 | Bin 0 -> 1070 bytes player_plugins/amarok/butt_amarok.rb | 66 + po/LINGUAS | 1 + po/Makefile.in.in | 475 + po/Makevars | 78 + po/POTFILES.in | 15 + po/Rules-quot | 58 + po/ar.gmo | Bin 0 -> 61045 bytes po/ar.po | 3173 ++++ po/boldquot.sed | 10 + po/butt.pot | 2867 ++++ po/de.gmo | Bin 0 -> 53118 bytes po/de.po | 3253 +++++ po/en@boldquot.header | 25 + po/en@quot.header | 22 + po/es.gmo | Bin 0 -> 55708 bytes po/es.po | 3239 +++++ po/fr.gmo | Bin 0 -> 43658 bytes po/fr.po | 3202 ++++ po/insert-header.sin | 23 + po/nl.gmo | Bin 0 -> 52571 bytes po/nl.po | 3207 +++++ po/pt_BR.gmo | Bin 0 -> 54062 bytes po/pt_BR.po | 3232 +++++ po/quot.sed | 6 + po/remove-potcdate.sin | 19 + po/stamp-po | 1 + src/AskForMicPermission.h | 14 + src/AskForMicPermission.m | 64 + src/Biquad.cpp | 179 + src/Biquad.h | 63 + src/CurrentTrackOSX.h | 27 + src/CurrentTrackOSX.m | 90 + src/FLTK/FL/Fl_My_Double_Window.H | 96 + src/FLTK/FL/Fl_My_Invisible_Box.H | 50 + src/FLTK/FL/Fl_My_Native_File_Chooser.H | 348 + src/FLTK/FL/Fl_My_Value_Slider.H | 250 + src/FLTK/Fl_ILM216.cpp | 577 + src/FLTK/Fl_ILM216.h | 106 + src/FLTK/Fl_LED.cpp | 59 + src/FLTK/Fl_LED.h | 30 + src/FLTK/Fl_My_Native_File_Chooser.cxx | 38 + src/FLTK/Fl_My_Native_File_Chooser_FLTK.cxx | 634 + src/FLTK/Fl_My_Native_File_Chooser_GTK.cxx | 769 + src/FLTK/Fl_My_Native_File_Chooser_MAC.mm | 676 + src/FLTK/Fl_My_Native_File_Chooser_WIN32.cxx | 1092 ++ src/FLTK/Fl_My_Native_File_Chooser_common.cxx | 84 + src/FLTK/Fl_vu_meter.cpp | 276 + src/FLTK/Fl_vu_meter.h | 42 + src/FLTK/fl_callbacks.cpp | 6466 +++++++++ src/FLTK/fl_callbacks.h | 323 + src/FLTK/fl_funcs.cpp | 1943 +++ src/FLTK/fl_funcs.h | 60 + src/FLTK/fl_timer_funcs.cpp | 1173 ++ src/FLTK/fl_timer_funcs.h | 52 + src/FLTK/flgui.cpp | 6680 +++++++++ src/FLTK/flgui.fl | 3264 +++++ src/FLTK/flgui.h | 1380 ++ src/Makefile.am | 66 + src/Makefile.in | 1041 ++ src/aac_dll.h | 25 + src/aac_encode.cpp | 277 + src/aac_encode.h | 53 + src/atom.h | 104 + src/butt.cpp | 933 ++ src/butt.h | 71 + src/butt.manifest | 11 + src/cJSON.cpp | 2781 ++++ src/cJSON.h | 297 + src/cfg.cpp | 1329 ++ src/cfg.h | 400 + src/command.cpp | 423 + src/command.h | 86 + src/currentTrack.cpp | 17 + src/currentTrack.h | 15 + src/currentTrackLinux.cpp | 260 + src/dsp.cpp | 329 + src/dsp.hpp | 76 + src/flac_encode.cpp | 352 + src/flac_encode.h | 55 + src/icecast.cpp | 766 + src/icecast.h | 40 + src/lame_encode.cpp | 168 + src/lame_encode.h | 56 + src/logos.h | 1955 +++ src/opus_encode.cpp | 506 + src/opus_encode.h | 107 + src/parseconfig.cpp | 264 + src/parseconfig.h | 14 + src/port_audio.cpp | 1564 ++ src/port_audio.h | 95 + src/port_midi.cpp | 362 + src/port_midi.h | 77 + src/resource.rc | 6 + src/ringbuffer.cpp | 224 + src/ringbuffer.h | 39 + src/sha256.cpp | 72 + src/sha256.h | 21 + src/shoutcast.cpp | 403 + src/shoutcast.h | 39 + src/sockfuncs.cpp | 357 + src/sockfuncs.h | 82 + src/strfuncs.cpp | 227 + src/strfuncs.h | 43 + src/timer.cpp | 90 + src/timer.h | 39 + src/tls.cpp | 461 + src/tls.h | 65 + src/tray_agent.cpp | 237 + src/tray_agent.h | 36 + src/update.cpp | 54 + src/update.h | 14 + src/uri_encode.cpp | 53 + src/uri_encode.h | 50 + src/url.cpp | 584 + src/url.h | 22 + src/util.cpp | 157 + src/util.h | 26 + src/vorbis_encode.cpp | 200 + src/vorbis_encode.h | 61 + src/vu_meter.cpp | 68 + src/vu_meter.h | 38 + src/wav_header.cpp | 60 + src/wav_header.h | 48 + src/webrtc.cpp | 392 + src/webrtc.h | 32 + src/xpm/VU_text.png | Bin 0 -> 6358 bytes src/xpm/conn.xpm | 77 + src/xpm/conn_dark.xpm | 61 + src/xpm/folder.png | Bin 0 -> 611 bytes src/xpm/green_dark.png | Bin 0 -> 634 bytes src/xpm/green_light.png | Bin 0 -> 634 bytes src/xpm/live365_badge.png | Bin 0 -> 14770 bytes src/xpm/orange_dark.png | Bin 0 -> 634 bytes src/xpm/orange_light.png | Bin 0 -> 634 bytes src/xpm/radio_co_badge.png | Bin 0 -> 6438 bytes src/xpm/rec.xpm | 106 + src/xpm/rec_armed.xpm | 100 + src/xpm/rec_dark.xpm | 59 + src/xpm/red_dark.png | Bin 0 -> 634 bytes src/xpm/red_light.png | Bin 0 -> 634 bytes src/xpm/refresh.png | Bin 0 -> 1343 bytes src/xpm/settings.png | Bin 0 -> 497 bytes src/xpm/yt_icon.png | Bin 0 -> 367 bytes src/xpm/yt_icon.svg | 7 + usr/share/applications/butt.desktop | 15 + usr/share/icons/hicolor/128x128/apps/butt.png | Bin 0 -> 7559 bytes .../icons/hicolor/128x128@2x/apps/butt.png | Bin 0 -> 14749 bytes usr/share/icons/hicolor/16x16/apps/butt.png | Bin 0 -> 3023 bytes usr/share/icons/hicolor/22x22/apps/butt.png | Bin 0 -> 3482 bytes usr/share/icons/hicolor/24x24/apps/butt.png | Bin 0 -> 3575 bytes usr/share/icons/hicolor/256x256/apps/butt.png | Bin 0 -> 20181 bytes .../icons/hicolor/256x256@2x/apps/butt.png | Bin 0 -> 33630 bytes usr/share/icons/hicolor/32x32/apps/butt.png | Bin 0 -> 3506 bytes usr/share/icons/hicolor/48x48/apps/butt.png | Bin 0 -> 4895 bytes usr/share/icons/hicolor/512x512/apps/butt.png | Bin 0 -> 33630 bytes .../icons/hicolor/512x512@2x/apps/butt.png | Bin 0 -> 111260 bytes usr/share/icons/hicolor/64x64/apps/butt.png | Bin 0 -> 5644 bytes usr/share/icons/hicolor/96x96/apps/butt.png | Bin 0 -> 7817 bytes .../icons/hicolor/scalable/apps/butt.svg | 441 + .../de.danielnoethen.butt.metainfo.xml | 23 + usr/share/pixmaps/butt16.xpm | 278 + usr/share/pixmaps/butt32.xpm | 41 + 224 files changed, 98227 insertions(+) create mode 100644 ABOUT-NLS create mode 100644 AUTHORS create mode 100644 COPYING create mode 100644 ChangeLog create mode 100644 INSTALL create mode 100644 KNOWN_BUGS create mode 100644 Makefile.am create mode 100644 Makefile.in create mode 100644 NEWS create mode 100644 README create mode 100644 THANKS create mode 100644 aclocal.m4 create mode 100644 butt.1 create mode 100755 compile create mode 100755 config.guess create mode 100644 config.h create mode 100644 config.h.in create mode 100755 config.rpath create mode 100755 config.sub create mode 100755 configure create mode 100644 configure.ac create mode 100755 depcomp create mode 100644 gettext.h create mode 100644 icons/butt.icns create mode 100644 icons/butt.ico create mode 100644 icons/butt.xcf create mode 100644 icons/butt_yellow.ico create mode 100644 icons/butt_yellow_512x512.jpg create mode 100644 icons/butt_yellow_512x512.png create mode 100644 icons/butt_yellow_Mac_512x512.png create mode 100644 icons/icon_128x128.png create mode 100644 icons/icon_128x128@2x.png create mode 100644 icons/icon_16x16.png create mode 100644 icons/icon_16x16@2x.png create mode 100644 icons/icon_22x22.png create mode 100644 icons/icon_24x24.png create mode 100644 icons/icon_256x256.png create mode 100644 icons/icon_256x256@2x.png create mode 100644 icons/icon_32x32.png create mode 100644 icons/icon_32x32@2x.png create mode 100644 icons/icon_48x48.png create mode 100644 icons/icon_512x512.png create mode 100644 icons/icon_512x512@2x.png create mode 100644 icons/icon_64x64.png create mode 100644 icons/icon_96x96.png create mode 100644 icons/icon_scalable.svg create mode 100644 icons/icon_scalable_yellow.xcf create mode 100644 icons/icon_yellow_512x512@2x.xcf create mode 100644 icons/radio_co_badge.png create mode 100755 install-sh create mode 100644 m4/ChangeLog create mode 100644 m4/gettext.m4 create mode 100644 m4/iconv.m4 create mode 100644 m4/intlmacosx.m4 create mode 100644 m4/lib-ld.m4 create mode 100644 m4/lib-link.m4 create mode 100644 m4/lib-prefix.m4 create mode 100644 m4/nls.m4 create mode 100644 m4/po.m4 create mode 100644 m4/progtest.m4 create mode 100755 missing create mode 100644 player_plugins/amarok/butt_amarok.amarokscript.tar.bz2 create mode 100755 player_plugins/amarok/butt_amarok.rb create mode 100644 po/LINGUAS create mode 100644 po/Makefile.in.in create mode 100644 po/Makevars create mode 100644 po/POTFILES.in create mode 100644 po/Rules-quot create mode 100644 po/ar.gmo create mode 100644 po/ar.po create mode 100644 po/boldquot.sed create mode 100644 po/butt.pot create mode 100644 po/de.gmo create mode 100644 po/de.po create mode 100644 po/en@boldquot.header create mode 100644 po/en@quot.header create mode 100644 po/es.gmo create mode 100644 po/es.po create mode 100644 po/fr.gmo create mode 100644 po/fr.po create mode 100644 po/insert-header.sin create mode 100644 po/nl.gmo create mode 100644 po/nl.po create mode 100644 po/pt_BR.gmo create mode 100644 po/pt_BR.po create mode 100644 po/quot.sed create mode 100644 po/remove-potcdate.sin create mode 100644 po/stamp-po create mode 100644 src/AskForMicPermission.h create mode 100644 src/AskForMicPermission.m create mode 100644 src/Biquad.cpp create mode 100644 src/Biquad.h create mode 100644 src/CurrentTrackOSX.h create mode 100644 src/CurrentTrackOSX.m create mode 100644 src/FLTK/FL/Fl_My_Double_Window.H create mode 100644 src/FLTK/FL/Fl_My_Invisible_Box.H create mode 100644 src/FLTK/FL/Fl_My_Native_File_Chooser.H create mode 100644 src/FLTK/FL/Fl_My_Value_Slider.H create mode 100644 src/FLTK/Fl_ILM216.cpp create mode 100644 src/FLTK/Fl_ILM216.h create mode 100644 src/FLTK/Fl_LED.cpp create mode 100644 src/FLTK/Fl_LED.h create mode 100644 src/FLTK/Fl_My_Native_File_Chooser.cxx create mode 100644 src/FLTK/Fl_My_Native_File_Chooser_FLTK.cxx create mode 100644 src/FLTK/Fl_My_Native_File_Chooser_GTK.cxx create mode 100644 src/FLTK/Fl_My_Native_File_Chooser_MAC.mm create mode 100644 src/FLTK/Fl_My_Native_File_Chooser_WIN32.cxx create mode 100644 src/FLTK/Fl_My_Native_File_Chooser_common.cxx create mode 100644 src/FLTK/Fl_vu_meter.cpp create mode 100644 src/FLTK/Fl_vu_meter.h create mode 100644 src/FLTK/fl_callbacks.cpp create mode 100644 src/FLTK/fl_callbacks.h create mode 100644 src/FLTK/fl_funcs.cpp create mode 100644 src/FLTK/fl_funcs.h create mode 100644 src/FLTK/fl_timer_funcs.cpp create mode 100644 src/FLTK/fl_timer_funcs.h create mode 100644 src/FLTK/flgui.cpp create mode 100644 src/FLTK/flgui.fl create mode 100644 src/FLTK/flgui.h create mode 100644 src/Makefile.am create mode 100644 src/Makefile.in create mode 100644 src/aac_dll.h create mode 100644 src/aac_encode.cpp create mode 100644 src/aac_encode.h create mode 100644 src/atom.h create mode 100644 src/butt.cpp create mode 100644 src/butt.h create mode 100644 src/butt.manifest create mode 100644 src/cJSON.cpp create mode 100644 src/cJSON.h create mode 100644 src/cfg.cpp create mode 100644 src/cfg.h create mode 100644 src/command.cpp create mode 100644 src/command.h create mode 100644 src/currentTrack.cpp create mode 100644 src/currentTrack.h create mode 100644 src/currentTrackLinux.cpp create mode 100644 src/dsp.cpp create mode 100644 src/dsp.hpp create mode 100644 src/flac_encode.cpp create mode 100644 src/flac_encode.h create mode 100644 src/icecast.cpp create mode 100644 src/icecast.h create mode 100644 src/lame_encode.cpp create mode 100644 src/lame_encode.h create mode 100644 src/logos.h create mode 100644 src/opus_encode.cpp create mode 100644 src/opus_encode.h create mode 100644 src/parseconfig.cpp create mode 100644 src/parseconfig.h create mode 100644 src/port_audio.cpp create mode 100644 src/port_audio.h create mode 100644 src/port_midi.cpp create mode 100644 src/port_midi.h create mode 100644 src/resource.rc create mode 100644 src/ringbuffer.cpp create mode 100644 src/ringbuffer.h create mode 100644 src/sha256.cpp create mode 100644 src/sha256.h create mode 100644 src/shoutcast.cpp create mode 100644 src/shoutcast.h create mode 100644 src/sockfuncs.cpp create mode 100644 src/sockfuncs.h create mode 100644 src/strfuncs.cpp create mode 100644 src/strfuncs.h create mode 100644 src/timer.cpp create mode 100644 src/timer.h create mode 100644 src/tls.cpp create mode 100644 src/tls.h create mode 100644 src/tray_agent.cpp create mode 100644 src/tray_agent.h create mode 100644 src/update.cpp create mode 100644 src/update.h create mode 100644 src/uri_encode.cpp create mode 100644 src/uri_encode.h create mode 100644 src/url.cpp create mode 100644 src/url.h create mode 100644 src/util.cpp create mode 100644 src/util.h create mode 100644 src/vorbis_encode.cpp create mode 100644 src/vorbis_encode.h create mode 100644 src/vu_meter.cpp create mode 100644 src/vu_meter.h create mode 100644 src/wav_header.cpp create mode 100644 src/wav_header.h create mode 100644 src/webrtc.cpp create mode 100644 src/webrtc.h create mode 100644 src/xpm/VU_text.png create mode 100644 src/xpm/conn.xpm create mode 100644 src/xpm/conn_dark.xpm create mode 100644 src/xpm/folder.png create mode 100644 src/xpm/green_dark.png create mode 100644 src/xpm/green_light.png create mode 100644 src/xpm/live365_badge.png create mode 100644 src/xpm/orange_dark.png create mode 100644 src/xpm/orange_light.png create mode 100644 src/xpm/radio_co_badge.png create mode 100644 src/xpm/rec.xpm create mode 100644 src/xpm/rec_armed.xpm create mode 100644 src/xpm/rec_dark.xpm create mode 100644 src/xpm/red_dark.png create mode 100644 src/xpm/red_light.png create mode 100644 src/xpm/refresh.png create mode 100644 src/xpm/settings.png create mode 100644 src/xpm/yt_icon.png create mode 100644 src/xpm/yt_icon.svg create mode 100644 usr/share/applications/butt.desktop create mode 100644 usr/share/icons/hicolor/128x128/apps/butt.png create mode 100644 usr/share/icons/hicolor/128x128@2x/apps/butt.png create mode 100644 usr/share/icons/hicolor/16x16/apps/butt.png create mode 100644 usr/share/icons/hicolor/22x22/apps/butt.png create mode 100644 usr/share/icons/hicolor/24x24/apps/butt.png create mode 100644 usr/share/icons/hicolor/256x256/apps/butt.png create mode 100644 usr/share/icons/hicolor/256x256@2x/apps/butt.png create mode 100644 usr/share/icons/hicolor/32x32/apps/butt.png create mode 100644 usr/share/icons/hicolor/48x48/apps/butt.png create mode 100644 usr/share/icons/hicolor/512x512/apps/butt.png create mode 100644 usr/share/icons/hicolor/512x512@2x/apps/butt.png create mode 100644 usr/share/icons/hicolor/64x64/apps/butt.png create mode 100644 usr/share/icons/hicolor/96x96/apps/butt.png create mode 100644 usr/share/icons/hicolor/scalable/apps/butt.svg create mode 100644 usr/share/metainfo/de.danielnoethen.butt.metainfo.xml create mode 100644 usr/share/pixmaps/butt16.xpm create mode 100644 usr/share/pixmaps/butt32.xpm diff --git a/ABOUT-NLS b/ABOUT-NLS new file mode 100644 index 0000000..b1de1b6 --- /dev/null +++ b/ABOUT-NLS @@ -0,0 +1,1282 @@ +1 Notes on the Free Translation Project +*************************************** + +Free software is going international! The Free Translation Project is +a way to get maintainers of free software, translators, and users all +together, so that free software will gradually become able to speak many +languages. A few packages already provide translations for their +messages. + + If you found this `ABOUT-NLS' file inside a distribution, you may +assume that the distributed package does use GNU `gettext' internally, +itself available at your nearest GNU archive site. But you do _not_ +need to install GNU `gettext' prior to configuring, installing or using +this package with messages translated. + + Installers will find here some useful hints. These notes also +explain how users should proceed for getting the programs to use the +available translations. They tell how people wanting to contribute and +work on translations can contact the appropriate team. + +1.1 INSTALL Matters +=================== + +Some packages are "localizable" when properly installed; the programs +they contain can be made to speak your own native language. Most such +packages use GNU `gettext'. Other packages have their own ways to +internationalization, predating GNU `gettext'. + + By default, this package will be installed to allow translation of +messages. It will automatically detect whether the system already +provides the GNU `gettext' functions. Installers may use special +options at configuration time for changing the default behaviour. The +command: + + ./configure --disable-nls + +will _totally_ disable translation of messages. + + When you already have GNU `gettext' installed on your system and run +configure without an option for your new package, `configure' will +probably detect the previously built and installed `libintl' library +and will decide to use it. If not, you may have to to use the +`--with-libintl-prefix' option to tell `configure' where to look for it. + + Internationalized packages usually have many `po/LL.po' files, where +LL gives an ISO 639 two-letter code identifying the language. Unless +translations have been forbidden at `configure' time by using the +`--disable-nls' switch, all available translations are installed +together with the package. However, the environment variable `LINGUAS' +may be set, prior to configuration, to limit the installed set. +`LINGUAS' should then contain a space separated list of two-letter +codes, stating which languages are allowed. + +1.2 Using This Package +====================== + +As a user, if your language has been installed for this package, you +only have to set the `LANG' environment variable to the appropriate +`LL_CC' combination. If you happen to have the `LC_ALL' or some other +`LC_xxx' environment variables set, you should unset them before +setting `LANG', otherwise the setting of `LANG' will not have the +desired effect. Here `LL' is an ISO 639 two-letter language code, and +`CC' is an ISO 3166 two-letter country code. For example, let's +suppose that you speak German and live in Germany. At the shell +prompt, merely execute `setenv LANG de_DE' (in `csh'), +`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). +This can be done from your `.login' or `.profile' file, once and for +all. + + You might think that the country code specification is redundant. +But in fact, some languages have dialects in different countries. For +example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The +country code serves to distinguish the dialects. + + The locale naming convention of `LL_CC', with `LL' denoting the +language and `CC' denoting the country, is the one use on systems based +on GNU libc. On other systems, some variations of this scheme are +used, such as `LL' or `LL_CC.ENCODING'. You can get the list of +locales supported by your system for your language by running the +command `locale -a | grep '^LL''. + + Not all programs have translations for all languages. By default, an +English message is shown in place of a nonexistent translation. If you +understand other languages, you can set up a priority list of languages. +This is done through a different environment variable, called +`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' +for the purpose of message handling, but you still need to have `LANG' +set to the primary language; this is required by other parts of the +system libraries. For example, some Swedish users who would rather +read translations in German than English for when Swedish is not +available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. + + Special advice for Norwegian users: The language code for Norwegian +bokma*l changed from `no' to `nb' recently (in 2003). During the +transition period, while some message catalogs for this language are +installed under `nb' and some older ones under `no', it's recommended +for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and +older translations are used. + + In the `LANGUAGE' environment variable, but not in the `LANG' +environment variable, `LL_CC' combinations can be abbreviated as `LL' +to denote the language's main dialect. For example, `de' is equivalent +to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' +(Portuguese as spoken in Portugal) in this context. + +1.3 Translating Teams +===================== + +For the Free Translation Project to be a success, we need interested +people who like their own language and write it well, and who are also +able to synergize with other translators speaking the same language. +Each translation team has its own mailing list. The up-to-date list of +teams can be found at the Free Translation Project's homepage, +`http://translationproject.org/', in the "Teams" area. + + If you'd like to volunteer to _work_ at translating messages, you +should become a member of the translating team for your own language. +The subscribing address is _not_ the same as the list itself, it has +`-request' appended. For example, speakers of Swedish can send a +message to `sv-request@li.org', having this message body: + + subscribe + + Keep in mind that team members are expected to participate +_actively_ in translations, or at solving translational difficulties, +rather than merely lurking around. If your team does not exist yet and +you want to start one, or if you are unsure about what to do or how to +get started, please write to `coordinator@translationproject.org' to +reach the coordinator for all translator teams. + + The English team is special. It works at improving and uniformizing +the terminology in use. Proven linguistic skills are praised more than +programming skills, here. + +1.4 Available Packages +====================== + +Languages are not equally supported in all packages. The following +matrix shows the current state of internationalization, as of June +2010. The matrix shows, in regard of each package, for which languages +PO files have been submitted to translation coordination, with a +translation percentage of at least 50%. + + Ready PO files af am an ar as ast az be be@latin bg bn_IN bs ca + +--------------------------------------------------+ + a2ps | [] [] | + aegis | | + ant-phone | | + anubis | | + aspell | [] [] | + bash | | + bfd | | + bibshelf | [] | + binutils | | + bison | | + bison-runtime | [] | + bluez-pin | [] [] | + bombono-dvd | | + buzztard | | + cflow | | + clisp | | + coreutils | [] [] | + cpio | | + cppi | | + cpplib | [] | + cryptsetup | | + dfarc | | + dialog | [] [] | + dico | | + diffutils | [] | + dink | | + doodle | | + e2fsprogs | [] | + enscript | [] | + exif | | + fetchmail | [] | + findutils | [] | + flex | [] | + freedink | | + gas | | + gawk | [] [] | + gcal | [] | + gcc | | + gettext-examples | [] [] [] [] | + gettext-runtime | [] [] | + gettext-tools | [] [] | + gip | [] | + gjay | | + gliv | [] | + glunarclock | [] [] | + gnubiff | | + gnucash | [] | + gnuedu | | + gnulib | | + gnunet | | + gnunet-gtk | | + gnutls | | + gold | | + gpe-aerial | | + gpe-beam | | + gpe-bluetooth | | + gpe-calendar | | + gpe-clock | [] | + gpe-conf | | + gpe-contacts | | + gpe-edit | | + gpe-filemanager | | + gpe-go | | + gpe-login | | + gpe-ownerinfo | [] | + gpe-package | | + gpe-sketchbook | | + gpe-su | [] | + gpe-taskmanager | [] | + gpe-timesheet | [] | + gpe-today | [] | + gpe-todo | | + gphoto2 | | + gprof | [] | + gpsdrive | | + gramadoir | | + grep | | + grub | [] [] | + gsasl | | + gss | | + gst-plugins-bad | [] | + gst-plugins-base | [] | + gst-plugins-good | [] | + gst-plugins-ugly | [] | + gstreamer | [] [] [] | + gtick | | + gtkam | [] | + gtkorphan | [] | + gtkspell | [] [] [] | + gutenprint | | + hello | [] | + help2man | | + hylafax | | + idutils | | + indent | [] [] | + iso_15924 | | + iso_3166 | [] [] [] [] [] [] [] | + iso_3166_2 | | + iso_4217 | | + iso_639 | [] [] [] [] | + iso_639_3 | | + jwhois | | + kbd | | + keytouch | [] | + keytouch-editor | | + keytouch-keyboa... | [] | + klavaro | [] | + latrine | | + ld | [] | + leafpad | [] [] | + libc | [] [] | + libexif | () | + libextractor | | + libgnutls | | + libgpewidget | | + libgpg-error | | + libgphoto2 | | + libgphoto2_port | | + libgsasl | | + libiconv | [] | + libidn | | + lifelines | | + liferea | [] [] | + lilypond | | + linkdr | [] | + lordsawar | | + lprng | | + lynx | [] | + m4 | | + mailfromd | | + mailutils | | + make | | + man-db | | + man-db-manpages | | + minicom | | + mkisofs | | + myserver | | + nano | [] [] | + opcodes | | + parted | | + pies | | + popt | | + psmisc | | + pspp | [] | + pwdutils | | + radius | [] | + recode | [] [] | + rosegarden | | + rpm | | + rush | | + sarg | | + screem | | + scrollkeeper | [] [] [] | + sed | [] [] | + sharutils | [] [] | + shishi | | + skencil | | + solfege | | + solfege-manual | | + soundtracker | | + sp | | + sysstat | | + tar | [] | + texinfo | | + tin | | + unicode-han-tra... | | + unicode-transla... | | + util-linux-ng | [] | + vice | | + vmm | | + vorbis-tools | | + wastesedge | | + wdiff | | + wget | [] [] | + wyslij-po | | + xchat | [] [] [] [] | + xdg-user-dirs | [] [] [] [] [] [] [] [] [] | + xkeyboard-config | [] [] | + +--------------------------------------------------+ + af am an ar as ast az be be@latin bg bn_IN bs ca + 6 0 1 2 3 19 1 10 3 28 3 1 38 + + crh cs da de el en en_GB en_ZA eo es et eu fa + +-------------------------------------------------+ + a2ps | [] [] [] [] [] [] [] | + aegis | [] [] [] | + ant-phone | [] () | + anubis | [] [] | + aspell | [] [] [] [] [] | + bash | [] [] [] | + bfd | [] | + bibshelf | [] [] [] | + binutils | [] | + bison | [] [] | + bison-runtime | [] [] [] [] | + bluez-pin | [] [] [] [] [] [] | + bombono-dvd | [] | + buzztard | [] [] [] | + cflow | [] [] | + clisp | [] [] [] [] | + coreutils | [] [] [] [] | + cpio | | + cppi | | + cpplib | [] [] [] | + cryptsetup | [] | + dfarc | [] [] [] | + dialog | [] [] [] [] [] | + dico | | + diffutils | [] [] [] [] [] [] | + dink | [] [] [] | + doodle | [] | + e2fsprogs | [] [] [] | + enscript | [] [] [] | + exif | () [] [] | + fetchmail | [] [] () [] [] [] | + findutils | [] [] [] | + flex | [] [] | + freedink | [] [] [] | + gas | [] | + gawk | [] [] [] | + gcal | [] | + gcc | [] [] | + gettext-examples | [] [] [] [] | + gettext-runtime | [] [] [] [] | + gettext-tools | [] [] [] | + gip | [] [] [] [] | + gjay | [] | + gliv | [] [] [] | + glunarclock | [] [] | + gnubiff | () | + gnucash | [] () () () () | + gnuedu | [] [] | + gnulib | [] [] | + gnunet | | + gnunet-gtk | [] | + gnutls | [] [] | + gold | [] | + gpe-aerial | [] [] [] [] | + gpe-beam | [] [] [] [] | + gpe-bluetooth | [] [] | + gpe-calendar | [] | + gpe-clock | [] [] [] [] | + gpe-conf | [] [] [] | + gpe-contacts | [] [] [] | + gpe-edit | [] [] | + gpe-filemanager | [] [] [] | + gpe-go | [] [] [] [] | + gpe-login | [] [] | + gpe-ownerinfo | [] [] [] [] | + gpe-package | [] [] [] | + gpe-sketchbook | [] [] [] [] | + gpe-su | [] [] [] [] | + gpe-taskmanager | [] [] [] [] | + gpe-timesheet | [] [] [] [] | + gpe-today | [] [] [] [] | + gpe-todo | [] [] [] | + gphoto2 | [] [] () [] [] [] | + gprof | [] [] [] | + gpsdrive | [] [] [] | + gramadoir | [] [] [] | + grep | [] | + grub | [] [] | + gsasl | [] | + gss | | + gst-plugins-bad | [] [] [] [] [] | + gst-plugins-base | [] [] [] [] [] | + gst-plugins-good | [] [] [] [] [] [] | + gst-plugins-ugly | [] [] [] [] [] [] | + gstreamer | [] [] [] [] [] | + gtick | [] () [] | + gtkam | [] [] () [] [] | + gtkorphan | [] [] [] [] | + gtkspell | [] [] [] [] [] [] [] | + gutenprint | [] [] [] | + hello | [] [] [] [] | + help2man | [] | + hylafax | [] [] | + idutils | [] [] | + indent | [] [] [] [] [] [] [] | + iso_15924 | [] () [] [] | + iso_3166 | [] [] [] [] () [] [] [] () | + iso_3166_2 | () | + iso_4217 | [] [] [] () [] [] | + iso_639 | [] [] [] [] () [] [] | + iso_639_3 | [] | + jwhois | [] | + kbd | [] [] [] [] [] | + keytouch | [] [] | + keytouch-editor | [] [] | + keytouch-keyboa... | [] | + klavaro | [] [] [] [] | + latrine | [] () | + ld | [] [] | + leafpad | [] [] [] [] [] [] | + libc | [] [] [] [] | + libexif | [] [] () | + libextractor | | + libgnutls | [] | + libgpewidget | [] [] | + libgpg-error | [] [] | + libgphoto2 | [] () | + libgphoto2_port | [] () [] | + libgsasl | | + libiconv | [] [] [] [] [] | + libidn | [] [] [] | + lifelines | [] () | + liferea | [] [] [] [] [] | + lilypond | [] [] [] | + linkdr | [] [] [] | + lordsawar | [] | + lprng | | + lynx | [] [] [] [] | + m4 | [] [] [] [] | + mailfromd | | + mailutils | [] | + make | [] [] [] | + man-db | | + man-db-manpages | | + minicom | [] [] [] [] | + mkisofs | | + myserver | | + nano | [] [] [] | + opcodes | [] [] | + parted | [] [] | + pies | | + popt | [] [] [] [] [] | + psmisc | [] [] [] | + pspp | [] | + pwdutils | [] | + radius | [] | + recode | [] [] [] [] [] [] | + rosegarden | () () () | + rpm | [] [] [] | + rush | | + sarg | | + screem | | + scrollkeeper | [] [] [] [] [] | + sed | [] [] [] [] [] [] | + sharutils | [] [] [] [] | + shishi | | + skencil | [] () [] | + solfege | [] [] [] | + solfege-manual | [] [] | + soundtracker | [] [] [] | + sp | [] | + sysstat | [] [] [] | + tar | [] [] [] [] | + texinfo | [] [] [] | + tin | [] [] | + unicode-han-tra... | | + unicode-transla... | | + util-linux-ng | [] [] [] [] | + vice | () () | + vmm | [] | + vorbis-tools | [] [] | + wastesedge | [] | + wdiff | [] [] | + wget | [] [] [] | + wyslij-po | | + xchat | [] [] [] [] [] | + xdg-user-dirs | [] [] [] [] [] [] [] [] [] | + xkeyboard-config | [] [] [] [] [] [] | + +-------------------------------------------------+ + crh cs da de el en en_GB en_ZA eo es et eu fa + 5 64 105 117 18 1 8 0 28 89 18 19 0 + + fi fr ga gl gu he hi hr hu hy id is it ja ka kn + +----------------------------------------------------+ + a2ps | [] [] [] [] | + aegis | [] [] | + ant-phone | [] [] | + anubis | [] [] [] [] | + aspell | [] [] [] [] | + bash | [] [] [] [] | + bfd | [] [] [] | + bibshelf | [] [] [] [] [] | + binutils | [] [] [] | + bison | [] [] [] [] | + bison-runtime | [] [] [] [] [] [] | + bluez-pin | [] [] [] [] [] [] [] [] | + bombono-dvd | [] | + buzztard | [] | + cflow | [] [] [] | + clisp | [] | + coreutils | [] [] [] [] [] | + cpio | [] [] [] [] | + cppi | [] [] | + cpplib | [] [] [] | + cryptsetup | [] [] [] | + dfarc | [] [] [] | + dialog | [] [] [] [] [] [] [] | + dico | | + diffutils | [] [] [] [] [] [] [] [] [] | + dink | [] | + doodle | [] [] | + e2fsprogs | [] [] | + enscript | [] [] [] [] | + exif | [] [] [] [] [] [] | + fetchmail | [] [] [] [] | + findutils | [] [] [] [] [] [] | + flex | [] [] [] | + freedink | [] [] [] | + gas | [] [] | + gawk | [] [] [] [] () [] | + gcal | [] | + gcc | [] | + gettext-examples | [] [] [] [] [] [] [] | + gettext-runtime | [] [] [] [] [] [] | + gettext-tools | [] [] [] [] | + gip | [] [] [] [] [] [] | + gjay | [] | + gliv | [] () | + glunarclock | [] [] [] [] | + gnubiff | () [] () | + gnucash | () () () () () [] | + gnuedu | [] [] | + gnulib | [] [] [] [] [] [] | + gnunet | | + gnunet-gtk | [] | + gnutls | [] [] | + gold | [] [] | + gpe-aerial | [] [] [] | + gpe-beam | [] [] [] [] | + gpe-bluetooth | [] [] [] [] | + gpe-calendar | [] [] | + gpe-clock | [] [] [] [] [] | + gpe-conf | [] [] [] [] | + gpe-contacts | [] [] [] [] | + gpe-edit | [] [] [] | + gpe-filemanager | [] [] [] [] | + gpe-go | [] [] [] [] [] | + gpe-login | [] [] [] | + gpe-ownerinfo | [] [] [] [] [] | + gpe-package | [] [] [] | + gpe-sketchbook | [] [] [] [] | + gpe-su | [] [] [] [] [] [] | + gpe-taskmanager | [] [] [] [] [] | + gpe-timesheet | [] [] [] [] [] | + gpe-today | [] [] [] [] [] [] [] | + gpe-todo | [] [] [] | + gphoto2 | [] [] [] [] [] [] | + gprof | [] [] [] [] | + gpsdrive | [] [] [] | + gramadoir | [] [] [] | + grep | [] [] | + grub | [] [] [] [] | + gsasl | [] [] [] [] [] | + gss | [] [] [] [] [] | + gst-plugins-bad | [] [] [] [] [] [] | + gst-plugins-base | [] [] [] [] [] [] | + gst-plugins-good | [] [] [] [] [] [] | + gst-plugins-ugly | [] [] [] [] [] [] | + gstreamer | [] [] [] [] [] | + gtick | [] [] [] [] [] | + gtkam | [] [] [] [] [] | + gtkorphan | [] [] [] | + gtkspell | [] [] [] [] [] [] [] [] [] | + gutenprint | [] [] [] [] | + hello | [] [] [] | + help2man | [] [] | + hylafax | [] | + idutils | [] [] [] [] [] [] | + indent | [] [] [] [] [] [] [] [] | + iso_15924 | [] () [] [] | + iso_3166 | [] () [] [] [] [] [] [] [] [] [] [] | + iso_3166_2 | () [] [] [] | + iso_4217 | [] () [] [] [] [] | + iso_639 | [] () [] [] [] [] [] [] [] | + iso_639_3 | () [] [] | + jwhois | [] [] [] [] [] | + kbd | [] [] | + keytouch | [] [] [] [] [] [] | + keytouch-editor | [] [] [] [] [] | + keytouch-keyboa... | [] [] [] [] [] | + klavaro | [] [] | + latrine | [] [] [] | + ld | [] [] [] [] | + leafpad | [] [] [] [] [] [] [] () | + libc | [] [] [] [] [] | + libexif | [] | + libextractor | | + libgnutls | [] [] | + libgpewidget | [] [] [] [] | + libgpg-error | [] [] | + libgphoto2 | [] [] [] | + libgphoto2_port | [] [] [] | + libgsasl | [] [] [] [] [] | + libiconv | [] [] [] [] [] [] | + libidn | [] [] [] [] | + lifelines | () | + liferea | [] [] [] [] | + lilypond | [] [] | + linkdr | [] [] [] [] [] | + lordsawar | | + lprng | [] | + lynx | [] [] [] [] [] | + m4 | [] [] [] [] [] [] | + mailfromd | | + mailutils | [] [] | + make | [] [] [] [] [] [] [] [] [] | + man-db | [] [] | + man-db-manpages | [] | + minicom | [] [] [] [] [] | + mkisofs | [] [] [] [] | + myserver | | + nano | [] [] [] [] [] [] | + opcodes | [] [] [] [] | + parted | [] [] [] [] | + pies | | + popt | [] [] [] [] [] [] [] [] [] | + psmisc | [] [] [] | + pspp | | + pwdutils | [] [] | + radius | [] [] | + recode | [] [] [] [] [] [] [] [] | + rosegarden | () () () () () | + rpm | [] [] | + rush | | + sarg | [] | + screem | [] [] | + scrollkeeper | [] [] [] [] | + sed | [] [] [] [] [] [] [] [] | + sharutils | [] [] [] [] [] [] [] | + shishi | [] | + skencil | [] | + solfege | [] [] [] [] | + solfege-manual | [] [] | + soundtracker | [] [] | + sp | [] () | + sysstat | [] [] [] [] [] | + tar | [] [] [] [] [] [] [] | + texinfo | [] [] [] [] | + tin | [] | + unicode-han-tra... | | + unicode-transla... | [] [] | + util-linux-ng | [] [] [] [] [] [] | + vice | () () () | + vmm | [] | + vorbis-tools | [] | + wastesedge | () () | + wdiff | [] | + wget | [] [] [] [] [] [] [] [] | + wyslij-po | [] [] [] | + xchat | [] [] [] [] [] [] [] [] [] | + xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] | + xkeyboard-config | [] [] [] [] [] | + +----------------------------------------------------+ + fi fr ga gl gu he hi hr hu hy id is it ja ka kn + 105 121 53 20 4 8 3 5 53 2 120 5 84 67 0 4 + + ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne + +-----------------------------------------------+ + a2ps | [] | + aegis | | + ant-phone | | + anubis | [] [] | + aspell | [] | + bash | | + bfd | | + bibshelf | [] [] | + binutils | | + bison | [] | + bison-runtime | [] [] [] [] [] | + bluez-pin | [] [] [] [] [] | + bombono-dvd | | + buzztard | | + cflow | | + clisp | | + coreutils | [] | + cpio | | + cppi | | + cpplib | | + cryptsetup | | + dfarc | [] | + dialog | [] [] [] [] [] | + dico | | + diffutils | [] [] | + dink | | + doodle | | + e2fsprogs | | + enscript | | + exif | [] | + fetchmail | | + findutils | | + flex | | + freedink | [] | + gas | | + gawk | | + gcal | | + gcc | | + gettext-examples | [] [] [] [] | + gettext-runtime | [] | + gettext-tools | [] | + gip | [] [] | + gjay | | + gliv | | + glunarclock | [] | + gnubiff | | + gnucash | () () () () | + gnuedu | | + gnulib | | + gnunet | | + gnunet-gtk | | + gnutls | [] | + gold | | + gpe-aerial | [] | + gpe-beam | [] | + gpe-bluetooth | [] [] | + gpe-calendar | [] | + gpe-clock | [] [] [] [] [] | + gpe-conf | [] [] | + gpe-contacts | [] [] | + gpe-edit | [] | + gpe-filemanager | [] [] | + gpe-go | [] [] [] | + gpe-login | [] | + gpe-ownerinfo | [] [] | + gpe-package | [] [] | + gpe-sketchbook | [] [] | + gpe-su | [] [] [] [] [] [] | + gpe-taskmanager | [] [] [] [] [] [] | + gpe-timesheet | [] [] | + gpe-today | [] [] [] [] | + gpe-todo | [] [] | + gphoto2 | | + gprof | [] | + gpsdrive | | + gramadoir | | + grep | | + grub | | + gsasl | | + gss | | + gst-plugins-bad | [] [] [] [] | + gst-plugins-base | [] [] | + gst-plugins-good | [] [] | + gst-plugins-ugly | [] [] [] [] [] | + gstreamer | | + gtick | | + gtkam | [] | + gtkorphan | [] [] | + gtkspell | [] [] [] [] [] [] [] | + gutenprint | | + hello | [] [] [] | + help2man | | + hylafax | | + idutils | | + indent | | + iso_15924 | [] [] | + iso_3166 | [] [] () [] [] [] [] [] | + iso_3166_2 | | + iso_4217 | [] [] | + iso_639 | [] [] | + iso_639_3 | [] | + jwhois | [] | + kbd | | + keytouch | [] | + keytouch-editor | [] | + keytouch-keyboa... | [] | + klavaro | [] | + latrine | [] | + ld | | + leafpad | [] [] [] | + libc | [] | + libexif | | + libextractor | | + libgnutls | [] | + libgpewidget | [] [] | + libgpg-error | | + libgphoto2 | | + libgphoto2_port | | + libgsasl | | + libiconv | | + libidn | | + lifelines | | + liferea | | + lilypond | | + linkdr | | + lordsawar | | + lprng | | + lynx | | + m4 | | + mailfromd | | + mailutils | | + make | [] | + man-db | | + man-db-manpages | | + minicom | [] | + mkisofs | | + myserver | | + nano | [] [] | + opcodes | | + parted | | + pies | | + popt | [] [] [] | + psmisc | | + pspp | | + pwdutils | | + radius | | + recode | | + rosegarden | | + rpm | | + rush | | + sarg | | + screem | | + scrollkeeper | [] [] | + sed | | + sharutils | | + shishi | | + skencil | | + solfege | [] | + solfege-manual | | + soundtracker | | + sp | | + sysstat | [] | + tar | [] | + texinfo | [] | + tin | | + unicode-han-tra... | | + unicode-transla... | | + util-linux-ng | | + vice | | + vmm | | + vorbis-tools | | + wastesedge | | + wdiff | | + wget | [] | + wyslij-po | | + xchat | [] [] [] | + xdg-user-dirs | [] [] [] [] [] [] [] [] | + xkeyboard-config | [] [] [] | + +-----------------------------------------------+ + ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne + 20 5 10 1 13 48 4 2 2 4 24 10 20 3 1 + + nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr + +---------------------------------------------------+ + a2ps | [] [] [] [] [] [] [] [] | + aegis | [] [] [] | + ant-phone | [] [] | + anubis | [] [] [] | + aspell | [] [] [] [] [] | + bash | [] [] | + bfd | [] | + bibshelf | [] [] | + binutils | [] [] | + bison | [] [] [] | + bison-runtime | [] [] [] [] [] [] [] | + bluez-pin | [] [] [] [] [] [] [] [] | + bombono-dvd | [] () | + buzztard | [] [] | + cflow | [] | + clisp | [] [] | + coreutils | [] [] [] [] [] [] | + cpio | [] [] [] | + cppi | [] | + cpplib | [] | + cryptsetup | [] | + dfarc | [] | + dialog | [] [] [] [] | + dico | [] | + diffutils | [] [] [] [] [] [] | + dink | () | + doodle | [] [] | + e2fsprogs | [] [] | + enscript | [] [] [] [] [] | + exif | [] [] [] () [] | + fetchmail | [] [] [] [] | + findutils | [] [] [] [] [] | + flex | [] [] [] [] [] | + freedink | [] [] | + gas | | + gawk | [] [] [] [] | + gcal | | + gcc | [] | + gettext-examples | [] [] [] [] [] [] [] [] | + gettext-runtime | [] [] [] [] [] [] [] [] [] | + gettext-tools | [] [] [] [] [] [] | + gip | [] [] [] [] [] | + gjay | | + gliv | [] [] [] [] [] [] | + glunarclock | [] [] [] [] [] | + gnubiff | [] () | + gnucash | [] () () () | + gnuedu | [] | + gnulib | [] [] [] [] | + gnunet | | + gnunet-gtk | | + gnutls | [] [] | + gold | | + gpe-aerial | [] [] [] [] [] [] [] | + gpe-beam | [] [] [] [] [] [] [] | + gpe-bluetooth | [] [] | + gpe-calendar | [] [] [] [] | + gpe-clock | [] [] [] [] [] [] [] [] | + gpe-conf | [] [] [] [] [] [] [] | + gpe-contacts | [] [] [] [] [] | + gpe-edit | [] [] [] | + gpe-filemanager | [] [] [] | + gpe-go | [] [] [] [] [] [] [] [] | + gpe-login | [] [] | + gpe-ownerinfo | [] [] [] [] [] [] [] [] | + gpe-package | [] [] | + gpe-sketchbook | [] [] [] [] [] [] [] | + gpe-su | [] [] [] [] [] [] [] [] | + gpe-taskmanager | [] [] [] [] [] [] [] [] | + gpe-timesheet | [] [] [] [] [] [] [] [] | + gpe-today | [] [] [] [] [] [] [] [] | + gpe-todo | [] [] [] [] [] | + gphoto2 | [] [] [] [] [] [] [] [] | + gprof | [] [] [] | + gpsdrive | [] [] | + gramadoir | [] [] | + grep | [] [] [] [] | + grub | [] [] [] | + gsasl | [] [] [] [] | + gss | [] [] [] | + gst-plugins-bad | [] [] [] [] [] [] | + gst-plugins-base | [] [] [] [] [] | + gst-plugins-good | [] [] [] [] [] | + gst-plugins-ugly | [] [] [] [] [] [] | + gstreamer | [] [] [] [] [] | + gtick | [] [] [] | + gtkam | [] [] [] [] [] [] | + gtkorphan | [] | + gtkspell | [] [] [] [] [] [] [] [] [] [] | + gutenprint | [] [] | + hello | [] [] [] [] | + help2man | [] [] | + hylafax | [] | + idutils | [] [] [] [] [] | + indent | [] [] [] [] [] [] [] | + iso_15924 | [] [] [] [] | + iso_3166 | [] [] [] [] [] () [] [] [] [] [] [] [] [] | + iso_3166_2 | [] [] [] | + iso_4217 | [] [] [] [] [] [] [] [] | + iso_639 | [] [] [] [] [] [] [] [] [] | + iso_639_3 | [] [] | + jwhois | [] [] [] [] | + kbd | [] [] [] | + keytouch | [] [] [] | + keytouch-editor | [] [] [] | + keytouch-keyboa... | [] [] [] | + klavaro | [] [] | + latrine | [] [] | + ld | | + leafpad | [] [] [] [] [] [] [] [] [] | + libc | [] [] [] [] | + libexif | [] [] () [] | + libextractor | | + libgnutls | [] [] | + libgpewidget | [] [] [] | + libgpg-error | [] [] | + libgphoto2 | [] [] | + libgphoto2_port | [] [] [] [] [] | + libgsasl | [] [] [] [] [] | + libiconv | [] [] [] [] [] | + libidn | [] [] | + lifelines | [] [] | + liferea | [] [] [] [] [] () () [] | + lilypond | [] | + linkdr | [] [] [] | + lordsawar | | + lprng | [] | + lynx | [] [] [] | + m4 | [] [] [] [] [] | + mailfromd | [] | + mailutils | [] | + make | [] [] [] [] | + man-db | [] [] [] | + man-db-manpages | [] [] [] | + minicom | [] [] [] [] | + mkisofs | [] [] [] | + myserver | | + nano | [] [] [] [] | + opcodes | [] [] | + parted | [] [] [] [] | + pies | [] | + popt | [] [] [] [] | + psmisc | [] [] [] | + pspp | [] [] | + pwdutils | [] | + radius | [] [] [] | + recode | [] [] [] [] [] [] [] [] | + rosegarden | () () | + rpm | [] [] [] | + rush | [] [] | + sarg | | + screem | | + scrollkeeper | [] [] [] [] [] [] [] [] | + sed | [] [] [] [] [] [] [] [] [] | + sharutils | [] [] [] [] | + shishi | [] | + skencil | [] [] | + solfege | [] [] [] [] | + solfege-manual | [] [] [] | + soundtracker | [] | + sp | | + sysstat | [] [] [] [] | + tar | [] [] [] [] | + texinfo | [] [] [] [] | + tin | [] | + unicode-han-tra... | | + unicode-transla... | | + util-linux-ng | [] [] [] [] [] | + vice | [] | + vmm | [] | + vorbis-tools | [] [] | + wastesedge | [] | + wdiff | [] [] | + wget | [] [] [] [] [] [] [] | + wyslij-po | [] [] [] | + xchat | [] [] [] [] [] [] [] [] [] | + xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] | + xkeyboard-config | [] [] [] | + +---------------------------------------------------+ + nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr + 135 10 4 7 105 1 29 62 47 91 3 54 46 9 37 + + sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW + +---------------------------------------------------+ + a2ps | [] [] [] [] [] | 27 + aegis | [] | 9 + ant-phone | [] [] [] [] | 9 + anubis | [] [] [] [] | 15 + aspell | [] [] [] | 20 + bash | [] [] [] | 12 + bfd | [] | 6 + bibshelf | [] [] [] | 16 + binutils | [] [] | 8 + bison | [] [] | 12 + bison-runtime | [] [] [] [] [] [] | 29 + bluez-pin | [] [] [] [] [] [] [] [] | 37 + bombono-dvd | [] | 4 + buzztard | [] | 7 + cflow | [] [] [] | 9 + clisp | | 10 + coreutils | [] [] [] [] | 22 + cpio | [] [] [] [] [] [] | 13 + cppi | [] [] | 5 + cpplib | [] [] [] [] [] [] | 14 + cryptsetup | [] [] | 7 + dfarc | [] | 9 + dialog | [] [] [] [] [] [] [] | 30 + dico | [] | 2 + diffutils | [] [] [] [] [] [] | 30 + dink | | 4 + doodle | [] [] | 7 + e2fsprogs | [] [] [] | 11 + enscript | [] [] [] [] | 17 + exif | [] [] [] | 16 + fetchmail | [] [] [] | 17 + findutils | [] [] [] [] [] | 20 + flex | [] [] [] [] | 15 + freedink | [] | 10 + gas | [] | 4 + gawk | [] [] [] [] | 18 + gcal | [] [] | 5 + gcc | [] [] [] | 7 + gettext-examples | [] [] [] [] [] [] [] | 34 + gettext-runtime | [] [] [] [] [] [] [] | 29 + gettext-tools | [] [] [] [] [] [] | 22 + gip | [] [] [] [] | 22 + gjay | [] | 3 + gliv | [] [] [] | 14 + glunarclock | [] [] [] [] [] | 19 + gnubiff | [] [] | 4 + gnucash | () [] () [] () | 10 + gnuedu | [] [] | 7 + gnulib | [] [] [] [] | 16 + gnunet | [] | 1 + gnunet-gtk | [] [] [] | 5 + gnutls | [] [] [] | 10 + gold | [] | 4 + gpe-aerial | [] [] [] | 18 + gpe-beam | [] [] [] | 19 + gpe-bluetooth | [] [] [] | 13 + gpe-calendar | [] [] [] [] | 12 + gpe-clock | [] [] [] [] [] | 28 + gpe-conf | [] [] [] [] | 20 + gpe-contacts | [] [] [] | 17 + gpe-edit | [] [] [] | 12 + gpe-filemanager | [] [] [] [] | 16 + gpe-go | [] [] [] [] [] | 25 + gpe-login | [] [] [] | 11 + gpe-ownerinfo | [] [] [] [] [] | 25 + gpe-package | [] [] [] | 13 + gpe-sketchbook | [] [] [] | 20 + gpe-su | [] [] [] [] [] | 30 + gpe-taskmanager | [] [] [] [] [] | 29 + gpe-timesheet | [] [] [] [] [] | 25 + gpe-today | [] [] [] [] [] [] | 30 + gpe-todo | [] [] [] [] | 17 + gphoto2 | [] [] [] [] [] | 24 + gprof | [] [] [] | 15 + gpsdrive | [] [] [] | 11 + gramadoir | [] [] [] | 11 + grep | [] [] [] | 10 + grub | [] [] [] | 14 + gsasl | [] [] [] [] | 14 + gss | [] [] [] | 11 + gst-plugins-bad | [] [] [] [] | 26 + gst-plugins-base | [] [] [] [] [] | 24 + gst-plugins-good | [] [] [] [] | 24 + gst-plugins-ugly | [] [] [] [] [] | 29 + gstreamer | [] [] [] [] | 22 + gtick | [] [] [] | 13 + gtkam | [] [] [] | 20 + gtkorphan | [] [] [] | 14 + gtkspell | [] [] [] [] [] [] [] [] [] | 45 + gutenprint | [] | 10 + hello | [] [] [] [] [] [] | 21 + help2man | [] [] | 7 + hylafax | [] | 5 + idutils | [] [] [] [] | 17 + indent | [] [] [] [] [] [] | 30 + iso_15924 | () [] () [] [] | 16 + iso_3166 | [] [] () [] [] () [] [] [] () | 53 + iso_3166_2 | () [] () [] | 9 + iso_4217 | [] () [] [] () [] [] | 26 + iso_639 | [] [] [] () [] () [] [] [] [] | 38 + iso_639_3 | [] () | 8 + jwhois | [] [] [] [] [] | 16 + kbd | [] [] [] [] [] | 15 + keytouch | [] [] [] | 16 + keytouch-editor | [] [] [] | 14 + keytouch-keyboa... | [] [] [] | 14 + klavaro | [] | 11 + latrine | [] [] [] | 10 + ld | [] [] [] [] | 11 + leafpad | [] [] [] [] [] [] | 33 + libc | [] [] [] [] [] | 21 + libexif | [] () | 7 + libextractor | [] | 1 + libgnutls | [] [] [] | 9 + libgpewidget | [] [] [] | 14 + libgpg-error | [] [] [] | 9 + libgphoto2 | [] [] | 8 + libgphoto2_port | [] [] [] [] | 14 + libgsasl | [] [] [] | 13 + libiconv | [] [] [] [] | 21 + libidn | () [] [] | 11 + lifelines | [] | 4 + liferea | [] [] [] | 21 + lilypond | [] | 7 + linkdr | [] [] [] [] [] | 17 + lordsawar | | 1 + lprng | [] | 3 + lynx | [] [] [] [] | 17 + m4 | [] [] [] [] | 19 + mailfromd | [] [] | 3 + mailutils | [] | 5 + make | [] [] [] [] | 21 + man-db | [] [] [] | 8 + man-db-manpages | | 4 + minicom | [] [] | 16 + mkisofs | [] [] | 9 + myserver | | 0 + nano | [] [] [] [] | 21 + opcodes | [] [] [] | 11 + parted | [] [] [] [] [] | 15 + pies | [] [] | 3 + popt | [] [] [] [] [] [] | 27 + psmisc | [] [] | 11 + pspp | | 4 + pwdutils | [] [] | 6 + radius | [] [] | 9 + recode | [] [] [] [] | 28 + rosegarden | () | 0 + rpm | [] [] [] | 11 + rush | [] [] | 4 + sarg | | 1 + screem | [] | 3 + scrollkeeper | [] [] [] [] [] | 27 + sed | [] [] [] [] [] | 30 + sharutils | [] [] [] [] [] | 22 + shishi | [] | 3 + skencil | [] [] | 7 + solfege | [] [] [] [] | 16 + solfege-manual | [] | 8 + soundtracker | [] [] [] | 9 + sp | [] | 3 + sysstat | [] [] | 15 + tar | [] [] [] [] [] [] | 23 + texinfo | [] [] [] [] [] | 17 + tin | | 4 + unicode-han-tra... | | 0 + unicode-transla... | | 2 + util-linux-ng | [] [] [] [] | 20 + vice | () () | 1 + vmm | [] | 4 + vorbis-tools | [] | 6 + wastesedge | | 2 + wdiff | [] [] | 7 + wget | [] [] [] [] [] | 26 + wyslij-po | [] [] | 8 + xchat | [] [] [] [] [] [] | 36 + xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | 63 + xkeyboard-config | [] [] [] | 22 + +---------------------------------------------------+ + 85 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW + 178 domains 119 1 3 3 0 10 65 51 155 17 98 7 41 2618 + + Some counters in the preceding matrix are higher than the number of +visible blocks let us expect. This is because a few extra PO files are +used for implementing regional variants of languages, or language +dialects. + + For a PO file in the matrix above to be effective, the package to +which it applies should also have been internationalized and +distributed as such by its maintainer. There might be an observable +lag between the mere existence a PO file and its wide availability in a +distribution. + + If June 2010 seems to be old, you may fetch a more recent copy of +this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date +matrix with full percentage details can be found at +`http://translationproject.org/extra/matrix.html'. + +1.5 Using `gettext' in new packages +=================================== + +If you are writing a freely available program and want to +internationalize it you are welcome to use GNU `gettext' in your +package. Of course you have to respect the GNU Library General Public +License which covers the use of the GNU `gettext' library. This means +in particular that even non-free programs can use `libintl' as a shared +library, whereas only free software can use `libintl' as a static +library or use modified versions of `libintl'. + + Once the sources are changed appropriately and the setup can handle +the use of `gettext' the only thing missing are the translations. The +Free Translation Project is also available for packages which are not +developed inside the GNU project. Therefore the information given above +applies also for every other Free Software Project. Contact +`coordinator@translationproject.org' to make the `.pot' files available +to the translation teams. + diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..e03b84c --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Daniel Nöthen (butt@danielnoethen.de) diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..d159169 --- /dev/null +++ b/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..c339803 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,555 @@ + +Version 1.45.0 (2025-04-19) +--------------------------- +* Add support for custom URLs and mountpoints for listener statistics +* Add seperate MIDI commands for START/STOP Broadcasting and Recording +* Add support for controlling BUTT via MIDI NOTE_ON messages +* Fix a crash when connecting to a Shoutcast server that is configued with streamhidestats=all +* Fix an issue where "Listeners: 0" was shown after connecting to servers that don’t provide listener statistics +* Fix several German translation issues +* Update credentials for existing radio.co servers when re-adding them + + +Version 1.44.0-1 (2025-01-17) +----------------------------- +The following change does only apply to the Linux source tar ball: + +* Fix a compilation error if --disable-aac is passed to the configure script + +Version 1.44.0 (2024-12-03) +--------------------------- +* BUTT can now request the current song from an URL (website) +* It is now possible to instruct BUTT to overwrite existing recordings +* Add a new display mode which shows "On Air" and if available the current listeners +* Fix memory corruption after canceling a connection attempt when using a different application language than English +* Improve compatibility of UTF-8 in song names with some servers by making the update request compliant to RFC3986 +* Increase font size of the "Listeners" label to improve readability from far distances +* Change the default answer from "Yes" to "Cancel" when asked to overwrite existing recordings to prevent accidental overwriting of existing recordings + +Version 1.43.0 (2024-08-05) +--------------------------- +* Recording: When file splitting is active, no samples between files are lost anymore +* Recording: Fix compatibility issue with older MP3 decoders +* Improve song update for Opus streams +* Add more advanced MP3 encoder options: + - Force minimum VBR bitrate + - low-/highpass cutoff frequency + - low-/highpass width + - Resampling +* Allow the user to pass floating point values like 0.5 to the -m/-M/-o/-O commands +* Fix crash when connecting to an icecast server if the description field of the ICY information is empty +* Fix an issue with Let's Encrypt TLS certificates +* Fix an issue that can cause a connection attempt not to be canceled by a single stop button press + +Version 1.42.0 (2024-05-25) +--------------------------- +* Add WebRTC (WHIP) support (Thanks to Matt from codec.live) +* Add setting to define the listeners update interval +* Include ice-bitrate property to the HTTP header so the icecast status page shows the stream bit rate +* Fix "Update devices" button +* Improve VU-meter visibility +* Let the user select the VU-meter colors and thresholds +* Use momentary peak for the peak hold bar instead of an average peak +* Assure that the signal detection still works after a recording failed to start +* The threshold time for automatic streaming/recording can now be as low as 0.1 seconds +* The signal detection level is now always based on the stream volume +* Activating automatic streaming/recording did not work if the threshold time was set to 0 seconds +* Reduce CPU usage on macOS +* Pressing CMD+q on macOS now closes BUTT +* Add a "manual" and "YouTube" button to the settings window for easier access +* Make it easier for the user to go to the AAC install instructions after selecting the AAC codec +* Improve the order of GUI element selection when pressing the tab key + + +Version 1.41.1 (2024-04-25) +--------------------------- +* Important: Fix a bug that could result in a corrupted configuration file after adding a server or stream info +* Change versioning scheme to account for bugfix-only releases + +Version 0.1.41 (2024-03-17) +--------------------------- +* Add support for controlling BUTT via MIDI CC messages +* EQ and compressor can now be enabled independently for the stream and record path +* You can now use %N as a placeholder for the current server name in your record file/path +* Prevent BUTT from being disconnected by the server when using FLAC and the audio signal is 100% silent +* The signal and silence detection can now by activated/deactivated with a checkbox instead of simply setting the value to 0 +* Add -L parameter to get a list of available audio devices +* The ICY name and ICY description now support the same placeholders as the record file/path (activate the "expand variables" checkbox) +* Add Arabic language support (Thanks to Magd) +* Fix an issue that could lead BUTT to freeze on startup if no internet connection is available +* Overall stability improvements + +Version 0.1.40 (2023-11-24) +--------------------------- +* Support higher bitrates for AAC, Vorbis and Opus +* Add support for Plexamp on Linux +* Add Dutch language support (thanks to Timothy) +* Fix an issue with audio device names that contain special characters +* Fix possible buffer underflow when the connection to a shoutcast server fails + +Version 0.1.39 (2023-09-20) +--------------------------- +* Fix a bug that can cause the listener count to no longer be updated +* Fix a bug that can cause the split record file function to stop working +* Fix a bug that can cause butt not to reconnect after a connection loss +* Fix a bug that can cause undefined behaviour +* Clear song name if song file is empty + + +Version 0.1.38 (2023-08-05) +--------------------------- +* Users can now define a custom window title +* Add option to set a delay between automatic reconnects +* Add option to use the older Icecast SOURCE protocol instead of the newer PUT protocol +* Increase robustness of the config file importer +* Increase robustness of the show listeners function +* Use green instead of yellow to indicate a valid streaming connection +* Fix memory leak when using Icecast and showing the number of listeners +* Fix UI drawing issues +* Fix issue with the main window size on Windows 11 +* Fix issues with the tray agent on Windows + +Version 0.1.37 (2022-12-24) +--------------------------- +* Add support for a second audio device +* Streaming and recording volume can be set independently +* Add support for icecast-kh listener statistics +* Highlight connect and record buttons when active +* Restore window size if "Remember main window position" is active +* Increase size of slider knobs +* Start with default values in case the config file is damaged +* Always overwrite existing files when recording is started automatically or via butt client +* Do not stop recording if a butt client sends a disconnect command while butt is offline +* Fix an issue were butt mistakenly says "Connecting..." +* Fix memory leak if "Show listeners" is activate + +Version 0.1.36 (2022-10-03) +--------------------------- +* Number of current listeners can be displayed on the LCD (works only with original Icecast and Shoutcast implementations) +* Fix connection issue with AIS streaming server +* Fix connection issue with Icecast servers older than version 2.4.0 +* Fix issue with Shoutcast if mountpoint is already in use + + +Version 0.1.35 (2022-06-19) +--------------------------- +* Gain slider can be disabled to prevent inadvertently changing the volume +* Audio device initialization can be skipped by holding down CTRL during startup +* Fix crash if audio device can not be opened +* Fix crash if no default audio device can be found +* Fix wrong password detection for certain liquidsoap Shoutcast implementations +* Fix crash of command client and command server when very long song names are specified + +Version 0.1.34 (2022-04-21) +--------------------------- +* Added equalizer presets +* Added Spanish translation +* Use 32 bit float for internal audio processing instead of 16 bit integer +* FLAC can now be broadcasted and recorded as 16 bit or 24 bit +* WAV can now be recorded as 16 bit, 24 bit or 32 bit +* Massively improved client/server implementation for butt commands +* Fixed bug that caused overwriting the first wav samples of a recording +* Fixed read song name from Music.app for MacOS >= 11.0 +* Fixed record folder creation if folder contains format variables +* butt commands can now also be sent via UDP +* Added new fields to the server status message: + - stream seconds, stream kBytes + - record seconds, record kBytes + - volume left/right + - current song + - record path + +Version 0.1.33 (2022-02-06) +--------------------------- +* Windows: You can broadcast what's playing on your computer (audio device must support WASAPI) +* Windows/Linux: New butt-client for controlling running butt instances (Thanks to Hossam) +* Added support for higher samplerates (88.2 kHz and 96 kHz) +* Added Portuguese (Brazil) translation (Thanks to Bruno) +* Added signal and silence detection flags to the status information +* Time thresholds for signal detection can be changed via control commands (Thanks to Hossam) +* Format place holders (%Y %m %d etc.) can also be used in the folder name +* Song title update support for OPUS +* Fixed wrong file size in wav header +* Fixed compilation if --disable-ssl or --disable-aac was passed to ./configure + +Version 0.1.32 (2021-10-28) +--------------------------- +* Radio.co stations can now be easily added to butt +* Advanced codec settings for mp3, aac, ogg/vorbis and opus can now be adjusted +* The recordings folder may now contain environment variables like ~, $HOME and %USERPROFILE% +* Fixed issue with characters like $,%,&,§ in the song name +* Fixed connection issue in case the server domain has IPv4+6 addresses but Icecast is only listening on IPv4 +* Fixed missing song duration information in FLAC recordings + +Version 0.1.31 (2021-07-12) +--------------------------- +* A delay can now be added to the automatic song title update +* Increased equalizer from 5 to 10 frequency bands +* Fixed positioning issues on multi screen setups +* Maximum number of supported audio devices has been increased from 100 to 256 + +Version 0.1.30 (2021-05-14) +--------------------------- +* Added support for IPv6 +* Added French translation +* Right click on a slider knob brings up an input field where you can type in the slider value with the keyboard +* The selected audio device can now be remembered by device name instead by device id +* You can now rescan for new audio devices manually (no butt restart needed anymore after plugging in a new audio device) +* Holding the shift key during butt startup allows you to start with a fresh configuration file +* Updated Portaudio to version v19.7.0 +* Windows: Added support for WASAPI audio driver +* MacOS: Updated FLTK to version 1.3.6 +* MacOS: Native support for Apple Silicon (arm64) + +Version 0.1.29 (2021-03-28) +--------------------------- +* Added a new tool (butt Agent) which helps to minimize butt to tray and much more (Big thanks to Ivan Radolovic) +* Added an indicator to the compressor which lights up if the threshold is exceeded +* Added "Aggressive Mode" to the compressor. If activated, the signal power for threshold detection is not averraged +* Added new command line options: -q (quit) -n (split recording) -u (update song name) +* Added donation addresses for Bitcoin, Monero and Dash +* Fixed crash when butt can not find any input channels +* Fixed crash when reading song names from an UTF-8 formatted file that contains a BOM +* Fixed issue with icecast-kh14+ when connecting to a mountpoint which is already in use +* Fixed issue if both checkboxes "start recording after launch" and "start recording when connected" are checked +* Fixed butt.desktop file. Icon was not shown on GNOME panel +* Attack and Release compressor labels now have 2 decimal places instead of only 1 +* butt does not send bitrate information to the icecast server anymore if FLAC is used +* butt now searches for a free command server port if default port is already in use +* butt can now be started in minimized state +* The recording file name can now contain any well known date format specifier +* The window class name has been renamed from FLTK to butt_FLTK + +Version 0.1.28 (2021-02-07) +--------------------------- +* Fixed compressor issues +* Fixed song update when using Strawberry audio player +* The order of song update from an music app can be changed from "Title - Artist" to "Artist - Title" +* Increased accuracy of recording split timer +* VU-meter appearance can be changed to solid colors for better readability +* Log window can be vertically resized +* Windows: Changed default installation folder to %LOCALAPPDATA%\butt instead of %LOCALAPPDATA\butt- + + +Version 0.1.27 (2020-12-26) +--------------------------- +* Fixed loading of AAC codec selection from configuration file +* Fixed crash when using opus with a samplerate not equal to 48000 Hz + +Version 0.1.26 (2020-12-24) +--------------------------- +* Added ASIO support +* Added support for multi-channel audio devices +* Added multi-language support (i18n) +* Added German translation +* Added option to force reconnection regardless of the server response +* Added support for Strawberry audio player (Thanks to Stefan S.) +* Added config parameter to disable dithering (set disable_dithering=1 in cfg file) +* Fixed possible crash if server is not reachable +* Fixed possible crash when reconnecting +* Fixed possible crash when using FLAC and song update +* Fixed unwanted rounding of compressor values +* Fixed overwriting of a DSP setting if it was set to -1.0 +* Improved CPU usage +* Improved mono/stereo handling +* Improved overall song update implementation +* Compiles on FreeBSD (Thanks to Per G. and Tobias C. B.) + + +Version 0.1.25 (2020-10-26) +--------------------------- +* Added the ability to extend the song name with a prefix and a suffix +* Fixed issue with automatic song update from text files +* Fixed recording in FLAC + +Version 0.1.24 (2020-10-14) +--------------------------- +* VU-meter has been redesigned +* Fixed issues with usernames that contain special characters +* The port of the command server can be specified via command line +* Commands can be received via network +* It is possible to connect to a particular streaming server when sending the connect command +* You can ask a butt instance about its current status with the -S command +* butt can automatically check for updates after launch +* Update of song name works with FLAC +* Thresholds for signal detection can be specified +* Added -h command line option to get an overview of all available commands +* Updated the manual + +Version 0.1.23 (2020-09-27) +--------------------------- +* Fixed crash if the server is not reachable (e.g. unstable internet connections) +* Fixed issue with transfering song meta data from music apps to butt (MacOS) +* Improved handling of mic permissions dialog on MacOS + +Version 0.1.22 (2020-07-09) +--------------------------- +* Added Dynamic Range Compressor (thanks to Thomas P.) +* Added ability to check for new versions +* butt can now be controlled via command line +* Replaced experimental portaudio version with the stable portaudio version +* Fixed issue with stereo audio when using the Equalizer (thanks to Thomas P.) +* Fixed traffic calculation when using OPUS +* Fixed issue with OPUS encoding under some circumstances + +Version 0.1.21 (2020-05-26) +--------------------------- +* Streaming and recording can now be started automatically if an audio signal is present +* Fixed reconnection issue on unreliable network connections. Should now behave like 0.1.19 again +* wav recordings can now be up to 4 GB large +* Removed advanced section from the Audio tab. Buffer time can still be set in the configuration file if you need to + +Version 0.1.20 (2020-04-21) +--------------------------- +* Added SSL/TLS support for icecast +* Recording can now automatically be stopped if the user disconnects from the server +* Fixed icecast connection issue (mostly occurring on mobile internet connections like 4G/LTE) +* Fixed wrong password detection for liquidsoap based setups +* Fixed configuration export on MacOS +* Fixed logfile selection on MacOS +* Song name is not updated on reconnect anymore if the manual song name input field has been cleared +* Upgraded FLTK to version 1.3.5 + +Version 0.1.19 (2019-12-30) +--------------------------- +* The song name can now be read from the last line instead from the first line of a file +* Streaming and recording can now be automatically stopped after silence has been detected +* The last window position can be remembered. Useful when running multiple instances +* butt can now be started with hidden info window +* The vu-meter runs smoother and needs less cpu +* VU-meter peak hold is only active for the red light +* Closing butt while streaming or recording must be confirmed now +* Changes are now saved without asking for confirmation when closing the app +* Removed a new line character from the server name in the title bar +* Fixed recceiving song information from iTunes/Music in MacOS Catalina +* Fixed wrong counting of sent bytes when using AAC + + +Version 0.1.18 (2019-05-12) +--------------------------- +* Added support for automatic recording after starting butt +* Enabled AAC afterburner (improves audio quality) +* Fixed issue with configure.ac and s390x architecture +* Updated the FSF address in COPYING +* AAC libs are not delivered with the setup files anymore (read the manual on how to activate AAC support again) + + +Version 0.1.17 (2018-12-27) +--------------------------- +* Added support for FLAC streaming (icecast only) +* Added 5-band equalizer (thanks to Melchor Garau Madrigal) +* Added the ability to read song informations from several apps on MacOS and Linux (thanks to Melchor Garau Madrigal) +* Window title is automatically renamed to the connected server (useful when running multiple instances) +* Fixed connection issue with airtime +* Fixed integer overflow when gain is set too high +* Fixed compilation error on ubuntu 18 +* Changed color of windows icon from black to yellow. So people using Win10 can now find butt in their black taskbar ;-) + + +Version 0.1.16 (2017-09-17) +--------------------------- +* Fixed compatibility issues with shoutcast v2.5.5.732 +* Replaced portaudio by newest stable version v190600_20161030 +* When using AAC+ the best AAC profile for the current bitrate is selected automatically + + AAC+v2: bitrate < 48kBit/s (aac_aot = 29) + + AAC+v1: 48 kBit/s \<= bitrate < 96kBit/s (aac_aot = 5) + + AAC-LC: bitrate >= 96kBit/s (aac_aot = 2) + +* You can force the AAC codec to a specific profile by setting + aac_overwrite_aot = 1 and aac_aot to the appropriate aot value {2,5,29} in buttrc + + +Version 0.1.15 (2016-05-28) +--------------------------- +* Added AAC+ support +* Added a "Split now" button to instantly start a new recording file +* Improved look&feel on retina displays on OSX +* Improved compatibility with proxies/load balancers (thanks to boyska) +* Fixed handling of newline characters when reading the song name file +* Fixed evlauation of time/date variables when automatic file splitting is enabled +* Fixed compatibility with airtime servers +* Fixed ogg and opus support for ShoutCast + +Version 0.1.14 (2014-12-27) +--------------------------- +* Added FLAC support for recording +* Added Opus support (thanks to oneman) +* Added logfile support (thanks to mikko) +* Added support for more variables in the filename (%H %M %S) (thanks to mikko) +* Automatic file splitting can be synced to full hour now (thanks to mikko) +* LCD info can automatically rotate every 5 seconds now (thanks to mikko) +* Added ability to change audio buffer size +* Uncluttered LCD (thanks to mikko) +* File extension of record filename gets automatically updated now +* Dropped support of different samplerate/channels for stream and record +* Resorted settings elements/widgets +* Removed possible memleaks +* Connecting to an unreachable server does not freeze the GUI anymore +* Fixed icecast and shoutcast meta data handling +* ;ade update song from file more robust +* "update song name manually" reacts on Enter button now + +Version 0.1.13 (2014-05-02) +--------------------------- +* Has an icon now! - Thanks to Subrat (ipapuna) Nayak +* Added support for lower bitrates (24k, 16k, 8k) +* Added support for user defined configuration path e.g. "butt -c " +* Added support for user names in Icecast +* Added gain slider. This slider multiplies the audio input samples with the given factor +* Added .manifest file to disable the VirtualStore on Windows Vista and higher +* Added the ability to automatically split the recording every 'n' minutes +* Added feature for importing and exporting configuration files +* Compiles with Xcode 5 on OS X Mavericks +* Compiles with traditional GNU autoconf/automake environment on linux and mingw +* Improved robustness against faulty config files +* Improved compatibility to ShoutCast v2 servers +* Improved look&feel +* Fixed samplerate issues +* Fixed mono playback/recording +* Changed data volume information vom kBytes to MBytes +* Changed default recording path to users home folder +* Sends audio information (bitrate etc.) to Icecast server - Thanks to Dominik Durner +* Reimplemented VU-Meter with peak hold +* Comes with as an ubuntu package +* Windows: can be installed as user without admin rights +* Windows: uninstallation process also removes the configuration file +* Instead of canceling the automatic song update in case the given file is not +readable, butt now tries to reread the file every 5 seconds + +Version 0.1.12 (2010-04-10) +--------------------------- +* butt is now able to connect automatically after startup +* Shortened time between connect attempts (fixes Shouted.FM connection problems) +* Improved wrong password detection for shoutcast + +Version 0.1.11-2 (2008-12-14) +----------------------------- +* Fixed display info after automatic reconnection + +Version 0.1.11-1 (2008-11-09) +----------------------------- +* Fixed segfault if there is no '.' in the filename + +Version 0.1.11 (2008-10-26) +--------------------------- +* Fixed unintended disconnects +* Fixed recording problems +* Removed buffer overrun messages +* Recording can be now stopped with the stop-button +* Replaced pcm recording by wav recording +* Recording as ogg is now possible +* Added "stay on top" checkbox +* Fixed possible crash when changing mp3 settings while streaming + +Version 0.1.10 (2008-05-25) +--------------------------- +* Removed xrun "led". Instead the msg window informs the user about overruns +* Added dB values to the vu-meter +* Fixed bitrate/samplerate selection for ogg +* Network backend works with non-blocking sockets now +* libshout is not needed anymore +* Songname can be updated from a textfile now +* More samplerates are supported now +* Fixed samplerate selection problems +* Fixed crash when connecting to icecast server on MacOS 10.4 +* Fixed crash when changing the server type from shoutcast to icecast +* Some cosmetic changes (buttons, LEDs) + +Version 0.1.9 (2008-04-10) +-------------------------- +* Minor GUI makeup +* Made butt more verbose +* Fixed possible segfault when trying to EDIT stream info +* Fixed automatic reconnection +* Filenames can be indexed with the %i variable now +* Renamed "rec not until connected" checkbox to "start rec. when connected" +* Added orange record icon for "armed" state ("start rec. when connected" = 1) +* butt starts recording as soon as connected, when in "armed" state + +Version 0.1.8 (2008-03-30) +-------------------------- + +* Text/bg color can be changed in the [GUI] tab +* Removed the "Config saved" popup message +* Added pcm recording +* Improoved record handling +* The config menu is more user friendly now +* Fixed crash when connection loss +* The user may select the samplerate now +* The config window can be attached to the main window now +* Fixed bitrate and codec ShoutCast info + +Version 0.1.7rc1 (2008-01-04) +----------------------------- +* butt runs on MacOS 10.4 and 10.5 now! +* Added recording time to the display info +* Fixed bug with '&' in the song string +* Changing the display mode works only when connected now +* Added a checkbox which lets the user decide if the recording should start +right after selecting the output file or when connected +* Added a msg box which ask the user if he wants to stop the recording +when disconnecting + + +Version 0.1.6 (2007-12-08) +--------------------------- +* Added status symbols to the display +* Recording runs with a seperate thread now! +* Added a button for showing/hiding the server password + +Version 0.1.5 (2007-11-22) +--------------------------- +* Minor GUI changes +* Fixed streaming/recording with mp3 320kb/s +* Fixed segfault in Fl_ILM216.cpp +* The user may change the display colors now (right click on the display) +* The "connecting" info on the display updates faster now +* Changed default display colors to white/blue + +Version 0.1.5rc1 (2007-11-16) +----------------------------- +* Replaced ALSA by PortAudio -> OSS is supported now +* Ported butt to Microsoft Windows (tested with win2k and win xp) +* butt reminds the user about unsaved changes when closing now +* Starting the recording is possible at any time now +* Added mono encoding for OGG +* Improved some GUI stuff +* Improved CPU usage + +Version 0.1.4rc2 (2007-11-03) +----------------------------- +* butt should compile on more machines now + +Version 0.1.4rc1 (2007-11-01) +----------------------------- +* Added IceCast support (ogg and mp3) +* Added ./configure script +* butt is now able to send the "Current Song" value to the ShoutCast/IceCast server +* Changed stereo mode from joint-stereo to real-stereo +* Code cleanup + +Version 0.1.3 (2007-10-08) +--------------------------- +* Bugfix: butt crashed if you press "apply" in the server/icy tab without +having an server/ICY-entry +* Bugfix: butt crashed if you change the bitrate without having an ICY-entry +* Bugfix: there was some uncommented code in the [DEL]-server callback-routine +which shouldn't be uncommented +* Facelift: if you delete all server/ICY-entries, the input fields in the server/ICY +still showed the values of the last server/ICY-entry + +Version 0.1.2 (2007-10-07) +-------------------------- +* Added a GUI for configuring butt +* Comments behind config entries are not allowed anymore. +* Removed the network init part. It was nonsense +* Fixed mono playblack +* Fixed recording problems +* ICY entries can now be empty without causing butt to crash +* butt shows the real port in its "connecting to..."-info line now and the "pseudeo" port in parenthesis +* Fixed a bug which causes pcm data loss in some cases + +Version 0.1.1 (2007-09-16) +-------------------------- +* Added recording feature +* Fixed seg fault on startup when compiled with gcc-4.1.2 +* Fixed seg fault when encoding with high bitrates diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..4ac573c --- /dev/null +++ b/INSTALL @@ -0,0 +1,47 @@ +Installation: +------------- +OS X: +Mount the butt-.dmg by double clicking and +drop the butt file into the Applications folder. + +WINDOWS: +Just run the butt--setup.exe as usual and go through the +installer pages. +The default installation path might be unusual, but this way it is possible to install +butt without administration rights. + +Linux/MinGW (Windows): +First of all the following libraries have to be installed on your system +fltk-1.3, portaudio19, libmp3lame, libvorbis, libogg, libflac, +libopus, libsamplerate, libfdk-aac, libdbus-1, libcurl, libssl, portmidi +They are quite common and should be included in every popular linux distribution. + +On Ubuntu you can install them with +sudo apt-get install libfltk1.3-dev portaudio19-dev libopus-dev libmp3lame-dev libvorbis-dev \ +libogg-dev libflac-dev libfdk-aac-dev libdbus-1-dev libsamplerate0-dev \ +libssl-dev libcurl4-openssl-dev libportmidi-dev \ + +On openSUSE you can install them with +sudo zypper in fltk-devel portaudio-devel libmp3lame-devel libvorbis-devel libogg-devel flac-devel \ +libfdk-aac-devel libopus-devel libopenssl-devel libopus-devel libsamplerate-devel dbus-1-devel \ +libcurl-devel portmidi-devel + +On Distributions which don't have libfdk-aac like Debian you can compile without aac support: +./configure --disable-aac + +For compiling on Windows I recommend the msys2 x64 (www.msys2.org) environment. +They have all the needed packages in their pacman repository. Additionally you need to install the libwinpthread-git package. +Make sure that you select the x64 version of each package. + +After installing the above libraries you can install butt from source as usual: + +tar -xzf butt-.tar.gz +cd butt- +./configure +make +sudo make install + + +In case the included configure script or the make process fails on your system, try to create a new configure script by invoking: +autoreconf -i and start with ./configure again. + diff --git a/KNOWN_BUGS b/KNOWN_BUGS new file mode 100644 index 0000000..733a06f --- /dev/null +++ b/KNOWN_BUGS @@ -0,0 +1 @@ +Please report bugs to butt@danielnoethen.de diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..c8170f4 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,20 @@ +AUTOMAKE_OPTIONS = foreign +if CLIENT_ONLY +SUBDIRS = src +else +SUBDIRS = po src +endif +EXTRA_DIST = config.rpath m4/ChangeLog src/aac_dll.h src/xpm config.h src/butt.manifest player_plugins icons usr ChangeLog \ + AUTHORS THANKS KNOWN_BUGS INSTALL README COPYING NEWS src/FLTK/flgui.fl \ + src/FLTK/Fl_My_Native_File_Chooser_MAC.mm src/FLTK/Fl_My_Native_File_Chooser_WIN32.cxx \ + src/FLTK/Fl_My_Native_File_Chooser_FLTK.cxx src/FLTK/Fl_My_Native_File_Chooser_common.cxx \ + src/FLTK/Fl_My_Native_File_Chooser_GTK.cxx src/AskForMicPermission.m src/AskForMicPermission.h \ + butt.1 gettext.h + + +ACLOCAL_AMFLAGS = -I m4 + +#install-exec-hook: +# cp po/de.gmo locale/de/LC_MESSAGES/butt.mo +# cp po/fr.gmo locale/fr/LC_MESSAGES/butt.mo +# cp po/pt_BR.gmo locale/pt_BR/LC_MESSAGES/butt.mo diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..9eaa4ee --- /dev/null +++ b/Makefile.in @@ -0,0 +1,840 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + cscope distdir distdir-am dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +DIST_SUBDIRS = po src +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \ + compile config.guess config.rpath config.sub depcomp \ + install-sh missing +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +DIST_TARGETS = dist-gzip +# Exists only to be overridden by the user if desired. +AM_DISTCHECK_DVI_TARGET = dvi +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CXX = @CXX@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DBUS_CFLAGS = @DBUS_CFLAGS@ +DBUS_LIBS = @DBUS_LIBS@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +FLTKCONFIG = @FLTKCONFIG@ +GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ +GMSGFMT = @GMSGFMT@ +GMSGFMT_015 = @GMSGFMT_015@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLLIBS = @INTLLIBS@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGFMT_015 = @MSGFMT_015@ +MSGMERGE = @MSGMERGE@ +OBJC = @OBJC@ +OBJCDEPMODE = @OBJCDEPMODE@ +OBJCFLAGS = @OBJCFLAGS@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POSUB = @POSUB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_015 = @XGETTEXT_015@ +XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +XMKMF = @XMKMF@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_OBJC = @ac_ct_OBJC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +AUTOMAKE_OPTIONS = foreign +@CLIENT_ONLY_FALSE@SUBDIRS = po src +@CLIENT_ONLY_TRUE@SUBDIRS = src +EXTRA_DIST = config.rpath m4/ChangeLog src/aac_dll.h src/xpm config.h src/butt.manifest player_plugins icons usr ChangeLog \ + AUTHORS THANKS KNOWN_BUGS INSTALL README COPYING NEWS src/FLTK/flgui.fl \ + src/FLTK/Fl_My_Native_File_Chooser_MAC.mm src/FLTK/Fl_My_Native_File_Chooser_WIN32.cxx \ + src/FLTK/Fl_My_Native_File_Chooser_FLTK.cxx src/FLTK/Fl_My_Native_File_Chooser_common.cxx \ + src/FLTK/Fl_My_Native_File_Chooser_GTK.cxx src/AskForMicPermission.m src/AskForMicPermission.h \ + butt.1 gettext.h + +ACLOCAL_AMFLAGS = -I m4 +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +config.h: stamp-h1 + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz + $(am__post_remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile config.h +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-hdr distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) all install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + dist-zstd distcheck distclean distclean-generic distclean-hdr \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am + +.PRECIOUS: Makefile + + +#install-exec-hook: +# cp po/de.gmo locale/de/LC_MESSAGES/butt.mo +# cp po/fr.gmo locale/fr/LC_MESSAGES/butt.mo +# cp po/pt_BR.gmo locale/pt_BR/LC_MESSAGES/butt.mo + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..a2918b9 --- /dev/null +++ b/NEWS @@ -0,0 +1 @@ +See ChangeLog for more diff --git a/README b/README new file mode 100644 index 0000000..09bc6f0 --- /dev/null +++ b/README @@ -0,0 +1,953 @@ +//// +execute as "asciidoctor manual.txt" +//// + +BUTT (1.45.0) Manual +==================== +:author: Daniel Nöthen +:doctype: book +:toc2: +:numbered: +:lang: en +:email: butt at danielnoethen dot de +:encoding: utf-8 + +About +----- +BUTT (Broadcast Using This Tool) is an easy to use, multi OS streaming tool. + +It supports Icecast, Shoutcast and WebRTC and runs on Windows, macOS and Linux. + +The main purpose of BUTT is to stream live audio data from your computers microphone or line input + +to an Icecast, Shoutcast or WebRTC (WHIP) server. If you want you can also record your broadcast locally + +on your computer. + +With BUTT you can not directly stream audio files. However, with the help of tools like + +Voicemeeter (Windows), Blackhole (macOS) and PulseAudio (Linux) you can also stream audio files + +directly from your favorite music player. + +Install +------- +.OS X: +Mount the *butt-.dmg* by double clicking and + +drop the butt file on the Applications folder. + + +.Windows: +Just run the *butt--setup.exe* and follow the installer pages. + +The default installation path might be unusual, but this way it is possible to install + +BUTT without administration rights. + + +[#Install_Linux] +.Linux/MinGW (Windows): +Note: If you want to only install the butt-client, skip directly to the butt-client section below. + +First of all the following libraries have to be installed on your system + +'fltk-1.3', 'portaudio19', 'libmp3lame', 'libvorbis', 'libogg', 'libflac', + +'libopus', 'libsamplerate', 'libfdk-aac', + +'libdbus-1, 'libcurl', libssl', 'portmidi + +They are quite common and should be included in every popular linux distribution. + + +On *Ubuntu* you can install them with + +`sudo apt-get install libfltk1.3-dev portaudio19-dev libopus-dev libmp3lame-dev libvorbis-dev +libogg-dev libflac-dev libfdk-aac-dev libdbus-1-dev libsamplerate0-dev +libssl-dev libcurl4-openssl-dev libportmidi-dev` + +On *openSUSE* you can install them with + +`sudo zypper in fltk-devel portaudio-devel libmp3lame-devel libvorbis-devel libogg-devel flac-devel +libfdk-aac-devel libopus-devel libopenssl-devel libopus-devel libsamplerate-devel dbus-1-devel libcurl-devel portmidi-devel` + +On Distributions which don't have libfdk-aac like *debian* +you can compile without aac support with: + +`./configure --disable-aac` + +For compiling on *Windows* I recommend the msys2 x64 (www.msys2.org) environment. + +They have all the needed packages in their pacman repository. Additionally you need to install the `libwinpthread-git` package. + +Make sure that you select the x64 version of each package. + +After installing the above libraries you can install BUTT from source as usual: + +- +tar -xzf butt-.tar.gz+ + +- +cd butt-+ + +- +autoreconf -i+ (only on Windows/MSYS2) + +- +./configure+ + +- +make+ + +- +sudo make install+ + +In case the included configure script or the make process fails on your system, try to create a new configure script by invoking: +`autoreconf -i` +and start with `./configure` again. + +butt-client +----------- +butt-client is a minimal binary which can be used to send commands to a running BUTT instance. + +There are two ways to build butt-client: + +1. Configure the build by adding --with-client to the configure command. + +2. Configure it by adding --without-butt. + +The first option builds both BUTT and butt-client and it requires all system dependencies. + +The second option builds butt-client only and it requires none of the system dependencies. + +This is the recommended option if you only need butt-client, especially if you are installing + +it on a different machine. This is because the resulting binary is much smaller and it does + +not link with any system dependencies, except the standard ones, which means that it is portable + +as long as you copy it to another machine which shares the same operating system as the one you are building it on. + + + +Quick start +----------- +When you start BUTT the first time, it will create a default configuration + +file in in your home directory ('~/.buttrc') on Linux and macOS or at + +'C:\Users\\AppData\Roaming\buttrc' on Windows. + + +In order to connect to a server, you need to add a new server in the config window. + +Just open the settings window and click on [ADD]. + +Now fill in the input fields with the server credentials and click on the [ADD] at +the lower right corner. + +To connect to the server just press the play button in the main window and enjoy + +your broadcast. + +Install AAC libraries +--------------------- +.Windows: +1. Download libfdk-aac-2.dll from link:https://danielnoethen.de/butt/release/1.45.0/AAC/libfdk-aac-2.dll[here] +2. Go to the installation directory of BUTT by typing %LOCALAPPDATA%\butt into the file explorer +3. Copy libfdk-aac-2.dll into the installation directory of BUTT +4. Restart BUTT +5. Enjoy AAC streaming + +.MacOS: +1. Download and install butt_libfdkaac_macOS.pkg from link:https://danielnoethen.de/butt/release/1.45.0/AAC/butt_libfdkaac_macOS.pkg[here] +2. Restart BUTT +3. Enjoy AAC streaming + +Note: The installer will install libfdk-aac.2.dylib into /Library/Application Support/butt/ + +.Linux: +In case your Linux distribution ships BUTT without AAC support, + +you need to install BUTT from source. Please refer to the <> section for more + +information on that. + + +Configuration +------------- +The command line option +-c + allows you to define a new standard configuration path. + +This makes it possible to have multiple instances with different configurations + +running. In case the file does not exists, BUTT will create a default file for you. + +A tutorial on how to use the -c command line option to run multiple BUTT +instances can be found +http://danielnoethen.de/butt/howtos/multiple_servers.html[here]. + +[Save]: Saves your current settings to the standard configuration + +file or to the file that was passed to the -c option + +[Export]: Saves your current settings to the given file + +[Import]: Loads the selected file and applies the settings + + +CAUTION: If you use the -c command line option and import another configuration file + +by using the import function, pressing [Save] will overwrite the file that was passed to the -c option. + +TIP: In some cases the configuration file can become damaged and BUTT will not be +able to start correctly. In that case you can hold down the shift key during +BUTT startup to create a new configuration file. + + +Main Window +----------- +The dot matrix display shows you the current state of the BUTT software. + +The states are: idle, streaming, recording. + +When in streaming and/or recording state you can cycle through the information by clicking on the display. + +You can choose between online duration, data sent, recording duration, data recorded and On Air state + + +The [>] symbol shines yellow if BUTT is connected to a server. + +The [O] symbol shines orange if the +[start rec. when connected]+ checkbox is activated. + +The [O] symbol shines red if BUTT is currently recording. + + +Additionally the play and record buttons change their color to yellow and red when BUTT is connected or recording. + +Gain slider: +The slider is only visible when to log window is visible as well. + +With this slider you can attenuate and amplify the input signal between '-24 dB' and '+24 dB', respectively. + +Double clicking the slider handle resets the gain to '0 dB'. Use this slider only to fine tune your input signal. + +To enter the gain as a number with your keyboard, right click the slider handle. +The slider does not change the operating systems input volume setting. Instead, the input signal is multiplied + +by the given factor. Thus, adding too much gain will also add lots of noise. + + +VU meter: +The vu meter shows the current streaming or recording volume in dBFS. + +Audio Mixer +----------- +Click on +[Mixer]+ to open the Audio Mixer. The mixer allows you to individually adjust the volume of + +your audio devices and have different volumes for streaming and recording. The Master Gain slider is coupled with the + +gain slider on the main window. + +The crossfader allows you to blend volumes between the primary and secondary audio device. Moving it + +from the center to one side lowers the volume of the other side. + + +Audio +----- +The audio settings tab allows you to select your primary and secondary audio interface and the desired sample rate. + +If you have a multi-channel audio device you may also select the desired input channels for the left and + +right audio channel. + +If you want to stream in stereo, make sure that the left and right channels are mapped to different input channels + +like 1 and 2. Otherwise you will only stream a mono signal. + +With the channel mode setting you tell BUTT if the audio stream shall be encoded to stereo or mono. + +This brings us to 4 possible combinations. + +.Channel mode = *Stereo* and *different input channels* are selected for Left and Right: +This is probably the most used combination. + +Left and Right channels are encoded into a stereo stream. + +.Channel mode = *Stereo* and the *same input channel* is selected for Left and Right: +The selected input channel is used for the left and right channel in a stereo stream. + +.Channel mode = *Mono* and *different input channels* are selected for Left and Right: +Left and Right channels are averaged into a mono stream. + +.Channel mode = *Mono* and the *same channel* is selected for Left and Right: +The selected channel is used as mono channel in a mono stream. + +The "Remember Device by" setting lets you choose if BUTT remembers the current device by its ID + +or its name. As the ID may change when changing the number of connected audio devices on your computer + +or when updating your operating system, it is recommended to let BUTT remember the audio device by its name. + +Clicking on +[Update devices]+ will rescan the system for audio devices and update the Primary and Secondary + +audio device list accordingly. + +Within the Streaming and Recording section you can select invididual audio codecs and corresponding bitrate + +for streaming and recording. Advanced users have the ability to change codec settings by clicking the gear symbol. + +The Signal dection levels define at which level BUTT should treat the signal as present or absent. + +These levels are used by the auto connect/disconnect or recording feature described below. + + +Streaming +--------- +Before you can start streaming you need to add a server first. If you have not added a server yet, + +please refere to the quick start section of this manual. + +To start streaming just click the play symbol. + +BUTT will try to connect to the server until you press the stop button. + +If the connection gets lost, BUTT will try to reconnect until the stop button is pressed + + +You can stream in 5 different audio codecs: mp3, aac+, ogg/vorbis, ogg/opus and ogg/FLAC. + +In case opus is selected the sample rate is always resampled to 48 kHz. + +If you want to prevent BUTT from resampling, you should select 48 kHz as the device sample rate. + +.Song name: +If you want to inform the listener about which song is currently playing you + +can do that on the +[Stream]+ tab. + +You only need to type the song into the +Song Name+ input field + +and hit Enter or click +[OK]+. + +BUTT can also update the song automatically from a text file. + +The first or the last line of the file must be the name of the song. + +As soon as BUTT detects that the file has been changed, it updates the + +name of the song on the server. + + +To retrieve the current song name from an URL you can enter the URL into the + +'Update song name from URL' field and enable the 'Activate' checkbox. + +Set the 'Update interval' to the number of seconds you want BUTT to check for a new song name. + +BUTT uses the first line from the server response for the song name update. + +HTML tags are not parsed nor removed, so it is recommended use a URL that returns a + +simple text file instead of a HTML formatted website. + +If you run BUTT on macOS or Linux you can even transfer the current + +song name from an audio player to BUTT. + +Supported audio players: + +Linux: Rhythmbox, Banshee, Clementine, Cantana, Spotify + +MacOS: iTunes/Music, Vox, Spotify +Windows: Not supported + +As broadcasting with Icecast and Shoutcast is not realtime, the + +listener receives the audio content with a few seconds of delay. + +This delay introduces an offset between the current song name and + +the actual song that is playing. To prevent confusion on the listeners side + +you can add a delay to the automatic song update. + +In case you want to add a prefix and/or a suffix to your song name + +you can do that by entering the desired text into the corresponding + +input field. + +.Stream infos: +In the +[Main]+ settings window you can add stream infos. + +This allows you to deliver more details about your stream. + +For example the genre of your music, description of your station, web address etc. + + +Unfortunately, it is not possible to update stream infos during a broadcast. + +You need to reconnect for updating the stream infos. + + +For the name and description fields you may use the same placeholder variables as you can + +in the recording file/path. Activate the 'Expand variables' checkbox to enable it. + +.Automatic streaming: +If you activate the checkbox 'Start streaming after launch' BUTT will + +automatically connect to the server as soon as the application has been started. + +BUTT can also connect and disconnect depending on the audio signal level: + + +To connect automatically if a signal is present for a certain amount of time + +enter an integral number larger than 0 into the 'Start if signal is present for [...] seconds' field + +and activate the checkbox. + +To disconnect automatically if the signal is absent for a certain amount of time + +enter an integral number larger than 0 into the 'Stop if signal is absent for [...] seconds' field + +and activate the checkbox. + +The default signal detection levels are set to -50.0 dB and can be independently changed + +for the present and absent signal cases in the +[Audio]+ tab. + +Shoutcast +--------- +Basically BUTT is a Shoutcast 1 source client and does not support the native Shoutcast 2 protocol. + +However, Shoutcast 2 servers are compatible with Shoutcast 1 client by default. So you can also + +connect to Shoutcast 2 servers with BUTT. + + +To add a Shoutcast server, open the settings and click on [ADD]. Now enter the server address, port and + +password. If you did not setup the Shoutcast server by your own, you will get the required information from + +your streaming hoster. + + +If you need to enter Shoutcast 2 specific login data like a user name or a stream ID you can add this + +to your password as follows: + + +Let's assume your user name is *MyUser*, your password is *MyPassword* and the *stream ID* is *3*. + +To add the user name to the password field enter the following: + + +MyUser:MyPassword + +The stream ID 3 can be appended after the password like this: + + +MyUser:MyPassword:#3 + + +Icecast +------- +To add an Icecast server open the settings and click on [ADD]. Now enter the server address, port and + +credentials like, user, password and mounpoint. If you did not setup the Icecast server by your own, + +you will get the required information from your streaming hoster. + + +Secure Connection over SSL/TLS (Icecast only) +--------------------------------------------- +To enable encryption for an icecast server, you only have to activate the + +'Use SSL/TLS' checkbox in the server settings. Please bear in mind that the + +server must be configured with SSL/TLS support in order to make this working. + +The connection will fail if you activate SSL/TLS for a server which does not + +support encryption. + +If the certficicate validation fails, BUTT will ask you if you want to trust + +that certificate anyway. If you click on +[TRUST]+ BUTT will establish the + +connection and remembers the decision for that certificate and server. + +By pressing the button '[Revoke certificate trust]' you can revoke that + +decision. + +If you want to specify your own file or folder with CA certificates, + +you can enter the path to the file or folder in the +[TLS]+ tab of the + +settings window. Usually you should not need to enter any information there. + + +WebRTC (WHIP) +------------- +Since version 1.42.0 BUTT is able to stream to a WebRTC WHIP server. + +WebRTC is a relatively new technology for realtime peer-to-peer communication for + +video and audio. Although WebRTC is point-to-point by default, with the additional WHIP protocol + +it is also possible to have a client/server connection like it is used by Icecast and Shoutcast. + + +The biggest advantage of using WebRTC is its low latency which can be lower than 200 ms. However, + +to accomblish such a low latency, the WebRTC protocol has to make use of certain techniques that + +require a perfectly stable connection to the server. Otherwise small interruptions of the audio signal + +may occur or the audio signal may sound speed up or slowed down for a short period of time. + +Because of this, it is not recommanded to use WebRTC for streaming music but rather use it + +for situations where you need near real time voice broadcasting like for a live commentary of a sports event. + +To add a WebRTC server open the settings and click on [ADD]. Now select WebRTC and enter your WHIP URL. + +If needed you can also enter a STUN or TURN server address into the ICE server field and a Bearer Authentication Token. + + +WebRTC does only work with opus, so please make sure that you have opus selected als streaming codec. + + +Recording +--------- +BUTT is able to record and stream simultaneously in different bit rates. + +For example you can stream with 96 kbit and record with 192 kbit. + +Recording is possible in mp3, aac+, ogg/vorbis, ogg/opus, FLAC or wav. + +To record your session you first need to select the destination folder and specify a file name + +in the +[Record]+ tab. + +BUTT will replace specific date variables with the current time and date. +For example +rec_(%m_%d_%y).mp3+ expands to +rec_(03_28_2008).mp3+. + +Other possible time variables are +%H+ (hours) +%M+ (minutes) +%S+ (seconds). +Refer to the table below for more supported date variables. + +With the +%i+ variable you can add an index number to your file name. + +This means with +rec_%i.mp3+ BUTT first tries to record to +rec_0.mp3+. In case that + +file already exists, BUTT tries +rec_1.mp3+ ... + + +To manually start the recording simply press the record symbol. + +To stop recording just click on the record symbol again. + + +.Automatic recording: +If the 'start recording when connected' checkbox is activated BUTT starts the + +recording immediately after a connection with the server has been established. + +Vice versa BUTT will stop the recording if the 'Stop recording when disconnected' checkbox + +is active. + +Additionally you can tell BUTT to immediately start recording after the application has been + +launched by checking the 'Start recording after launch' box. + + +To start recording automatically if a signal is present for a certain amount of time + +enter an integral number larger than 0 into the 'Start if signal is present for [...] seconds' field. + +To stop recording automatically if the signal is absent for a certain amount of time + +enter an integral number larger than 0 into the 'Stop if signal is absent for [...] seconds' field. + +The default signal detection levels are set to -50.0 dB and can be independently changed + +for the present and absent signal cases in the +[Audio]+ tab. + +You can also tell BUTT to split your recording into + +separate files every *n* minutes. Just enter a number higher than 0 + +into the 'Split file every [..] minutes' field. + + +Let's assume your file name is +rec_(%m_%d_%y)\_%i.mp3+ Then the first file is + +expanded to +rec\_(03_28_2008)\_0-1.mp3+, the second after *n* minutes to + ++rec_(03_28_2008)\_0-2.mp3+, the third to +rec_(03_28_2008)_0-3.mp3+, you got it. + + +If the 'sync to full hour' checkbox is activated the automatic file splitting + +is synchronized to the full hour. This means if the current time is '8:55' and file + +splitting is set to '15 minutes', the second file starts at '9:00' and the third + +at '9:15'. + +If you want to split the recording now, just click the '[Split now]' button. + +*Supported variables:* +[cols="1,8"] +|=== +|Variable|Meaning + +|%N +|Server name + +|%a +|abbreviated weekday name (e.g. Fri) + +|%A +|full weekday name (e.g. Friday) + +|%b +|abbreviated month name (e.g. Oct) + +|%B +|full month name (e.g. October) + +|%d +|day of the month, as a number (1-31) + +|%H +|hour, 24 hour format (0-23) + +|%I +|hour, 12 hour format (1-12) + +|%j +|day of the year, as a number (1-366) + +|%m +|month as a number (1-12). + +|%M +|minute as a number (0-59) + +|%p +|AM or PM + +|%S +|second as a number (0-59) + +|%U +|week of the year, (0-53), where week 1 has the first Sunday + +|%w +|weekday as a decimal (0-6), where Sunday is 0 + +|%W +|week of the year, (0-53), where week 1 has the first Monday + +|%y +|year in decimal, without the century (0-99) + +|%Y +|year in decimal, with the century + +|%Z +|time zone name +|=== + +DSP +--- +The DSP section contains two sound processors. A 10-band EQ and a Dynamic Range Compressor. + +With the 'Stream' and the 'Rec' checkboxes you can decide if a sound processor should be activated + +for the streaming and/or recording signal chain. + +.10-Band Equalizer: +The equalizer allows you to change the gain of certain frequency bands from -15 dB to 15 dB. + +Note for professionals: The equalizer uses a Q of 2 on each frequency band. + +.Dynamic Range Compressor: +Dynamic range compression is used to reduce the difference between + +loud and quiet parts of the signal, and thus provide a more consistent + +experience for listeners. It is used by virtually all professional + +radio stations. + + +The recommended procedure for configuring the compressor is as follows: + + +1. Start playing the loudest audio source you intend to broadcast + +(typically music), and line it up with the master gain slider. + + +2. Enable the compressor, and adjust the threshold and gain to suit. + +The attack and release times can generally be kept as they are, unless + +you have a particular reason to change them. You will notice that the + +overall signal level goes down, as it is being compressed. + + +3. Adjust the makeup gain to bring the signal back to its original level. + + +4. Now test with a quieter audio source (such as your voice), and see + +that the level of that is boosted in comparison. If the quieter source + +is still too quiet, reset the makeup gain to 0 and repeat from step 2 + +onwards, until you have a satisfactory result. + + +This procedure can take some time to find the optimum settings, which + +are determined by listening as much as by metering, but it generally + +only needs to be done once - BUTT will save your settings, so once you + +have values that work well for your content, you probably don't need + +to adjust them again. + + +As a rough guide, music should be compressed relatively subtly, with a + +fairly high threshold and a ratio typically between 2 and 3. Pure + +speech content can be compressed much more dramatically, with a low + +threshold and a ratio of 5 or more; this will make the speech easier + +for the listener to understand, and will also reduce the differences + +between different speakers or by not keeping a very consistent + +distance from the microphone. + + +For mixed speech and music broadcasting, it is recommended to set + +BUTT's compression as for music, and then have an additional + +compressor (typically a hardware module) between the microphones and + +the final mix. + + +To check if the signal power exceeds the threshold, the compressor usually + +averages the signal power over time and compares it with the threshold. + +This averaging process reduces the speed of the compressor. In case you need + +a very fast responding compressor you can activate the 'Aggressive Mode' option. + +With this option enabled the compressor does not average the signal power + +over time anymore. + +MIDI +---- +In the +[MIDI]+ tab you can set up a MIDI device to control BUTT via MIDI CC and + +NOTE ON messages. + + +To activate the MIDI interface simply select your MIDI device from the 'MIDI Device' + +drop down menu. + + +The 'MIDI indicator light' will blink if BUTT receives a MIDI message. This allows +you to verify the connection between BUTT and your MIDI device. + + +The 'MIDI Command' list shows you which parts of BUTT can be controlled via CC and NOTE ON + +messages. By default all commands are disabled. To enable a command select the command from + +the list and click on *Enable*. + + +*MIDI implementation table for CC messages* +[cols="3,2,3"] +|=== +|Command|CC value|Action + +|Start/Stop broadcasting +|> 63 + +< 64 +|Starts broadcasting + +Stops broadcasting + +|Start broadcasting +|Any +|Starts broadcasting + +|Stop broadcasting +|Any +|Stops broadcasting + +|Start/Stop recording +|> 63 + +< 64 +| Starts recording + +Stops recording + +|Start recording +|Any +|Starts recording + +|Stop recording +|Any +|Stops recording + +|Master Gain +|0-127 (absolute mode) +|Scales linearly between -24 dB and +24 dB + +|Streaming Gain +|0-127 (absolute mode) +|Scales linearly between -18 dB and +18 dB + +|Recording Gain +|0-127 (absolute mode) +|Scales linearly between -18 dB and +18 dB + +|Primary Device Gain +|0-127 (absolute mode) +|Scales linearly between -18 dB and +18 dB + +|Secondary Device Gain +|0-127 (absolute mode) +|Scales linearly between -18 dB and +18 dB + +|Cross fader +|0-127 (absolute mode) +|Blends between Primary (0) and Secondary (127) Device + +|Mute/Unmute Primary Device +| Any +| Toggles mute state + +|Mute/Unmute Secondary Device +| Any +| Toggles mute state + +|=== + + +*MIDI implementation table for NOTE ON messages* + + +Instead of a NOTE OFF message, some MIDI devices send a NOTE ON message with a value + +lower than 64 when a key is released. Therefore, BUTT does only accept MIDI ON + +messages with a value higher than 63 to prevent reacting falsely on key releases. + + +[cols="3,2,3"] +|=== +|Command|NOTE ON value|Action + +|Start/Stop broadcasting +|> 63 +|Toggles broadcasting state + +|Start broadcasting +|> 63 +|Starts broadcasting + +|Stop broadcasting +|> 63 +|Stops broadcasting + +|Start/Stop recording +|> 63 +|Toggles recording state + +|Start recording +|> 63 +|Starts recording + +|Stop recording +|> 63 +|Stops recording + +|Master Gain (not supported) +|Any +|Not supported + +|Streaming Gain (not supported) +|Any +|Not supported + +|Recording Gain (not supported) +|Any +|Not supported + +|Primary Device Gain (not supported) +|Any +|Not supported + +|Secondary Device Gain (not supported) +|Any +|Not supported + +|Cross fader (not supported) +|Any +|Not supported + +|Mute/Unmute Primary Device +| Any +| Toggles mute state + +|Mute/Unmute Secondary Device +| Any +| Toggles mute state + +|=== + +There are several options available to adapt BUTT to your MIDI controller: + +.Channel: +Select the channel where your MIDI controller sends MIDI messages to. + +.CC: +Type in a number from 0 to 127 which corresponds to the control element (button, knob, slider) + +of your MIDI controller. + +.Learn: +If you don't know the channel of your MIDI device or the CC number of your control element + +you can activate the *learning mode*. After pressing the '[Learn]' button, BUTT will + +wait for an incoming CC message and set the channel and CC number for you automatically. + + +.CC Mode: +Volume controls can be controlled in two different ways: + +1. In *absolute mode* BUTT maps the incoming CC values 0-127 linearly to its internal range. +In case of a volume slider this means 0 maps to min and 127 to max volume. + ++ +If you switch back and forth between controlling a slider via the mouse and via your MIDI controller + +the UI and your MIDI controller will get out of sync which will cause value jumps when + +controlling a slider via MIDI after you changed the slider position via mouse before. + +To prevent those jumps activate the *Soft takeover* option. + + +2. The *relative modes* interpret the incoming CC values as increments or decrements. + +Select the relative mode that fits to your MIDI controller. + + +GUI settings +------------ +Within the +[GUI]+ settings you can change certain settings to your personal + +preferences. + +.Language: +In case BUTT does not correctly detect your system language or you prefere a + +different one you can select your preferred language here. + +After changing the language a restart of BUTT is required. + +.Display Color: +Change the text and background color of the main display to your favorite color. + +.VU meter: +Select between gradient or solid colors for VU meter. For better visibility + +the solid colors mode is recommended. + +If the 'Always show tabs' checkbox is unchecked the Streaming and Recording tabs + +on the VU meter are only visible if you hover your mouse over the meter. + + +.Attach settings window to main window: +If checked, the settings window will stick to the right side of the BUTT window. + +.Stay always on top: +If checked, BUTT will always be on top of other application windows. + +.Remember main window position: +If checked, BUTT will open on the previous position and screen. + +In case the previous screen is not available BUTT will open on the default screen. + +Additionally, this function also remembers the size of the log window. + +.Hide log window after start up: +If checked, BUTT will open with the log window hidden. + +.Change display mode every 5 seconds: +If checked, the display rotates automatically through the states + +online duration, data sent, recording duration and data recorded. + +.Start minimized: +If checked, BUTT will start minimized to your Taskbar or Dock (macOS). + +.Disable gain control: +If checked, the gain control slider on the main window will be disabled. + +This prevents users from accidentally changing the volume. + +.Show listeners: +If checked, BUTT retrieves the number of current listeners from + +your server every 3 seconds. + +If available the number of listeners are shown on the lower right corner at the display. + + +NOTE: BUTT derives the URL for listener statistics from the server settings. + +Usually this works only if you have a plain Icecast or Shoutcast server. + +In case you are using a stream hoster they usually have a more complex setup + +which provides the listener stats on a different mountpoint or URL. + +For these situation you can enter a specific mountpoint or URL which BUTT will use + +instead. + +For example if you connect to the mountpoint */stream* but you want the listeners + +from mountpoint */live*, simply enter */live* into the *Custom listener mountpoint* + +field in the server settings. + + + +If you are unsure which URL or mountpoint to use, please contact your stream hoster. + + +The BUTT agent (Windows only) +----------------------------- +With version 0.1.29 a little helper tool called BUTT agent was introduced. + +The main purpose of the BUTT agent is to make it possible to minimize BUTT + +into the windows system tray. + +Minimizing to tray is not the only feature, though. You also have the + +ability to let it display balloon notifications for connects/disconnects + +and for song updates. If you want to start BUTT at windows start you can + +also enable/disable this with the agent. + +BUTT starts the agent automatically if the checkbox 'Minimize to tray' + +is enabled. If you want to use the balloon notifications you should activate + +the 'Start agent at startup' checkbox in the +[Main]+ settings tab. + +Once the agent has been started you will find it in the system tray. + +From here you can manage the minimized BUTT instances and activate the + +features mentioned above. A left click on the tray icon minimizes or raises + +the last BUTT instance. A right click opens up a context menu with more + +options. + +The BUTT agent closes itself if no more BUTT instance is running. + + + +Command line control +-------------------- +BUTT can be controlled from command line. + +If you want you can even control BUTT from a remote computer. + +Please refer to the section below for more information on that. + + +Command line options +-------------------- +BUTT has several command line options which can be seperated into two modes + +which are the operating mode and control mode. + +.Operating Mode: +These options change the behaviour of the instance you are about to start. + + +'-c :' + +This option allows you to select a different configuration path. It is useful if you + +want to run several BUTT instances with different configurations. Just pass a different + +configuration file with the -c option for every instance. + + +'-L:' + +Prints available audio devices. + +'-A:' + +This option tells BUTT to accept control commands from your network or even the internet. + + +CAUTION: When using this option everyone in your network or even internet may + +control your BUTT instance. Please use this option only if you have secured your network appropriately. + +'-U:' + +(uppercase U) + +The command server will use UDP instead of TCP. If you pass the -U flag here +you also need to pass it when sending control commands. + +'-x:' + +Use this option if you do not want to run a command server at all. This will also disable +receiving commands from your local machine. + +'-p :' + +With this option you can define the port of the command server. The default port is 1256. +Use this option for example if you have several BUTT instances that you want to control from +command line. + +.Control Mode: +With these options you can send control commands to a running BUTT instance. + +Note that you can send these commands from either BUTT or butt-client binaries. + + +'-s [name]:' + +(lowercase s) + +This command tells BUTT to connect to the server 'name'. If the 'name' parameter is omitted, +BUTT will connect to the currently selected server. + +'-d:' + +When receiving this command, BUTT will disconnect from the current server. + +'-r:' + +This command starts the recording engine. + +'-t:' + +Use this option to stop the recording. + +'-n:' + +In case a recording session is active this option splits the current file + +like it would if you press the +[Split now]+ button in the user interface. + +'-q:' + +Closes BUTT gracefully. + +'-u :' + +(lowercase u) + +Sends a new song name to the server. + +'-M :' + +Sends a new streaming signal threshold time to the server. + +Minimum value is 0.1. Send 0 to disable automatic stream start. + +'-m :' + +Sends a new streaming silence threshold time to the server. + +Minimum value is 0.1. Send 0 to disable automatic stream stop. + +'-O :' + +Sends a new recording signal threshold time to the server. + +Minimum value is 0.1. Send 0 to disable automatic recording start. + +'-o :' + +Sends a new recording silence threshold time to the server. + +Minimum value is 0.1. Send 0 to disable automatic recording stop. + +'-S:' + +(uppercase S) + +Requests a status information packet. The answer will be of the form: + +`connected: 1` + +`connecting: 0` + +`recording: 1` + +`signal present: 1` + +`signal absent: 0` + +`stream seconds: 10` + +`stream kBytes: 164` + +`record seconds: 38` + +`record kBytes: 3581` + +`volume left: -6.2` + +`volume right: -6.2` + +`song: Stanley Clarke Trio - Under the Bridge` + +`record path: /home/butt/recordings/recording_20220312.flac` + +`listeners: 256` + + + +'-a
:' + +Use this option to control a BUTT instance that is running on a remote computer. + +In order to control a remote BUTT instance the BUTT instance must have been + +started with the -A option. The parameter 'address' can be either a IP address or a hostname. + +'-p :' + +This should be set to the same port that has been given to the BUTT instance you want to control. + +By default the command will be sent to port 1256. + + +'-U:' + +(uppercase U) + +Use this option to send commands via UDP instead of TCP. + + +Uninstall +--------- +.MacOS: +Delete the *butt.app* from your 'Application' folder and + +remove the configuration file from '/Users//.buttrc' + + +.Windows: +Run the Uninstaller from the BUTT folder in your windows start menu. + + +.Linux/MinGW: +Run +sudo make uninstall+ from the source tree and + +remove the configuration file from '/home//.buttrc' + + + +Contact +------- +butt at danielnoethen dot de + + +Donate +------ +Paypal: +https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LTRSQNTWN4L6L&source=url[paypal@danielnoethen.de] + +Patreon: https://www.patreon.com/bePatron?u=31552247[Become a Patron] + +Apple Pay, Google Pay and more: https://donorbox.org/butt[Donorbox] + + +.Cryptocurrencies: + +Bitcoin: bc1q4uq7h464rsu2cudrmuuqmc4tcr98d0edrhe5au + +Litecoin: Ld9gntf8fsYpmVcbstFkzz5R3sNPC3AhTx + +Monero: 85u8DacasxPNvKzY5kEiprBnbydDqg26yGAVEw7mdwccNFsrXMWCE4VQnV2JVfh5BTRheNnpDJqYjbqPrVRLEPAKP3dsYgc + + +If you want to use a different cryptocurrency please contact me. diff --git a/THANKS b/THANKS new file mode 100644 index 0000000..b21988a --- /dev/null +++ b/THANKS @@ -0,0 +1,22 @@ +butt THANKS file + +butt has originally been written by Daniel Nöthen. Many people have further +contributed to butt by reporting problems, suggesting various improvements, +writing tutorials or even submitting code. Thanks to all of you! + +Special thanks go to: +Heinrich Unrau, for suggestion me the name "butt" +Thomas Ziebura, for teaching me C +Jorge Suárez de Lis, for creating ubuntu packages +Dominik Durner, for creating a patch for icecast stream infos +Subrat (ipapuna) Nayak, for creating the icon and releasing it under cc +Mikko Pikarinen, for writing a huge patch with some nice features +Melchor Garau Madrigal, for forking butt and releasing it on github with new features +Thomas Preece, for adding the dynamic range compressor +Ivan Radolovic, for developing the butt agent +Hossam Hammady, for adding threshold limit control commands and butt-client + +Not to forget the developers of all the libraries butt depends on! + +Drop me a mail in case I forgot to mention you ;-) + diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..10b44ce --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,1435 @@ +# generated automatically by aclocal 1.16.5 -*- Autoconf -*- + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. + +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],, +[m4_warning([this file was generated for autoconf 2.71. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 12 (pkg-config-0.29.2) + +dnl Copyright © 2004 Scott James Remnant . +dnl Copyright © 2012-2015 Dan Nicholson +dnl +dnl This program is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program; if not, write to the Free Software +dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +dnl 02111-1307, USA. +dnl +dnl As a special exception to the GNU General Public License, if you +dnl distribute this file as part of a program that contains a +dnl configuration script generated by Autoconf, you may include it under +dnl the same distribution terms that you use for the rest of that +dnl program. + +dnl PKG_PREREQ(MIN-VERSION) +dnl ----------------------- +dnl Since: 0.29 +dnl +dnl Verify that the version of the pkg-config macros are at least +dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's +dnl installed version of pkg-config, this checks the developer's version +dnl of pkg.m4 when generating configure. +dnl +dnl To ensure that this macro is defined, also add: +dnl m4_ifndef([PKG_PREREQ], +dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) +dnl +dnl See the "Since" comment for each macro you use to see what version +dnl of the macros you require. +m4_defun([PKG_PREREQ], +[m4_define([PKG_MACROS_VERSION], [0.29.2]) +m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, + [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) +])dnl PKG_PREREQ + +dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) +dnl ---------------------------------- +dnl Since: 0.16 +dnl +dnl Search for the pkg-config tool and set the PKG_CONFIG variable to +dnl first found in the path. Checks that the version of pkg-config found +dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is +dnl used since that's the first version where most current features of +dnl pkg-config existed. +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])dnl PKG_PROG_PKG_CONFIG + +dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------------------------------- +dnl Since: 0.18 +dnl +dnl Check to see whether a particular set of modules exists. Similar to +dnl PKG_CHECK_MODULES(), but does not set variables or print errors. +dnl +dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +dnl only at the first occurence in configure.ac, so if the first place +dnl it's called might be skipped (such as if it is within an "if", you +dnl have to call PKG_CHECK_EXISTS manually +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +dnl --------------------------------------------- +dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting +dnl pkg_failed based on the result. +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])dnl _PKG_CONFIG + +dnl _PKG_SHORT_ERRORS_SUPPORTED +dnl --------------------------- +dnl Internal check to see if pkg-config supports short errors. +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])dnl _PKG_SHORT_ERRORS_SUPPORTED + + +dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl -------------------------------------------------------------- +dnl Since: 0.4.0 +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES might not happen, you should be sure to include an +dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $2]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])dnl PKG_CHECK_MODULES + + +dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl --------------------------------------------------------------------- +dnl Since: 0.29 +dnl +dnl Checks for existence of MODULES and gathers its build flags with +dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags +dnl and VARIABLE-PREFIX_LIBS from --libs. +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to +dnl include an explicit call to PKG_PROG_PKG_CONFIG in your +dnl configure.ac. +AC_DEFUN([PKG_CHECK_MODULES_STATIC], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +_save_PKG_CONFIG=$PKG_CONFIG +PKG_CONFIG="$PKG_CONFIG --static" +PKG_CHECK_MODULES($@) +PKG_CONFIG=$_save_PKG_CONFIG[]dnl +])dnl PKG_CHECK_MODULES_STATIC + + +dnl PKG_INSTALLDIR([DIRECTORY]) +dnl ------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable pkgconfigdir as the location where a module +dnl should install pkg-config .pc files. By default the directory is +dnl $libdir/pkgconfig, but the default can be changed by passing +dnl DIRECTORY. The user can override through the --with-pkgconfigdir +dnl parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_INSTALLDIR + + +dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) +dnl -------------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable noarch_pkgconfigdir as the location where a +dnl module should install arch-independent pkg-config .pc files. By +dnl default the directory is $datadir/pkgconfig, but the default can be +dnl changed by passing DIRECTORY. The user can override through the +dnl --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_NOARCH_INSTALLDIR + + +dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------- +dnl Since: 0.28 +dnl +dnl Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])dnl PKG_CHECK_VAR + +# Copyright (C) 2002-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.16' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.16.5], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.16.5])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is '.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + + +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? + done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.65])dnl +m4_ifdef([_$0_ALREADY_INIT], + [m4_fatal([$0 expanded multiple times +]m4_defn([_$0_ALREADY_INIT]))], + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi +AC_SUBST([CTAGS]) +if test -z "$ETAGS"; then + ETAGS=etags +fi +AC_SUBST([ETAGS]) +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi +AC_SUBST([CSCOPE]) + +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) + +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) + +# Copyright (C) 2003-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MAKE_INCLUDE() +# ----------------- +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. +AC_DEFUN([AM_MAKE_INCLUDE], +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# -------------------- +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) + +# _AM_SET_OPTIONS(OPTIONS) +# ------------------------ +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor 'install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in "make install-strip", and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +# +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +m4_include([m4/gettext.m4]) +m4_include([m4/iconv.m4]) +m4_include([m4/intlmacosx.m4]) +m4_include([m4/lib-ld.m4]) +m4_include([m4/lib-link.m4]) +m4_include([m4/lib-prefix.m4]) +m4_include([m4/nls.m4]) +m4_include([m4/po.m4]) +m4_include([m4/progtest.m4]) diff --git a/butt.1 b/butt.1 new file mode 100644 index 0000000..ce4222a --- /dev/null +++ b/butt.1 @@ -0,0 +1,180 @@ +'\" t +.\" Title: butt +.\" Author: [see the "AUTHOR(S)" section] +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2022-04-20 +.\" Manual: BUTT +.\" Source: BUTT +.\" Language: English +.\" +.TH "BUTT" "1" "2022-04-20" "BUTT" "BUTT" +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.ss \n[.ss] 0 +.nh +.ad l +.de URL +\fI\\$2\fP <\\$1>\\$3 +.. +.als MTO URL +.if \n[.g] \{\ +. mso www.tmac +. am URL +. ad l +. . +. am MTO +. ad l +. . +. LINKSTYLE blue R < > +.\} +.SH "NAME" +butt \- Easy to use, multi OS streaming tool +.SH "SYNOPSIS" +.sp +\fBbutt\fP [\-h | \-v | \-s [name] | \-u | \-M | \-m | \-O | \-o | \-Sdrtqn | \-c ] [\-A | \-U | \-x] [\-a ] [\-p ] +.SH "DESCRIPTION" +.sp +\fBbutt\fP (broadcast using this tool) is an easy to use, multi OS streaming tool. +It supports ShoutCast and IceCast and runs on Linux, MacOS and Windows. +The main purpose of \fBbutt\fP is to stream live audio data from your computers Mic or Line input +to an Shoutcast or Icecast server. Recording is also possible. +It is NOT intended to be a server by itself or automatically stream a set of audio files. +.SH "OPTIONS" +.sp +Options: +.sp +\fB\-h\fP +.RS 4 +Print help +.RE +.sp +\fB\-v\fP +.RS 4 +Print version information +.RE +.sp +Options for operating mode: +.sp +\fB\-c \fP +.RS 4 +Path to configuration file +.RE +.sp +\fB\-A\fP +.RS 4 +Command server will be accessible from your network/internet (default: localhost only) +.RE +.sp +\fB\-U\fP +.RS 4 +Command server will use UDP instead of TCP +.RE +.sp +\fB\-x\fP +.RS 4 +Do not start a command server for receiving commands +.RE +.sp +\fB\-p \fP +.RS 4 +Port where the command server shall listen to (default: 1256) +.RE +.sp +Options for control mode: +.sp +\fB\-s [name]\fP +.RS 4 +Connect to streaming server +.RE +.sp +\fB\-d\fP +.RS 4 +Disconnect from streaming server +.RE +.sp +\fB\-r\fP +.RS 4 +Start recording +.RE +.sp +\fB\-t\fP +.RS 4 +Stop recording +.RE +.sp +\fB\-n\fP +.RS 4 +Split recording +.RE +.sp +\fB\-q\fP +.RS 4 +Quit butt +.RE +.sp +\fB\-u \fP +.RS 4 +update song name +.RE +.sp +\fB\-S\fP +.RS 4 +Request status +.RE +.sp +\fB\-M \fP +.RS 4 +Set streaming signal threshold +.RE +.sp +\fB\-m \fP +.RS 4 +Set streaming silence threshold +.RE +.sp +\fB\-O \fP +.RS 4 +Set recording signal threshold +.RE +.sp +\fB\-o \fP +.RS 4 +Set recording silence threshold +.RE +.sp +\fB\-U\fP +.RS 4 +Connect via UDP instead of TCP +.RE +.sp +\fB\-a
\fP +.RS 4 +Address of the \fBbutt\fP instance to be controlled (default: 127.0.0.1) +.RE +.sp +\fB\-p \fP +.RS 4 +Port of the \fBbutt\fP instance to be controlled (default: 1256) +.RE +.SH "RESSOURCES" +.sp +Project web site: \c +.URL "https://danielnoethen.de/butt" "" "" +.SH "SEE ALSO" +.sp +A more detailed description can be found in the manual at +.URL "http://danielnoethen.de/butt/manual.html" "" "" +.SH "FILES" +.sp +~/.buttrc +.RS 4 +\fBbutt\fP configuration file. +.RE +.SH "BUGS" +.sp +Please contact me at \c +.MTO "butt\(atdanielnoethen.de" "" " " +if you find any bugs. +.SH "AUTHORS" +.sp +\fBbutt\fP was written by Daniel Nöthen and other contributors. \ No newline at end of file diff --git a/compile b/compile new file mode 100755 index 0000000..df363c8 --- /dev/null +++ b/compile @@ -0,0 +1,348 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN* | MSYS*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/* | msys/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/config.guess b/config.guess new file mode 100755 index 0000000..f50dcdb --- /dev/null +++ b/config.guess @@ -0,0 +1,1480 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright 1992-2018 Free Software Foundation, Inc. + +timestamp='2018-02-24' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). +# +# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. +# +# You can get the latest version of this script from: +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# +# Please send patches to . + + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Options: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright 1992-2018 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > "$dummy.c" ; + for c in cc gcc c89 c99 ; do + if ($c -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +case "$UNAME_SYSTEM" in +Linux|GNU|GNU/*) + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu + + eval "$set_cc_for_build" + cat <<-EOF > "$dummy.c" + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #else + LIBC=gnu + #endif + EOF + eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" + + # If ldd exists, use it to detect musl libc. + if command -v ldd >/dev/null && \ + ldd --version 2>&1 | grep -q ^musl + then + LIBC=musl + fi + ;; +esac + +# Note: order is significant - the case branches are not exclusive. + +case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ + "/sbin/$sysctl" 2>/dev/null || \ + "/usr/sbin/$sysctl" 2>/dev/null || \ + echo unknown)` + case "$UNAME_MACHINE_ARCH" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + earmv*) + arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` + endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` + machine="${arch}${endian}"-unknown + ;; + *) machine="$UNAME_MACHINE_ARCH"-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently (or will in the future) and ABI. + case "$UNAME_MACHINE_ARCH" in + earm*) + os=netbsdelf + ;; + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval "$set_cc_for_build" + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # Determine ABI tags. + case "$UNAME_MACHINE_ARCH" in + earm*) + expr='s/^earmv[0-9]/-eabi/;s/eb$//' + abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "$UNAME_VERSION" in + Debian*) + release='-gnu' + ;; + *) + release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "$machine-${os}${release}${abi}" + exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE" + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE" + exit ;; + *:LibertyBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` + echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE" + exit ;; + *:MidnightBSD:*:*) + echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE" + exit ;; + *:ekkoBSD:*:*) + echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE" + exit ;; + *:SolidBSD:*:*) + echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE" + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd"$UNAME_RELEASE" + exit ;; + *:MirBSD:*:*) + echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE" + exit ;; + *:Sortix:*:*) + echo "$UNAME_MACHINE"-unknown-sortix + exit ;; + *:Redox:*:*) + echo "$UNAME_MACHINE"-unknown-redox + exit ;; + mips:OSF1:*.*) + echo mips-dec-osf1 + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE=alpha ;; + "EV4.5 (21064)") + UNAME_MACHINE=alpha ;; + "LCA4 (21066/21068)") + UNAME_MACHINE=alpha ;; + "EV5 (21164)") + UNAME_MACHINE=alphaev5 ;; + "EV5.6 (21164A)") + UNAME_MACHINE=alphaev56 ;; + "EV5.6 (21164PC)") + UNAME_MACHINE=alphapca56 ;; + "EV5.7 (21164PC)") + UNAME_MACHINE=alphapca57 ;; + "EV6 (21264)") + UNAME_MACHINE=alphaev6 ;; + "EV6.7 (21264A)") + UNAME_MACHINE=alphaev67 ;; + "EV6.8CB (21264C)") + UNAME_MACHINE=alphaev68 ;; + "EV6.8AL (21264B)") + UNAME_MACHINE=alphaev68 ;; + "EV6.8CX (21264D)") + UNAME_MACHINE=alphaev68 ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE=alphaev69 ;; + "EV7 (21364)") + UNAME_MACHINE=alphaev7 ;; + "EV7.9 (21364A)") + UNAME_MACHINE=alphaev79 ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo "$UNAME_MACHINE"-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo "$UNAME_MACHINE"-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix"$UNAME_RELEASE" + exit ;; + arm*:riscos:*:*|arm*:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + s390x:SunOS:*:*) + echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" + exit ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" + exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux"$UNAME_RELEASE" + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval "$set_cc_for_build" + SUN_ARCH=i386 + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH=x86_64 + fi + fi + echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos"$UNAME_RELEASE" + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos"$UNAME_RELEASE" + ;; + sun4) + echo sparc-sun-sunos"$UNAME_RELEASE" + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos"$UNAME_RELEASE" + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint"$UNAME_RELEASE" + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint"$UNAME_RELEASE" + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint"$UNAME_RELEASE" + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint"$UNAME_RELEASE" + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint"$UNAME_RELEASE" + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint"$UNAME_RELEASE" + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten"$UNAME_RELEASE" + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten"$UNAME_RELEASE" + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix"$UNAME_RELEASE" + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix"$UNAME_RELEASE" + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix"$UNAME_RELEASE" + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && + dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`"$dummy" "$dummyarg"` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos"$UNAME_RELEASE" + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ] + then + if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \ + [ "$TARGET_BINARY_INTERFACE"x = x ] + then + echo m88k-dg-dgux"$UNAME_RELEASE" + else + echo m88k-dg-dguxbcs"$UNAME_RELEASE" + fi + else + echo i586-dg-dgux"$UNAME_RELEASE" + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" + fi + echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV" + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[4567]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/lslpp ] ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | + awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` + else + IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" + fi + echo "$IBM_ARCH"-ibm-aix"$IBM_REV" + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` + case "$UNAME_MACHINE" in + 9000/31?) HP_ARCH=m68000 ;; + 9000/[34]??) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "$sc_cpu_version" in + 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 + 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "$sc_kernel_bits" in + 32) HP_ARCH=hppa2.0n ;; + 64) HP_ARCH=hppa2.0w ;; + '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "$HP_ARCH" = "" ]; then + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ "$HP_ARCH" = hppa2.0w ] + then + eval "$set_cc_for_build" + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH=hppa2.0w + else + HP_ARCH=hppa64 + fi + fi + echo "$HP_ARCH"-hp-hpux"$HPUX_REV" + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux"$HPUX_REV" + exit ;; + 3050*:HI-UX:*:*) + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo "$UNAME_MACHINE"-unknown-osf1mk + else + echo "$UNAME_MACHINE"-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE" + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi"$UNAME_RELEASE" + exit ;; + *:BSD/OS:*:*) + echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE" + exit ;; + *:FreeBSD:*:*) + UNAME_PROCESSOR=`/usr/bin/uname -p` + case "$UNAME_PROCESSOR" in + amd64) + UNAME_PROCESSOR=x86_64 ;; + i386) + UNAME_PROCESSOR=i586 ;; + esac + echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" + exit ;; + i*:CYGWIN*:*) + echo "$UNAME_MACHINE"-pc-cygwin + exit ;; + *:MINGW64*:*) + echo "$UNAME_MACHINE"-pc-mingw64 + exit ;; + *:MINGW*:*) + echo "$UNAME_MACHINE"-pc-mingw32 + exit ;; + *:MSYS*:*) + echo "$UNAME_MACHINE"-pc-msys + exit ;; + i*:PW*:*) + echo "$UNAME_MACHINE"-pc-pw32 + exit ;; + *:Interix*:*) + case "$UNAME_MACHINE" in + x86) + echo i586-pc-interix"$UNAME_RELEASE" + exit ;; + authenticamd | genuineintel | EM64T) + echo x86_64-unknown-interix"$UNAME_RELEASE" + exit ;; + IA64) + echo ia64-unknown-interix"$UNAME_RELEASE" + exit ;; + esac ;; + i*:UWIN*:*) + echo "$UNAME_MACHINE"-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" + exit ;; + *:GNU:*:*) + # the GNU system + echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" + exit ;; + i*86:Minix:*:*) + echo "$UNAME_MACHINE"-pc-minix + exit ;; + aarch64:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + arc:Linux:*:* | arceb:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + arm*:Linux:*:*) + eval "$set_cc_for_build" + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + else + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi + else + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf + fi + fi + exit ;; + avr32*:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + cris:Linux:*:*) + echo "$UNAME_MACHINE"-axis-linux-"$LIBC" + exit ;; + crisv32:Linux:*:*) + echo "$UNAME_MACHINE"-axis-linux-"$LIBC" + exit ;; + e2k:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + frv:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + hexagon:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + i*86:Linux:*:*) + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" + exit ;; + ia64:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + k1om:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + m32r*:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + m68*:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" + #undef CPU + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=${UNAME_MACHINE}el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=${UNAME_MACHINE} + #else + CPU= + #endif + #endif +EOF + eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" + test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } + ;; + mips64el:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + openrisc*:Linux:*:*) + echo or1k-unknown-linux-"$LIBC" + exit ;; + or32:Linux:*:* | or1k*:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-"$LIBC" + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-"$LIBC" + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;; + PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;; + *) echo hppa-unknown-linux-"$LIBC" ;; + esac + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-"$LIBC" + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-"$LIBC" + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-"$LIBC" + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-"$LIBC" + exit ;; + riscv32:Linux:*:* | riscv64:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo "$UNAME_MACHINE"-ibm-linux-"$LIBC" + exit ;; + sh64*:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + sh*:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + tile*:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + vax:Linux:*:*) + echo "$UNAME_MACHINE"-dec-linux-"$LIBC" + exit ;; + x86_64:Linux:*:*) + if objdump -f /bin/sh | grep -q elf32-x86-64; then + echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32 + else + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" + fi + exit ;; + xtensa*:Linux:*:*) + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" + exit ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION" + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo "$UNAME_MACHINE"-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo "$UNAME_MACHINE"-unknown-stop + exit ;; + i*86:atheos:*:*) + echo "$UNAME_MACHINE"-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo "$UNAME_MACHINE"-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + echo i386-unknown-lynxos"$UNAME_RELEASE" + exit ;; + i*86:*DOS:*:*) + echo "$UNAME_MACHINE"-pc-msdosdjgpp + exit ;; + i*86:*:4.*:*) + UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL" + else + echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL" + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}" + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL" + else + echo "$UNAME_MACHINE"-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configure will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos"$UNAME_RELEASE" + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos"$UNAME_RELEASE" + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos"$UNAME_RELEASE" + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + echo powerpc-unknown-lynxos"$UNAME_RELEASE" + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv"$UNAME_RELEASE" + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo "$UNAME_MACHINE"-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo "$UNAME_MACHINE"-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux"$UNAME_RELEASE" + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv"$UNAME_RELEASE" + else + echo mips-unknown-sysv"$UNAME_RELEASE" + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux"$UNAME_RELEASE" + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux"$UNAME_RELEASE" + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux"$UNAME_RELEASE" + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux"$UNAME_RELEASE" + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux"$UNAME_RELEASE" + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux"$UNAME_RELEASE" + exit ;; + SX-ACE:SUPER-UX:*:*) + echo sxace-nec-superux"$UNAME_RELEASE" + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody"$UNAME_RELEASE" + exit ;; + *:Rhapsody:*:*) + echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE" + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + eval "$set_cc_for_build" + if test "$UNAME_PROCESSOR" = unknown ; then + UNAME_PROCESSOR=powerpc + fi + if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then + if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc + if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_PPC >/dev/null + then + UNAME_PROCESSOR=powerpc + fi + fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 + fi + echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE" + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = x86; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE" + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NEO-*:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk"$UNAME_RELEASE" + exit ;; + NSE-*:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk"$UNAME_RELEASE" + exit ;; + NSR-*:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk"$UNAME_RELEASE" + exit ;; + NSV-*:NONSTOP_KERNEL:*:*) + echo nsv-tandem-nsk"$UNAME_RELEASE" + exit ;; + NSX-*:NONSTOP_KERNEL:*:*) + echo nsx-tandem-nsk"$UNAME_RELEASE" + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE" + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = 386; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo "$UNAME_MACHINE"-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux"$UNAME_RELEASE" + exit ;; + *:DragonFly:*:*) + echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "$UNAME_MACHINE" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" + exit ;; + i*86:rdos:*:*) + echo "$UNAME_MACHINE"-pc-rdos + exit ;; + i*86:AROS:*:*) + echo "$UNAME_MACHINE"-pc-aros + exit ;; + x86_64:VMkernel:*:*) + echo "$UNAME_MACHINE"-unknown-esx + exit ;; + amd64:Isilon\ OneFS:*:*) + echo x86_64-unknown-onefs + exit ;; +esac + +echo "$0: unable to guess system type" >&2 + +case "$UNAME_MACHINE:$UNAME_SYSTEM" in + mips:Linux | mips64:Linux) + # If we got here on MIPS GNU/Linux, output extra information. + cat >&2 <&2 </dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = "$UNAME_MACHINE" +UNAME_RELEASE = "$UNAME_RELEASE" +UNAME_SYSTEM = "$UNAME_SYSTEM" +UNAME_VERSION = "$UNAME_VERSION" +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-functions 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/config.h b/config.h new file mode 100644 index 0000000..40ee13b --- /dev/null +++ b/config.h @@ -0,0 +1,197 @@ +/* config.h. Generated from config.h.in by configure. */ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* build only butt-client */ +/* #undef CLIENT_ONLY */ + +/* Define to 1 if translation of program messages to the user's native + language is requested. */ +#define ENABLE_NLS 1 + +/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +/* #undef HAVE_CFLOCALECOPYCURRENT */ + +/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ + +/* Use dbus to get current tracks */ +#define HAVE_DBUS 1 + +/* Define if the GNU dcgettext() function is already present or preinstalled. + */ +#define HAVE_DCGETTEXT 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_FCNTL_H 1 + +/* Define to 1 if you have the `gethostbyaddr' function. */ +#define HAVE_GETHOSTBYADDR 1 + +/* Define to 1 if you have the `gethostbyname' function. */ +#define HAVE_GETHOSTBYNAME 1 + +/* Define if the GNU gettext() function is already present or preinstalled. */ +#define HAVE_GETTEXT 1 + +/* Define if you have the iconv() function and it works. */ +/* #undef HAVE_ICONV */ + +/* Define to 1 if you have the header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the `crypto' library (-lcrypto). */ +#define HAVE_LIBCRYPTO 1 + +/* Define to 1 if you have the `curl' library (-lcurl). */ +#define HAVE_LIBCURL 1 + +/* Define to 1 if you have the `datachannel' library (-ldatachannel). */ +/* #undef HAVE_LIBDATACHANNEL */ + +/* Define to 1 if you have the `FLAC' library (-lFLAC). */ +#define HAVE_LIBFLAC 1 + +/* Define to 1 if you have the `mp3lame' library (-lmp3lame). */ +#define HAVE_LIBMP3LAME 1 + +/* Define to 1 if you have the `ogg' library (-logg). */ +#define HAVE_LIBOGG 1 + +/* Define to 1 if you have the `opus' library (-lopus). */ +#define HAVE_LIBOPUS 1 + +/* Define to 1 if you have the `portaudio' library (-lportaudio). */ +#define HAVE_LIBPORTAUDIO 1 + +/* Define to 1 if you have the `portmidi' library (-lportmidi). */ +#define HAVE_LIBPORTMIDI 1 + +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#define HAVE_LIBPTHREAD 1 + +/* Define to 1 if you have the `samplerate' library (-lsamplerate). */ +#define HAVE_LIBSAMPLERATE 1 + +/* Define to 1 if you have the `ssl' library (-lssl). */ +#define HAVE_LIBSSL 1 + +/* Define to 1 if you have the `vorbis' library (-lvorbis). */ +#define HAVE_LIBVORBIS 1 + +/* Define to 1 if you have the `vorbisenc' library (-lvorbisenc). */ +#define HAVE_LIBVORBISENC 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_LIMITS_H 1 + +/* Define to 1 if you have the `memset' function. */ +#define HAVE_MEMSET 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_NETDB_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_NETINET_IN_H 1 + +/* Define to 1 if you have the `pow' function. */ +/* #undef HAVE_POW */ + +/* Define to 1 if you have the `select' function. */ +#define HAVE_SELECT 1 + +/* Define to 1 if you have the `socket' function. */ +#define HAVE_SOCKET 1 + +/* Define to 1 if stdbool.h conforms to C99. */ +#define HAVE_STDBOOL_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDIO_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the `strchr' function. */ +#define HAVE_STRCHR 1 + +/* Define to 1 if you have the `strdup' function. */ +#define HAVE_STRDUP 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRINGS_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRING_H 1 + +/* Define to 1 if you have the `strpbrk' function. */ +#define HAVE_STRPBRK 1 + +/* Define to 1 if you have the `strrchr' function. */ +#define HAVE_STRRCHR 1 + +/* Define to 1 if you have the `strstr' function. */ +#define HAVE_STRSTR 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_SOCKET_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_UNISTD_H 1 + +/* Define to 1 if you have the `X509_check_host' function. */ +#define HAVE_X509_CHECK_HOST 1 + +/* Define to 1 if the system has the type `_Bool'. */ +#define HAVE__BOOL 1 + +/* Name of package */ +#define PACKAGE "butt" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "butt" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "butt 1.45.0" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "butt" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "1.45.0" + +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +#define STDC_HEADERS 1 + +/* Version number of package */ +#define VERSION "1.45.0" + +/* build butt and butt-client */ +/* #undef WITH_CLIENT */ + +/* Enable support for Radio.co authentification */ +/* #undef WITH_RADIOCO */ + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +/* #undef inline */ +#endif diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..e80af53 --- /dev/null +++ b/config.h.in @@ -0,0 +1,196 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* build only butt-client */ +#undef CLIENT_ONLY + +/* Define to 1 if translation of program messages to the user's native + language is requested. */ +#undef ENABLE_NLS + +/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +#undef HAVE_CFLOCALECOPYCURRENT + +/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +#undef HAVE_CFPREFERENCESCOPYAPPVALUE + +/* Use dbus to get current tracks */ +#undef HAVE_DBUS + +/* Define if the GNU dcgettext() function is already present or preinstalled. + */ +#undef HAVE_DCGETTEXT + +/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Define to 1 if you have the `gethostbyaddr' function. */ +#undef HAVE_GETHOSTBYADDR + +/* Define to 1 if you have the `gethostbyname' function. */ +#undef HAVE_GETHOSTBYNAME + +/* Define if the GNU gettext() function is already present or preinstalled. */ +#undef HAVE_GETTEXT + +/* Define if you have the iconv() function and it works. */ +#undef HAVE_ICONV + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `crypto' library (-lcrypto). */ +#undef HAVE_LIBCRYPTO + +/* Define to 1 if you have the `curl' library (-lcurl). */ +#undef HAVE_LIBCURL + +/* Define to 1 if you have the `datachannel' library (-ldatachannel). */ +#undef HAVE_LIBDATACHANNEL + +/* Define to 1 if you have the `FLAC' library (-lFLAC). */ +#undef HAVE_LIBFLAC + +/* Define to 1 if you have the `mp3lame' library (-lmp3lame). */ +#undef HAVE_LIBMP3LAME + +/* Define to 1 if you have the `ogg' library (-logg). */ +#undef HAVE_LIBOGG + +/* Define to 1 if you have the `opus' library (-lopus). */ +#undef HAVE_LIBOPUS + +/* Define to 1 if you have the `portaudio' library (-lportaudio). */ +#undef HAVE_LIBPORTAUDIO + +/* Define to 1 if you have the `portmidi' library (-lportmidi). */ +#undef HAVE_LIBPORTMIDI + +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#undef HAVE_LIBPTHREAD + +/* Define to 1 if you have the `samplerate' library (-lsamplerate). */ +#undef HAVE_LIBSAMPLERATE + +/* Define to 1 if you have the `ssl' library (-lssl). */ +#undef HAVE_LIBSSL + +/* Define to 1 if you have the `vorbis' library (-lvorbis). */ +#undef HAVE_LIBVORBIS + +/* Define to 1 if you have the `vorbisenc' library (-lvorbisenc). */ +#undef HAVE_LIBVORBISENC + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H + +/* Define to 1 if you have the `memset' function. */ +#undef HAVE_MEMSET + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETDB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_IN_H + +/* Define to 1 if you have the `pow' function. */ +#undef HAVE_POW + +/* Define to 1 if you have the `select' function. */ +#undef HAVE_SELECT + +/* Define to 1 if you have the `socket' function. */ +#undef HAVE_SOCKET + +/* Define to 1 if stdbool.h conforms to C99. */ +#undef HAVE_STDBOOL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `strchr' function. */ +#undef HAVE_STRCHR + +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strpbrk' function. */ +#undef HAVE_STRPBRK + +/* Define to 1 if you have the `strrchr' function. */ +#undef HAVE_STRRCHR + +/* Define to 1 if you have the `strstr' function. */ +#undef HAVE_STRSTR + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SOCKET_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the `X509_check_host' function. */ +#undef HAVE_X509_CHECK_HOST + +/* Define to 1 if the system has the type `_Bool'. */ +#undef HAVE__BOOL + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION + +/* build butt and butt-client */ +#undef WITH_CLIENT + +/* Enable support for Radio.co authentification */ +#undef WITH_RADIOCO + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif diff --git a/config.rpath b/config.rpath new file mode 100755 index 0000000..ab6fd99 --- /dev/null +++ b/config.rpath @@ -0,0 +1,690 @@ +#! /bin/sh +# Output a system dependent set of variables, describing how to set the +# run time search path of shared libraries in an executable. +# +# Copyright 1996-2014 Free Software Foundation, Inc. +# Taken from GNU libtool, 2001 +# Originally by Gordon Matzigkeit , 1996 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# The first argument passed to this file is the canonical host specification, +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld +# should be set by the caller. +# +# The set of defined variables is at the end of this script. + +# Known limitations: +# - On IRIX 6.5 with CC="cc", the run time search patch must not be longer +# than 256 bytes, otherwise the compiler driver will dump core. The only +# known workaround is to choose shorter directory names for the build +# directory and/or the installation directory. + +# All known linkers require a '.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a +shrext=.so + +host="$1" +host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` + +# Code taken from libtool.m4's _LT_CC_BASENAME. + +for cc_temp in $CC""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` + +# Code taken from libtool.m4's _LT_COMPILER_PIC. + +wl= +if test "$GCC" = yes; then + wl='-Wl,' +else + case "$host_os" in + aix*) + wl='-Wl,' + ;; + mingw* | cygwin* | pw32* | os2* | cegcc*) + ;; + hpux9* | hpux10* | hpux11*) + wl='-Wl,' + ;; + irix5* | irix6* | nonstopux*) + wl='-Wl,' + ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + ecc*) + wl='-Wl,' + ;; + icc* | ifort*) + wl='-Wl,' + ;; + lf95*) + wl='-Wl,' + ;; + nagfor*) + wl='-Wl,-Wl,,' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + wl='-Wl,' + ;; + ccc*) + wl='-Wl,' + ;; + xl* | bgxl* | bgf* | mpixl*) + wl='-Wl,' + ;; + como) + wl='-lopt=' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ F* | *Sun*Fortran*) + wl= + ;; + *Sun\ C*) + wl='-Wl,' + ;; + esac + ;; + esac + ;; + newsos6) + ;; + *nto* | *qnx*) + ;; + osf3* | osf4* | osf5*) + wl='-Wl,' + ;; + rdos*) + ;; + solaris*) + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + wl='-Qoption ld ' + ;; + *) + wl='-Wl,' + ;; + esac + ;; + sunos4*) + wl='-Qoption ld ' + ;; + sysv4 | sysv4.2uw2* | sysv4.3*) + wl='-Wl,' + ;; + sysv4*MP*) + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + wl='-Wl,' + ;; + unicos*) + wl='-Wl,' + ;; + uts4*) + ;; + esac +fi + +# Code taken from libtool.m4's _LT_LINKER_SHLIBS. + +hardcode_libdir_flag_spec= +hardcode_libdir_separator= +hardcode_direct=no +hardcode_minus_L=no + +case "$host_os" in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; +esac + +ld_shlibs=yes +if test "$with_gnu_ld" = yes; then + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + # Unlike libtool, we use -rpath here, not --rpath, since the documented + # option of GNU ld is called -rpath, not --rpath. + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + case "$host_os" in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs=no + fi + ;; + amigaos*) + case "$host_cpu" in + powerpc) + ;; + m68k) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + cygwin* | mingw* | pw32* | cegcc*) + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + haiku*) + ;; + interix[3-9]*) + hardcode_direct=no + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + netbsd*) + ;; + solaris*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' + else + ld_shlibs=no + fi + ;; + esac + ;; + sunos4*) + hardcode_direct=yes + ;; + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + : + else + ld_shlibs=no + fi + ;; + esac + if test "$ld_shlibs" = no; then + hardcode_libdir_flag_spec= + fi +else + case "$host_os" in + aix3*) + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test "$GCC" = yes; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + aix[4-9]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + else + aix_use_runtimelinking=no + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + fi + hardcode_direct=yes + hardcode_libdir_separator=':' + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && \ + strings "$collect2name" | grep resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + fi + # Begin _LT_AC_SYS_LIBPATH_AIX. + echo 'int main () { return 0; }' > conftest.c + ${CC} ${LDFLAGS} conftest.c -o conftest + aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` + if test -z "$aix_libpath"; then + aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` + fi + if test -z "$aix_libpath"; then + aix_libpath="/usr/lib:/lib" + fi + rm -f conftest.c conftest + # End _LT_AC_SYS_LIBPATH_AIX. + if test "$aix_use_runtimelinking" = yes; then + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + else + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + fi + fi + ;; + amigaos*) + case "$host_cpu" in + powerpc) + ;; + m68k) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + bsdi[45]*) + ;; + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec=' ' + libext=lib + ;; + darwin* | rhapsody*) + hardcode_direct=no + if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; esac; }; then + : + else + ld_shlibs=no + fi + ;; + dgux*) + hardcode_libdir_flag_spec='-L$libdir' + ;; + freebsd2.2*) + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + ;; + freebsd2*) + hardcode_direct=yes + hardcode_minus_L=yes + ;; + freebsd* | dragonfly*) + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + ;; + hpux9*) + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + hpux10*) + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + hpux11*) + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + ;; + *) + hardcode_direct=yes + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + irix5* | irix6* | nonstopux*) + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + netbsd*) + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + ;; + newsos6) + hardcode_direct=yes + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + *nto* | *qnx*) + ;; + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + else + case "$host_os" in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi + else + ld_shlibs=no + fi + ;; + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + osf3*) + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + osf4* | osf5*) + if test "$GCC" = yes; then + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + else + # Both cc and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + hardcode_libdir_separator=: + ;; + solaris*) + hardcode_libdir_flag_spec='-R$libdir' + ;; + sunos4*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + ;; + sysv4) + case $host_vendor in + sni) + hardcode_direct=yes # is this really true??? + ;; + siemens) + hardcode_direct=no + ;; + motorola) + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + ;; + sysv4.3*) + ;; + sysv4*MP*) + if test -d /usr/nec; then + ld_shlibs=yes + fi + ;; + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + ;; + sysv5* | sco3.2v5* | sco5v6*) + hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' + hardcode_libdir_separator=':' + ;; + uts4*) + hardcode_libdir_flag_spec='-L$libdir' + ;; + *) + ld_shlibs=no + ;; + esac +fi + +# Check dynamic linker characteristics +# Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER. +# Unlike libtool.m4, here we don't care about _all_ names of the library, but +# only about the one the linker finds when passed -lNAME. This is the last +# element of library_names_spec in libtool.m4, or possibly two of them if the +# linker has special search rules. +library_names_spec= # the last element of library_names_spec in libtool.m4 +libname_spec='lib$name' +case "$host_os" in + aix3*) + library_names_spec='$libname.a' + ;; + aix[4-9]*) + library_names_spec='$libname$shrext' + ;; + amigaos*) + case "$host_cpu" in + powerpc*) + library_names_spec='$libname$shrext' ;; + m68k) + library_names_spec='$libname.a' ;; + esac + ;; + beos*) + library_names_spec='$libname$shrext' + ;; + bsdi[45]*) + library_names_spec='$libname$shrext' + ;; + cygwin* | mingw* | pw32* | cegcc*) + shrext=.dll + library_names_spec='$libname.dll.a $libname.lib' + ;; + darwin* | rhapsody*) + shrext=.dylib + library_names_spec='$libname$shrext' + ;; + dgux*) + library_names_spec='$libname$shrext' + ;; + freebsd* | dragonfly*) + case "$host_os" in + freebsd[123]*) + library_names_spec='$libname$shrext$versuffix' ;; + *) + library_names_spec='$libname$shrext' ;; + esac + ;; + gnu*) + library_names_spec='$libname$shrext' + ;; + haiku*) + library_names_spec='$libname$shrext' + ;; + hpux9* | hpux10* | hpux11*) + case $host_cpu in + ia64*) + shrext=.so + ;; + hppa*64*) + shrext=.sl + ;; + *) + shrext=.sl + ;; + esac + library_names_spec='$libname$shrext' + ;; + interix[3-9]*) + library_names_spec='$libname$shrext' + ;; + irix5* | irix6* | nonstopux*) + library_names_spec='$libname$shrext' + case "$host_os" in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; + *) libsuff= shlibsuff= ;; + esac + ;; + esac + ;; + linux*oldld* | linux*aout* | linux*coff*) + ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu) + library_names_spec='$libname$shrext' + ;; + knetbsd*-gnu) + library_names_spec='$libname$shrext' + ;; + netbsd*) + library_names_spec='$libname$shrext' + ;; + newsos6) + library_names_spec='$libname$shrext' + ;; + *nto* | *qnx*) + library_names_spec='$libname$shrext' + ;; + openbsd*) + library_names_spec='$libname$shrext$versuffix' + ;; + os2*) + libname_spec='$name' + shrext=.dll + library_names_spec='$libname.a' + ;; + osf3* | osf4* | osf5*) + library_names_spec='$libname$shrext' + ;; + rdos*) + ;; + solaris*) + library_names_spec='$libname$shrext' + ;; + sunos4*) + library_names_spec='$libname$shrext$versuffix' + ;; + sysv4 | sysv4.3*) + library_names_spec='$libname$shrext' + ;; + sysv4*MP*) + library_names_spec='$libname$shrext' + ;; + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + library_names_spec='$libname$shrext' + ;; + tpf*) + library_names_spec='$libname$shrext' + ;; + uts4*) + library_names_spec='$libname$shrext' + ;; +esac + +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' +escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` +shlibext=`echo "$shrext" | sed -e 's,^\.,,'` +escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` +escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` +escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` + +LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). + + +# Please send patches to . +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS + +Canonicalize a configuration name. + +Options: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright 1992-2018 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo "$1" + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ + kopensolaris*-gnu* | cloudabi*-eabi* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + android-linux) + os=-linux-android + basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + ;; + *) + basic_machine=`echo "$1" | sed 's/-[^-]*$//'` + if [ "$basic_machine" != "$1" ] + then os=`echo "$1" | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray | -microblaze*) + os= + basic_machine=$1 + ;; + -bluegene*) + os=-cnk + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | aarch64 | aarch64_be \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arceb \ + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ + | avr | avr32 \ + | ba \ + | be32 | be64 \ + | bfin \ + | c4x | c8051 | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | e2k | epiphany \ + | fido | fr30 | frv | ft32 \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ + | i370 | i860 | i960 | ia16 | ia64 \ + | ip2k | iq2000 \ + | k1om \ + | le32 | le64 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nios | nios2 | nios2eb | nios2el \ + | ns16k | ns32k \ + | open8 | or1k | or1knd | or32 \ + | pdp10 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pru \ + | pyramid \ + | riscv32 | riscv64 \ + | rl78 | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | visium \ + | wasm32 \ + | x86 | xc16x | xstormy16 | xtensa \ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; + leon|leon[3-9]) + basic_machine=sparc-$basic_machine + ;; + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65) + ;; + ms1) + basic_machine=mt-unknown + ;; + + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | aarch64-* | aarch64_be-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | ba-* \ + | be32-* | be64-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ + | c8051-* | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | e2k-* | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ + | i*86-* | i860-* | i960-* | ia16-* | ia64-* \ + | ip2k-* | iq2000-* \ + | k1om-* \ + | le32-* | le64-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | microblaze-* | microblazeel-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64octeon-* | mips64octeonel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa32r6-* | mipsisa32r6el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64r6-* | mipsisa64r6el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipsr5900-* | mipsr5900el-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ + | nios-* | nios2-* | nios2eb-* | nios2el-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ + | or1k*-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pru-* \ + | pyramid-* \ + | riscv32-* | riscv64-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ + | tron-* \ + | ubicom32-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ + | visium-* \ + | wasm32-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ + | xstormy16-* | xtensa*-* \ + | ymp-* \ + | z8k-* | z80-*) + ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-pc + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + asmjs) + basic_machine=asmjs-unknown + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` + os=-linux + ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + c54x-*) + basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16 | cr16-*) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2*) + basic_machine=m68k-bull + os=-sysv3 + ;; + e500v[12]) + basic_machine=powerpc-unknown + os=$os"spe" + ;; + e500v[12]-*) + basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` + os=$os"spe" + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; + i*86v32) + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + leon-*|leon[3-9]-*) + basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` + ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` + os=-linux + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + microblaze*) + basic_machine=microblaze-xilinx + ;; + mingw64) + basic_machine=x86_64-pc + os=-mingw64 + ;; + mingw32) + basic_machine=i686-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + moxiebox) + basic_machine=moxie-unknown + os=-moxiebox + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` + ;; + msys) + basic_machine=i686-pc + os=-msys + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + nsv-tandem) + basic_machine=nsv-tandem + ;; + nsx-tandem) + basic_machine=nsx-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` + os=-linux + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc | ppcbe) basic_machine=powerpc-unknown + ;; + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos | rdos64) + basic_machine=x86_64-pc + os=-rdos + ;; + rdos32) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'` + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tile*) + basic_machine=$basic_machine-unknown + os=-linux-gnu + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + x64) + basic_machine=x86_64-pc + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'` + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases that might get confused + # with valid system types. + # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # es1800 is here to avoid being matched by es* (a different OS) + -es1800*) + os=-ose + ;; + # Now accept the basic system types. + # The portable systems comes first. + # Each alternative MUST end in a * to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* | -plan9* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* | -aros* | -cloudabi* | -sortix* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -knetbsd* | -mirbsd* | -netbsd* \ + | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ + | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \ + | -midnightbsd*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -xray | -os68k* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo "$os" | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo "$os" | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo "$os" | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4*) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -zvmoe) + os=-zvmoe + ;; + -dicos*) + os=-dicos + ;; + -pikeos*) + # Until real need of OS specific support for + # particular features comes up, bare metal + # configurations are quite functional. + case $basic_machine in + arm*) + os=-eabi + ;; + *) + os=-elf + ;; + esac + ;; + -nacl*) + ;; + -ios) + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + c8051-*) + os=-elf + ;; + hexagon-*) + os=-elf + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + pru-*) + os=-elf + ;; + *-be) + os=-beos + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -cnk*|-aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` + ;; +esac + +echo "$basic_machine$os" +exit + +# Local variables: +# eval: (add-hook 'write-file-functions 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/configure b/configure new file mode 100755 index 0000000..b9af219 --- /dev/null +++ b/configure @@ -0,0 +1,12011 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.71 for butt 1.45.0. +# +# Report bugs to . +# +# +# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +# Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else \$as_nop + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +then : + +else \$as_nop + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null +then : + as_have_required=yes +else $as_nop + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : + +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$as_shell as_have_required=yes + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : + break 2 +fi +fi + done;; + esac + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi + + + if test "x$CONFIG_SHELL" != x +then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and BUG-REPORT-ADDRESS +$0: about your system, including any error possibly output +$0: before this message. Then install a modern shell, or +$0: manually run the script under such a shell if you do +$0: have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='butt' +PACKAGE_TARNAME='butt' +PACKAGE_VERSION='1.45.0' +PACKAGE_STRING='butt 1.45.0' +PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' +PACKAGE_URL='' + +ac_unique_file="config.h.in" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_STDIO_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_header_c_list= +gt_needs= +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIBOBJS +XMKMF +DBUS_LIBS +DBUS_CFLAGS +PKG_CONFIG_LIBDIR +PKG_CONFIG_PATH +PKG_CONFIG +FLTKCONFIG +CLIENT_ONLY_FALSE +CLIENT_ONLY_TRUE +WITH_CLIENT_FALSE +WITH_CLIENT_TRUE +WITH_RADIOCO_FALSE +WITH_RADIOCO_TRUE +FREEBSD_FALSE +FREEBSD_TRUE +OSX_FALSE +OSX_TRUE +LINUX_FALSE +LINUX_TRUE +WINDOWS_FALSE +WINDOWS_TRUE +POSUB +LTLIBINTL +LIBINTL +INTLLIBS +LTLIBICONV +LIBICONV +INTL_MACOSX_LIBS +EGREP +GREP +CPP +XGETTEXT_EXTRA_OPTIONS +MSGMERGE +XGETTEXT_015 +XGETTEXT +GMSGFMT_015 +MSGFMT_015 +GMSGFMT +MSGFMT +GETTEXT_MACRO_VERSION +USE_NLS +SED +am__fastdepOBJC_FALSE +am__fastdepOBJC_TRUE +OBJCDEPMODE +ac_ct_OBJC +OBJCFLAGS +OBJC +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +ac_ct_CC +CFLAGS +CC +am__fastdepCXX_FALSE +am__fastdepCXX_TRUE +CXXDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CXX +CPPFLAGS +LDFLAGS +CXXFLAGS +CXX +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +CSCOPE +ETAGS +CTAGS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL +am__quote' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_dependency_tracking +with_radioco +with_client +with_butt +enable_aac +enable_nls +with_gnu_ld +enable_rpath +with_libiconv_prefix +with_libintl_prefix +enable_webrtc +with_x +' + ac_precious_vars='build_alias +host_alias +target_alias +CXX +CXXFLAGS +LDFLAGS +LIBS +CPPFLAGS +CCC +CC +CFLAGS +OBJC +OBJCFLAGS +CPP +PKG_CONFIG +PKG_CONFIG_PATH +PKG_CONFIG_LIBDIR +DBUS_CFLAGS +DBUS_LIBS +XMKMF' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures butt 1.45.0 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/butt] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +X features: + --x-includes=DIR X include files are in DIR + --x-libraries=DIR X library files are in DIR + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of butt 1.45.0:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --disable-aac Disable aac support + --disable-nls do not use Native Language Support + --disable-rpath do not hardcode runtime library paths + --enable-webrtc Enable WebRTC support + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-radioco Include support for Radio.co + --with-client Build butt and butt-client + --without-butt Build only butt-client + --with-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib + --without-libiconv-prefix don't search for libiconv in includedir and libdir + --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib + --without-libintl-prefix don't search for libintl in includedir and libdir + --with-x use the X Window System + +Some influential environment variables: + CXX C++ compiler command + CXXFLAGS C++ compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CC C compiler command + CFLAGS C compiler flags + OBJC Objective C compiler command + OBJCFLAGS Objective C compiler flags + CPP C preprocessor + PKG_CONFIG path to pkg-config utility + PKG_CONFIG_PATH + directories to add to pkg-config's search path + PKG_CONFIG_LIBDIR + path overriding pkg-config's built-in search path + DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config + DBUS_LIBS linker flags for DBUS, overriding pkg-config + XMKMF Path to xmkmf, Makefile generator for X Window System + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +butt configure 1.45.0 +generated by GNU Autoconf 2.71 + +Copyright (C) 2021 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_cxx_try_compile LINENO +# ---------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_compile + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_objc_try_compile LINENO +# ----------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_objc_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_objc_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_objc_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_compile + +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp + +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that +# executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: program exited with status $ac_status" >&5 + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES +# ------------------------------------------- +# Tests whether TYPE exists after having included INCLUDES, setting cache +# variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main (void) +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_type + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. */ + +#include +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main (void) +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by butt $as_me 1.45.0, which was +generated by GNU Autoconf 2.71. Invocation command line was + + $ $0$ac_configure_args_raw + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Sanitize IFS. + IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + + printf "%s\n" "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + printf "%s\n" "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + printf "%s\n" "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + printf "%s\n" "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +printf "%s\n" "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + ac_site_files="$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" +else + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +fi + +for ac_site_file in $ac_site_files +do + case $ac_site_file in #( + */*) : + ;; #( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Test code for whether the C++ compiler supports C++98 (global declarations) +ac_cxx_conftest_cxx98_globals=' +// Does the compiler advertise C++98 conformance? +#if !defined __cplusplus || __cplusplus < 199711L +# error "Compiler does not advertise C++98 conformance" +#endif + +// These inclusions are to reject old compilers that +// lack the unsuffixed header files. +#include +#include + +// and are *not* freestanding headers in C++98. +extern void assert (int); +namespace std { + extern int strcmp (const char *, const char *); +} + +// Namespaces, exceptions, and templates were all added after "C++ 2.0". +using std::exception; +using std::strcmp; + +namespace { + +void test_exception_syntax() +{ + try { + throw "test"; + } catch (const char *s) { + // Extra parentheses suppress a warning when building autoconf itself, + // due to lint rules shared with more typical C programs. + assert (!(strcmp) (s, "test")); + } +} + +template struct test_template +{ + T const val; + explicit test_template(T t) : val(t) {} + template T add(U u) { return static_cast(u) + val; } +}; + +} // anonymous namespace +' + +# Test code for whether the C++ compiler supports C++98 (body of main) +ac_cxx_conftest_cxx98_main=' + assert (argc); + assert (! argv[0]); +{ + test_exception_syntax (); + test_template tt (2.0); + assert (tt.add (4) == 6.0); + assert (true && !false); +} +' + +# Test code for whether the C++ compiler supports C++11 (global declarations) +ac_cxx_conftest_cxx11_globals=' +// Does the compiler advertise C++ 2011 conformance? +#if !defined __cplusplus || __cplusplus < 201103L +# error "Compiler does not advertise C++11 conformance" +#endif + +namespace cxx11test +{ + constexpr int get_val() { return 20; } + + struct testinit + { + int i; + double d; + }; + + class delegate + { + public: + delegate(int n) : n(n) {} + delegate(): delegate(2354) {} + + virtual int getval() { return this->n; }; + protected: + int n; + }; + + class overridden : public delegate + { + public: + overridden(int n): delegate(n) {} + virtual int getval() override final { return this->n * 2; } + }; + + class nocopy + { + public: + nocopy(int i): i(i) {} + nocopy() = default; + nocopy(const nocopy&) = delete; + nocopy & operator=(const nocopy&) = delete; + private: + int i; + }; + + // for testing lambda expressions + template Ret eval(Fn f, Ret v) + { + return f(v); + } + + // for testing variadic templates and trailing return types + template auto sum(V first) -> V + { + return first; + } + template auto sum(V first, Args... rest) -> V + { + return first + sum(rest...); + } +} +' + +# Test code for whether the C++ compiler supports C++11 (body of main) +ac_cxx_conftest_cxx11_main=' +{ + // Test auto and decltype + auto a1 = 6538; + auto a2 = 48573953.4; + auto a3 = "String literal"; + + int total = 0; + for (auto i = a3; *i; ++i) { total += *i; } + + decltype(a2) a4 = 34895.034; +} +{ + // Test constexpr + short sa[cxx11test::get_val()] = { 0 }; +} +{ + // Test initializer lists + cxx11test::testinit il = { 4323, 435234.23544 }; +} +{ + // Test range-based for + int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, + 14, 19, 17, 8, 6, 20, 16, 2, 11, 1}; + for (auto &x : array) { x += 23; } +} +{ + // Test lambda expressions + using cxx11test::eval; + assert (eval ([](int x) { return x*2; }, 21) == 42); + double d = 2.0; + assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); + assert (d == 5.0); + assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); + assert (d == 5.0); +} +{ + // Test use of variadic templates + using cxx11test::sum; + auto a = sum(1); + auto b = sum(1, 2); + auto c = sum(1.0, 2.0, 3.0); +} +{ + // Test constructor delegation + cxx11test::delegate d1; + cxx11test::delegate d2(); + cxx11test::delegate d3(45); +} +{ + // Test override and final + cxx11test::overridden o1(55464); +} +{ + // Test nullptr + char *c = nullptr; +} +{ + // Test template brackets + test_template<::test_template> v(test_template(12)); +} +{ + // Unicode literals + char const *utf8 = u8"UTF-8 string \u2500"; + char16_t const *utf16 = u"UTF-8 string \u2500"; + char32_t const *utf32 = U"UTF-32 string \u2500"; +} +' + +# Test code for whether the C compiler supports C++11 (complete). +ac_cxx_conftest_cxx11_program="${ac_cxx_conftest_cxx98_globals} +${ac_cxx_conftest_cxx11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_cxx_conftest_cxx98_main} + ${ac_cxx_conftest_cxx11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C++98 (complete). +ac_cxx_conftest_cxx98_program="${ac_cxx_conftest_cxx98_globals} +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_cxx_conftest_cxx98_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + +as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H" +as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H" +as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" +as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H" +as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H" +as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H" +as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H" +as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H" +as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H" +gt_needs="$gt_needs " + +# Auxiliary files required by this configure script. +ac_aux_files="config.rpath compile config.guess config.sub missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +fi + + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +if test -f "${ac_aux_dir}config.guess"; then + ac_config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_configure="$SHELL ${ac_aux_dir}configure" +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +am__api_version='1.16' + + + + # Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +case $as_dir in #(( + ./ | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + + + if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + SET_MAKE= +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +# Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='butt' + VERSION='1.45.0' + + +printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + + + # Make sure we can run config.sub. +$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +printf %s "checking build system type... " >&6; } +if test ${ac_cv_build+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +printf "%s\n" "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +printf %s "checking host system type... " >&6; } +if test ${ac_cv_host+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || + as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +printf "%s\n" "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + + + +ac_config_headers="$ac_config_headers config.h" + + +#predefined CXXFLAGS so AC_PROG_CXX does not add the -g flag +CXXFLAGS="$CXXFLAGS -O2" + +# Compile with address sanitizer +# CXXFLAGS="$CXXFLAGS -O2 -g -fsanitize=address" + +# Checks for programs. + + + + + + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +if test -z "$CXX"; then + if test -n "$CCC"; then + CXX=$CCC + else + if test -n "$ac_tool_prefix"; then + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++ + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CXX+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CXX"; then + ac_cv_prog_CXX="$CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CXX=$ac_cv_prog_CXX +if test -n "$CXX"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 +printf "%s\n" "$CXX" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CXX" && break + done +fi +if test -z "$CXX"; then + ac_ct_CXX=$CXX + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++ +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CXX+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CXX"; then + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CXX="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX +if test -n "$ac_ct_CXX"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 +printf "%s\n" "$ac_ct_CXX" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CXX" && break +done + + if test "x$ac_ct_CXX" = x; then + CXX="g++" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CXX=$ac_ct_CXX + fi +fi + + fi +fi +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5 +printf %s "checking whether the C++ compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else $as_nop + ac_file='' +fi +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C++ compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5 +printf %s "checking for C++ compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main (void) +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C++ compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C++" >&5 +printf %s "checking whether the compiler supports GNU C++... " >&6; } +if test ${ac_cv_cxx_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_cxx_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GXX=yes +else + GXX= +fi +ac_test_CXXFLAGS=${CXXFLAGS+y} +ac_save_CXXFLAGS=$CXXFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 +printf %s "checking whether $CXX accepts -g... " >&6; } +if test ${ac_cv_prog_cxx_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_cxx_werror_flag=$ac_cxx_werror_flag + ac_cxx_werror_flag=yes + ac_cv_prog_cxx_g=no + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO" +then : + ac_cv_prog_cxx_g=yes +else $as_nop + CXXFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO" +then : + +else $as_nop + ac_cxx_werror_flag=$ac_save_cxx_werror_flag + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO" +then : + ac_cv_prog_cxx_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_cxx_werror_flag=$ac_save_cxx_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 +printf "%s\n" "$ac_cv_prog_cxx_g" >&6; } +if test $ac_test_CXXFLAGS; then + CXXFLAGS=$ac_save_CXXFLAGS +elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then + CXXFLAGS="-g -O2" + else + CXXFLAGS="-g" + fi +else + if test "$GXX" = yes; then + CXXFLAGS="-O2" + else + CXXFLAGS= + fi +fi +ac_prog_cxx_stdcxx=no +if test x$ac_prog_cxx_stdcxx = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5 +printf %s "checking for $CXX option to enable C++11 features... " >&6; } +if test ${ac_cv_prog_cxx_11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cxx_11=no +ac_save_CXX=$CXX +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_cxx_conftest_cxx11_program +_ACEOF +for ac_arg in '' -std=gnu++11 -std=gnu++0x -std=c++11 -std=c++0x -qlanglvl=extended0x -AA +do + CXX="$ac_save_CXX $ac_arg" + if ac_fn_cxx_try_compile "$LINENO" +then : + ac_cv_prog_cxx_cxx11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cxx_cxx11" != "xno" && break +done +rm -f conftest.$ac_ext +CXX=$ac_save_CXX +fi + +if test "x$ac_cv_prog_cxx_cxx11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cxx_cxx11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx11" >&5 +printf "%s\n" "$ac_cv_prog_cxx_cxx11" >&6; } + CXX="$CXX $ac_cv_prog_cxx_cxx11" +fi + ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx11 + ac_prog_cxx_stdcxx=cxx11 +fi +fi +if test x$ac_prog_cxx_stdcxx = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5 +printf %s "checking for $CXX option to enable C++98 features... " >&6; } +if test ${ac_cv_prog_cxx_98+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cxx_98=no +ac_save_CXX=$CXX +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_cxx_conftest_cxx98_program +_ACEOF +for ac_arg in '' -std=gnu++98 -std=c++98 -qlanglvl=extended -AA +do + CXX="$ac_save_CXX $ac_arg" + if ac_fn_cxx_try_compile "$LINENO" +then : + ac_cv_prog_cxx_cxx98=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cxx_cxx98" != "xno" && break +done +rm -f conftest.$ac_ext +CXX=$ac_save_CXX +fi + +if test "x$ac_cv_prog_cxx_cxx98" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cxx_cxx98" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_cxx98" >&5 +printf "%s\n" "$ac_cv_prog_cxx_cxx98" >&6; } + CXX="$CXX $ac_cv_prog_cxx_cxx98" +fi + ac_cv_prog_cxx_stdcxx=$ac_cv_prog_cxx_cxx98 + ac_prog_cxx_stdcxx=cxx98 +fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in #( + '0:this is the am__doit target') : + case $s in #( + BSD) : + am__include='.include' am__quote='"' ;; #( + *) : + am__include='include' am__quote='' ;; +esac ;; #( + *) : + ;; +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } + +# Check whether --enable-dependency-tracking was given. +if test ${enable_dependency_tracking+y} +then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +depcc="$CXX" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CXX_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CXX_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CXX_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CXX_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CXX_dependencies_compiler_type" >&6; } +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then + am__fastdepCXX_TRUE= + am__fastdepCXX_FALSE='#' +else + am__fastdepCXX_TRUE='#' + am__fastdepCXX_FALSE= +fi + + + + + + + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +ac_ext=m +ac_cpp='$OBJCPP $CPPFLAGS' +ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_objc_compiler_gnu +if test -n "$ac_tool_prefix"; then + for ac_prog in gcc objcc objc cc CC clang + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_OBJC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$OBJC"; then + ac_cv_prog_OBJC="$OBJC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJC=$ac_cv_prog_OBJC +if test -n "$OBJC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5 +printf "%s\n" "$OBJC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$OBJC" && break + done +fi +if test -z "$OBJC"; then + ac_ct_OBJC=$OBJC + for ac_prog in gcc objcc objc cc CC clang +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_OBJC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_OBJC"; then + ac_cv_prog_ac_ct_OBJC="$ac_ct_OBJC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJC=$ac_cv_prog_ac_ct_OBJC +if test -n "$ac_ct_OBJC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5 +printf "%s\n" "$ac_ct_OBJC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_OBJC" && break +done + + if test "x$ac_ct_OBJC" = x; then + OBJC="gcc" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJC=$ac_ct_OBJC + fi +fi + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU Objective C" >&5 +printf %s "checking whether the compiler supports GNU Objective C... " >&6; } +if test ${ac_cv_objc_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_objc_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_objc_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_objc_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_objc_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GOBJC=yes +else + GOBJC= +fi +ac_test_OBJCFLAGS=${OBJCFLAGS+y} +ac_save_OBJCFLAGS=$OBJCFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5 +printf %s "checking whether $OBJC accepts -g... " >&6; } +if test ${ac_cv_prog_objc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_objc_werror_flag=$ac_objc_werror_flag + ac_objc_werror_flag=yes + ac_cv_prog_objc_g=no + OBJCFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_objc_try_compile "$LINENO" +then : + ac_cv_prog_objc_g=yes +else $as_nop + OBJCFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_objc_try_compile "$LINENO" +then : + +else $as_nop + ac_objc_werror_flag=$ac_save_objc_werror_flag + OBJCFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_objc_try_compile "$LINENO" +then : + ac_cv_prog_objc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_objc_werror_flag=$ac_save_objc_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5 +printf "%s\n" "$ac_cv_prog_objc_g" >&6; } +if test $ac_test_OBJCFLAGS; then + OBJCFLAGS=$ac_save_OBJCFLAGS +elif test $ac_cv_prog_objc_g = yes; then + if test "$GOBJC" = yes; then + OBJCFLAGS="-g -O2" + else + OBJCFLAGS="-g" + fi +else + if test "$GOBJC" = yes; then + OBJCFLAGS="-O2" + else + OBJCFLAGS= + fi +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$OBJC" am_compiler_list='gcc3 gcc' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_OBJC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_OBJC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_OBJC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_OBJC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_OBJC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_OBJC_dependencies_compiler_type" >&6; } +OBJCDEPMODE=depmode=$am_cv_OBJC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_OBJC_dependencies_compiler_type" = gcc3; then + am__fastdepOBJC_TRUE= + am__fastdepOBJC_FALSE='#' +else + am__fastdepOBJC_TRUE='#' + am__fastdepOBJC_FALSE= +fi + + + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Compile with address sanitizer +#LDFLAGS="$LDFLAGS -L/usr/local/lib -fsanitize=address" + + + +# Check whether --with-radioco was given. +if test ${with_radioco+y} +then : + withval=$with_radioco; +fi + + + +# Check whether --with-client was given. +if test ${with_client+y} +then : + withval=$with_client; with_client=yes +fi + + + +# Check whether --with-butt was given. +if test ${with_butt+y} +then : + withval=$with_butt; client_only=yes +fi + + +# Check whether --enable-aac was given. +if test ${enable_aac+y} +then : + enableval=$enable_aac; +fi + + + +if test "x$with_radioco" = "xyes" +then : + + +printf "%s\n" "#define WITH_RADIOCO 1" >>confdefs.h + + +fi + +if test "x$client_only" = "xyes" +then : + + +printf "%s\n" "#define CLIENT_ONLY 1" >>confdefs.h + + +fi + +if test "x$with_client" = "xyes" +then : + + +printf "%s\n" "#define WITH_CLIENT 1" >>confdefs.h + + +fi + + +if test "x$client_only" != "xyes" +then : + +# Checks for libraries. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ogg_stream_init in -logg" >&5 +printf %s "checking for ogg_stream_init in -logg... " >&6; } +if test ${ac_cv_lib_ogg_ogg_stream_init+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-logg $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char ogg_stream_init (); +int +main (void) +{ +return ogg_stream_init (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_ogg_ogg_stream_init=yes +else $as_nop + ac_cv_lib_ogg_ogg_stream_init=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ogg_ogg_stream_init" >&5 +printf "%s\n" "$ac_cv_lib_ogg_ogg_stream_init" >&6; } +if test "x$ac_cv_lib_ogg_ogg_stream_init" = xyes +then : + printf "%s\n" "#define HAVE_LIBOGG 1" >>confdefs.h + + LIBS="-logg $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libogg ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for vorbis_info_init in -lvorbis" >&5 +printf %s "checking for vorbis_info_init in -lvorbis... " >&6; } +if test ${ac_cv_lib_vorbis_vorbis_info_init+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lvorbis $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char vorbis_info_init (); +int +main (void) +{ +return vorbis_info_init (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_vorbis_vorbis_info_init=yes +else $as_nop + ac_cv_lib_vorbis_vorbis_info_init=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_vorbis_vorbis_info_init" >&5 +printf "%s\n" "$ac_cv_lib_vorbis_vorbis_info_init" >&6; } +if test "x$ac_cv_lib_vorbis_vorbis_info_init" = xyes +then : + printf "%s\n" "#define HAVE_LIBVORBIS 1" >>confdefs.h + + LIBS="-lvorbis $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libvorbis ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for vorbis_encode_init in -lvorbisenc" >&5 +printf %s "checking for vorbis_encode_init in -lvorbisenc... " >&6; } +if test ${ac_cv_lib_vorbisenc_vorbis_encode_init+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lvorbisenc $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char vorbis_encode_init (); +int +main (void) +{ +return vorbis_encode_init (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_vorbisenc_vorbis_encode_init=yes +else $as_nop + ac_cv_lib_vorbisenc_vorbis_encode_init=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_vorbisenc_vorbis_encode_init" >&5 +printf "%s\n" "$ac_cv_lib_vorbisenc_vorbis_encode_init" >&6; } +if test "x$ac_cv_lib_vorbisenc_vorbis_encode_init" = xyes +then : + printf "%s\n" "#define HAVE_LIBVORBISENC 1" >>confdefs.h + + LIBS="-lvorbisenc $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libvorbisenc ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for opus_encoder_create in -lopus" >&5 +printf %s "checking for opus_encoder_create in -lopus... " >&6; } +if test ${ac_cv_lib_opus_opus_encoder_create+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lopus $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char opus_encoder_create (); +int +main (void) +{ +return opus_encoder_create (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_opus_opus_encoder_create=yes +else $as_nop + ac_cv_lib_opus_opus_encoder_create=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_opus_opus_encoder_create" >&5 +printf "%s\n" "$ac_cv_lib_opus_opus_encoder_create" >&6; } +if test "x$ac_cv_lib_opus_opus_encoder_create" = xyes +then : + printf "%s\n" "#define HAVE_LIBOPUS 1" >>confdefs.h + + LIBS="-lopus $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libopus ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for lame_init in -lmp3lame" >&5 +printf %s "checking for lame_init in -lmp3lame... " >&6; } +if test ${ac_cv_lib_mp3lame_lame_init+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lmp3lame $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char lame_init (); +int +main (void) +{ +return lame_init (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_mp3lame_lame_init=yes +else $as_nop + ac_cv_lib_mp3lame_lame_init=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mp3lame_lame_init" >&5 +printf "%s\n" "$ac_cv_lib_mp3lame_lame_init" >&6; } +if test "x$ac_cv_lib_mp3lame_lame_init" = xyes +then : + printf "%s\n" "#define HAVE_LIBMP3LAME 1" >>confdefs.h + + LIBS="-lmp3lame $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libmp3lame ****" "$LINENO" 5 + + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FLAC__stream_encoder_new in -lFLAC" >&5 +printf %s "checking for FLAC__stream_encoder_new in -lFLAC... " >&6; } +if test ${ac_cv_lib_FLAC_FLAC__stream_encoder_new+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lFLAC $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char FLAC__stream_encoder_new (); +int +main (void) +{ +return FLAC__stream_encoder_new (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_FLAC_FLAC__stream_encoder_new=yes +else $as_nop + ac_cv_lib_FLAC_FLAC__stream_encoder_new=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_FLAC_FLAC__stream_encoder_new" >&5 +printf "%s\n" "$ac_cv_lib_FLAC_FLAC__stream_encoder_new" >&6; } +if test "x$ac_cv_lib_FLAC_FLAC__stream_encoder_new" = xyes +then : + printf "%s\n" "#define HAVE_LIBFLAC 1" >>confdefs.h + + LIBS="-lFLAC $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libFLAC ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Pa_Initialize in -lportaudio" >&5 +printf %s "checking for Pa_Initialize in -lportaudio... " >&6; } +if test ${ac_cv_lib_portaudio_Pa_Initialize+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lportaudio $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char Pa_Initialize (); +int +main (void) +{ +return Pa_Initialize (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_portaudio_Pa_Initialize=yes +else $as_nop + ac_cv_lib_portaudio_Pa_Initialize=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_portaudio_Pa_Initialize" >&5 +printf "%s\n" "$ac_cv_lib_portaudio_Pa_Initialize" >&6; } +if test "x$ac_cv_lib_portaudio_Pa_Initialize" = xyes +then : + printf "%s\n" "#define HAVE_LIBPORTAUDIO 1" >>confdefs.h + + LIBS="-lportaudio $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libportaudio ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Pm_Initialize in -lportmidi" >&5 +printf %s "checking for Pm_Initialize in -lportmidi... " >&6; } +if test ${ac_cv_lib_portmidi_Pm_Initialize+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lportmidi $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char Pm_Initialize (); +int +main (void) +{ +return Pm_Initialize (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_portmidi_Pm_Initialize=yes +else $as_nop + ac_cv_lib_portmidi_Pm_Initialize=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_portmidi_Pm_Initialize" >&5 +printf "%s\n" "$ac_cv_lib_portmidi_Pm_Initialize" >&6; } +if test "x$ac_cv_lib_portmidi_Pm_Initialize" = xyes +then : + printf "%s\n" "#define HAVE_LIBPORTMIDI 1" >>confdefs.h + + LIBS="-lportmidi $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libportmidi ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for src_new in -lsamplerate" >&5 +printf %s "checking for src_new in -lsamplerate... " >&6; } +if test ${ac_cv_lib_samplerate_src_new+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsamplerate $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char src_new (); +int +main (void) +{ +return src_new (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_samplerate_src_new=yes +else $as_nop + ac_cv_lib_samplerate_src_new=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_samplerate_src_new" >&5 +printf "%s\n" "$ac_cv_lib_samplerate_src_new" >&6; } +if test "x$ac_cv_lib_samplerate_src_new" = xyes +then : + printf "%s\n" "#define HAVE_LIBSAMPLERATE 1" >>confdefs.h + + LIBS="-lsamplerate $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find samplerate ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 +printf %s "checking for pthread_create in -lpthread... " >&6; } +if test ${ac_cv_lib_pthread_pthread_create+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lpthread $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char pthread_create (); +int +main (void) +{ +return pthread_create (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_pthread_pthread_create=yes +else $as_nop + ac_cv_lib_pthread_pthread_create=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 +printf "%s\n" "$ac_cv_lib_pthread_pthread_create" >&6; } +if test "x$ac_cv_lib_pthread_pthread_create" = xyes +then : + printf "%s\n" "#define HAVE_LIBPTHREAD 1" >>confdefs.h + + LIBS="-lpthread $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libpthread ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for curl_global_init in -lcurl" >&5 +printf %s "checking for curl_global_init in -lcurl... " >&6; } +if test ${ac_cv_lib_curl_curl_global_init+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcurl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char curl_global_init (); +int +main (void) +{ +return curl_global_init (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_curl_curl_global_init=yes +else $as_nop + ac_cv_lib_curl_curl_global_init=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curl_curl_global_init" >&5 +printf "%s\n" "$ac_cv_lib_curl_curl_global_init" >&6; } +if test "x$ac_cv_lib_curl_curl_global_init" = xyes +then : + printf "%s\n" "#define HAVE_LIBCURL 1" >>confdefs.h + + LIBS="-lcurl $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libcurl ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SSL_CTX_new in -lssl" >&5 +printf %s "checking for SSL_CTX_new in -lssl... " >&6; } +if test ${ac_cv_lib_ssl_SSL_CTX_new+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lssl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char SSL_CTX_new (); +int +main (void) +{ +return SSL_CTX_new (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_ssl_SSL_CTX_new=yes +else $as_nop + ac_cv_lib_ssl_SSL_CTX_new=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_CTX_new" >&5 +printf "%s\n" "$ac_cv_lib_ssl_SSL_CTX_new" >&6; } +if test "x$ac_cv_lib_ssl_SSL_CTX_new" = xyes +then : + printf "%s\n" "#define HAVE_LIBSSL 1" >>confdefs.h + + LIBS="-lssl $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libssl ****" "$LINENO" 5 + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for EVP_EncryptInit in -lcrypto" >&5 +printf %s "checking for EVP_EncryptInit in -lcrypto... " >&6; } +if test ${ac_cv_lib_crypto_EVP_EncryptInit+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcrypto $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char EVP_EncryptInit (); +int +main (void) +{ +return EVP_EncryptInit (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_crypto_EVP_EncryptInit=yes +else $as_nop + ac_cv_lib_crypto_EVP_EncryptInit=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_EVP_EncryptInit" >&5 +printf "%s\n" "$ac_cv_lib_crypto_EVP_EncryptInit" >&6; } +if test "x$ac_cv_lib_crypto_EVP_EncryptInit" = xyes +then : + printf "%s\n" "#define HAVE_LIBCRYPTO 1" >>confdefs.h + + LIBS="-lcrypto $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find libcrypto ****" "$LINENO" 5 + +fi + + + +fi + +ac_header= ac_cache= +for ac_item in $ac_header_c_list +do + if test $ac_cache; then + ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default" + if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then + printf "%s\n" "#define $ac_item 1" >> confdefs.h + fi + ac_header= ac_cache= + elif test $ac_header; then + ac_cache=$ac_item + else + ac_header=$ac_item + fi +done + + + + + + + + +if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes +then : + +printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" +if test "x$ac_cv_header_winsock2_h" = xyes +then : + + LIBS="$LIBS -lws2_32" + host_os="windows" + +fi + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +printf %s "checking for a sed that does not truncate output... " >&6; } +if test ${ac_cv_path_SED+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in sed gsed + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +printf "%s\n" "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 +printf %s "checking whether NLS is requested... " >&6; } + # Check whether --enable-nls was given. +if test ${enable_nls+y} +then : + enableval=$enable_nls; USE_NLS=$enableval +else $as_nop + USE_NLS=yes +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 +printf "%s\n" "$USE_NLS" >&6; } + + + + + GETTEXT_MACRO_VERSION=0.19 + + + + +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which + # contains only /bin. Note that ksh looks also at the FPATH variable, + # so we have to set that as well for the test. + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + || PATH_SEPARATOR=';' + } +fi + +# Find out how to test for executable files. Don't use a zero-byte file, +# as systems may use methods other than mode bits to determine executability. +cat >conf$$.file <<_ASEOF +#! /bin/sh +exit 0 +_ASEOF +chmod +x conf$$.file +if test -x conf$$.file >/dev/null 2>&1; then + ac_executable_p="test -x" +else + ac_executable_p="test -f" +fi +rm -f conf$$.file + +# Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_MSGFMT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case "$MSGFMT" in + [\\/]* | ?:[\\/]*) + ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. + ;; + *) + ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$ac_save_IFS" + test -z "$ac_dir" && ac_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then + echo "$as_me: trying $ac_dir/$ac_word..." >&5 + if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && + (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then + ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" + break 2 + fi + fi + done + done + IFS="$ac_save_IFS" + test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" + ;; +esac +fi +MSGFMT="$ac_cv_path_MSGFMT" +if test "$MSGFMT" != ":"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 +printf "%s\n" "$MSGFMT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + # Extract the first word of "gmsgfmt", so it can be a program name with args. +set dummy gmsgfmt; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_GMSGFMT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $GMSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_GMSGFMT="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" + ;; +esac +fi +GMSGFMT=$ac_cv_path_GMSGFMT +if test -n "$GMSGFMT"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 +printf "%s\n" "$GMSGFMT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + + case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; + *) MSGFMT_015=$MSGFMT ;; + esac + + case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; + *) GMSGFMT_015=$GMSGFMT ;; + esac + + + +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which + # contains only /bin. Note that ksh looks also at the FPATH variable, + # so we have to set that as well for the test. + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + || PATH_SEPARATOR=';' + } +fi + +# Find out how to test for executable files. Don't use a zero-byte file, +# as systems may use methods other than mode bits to determine executability. +cat >conf$$.file <<_ASEOF +#! /bin/sh +exit 0 +_ASEOF +chmod +x conf$$.file +if test -x conf$$.file >/dev/null 2>&1; then + ac_executable_p="test -x" +else + ac_executable_p="test -f" +fi +rm -f conf$$.file + +# Extract the first word of "xgettext", so it can be a program name with args. +set dummy xgettext; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_XGETTEXT+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case "$XGETTEXT" in + [\\/]* | ?:[\\/]*) + ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. + ;; + *) + ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$ac_save_IFS" + test -z "$ac_dir" && ac_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then + echo "$as_me: trying $ac_dir/$ac_word..." >&5 + if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && + (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then + ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" + break 2 + fi + fi + done + done + IFS="$ac_save_IFS" + test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" + ;; +esac +fi +XGETTEXT="$ac_cv_path_XGETTEXT" +if test "$XGETTEXT" != ":"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 +printf "%s\n" "$XGETTEXT" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + rm -f messages.po + + case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; + *) XGETTEXT_015=$XGETTEXT ;; + esac + + + +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which + # contains only /bin. Note that ksh looks also at the FPATH variable, + # so we have to set that as well for the test. + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + || PATH_SEPARATOR=';' + } +fi + +# Find out how to test for executable files. Don't use a zero-byte file, +# as systems may use methods other than mode bits to determine executability. +cat >conf$$.file <<_ASEOF +#! /bin/sh +exit 0 +_ASEOF +chmod +x conf$$.file +if test -x conf$$.file >/dev/null 2>&1; then + ac_executable_p="test -x" +else + ac_executable_p="test -f" +fi +rm -f conf$$.file + +# Extract the first word of "msgmerge", so it can be a program name with args. +set dummy msgmerge; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_MSGMERGE+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case "$MSGMERGE" in + [\\/]* | ?:[\\/]*) + ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. + ;; + *) + ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$ac_save_IFS" + test -z "$ac_dir" && ac_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then + echo "$as_me: trying $ac_dir/$ac_word..." >&5 + if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then + ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" + break 2 + fi + fi + done + done + IFS="$ac_save_IFS" + test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" + ;; +esac +fi +MSGMERGE="$ac_cv_path_MSGMERGE" +if test "$MSGMERGE" != ":"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 +printf "%s\n" "$MSGMERGE" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$localedir" || localedir='${datadir}/locale' + + + test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= + + + ac_config_commands="$ac_config_commands po-directories" + + + + if test "X$prefix" = "XNONE"; then + acl_final_prefix="$ac_default_prefix" + else + acl_final_prefix="$prefix" + fi + if test "X$exec_prefix" = "XNONE"; then + acl_final_exec_prefix='${prefix}' + else + acl_final_exec_prefix="$exec_prefix" + fi + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" + prefix="$acl_save_prefix" + + + +# Check whether --with-gnu-ld was given. +if test ${with_gnu_ld+y} +then : + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else $as_nop + with_gnu_ld=no +fi + +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which + # contains only /bin. Note that ksh looks also at the FPATH variable, + # so we have to set that as well for the test. + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + || PATH_SEPARATOR=';' + } +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +printf %s "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` + while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +printf %s "checking for GNU ld... " >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +printf %s "checking for non-GNU ld... " >&6; } +fi +if test ${acl_cv_path_LD+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$LD"; then + acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$acl_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + acl_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$acl_cv_path_LD" -v 2>&1 &5 +printf "%s\n" "$LD" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +printf %s "checking if the linker ($LD) is GNU ld... " >&6; } +if test ${acl_cv_prog_gnu_ld+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +printf "%s\n" "$acl_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$acl_cv_prog_gnu_ld + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 +printf %s "checking for shared library run path origin... " >&6; } +if test ${acl_cv_rpath+y} +then : + printf %s "(cached) " >&6 +else $as_nop + + CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ + ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh + . ./conftest.sh + rm -f ./conftest.sh + acl_cv_rpath=done + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 +printf "%s\n" "$acl_cv_rpath" >&6; } + wl="$acl_cv_wl" + acl_libext="$acl_cv_libext" + acl_shlibext="$acl_cv_shlibext" + acl_libname_spec="$acl_cv_libname_spec" + acl_library_names_spec="$acl_cv_library_names_spec" + acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" + acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" + acl_hardcode_direct="$acl_cv_hardcode_direct" + acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" + # Check whether --enable-rpath was given. +if test ${enable_rpath+y} +then : + enableval=$enable_rpath; : +else $as_nop + enable_rpath=yes +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +printf %s "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if test ${ac_cv_prog_CPP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # Double quotes because $CC needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + +else $as_nop + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + # Broken: success on invalid input. +continue +else $as_nop + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok +then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +printf "%s\n" "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + +else $as_nop + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + # Broken: success on invalid input. +continue +else $as_nop + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok +then : + +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +printf %s "checking for grep that handles long lines and -e... " >&6; } +if test ${ac_cv_path_GREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in grep ggrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +printf "%s\n" "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +printf %s "checking for egrep... " >&6; } +if test ${ac_cv_path_EGREP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in egrep + do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + printf %s 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + printf "%s\n" 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +printf "%s\n" "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + + + + acl_libdirstem=lib + acl_libdirstem2= + case "$host_os" in + solaris*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5 +printf %s "checking for 64-bit host... " >&6; } +if test ${gl_cv_solaris_64bit+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#ifdef _LP64 +sixtyfour bits +#endif + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "sixtyfour bits" >/dev/null 2>&1 +then : + gl_cv_solaris_64bit=yes +else $as_nop + gl_cv_solaris_64bit=no +fi +rm -rf conftest* + + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5 +printf "%s\n" "$gl_cv_solaris_64bit" >&6; } + if test $gl_cv_solaris_64bit = yes; then + acl_libdirstem=lib/64 + case "$host_cpu" in + sparc*) acl_libdirstem2=lib/sparcv9 ;; + i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; + esac + fi + ;; + *) + searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` + if test -n "$searchpath"; then + acl_save_IFS="${IFS= }"; IFS=":" + for searchdir in $searchpath; do + if test -d "$searchdir"; then + case "$searchdir" in + */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; + */../ | */.. ) + # Better ignore directories of this form. They are misleading. + ;; + *) searchdir=`cd "$searchdir" && pwd` + case "$searchdir" in + */lib64 ) acl_libdirstem=lib64 ;; + esac ;; + esac + fi + done + IFS="$acl_save_IFS" + fi + ;; + esac + test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" + + + + + + + + + + + + + use_additional=yes + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + +# Check whether --with-libiconv-prefix was given. +if test ${with_libiconv_prefix+y} +then : + withval=$with_libiconv_prefix; + if test "X$withval" = "Xno"; then + use_additional=no + else + if test "X$withval" = "X"; then + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + else + additional_includedir="$withval/include" + additional_libdir="$withval/$acl_libdirstem" + if test "$acl_libdirstem2" != "$acl_libdirstem" \ + && ! test -d "$withval/$acl_libdirstem"; then + additional_libdir="$withval/$acl_libdirstem2" + fi + fi + fi + +fi + + LIBICONV= + LTLIBICONV= + INCICONV= + LIBICONV_PREFIX= + HAVE_LIBICONV= + rpathdirs= + ltrpathdirs= + names_already_handled= + names_next_round='iconv ' + while test -n "$names_next_round"; do + names_this_round="$names_next_round" + names_next_round= + for name in $names_this_round; do + already_handled= + for n in $names_already_handled; do + if test "$n" = "$name"; then + already_handled=yes + break + fi + done + if test -z "$already_handled"; then + names_already_handled="$names_already_handled $name" + uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` + eval value=\"\$HAVE_LIB$uppername\" + if test -n "$value"; then + if test "$value" = yes; then + eval value=\"\$LIB$uppername\" + test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" + eval value=\"\$LTLIB$uppername\" + test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" + else + : + fi + else + found_dir= + found_la= + found_so= + found_a= + eval libname=\"$acl_libname_spec\" # typically: libname=lib$name + if test -n "$acl_shlibext"; then + shrext=".$acl_shlibext" # typically: shrext=.so + else + shrext= + fi + if test $use_additional = yes; then + dir="$additional_libdir" + if test -n "$acl_shlibext"; then + if test -f "$dir/$libname$shrext"; then + found_dir="$dir" + found_so="$dir/$libname$shrext" + else + if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then + ver=`(cd "$dir" && \ + for f in "$libname$shrext".*; do echo "$f"; done \ + | sed -e "s,^$libname$shrext\\\\.,," \ + | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ + | sed 1q ) 2>/dev/null` + if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then + found_dir="$dir" + found_so="$dir/$libname$shrext.$ver" + fi + else + eval library_names=\"$acl_library_names_spec\" + for f in $library_names; do + if test -f "$dir/$f"; then + found_dir="$dir" + found_so="$dir/$f" + break + fi + done + fi + fi + fi + if test "X$found_dir" = "X"; then + if test -f "$dir/$libname.$acl_libext"; then + found_dir="$dir" + found_a="$dir/$libname.$acl_libext" + fi + fi + if test "X$found_dir" != "X"; then + if test -f "$dir/$libname.la"; then + found_la="$dir/$libname.la" + fi + fi + fi + if test "X$found_dir" = "X"; then + for x in $LDFLAGS $LTLIBICONV; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + case "$x" in + -L*) + dir=`echo "X$x" | sed -e 's/^X-L//'` + if test -n "$acl_shlibext"; then + if test -f "$dir/$libname$shrext"; then + found_dir="$dir" + found_so="$dir/$libname$shrext" + else + if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then + ver=`(cd "$dir" && \ + for f in "$libname$shrext".*; do echo "$f"; done \ + | sed -e "s,^$libname$shrext\\\\.,," \ + | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ + | sed 1q ) 2>/dev/null` + if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then + found_dir="$dir" + found_so="$dir/$libname$shrext.$ver" + fi + else + eval library_names=\"$acl_library_names_spec\" + for f in $library_names; do + if test -f "$dir/$f"; then + found_dir="$dir" + found_so="$dir/$f" + break + fi + done + fi + fi + fi + if test "X$found_dir" = "X"; then + if test -f "$dir/$libname.$acl_libext"; then + found_dir="$dir" + found_a="$dir/$libname.$acl_libext" + fi + fi + if test "X$found_dir" != "X"; then + if test -f "$dir/$libname.la"; then + found_la="$dir/$libname.la" + fi + fi + ;; + esac + if test "X$found_dir" != "X"; then + break + fi + done + fi + if test "X$found_dir" != "X"; then + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" + if test "X$found_so" != "X"; then + if test "$enable_rpath" = no \ + || test "X$found_dir" = "X/usr/$acl_libdirstem" \ + || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then + LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" + else + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $found_dir" + fi + if test "$acl_hardcode_direct" = yes; then + LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" + else + if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then + LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $found_dir" + fi + else + haveit= + for x in $LDFLAGS $LIBICONV; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" + fi + if test "$acl_hardcode_minus_L" != no; then + LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" + else + LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" + fi + fi + fi + fi + else + if test "X$found_a" != "X"; then + LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" + else + LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" + fi + fi + additional_includedir= + case "$found_dir" in + */$acl_libdirstem | */$acl_libdirstem/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` + if test "$name" = 'iconv'; then + LIBICONV_PREFIX="$basedir" + fi + additional_includedir="$basedir/include" + ;; + */$acl_libdirstem2 | */$acl_libdirstem2/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` + if test "$name" = 'iconv'; then + LIBICONV_PREFIX="$basedir" + fi + additional_includedir="$basedir/include" + ;; + esac + if test "X$additional_includedir" != "X"; then + if test "X$additional_includedir" != "X/usr/include"; then + haveit= + if test "X$additional_includedir" = "X/usr/local/include"; then + if test -n "$GCC"; then + case $host_os in + linux* | gnu* | k*bsd*-gnu) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + for x in $CPPFLAGS $INCICONV; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-I$additional_includedir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_includedir"; then + INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" + fi + fi + fi + fi + fi + if test -n "$found_la"; then + save_libdir="$libdir" + case "$found_la" in + */* | *\\*) . "$found_la" ;; + *) . "./$found_la" ;; + esac + libdir="$save_libdir" + for dep in $dependency_libs; do + case "$dep" in + -L*) + additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` + if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ + && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then + haveit= + if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ + || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then + if test -n "$GCC"; then + case $host_os in + linux* | gnu* | k*bsd*-gnu) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + haveit= + for x in $LDFLAGS $LIBICONV; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" + fi + fi + haveit= + for x in $LDFLAGS $LTLIBICONV; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" + fi + fi + fi + fi + ;; + -R*) + dir=`echo "X$dep" | sed -e 's/^X-R//'` + if test "$enable_rpath" != no; then + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $dir" + fi + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $dir" + fi + fi + ;; + -l*) + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` + ;; + *.la) + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` + ;; + *) + LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" + ;; + esac + done + fi + else + LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" + fi + fi + fi + done + done + if test "X$rpathdirs" != "X"; then + if test -n "$acl_hardcode_libdir_separator"; then + alldirs= + for found_dir in $rpathdirs; do + alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" + done + acl_save_libdir="$libdir" + libdir="$alldirs" + eval flag=\"$acl_hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" + else + for found_dir in $rpathdirs; do + acl_save_libdir="$libdir" + libdir="$found_dir" + eval flag=\"$acl_hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" + done + fi + fi + if test "X$ltrpathdirs" != "X"; then + for found_dir in $ltrpathdirs; do + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" + done + fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 +printf %s "checking for CFPreferencesCopyAppValue... " >&6; } +if test ${gt_cv_func_CFPreferencesCopyAppValue+y} +then : + printf %s "(cached) " >&6 +else $as_nop + gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main (void) +{ +CFPreferencesCopyAppValue(NULL, NULL) + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + gt_cv_func_CFPreferencesCopyAppValue=yes +else $as_nop + gt_cv_func_CFPreferencesCopyAppValue=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$gt_save_LIBS" +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 +printf "%s\n" "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } + if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then + +printf "%s\n" "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h + + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 +printf %s "checking for CFLocaleCopyCurrent... " >&6; } +if test ${gt_cv_func_CFLocaleCopyCurrent+y} +then : + printf %s "(cached) " >&6 +else $as_nop + gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main (void) +{ +CFLocaleCopyCurrent(); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + gt_cv_func_CFLocaleCopyCurrent=yes +else $as_nop + gt_cv_func_CFLocaleCopyCurrent=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$gt_save_LIBS" +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 +printf "%s\n" "$gt_cv_func_CFLocaleCopyCurrent" >&6; } + if test $gt_cv_func_CFLocaleCopyCurrent = yes; then + +printf "%s\n" "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h + + fi + INTL_MACOSX_LIBS= + if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then + INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" + fi + + + + + + + LIBINTL= + LTLIBINTL= + POSUB= + + case " $gt_needs " in + *" need-formatstring-macros "*) gt_api_version=3 ;; + *" need-ngettext "*) gt_api_version=2 ;; + *) gt_api_version=1 ;; + esac + gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" + gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" + + if test "$USE_NLS" = "yes"; then + gt_use_preinstalled_gnugettext=no + + + if test $gt_api_version -ge 3; then + gt_revision_test_code=' +#ifndef __GNU_GETTEXT_SUPPORTED_REVISION +#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) +#endif +typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; +' + else + gt_revision_test_code= + fi + if test $gt_api_version -ge 2; then + gt_expression_test_code=' + * ngettext ("", "", 0)' + else + gt_expression_test_code= + fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 +printf %s "checking for GNU gettext in libc... " >&6; } +if eval test \${$gt_func_gnugettext_libc+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +$gt_revision_test_code +extern int _nl_msg_cat_cntr; +extern int *_nl_domain_bindings; + +int +main (void) +{ + +bindtextdomain ("", ""); +return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$gt_func_gnugettext_libc=yes" +else $as_nop + eval "$gt_func_gnugettext_libc=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$gt_func_gnugettext_libc + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + + if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then + + + + + + am_save_CPPFLAGS="$CPPFLAGS" + + for element in $INCICONV; do + haveit= + for x in $CPPFLAGS; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X$element"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" + fi + done + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 +printf %s "checking for iconv... " >&6; } +if test ${am_cv_func_iconv+y} +then : + printf %s "(cached) " >&6 +else $as_nop + + am_cv_func_iconv="no, consider installing GNU libiconv" + am_cv_lib_iconv=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +#include + +int +main (void) +{ +iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + am_cv_func_iconv=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if test "$am_cv_func_iconv" != yes; then + am_save_LIBS="$LIBS" + LIBS="$LIBS $LIBICONV" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +#include + +int +main (void) +{ +iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + am_cv_lib_iconv=yes + am_cv_func_iconv=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + LIBS="$am_save_LIBS" + fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 +printf "%s\n" "$am_cv_func_iconv" >&6; } + if test "$am_cv_func_iconv" = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 +printf %s "checking for working iconv... " >&6; } +if test ${am_cv_func_iconv_works+y} +then : + printf %s "(cached) " >&6 +else $as_nop + + am_save_LIBS="$LIBS" + if test $am_cv_lib_iconv = yes; then + LIBS="$LIBS $LIBICONV" + fi + if test "$cross_compiling" = yes +then : + + case "$host_os" in + aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; + *) am_cv_func_iconv_works="guessing yes" ;; + esac + +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +#include +int main () +{ + int result = 0; + /* Test against AIX 5.1 bug: Failures are not distinguishable from successful + returns. */ + { + iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); + if (cd_utf8_to_88591 != (iconv_t)(-1)) + { + static const char input[] = "\342\202\254"; /* EURO SIGN */ + char buf[10]; + const char *inptr = input; + size_t inbytesleft = strlen (input); + char *outptr = buf; + size_t outbytesleft = sizeof (buf); + size_t res = iconv (cd_utf8_to_88591, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if (res == 0) + result |= 1; + iconv_close (cd_utf8_to_88591); + } + } + /* Test against Solaris 10 bug: Failures are not distinguishable from + successful returns. */ + { + iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); + if (cd_ascii_to_88591 != (iconv_t)(-1)) + { + static const char input[] = "\263"; + char buf[10]; + const char *inptr = input; + size_t inbytesleft = strlen (input); + char *outptr = buf; + size_t outbytesleft = sizeof (buf); + size_t res = iconv (cd_ascii_to_88591, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if (res == 0) + result |= 2; + iconv_close (cd_ascii_to_88591); + } + } + /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ + { + iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); + if (cd_88591_to_utf8 != (iconv_t)(-1)) + { + static const char input[] = "\304"; + static char buf[2] = { (char)0xDE, (char)0xAD }; + const char *inptr = input; + size_t inbytesleft = 1; + char *outptr = buf; + size_t outbytesleft = 1; + size_t res = iconv (cd_88591_to_utf8, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) + result |= 4; + iconv_close (cd_88591_to_utf8); + } + } +#if 0 /* This bug could be worked around by the caller. */ + /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ + { + iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); + if (cd_88591_to_utf8 != (iconv_t)(-1)) + { + static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; + char buf[50]; + const char *inptr = input; + size_t inbytesleft = strlen (input); + char *outptr = buf; + size_t outbytesleft = sizeof (buf); + size_t res = iconv (cd_88591_to_utf8, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if ((int)res > 0) + result |= 8; + iconv_close (cd_88591_to_utf8); + } + } +#endif + /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is + provided. */ + if (/* Try standardized names. */ + iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) + /* Try IRIX, OSF/1 names. */ + && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) + /* Try AIX names. */ + && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) + /* Try HP-UX names. */ + && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) + result |= 16; + return result; +} +_ACEOF +if ac_fn_c_try_run "$LINENO" +then : + am_cv_func_iconv_works=yes +else $as_nop + am_cv_func_iconv_works=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + + LIBS="$am_save_LIBS" + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 +printf "%s\n" "$am_cv_func_iconv_works" >&6; } + case "$am_cv_func_iconv_works" in + *no) am_func_iconv=no am_cv_lib_iconv=no ;; + *) am_func_iconv=yes ;; + esac + else + am_func_iconv=no am_cv_lib_iconv=no + fi + if test "$am_func_iconv" = yes; then + +printf "%s\n" "#define HAVE_ICONV 1" >>confdefs.h + + fi + if test "$am_cv_lib_iconv" = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 +printf %s "checking how to link with libiconv... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 +printf "%s\n" "$LIBICONV" >&6; } + else + CPPFLAGS="$am_save_CPPFLAGS" + LIBICONV= + LTLIBICONV= + fi + + + + + + + + + + + + use_additional=yes + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + +# Check whether --with-libintl-prefix was given. +if test ${with_libintl_prefix+y} +then : + withval=$with_libintl_prefix; + if test "X$withval" = "Xno"; then + use_additional=no + else + if test "X$withval" = "X"; then + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + else + additional_includedir="$withval/include" + additional_libdir="$withval/$acl_libdirstem" + if test "$acl_libdirstem2" != "$acl_libdirstem" \ + && ! test -d "$withval/$acl_libdirstem"; then + additional_libdir="$withval/$acl_libdirstem2" + fi + fi + fi + +fi + + LIBINTL= + LTLIBINTL= + INCINTL= + LIBINTL_PREFIX= + HAVE_LIBINTL= + rpathdirs= + ltrpathdirs= + names_already_handled= + names_next_round='intl ' + while test -n "$names_next_round"; do + names_this_round="$names_next_round" + names_next_round= + for name in $names_this_round; do + already_handled= + for n in $names_already_handled; do + if test "$n" = "$name"; then + already_handled=yes + break + fi + done + if test -z "$already_handled"; then + names_already_handled="$names_already_handled $name" + uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` + eval value=\"\$HAVE_LIB$uppername\" + if test -n "$value"; then + if test "$value" = yes; then + eval value=\"\$LIB$uppername\" + test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" + eval value=\"\$LTLIB$uppername\" + test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" + else + : + fi + else + found_dir= + found_la= + found_so= + found_a= + eval libname=\"$acl_libname_spec\" # typically: libname=lib$name + if test -n "$acl_shlibext"; then + shrext=".$acl_shlibext" # typically: shrext=.so + else + shrext= + fi + if test $use_additional = yes; then + dir="$additional_libdir" + if test -n "$acl_shlibext"; then + if test -f "$dir/$libname$shrext"; then + found_dir="$dir" + found_so="$dir/$libname$shrext" + else + if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then + ver=`(cd "$dir" && \ + for f in "$libname$shrext".*; do echo "$f"; done \ + | sed -e "s,^$libname$shrext\\\\.,," \ + | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ + | sed 1q ) 2>/dev/null` + if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then + found_dir="$dir" + found_so="$dir/$libname$shrext.$ver" + fi + else + eval library_names=\"$acl_library_names_spec\" + for f in $library_names; do + if test -f "$dir/$f"; then + found_dir="$dir" + found_so="$dir/$f" + break + fi + done + fi + fi + fi + if test "X$found_dir" = "X"; then + if test -f "$dir/$libname.$acl_libext"; then + found_dir="$dir" + found_a="$dir/$libname.$acl_libext" + fi + fi + if test "X$found_dir" != "X"; then + if test -f "$dir/$libname.la"; then + found_la="$dir/$libname.la" + fi + fi + fi + if test "X$found_dir" = "X"; then + for x in $LDFLAGS $LTLIBINTL; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + case "$x" in + -L*) + dir=`echo "X$x" | sed -e 's/^X-L//'` + if test -n "$acl_shlibext"; then + if test -f "$dir/$libname$shrext"; then + found_dir="$dir" + found_so="$dir/$libname$shrext" + else + if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then + ver=`(cd "$dir" && \ + for f in "$libname$shrext".*; do echo "$f"; done \ + | sed -e "s,^$libname$shrext\\\\.,," \ + | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ + | sed 1q ) 2>/dev/null` + if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then + found_dir="$dir" + found_so="$dir/$libname$shrext.$ver" + fi + else + eval library_names=\"$acl_library_names_spec\" + for f in $library_names; do + if test -f "$dir/$f"; then + found_dir="$dir" + found_so="$dir/$f" + break + fi + done + fi + fi + fi + if test "X$found_dir" = "X"; then + if test -f "$dir/$libname.$acl_libext"; then + found_dir="$dir" + found_a="$dir/$libname.$acl_libext" + fi + fi + if test "X$found_dir" != "X"; then + if test -f "$dir/$libname.la"; then + found_la="$dir/$libname.la" + fi + fi + ;; + esac + if test "X$found_dir" != "X"; then + break + fi + done + fi + if test "X$found_dir" != "X"; then + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" + if test "X$found_so" != "X"; then + if test "$enable_rpath" = no \ + || test "X$found_dir" = "X/usr/$acl_libdirstem" \ + || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then + LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" + else + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $found_dir" + fi + if test "$acl_hardcode_direct" = yes; then + LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" + else + if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then + LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $found_dir" + fi + else + haveit= + for x in $LDFLAGS $LIBINTL; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" + fi + if test "$acl_hardcode_minus_L" != no; then + LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" + else + LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" + fi + fi + fi + fi + else + if test "X$found_a" != "X"; then + LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" + else + LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" + fi + fi + additional_includedir= + case "$found_dir" in + */$acl_libdirstem | */$acl_libdirstem/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` + if test "$name" = 'intl'; then + LIBINTL_PREFIX="$basedir" + fi + additional_includedir="$basedir/include" + ;; + */$acl_libdirstem2 | */$acl_libdirstem2/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` + if test "$name" = 'intl'; then + LIBINTL_PREFIX="$basedir" + fi + additional_includedir="$basedir/include" + ;; + esac + if test "X$additional_includedir" != "X"; then + if test "X$additional_includedir" != "X/usr/include"; then + haveit= + if test "X$additional_includedir" = "X/usr/local/include"; then + if test -n "$GCC"; then + case $host_os in + linux* | gnu* | k*bsd*-gnu) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + for x in $CPPFLAGS $INCINTL; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-I$additional_includedir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_includedir"; then + INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" + fi + fi + fi + fi + fi + if test -n "$found_la"; then + save_libdir="$libdir" + case "$found_la" in + */* | *\\*) . "$found_la" ;; + *) . "./$found_la" ;; + esac + libdir="$save_libdir" + for dep in $dependency_libs; do + case "$dep" in + -L*) + additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` + if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ + && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then + haveit= + if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ + || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then + if test -n "$GCC"; then + case $host_os in + linux* | gnu* | k*bsd*-gnu) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + haveit= + for x in $LDFLAGS $LIBINTL; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" + fi + fi + haveit= + for x in $LDFLAGS $LTLIBINTL; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" + fi + fi + fi + fi + ;; + -R*) + dir=`echo "X$dep" | sed -e 's/^X-R//'` + if test "$enable_rpath" != no; then + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $dir" + fi + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $dir" + fi + fi + ;; + -l*) + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` + ;; + *.la) + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` + ;; + *) + LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" + ;; + esac + done + fi + else + LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" + fi + fi + fi + done + done + if test "X$rpathdirs" != "X"; then + if test -n "$acl_hardcode_libdir_separator"; then + alldirs= + for found_dir in $rpathdirs; do + alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" + done + acl_save_libdir="$libdir" + libdir="$alldirs" + eval flag=\"$acl_hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" + else + for found_dir in $rpathdirs; do + acl_save_libdir="$libdir" + libdir="$found_dir" + eval flag=\"$acl_hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" + done + fi + fi + if test "X$ltrpathdirs" != "X"; then + for found_dir in $ltrpathdirs; do + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" + done + fi + + + + + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 +printf %s "checking for GNU gettext in libintl... " >&6; } +if eval test \${$gt_func_gnugettext_libintl+y} +then : + printf %s "(cached) " >&6 +else $as_nop + gt_save_CPPFLAGS="$CPPFLAGS" + CPPFLAGS="$CPPFLAGS $INCINTL" + gt_save_LIBS="$LIBS" + LIBS="$LIBS $LIBINTL" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +$gt_revision_test_code +extern int _nl_msg_cat_cntr; +extern +#ifdef __cplusplus +"C" +#endif +const char *_nl_expand_alias (const char *); + +int +main (void) +{ + +bindtextdomain ("", ""); +return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$gt_func_gnugettext_libintl=yes" +else $as_nop + eval "$gt_func_gnugettext_libintl=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then + LIBS="$LIBS $LIBICONV" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +$gt_revision_test_code +extern int _nl_msg_cat_cntr; +extern +#ifdef __cplusplus +"C" +#endif +const char *_nl_expand_alias (const char *); + +int +main (void) +{ + +bindtextdomain ("", ""); +return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + LIBINTL="$LIBINTL $LIBICONV" + LTLIBINTL="$LTLIBINTL $LTLIBICONV" + eval "$gt_func_gnugettext_libintl=yes" + +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext + fi + CPPFLAGS="$gt_save_CPPFLAGS" + LIBS="$gt_save_LIBS" +fi +eval ac_res=\$$gt_func_gnugettext_libintl + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + fi + + if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ + || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ + && test "$PACKAGE" != gettext-runtime \ + && test "$PACKAGE" != gettext-tools; }; then + gt_use_preinstalled_gnugettext=yes + else + LIBINTL= + LTLIBINTL= + INCINTL= + fi + + + + if test -n "$INTL_MACOSX_LIBS"; then + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" + LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" + fi + fi + + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + +printf "%s\n" "#define ENABLE_NLS 1" >>confdefs.h + + else + USE_NLS=no + fi + fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 +printf %s "checking whether to use NLS... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 +printf "%s\n" "$USE_NLS" >&6; } + if test "$USE_NLS" = "yes"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5 +printf %s "checking where the gettext function comes from... " >&6; } + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then + gt_source="external libintl" + else + gt_source="libc" + fi + else + gt_source="included intl directory" + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5 +printf "%s\n" "$gt_source" >&6; } + fi + + if test "$USE_NLS" = "yes"; then + + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5 +printf %s "checking how to link with libintl... " >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5 +printf "%s\n" "$LIBINTL" >&6; } + + for element in $INCINTL; do + haveit= + for x in $CPPFLAGS; do + + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + eval x=\"$x\" + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" + + if test "X$x" = "X$element"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" + fi + done + + fi + + +printf "%s\n" "#define HAVE_GETTEXT 1" >>confdefs.h + + +printf "%s\n" "#define HAVE_DCGETTEXT 1" >>confdefs.h + + fi + + POSUB=po + fi + + + + INTLLIBS="$LIBINTL" + + + + + + + + + if test "$host_os" = "windows"; then + WINDOWS_TRUE= + WINDOWS_FALSE='#' +else + WINDOWS_TRUE='#' + WINDOWS_FALSE= +fi + + + +build_linux=no +build_windows=no +build_mac=no +build_freebsd=no + +# Detect the target system +case "${host_os}" in + linux*) + build_linux=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Linux detected" >&5 +printf "%s\n" "$as_me: Linux detected" >&6;} + + if test "x$enable_aac" != "xno" -a "x$client_only" != "xyes" +then : + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for aacEncOpen in -lfdk-aac" >&5 +printf %s "checking for aacEncOpen in -lfdk-aac... " >&6; } +if test ${ac_cv_lib_fdk_aac_aacEncOpen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lfdk-aac $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char aacEncOpen (); +int +main (void) +{ +return aacEncOpen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_fdk_aac_aacEncOpen=yes +else $as_nop + ac_cv_lib_fdk_aac_aacEncOpen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fdk_aac_aacEncOpen" >&5 +printf "%s\n" "$ac_cv_lib_fdk_aac_aacEncOpen" >&6; } +if test "x$ac_cv_lib_fdk_aac_aacEncOpen" = xyes +then : + + CPPFLAGS="$CPPFLAGS -DHAVE_LIBFDK_AAC" + LIBS="$LIBS -ldl" + +else $as_nop + as_fn_error $? "**** Could not find libfdk-aac - run ./configure --disable-aac to build without aac support ****" "$LINENO" 5 + +fi + + +fi + # Check whether --enable-webrtc was given. +if test ${enable_webrtc+y} +then : + enableval=$enable_webrtc; + if test "x$client_only" != "xyes" +then : + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for rtcCreatePeerConnection in -ldatachannel" >&5 +printf %s "checking for rtcCreatePeerConnection in -ldatachannel... " >&6; } +if test ${ac_cv_lib_datachannel_rtcCreatePeerConnection+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldatachannel $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char rtcCreatePeerConnection (); +int +main (void) +{ +return rtcCreatePeerConnection (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_datachannel_rtcCreatePeerConnection=yes +else $as_nop + ac_cv_lib_datachannel_rtcCreatePeerConnection=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_datachannel_rtcCreatePeerConnection" >&5 +printf "%s\n" "$ac_cv_lib_datachannel_rtcCreatePeerConnection" >&6; } +if test "x$ac_cv_lib_datachannel_rtcCreatePeerConnection" = xyes +then : + printf "%s\n" "#define HAVE_LIBDATACHANNEL 1" >>confdefs.h + + LIBS="-ldatachannel $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find datachannel ****" "$LINENO" 5 +fi + + +fi + +fi + + ;; + cygwin*|mingw*|windows) + build_windows=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Windows detected" >&5 +printf "%s\n" "$as_me: Windows detected" >&6;} + + # Do NOT check for aac lib here because butt must not depend on libfdk-aac dll. + # Instead define HAVE_LIBFDK_AAC manually, so butt runs with and without the dll + CPPFLAGS="$CPPFLAGS -DHAVE_LIBFDK_AAC" + + if test "x$client_only" != "xyes" +then : + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for rtcCreatePeerConnection in -ldatachannel" >&5 +printf %s "checking for rtcCreatePeerConnection in -ldatachannel... " >&6; } +if test ${ac_cv_lib_datachannel_rtcCreatePeerConnection+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldatachannel $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char rtcCreatePeerConnection (); +int +main (void) +{ +return rtcCreatePeerConnection (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_datachannel_rtcCreatePeerConnection=yes +else $as_nop + ac_cv_lib_datachannel_rtcCreatePeerConnection=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_datachannel_rtcCreatePeerConnection" >&5 +printf "%s\n" "$ac_cv_lib_datachannel_rtcCreatePeerConnection" >&6; } +if test "x$ac_cv_lib_datachannel_rtcCreatePeerConnection" = xyes +then : + printf "%s\n" "#define HAVE_LIBDATACHANNEL 1" >>confdefs.h + + LIBS="-ldatachannel $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find datachannel ****" "$LINENO" 5 +fi + + +fi + ;; + darwin*) + build_mac=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: MacOS detected" >&5 +printf "%s\n" "$as_me: MacOS detected" >&6;} + CPPFLAGS="$CPPFLAGS -x objective-c++" + LIBS="$LIBS -framework AVFoundation -lintl -framework ScriptingBridge" + LDFLAGS="$LDFLAGS -rpath /usr/local/lib" + + if test "x$client_only" != "xyes" +then : + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for rtcCreatePeerConnection in -ldatachannel" >&5 +printf %s "checking for rtcCreatePeerConnection in -ldatachannel... " >&6; } +if test ${ac_cv_lib_datachannel_rtcCreatePeerConnection+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldatachannel $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char rtcCreatePeerConnection (); +int +main (void) +{ +return rtcCreatePeerConnection (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_datachannel_rtcCreatePeerConnection=yes +else $as_nop + ac_cv_lib_datachannel_rtcCreatePeerConnection=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_datachannel_rtcCreatePeerConnection" >&5 +printf "%s\n" "$ac_cv_lib_datachannel_rtcCreatePeerConnection" >&6; } +if test "x$ac_cv_lib_datachannel_rtcCreatePeerConnection" = xyes +then : + printf "%s\n" "#define HAVE_LIBDATACHANNEL 1" >>confdefs.h + + LIBS="-ldatachannel $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find datachannel ****" "$LINENO" 5 +fi + + +fi + ;; + freebsd*) + build_freebsd=yes + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: FreeBSD detected" >&5 +printf "%s\n" "$as_me: FreeBSD detected" >&6;} + + if test "x$enable_aac" != "xno" -a "x$client_only" != "xyes" +then : + + # By default AC_CHECK_LIB adds -lfdk-aac to the linker flags if the check succeeds. But as the library is loaded with dlopen() during runtime + # the linker flag is not needed. So we only define HAVE_LIBFDK_AAC in case the library was found + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for aacEncOpen in -lfdk-aac" >&5 +printf %s "checking for aacEncOpen in -lfdk-aac... " >&6; } +if test ${ac_cv_lib_fdk_aac_aacEncOpen+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lfdk-aac $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char aacEncOpen (); +int +main (void) +{ +return aacEncOpen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_fdk_aac_aacEncOpen=yes +else $as_nop + ac_cv_lib_fdk_aac_aacEncOpen=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fdk_aac_aacEncOpen" >&5 +printf "%s\n" "$ac_cv_lib_fdk_aac_aacEncOpen" >&6; } +if test "x$ac_cv_lib_fdk_aac_aacEncOpen" = xyes +then : + CPPFLAGS="$CPPFLAGS -DHAVE_LIBFDK_AAC" +else $as_nop + as_fn_error $? "**** Could not find libfdk-aac - run ./configure --disable-aac to build without aac support ****" "$LINENO" 5 + +fi + + +fi + + # Check whether --enable-webrtc was given. +if test ${enable_webrtc+y} +then : + enableval=$enable_webrtc; + if test "x$client_only" != "xyes" +then : + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for rtcCreatePeerConnection in -ldatachannel" >&5 +printf %s "checking for rtcCreatePeerConnection in -ldatachannel... " >&6; } +if test ${ac_cv_lib_datachannel_rtcCreatePeerConnection+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldatachannel $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +char rtcCreatePeerConnection (); +int +main (void) +{ +return rtcCreatePeerConnection (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_datachannel_rtcCreatePeerConnection=yes +else $as_nop + ac_cv_lib_datachannel_rtcCreatePeerConnection=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_datachannel_rtcCreatePeerConnection" >&5 +printf "%s\n" "$ac_cv_lib_datachannel_rtcCreatePeerConnection" >&6; } +if test "x$ac_cv_lib_datachannel_rtcCreatePeerConnection" = xyes +then : + printf "%s\n" "#define HAVE_LIBDATACHANNEL 1" >>confdefs.h + + LIBS="-ldatachannel $LIBS" + +else $as_nop + as_fn_error $? "**** Could not find datachannel ****" "$LINENO" 5 +fi + + +fi + +fi + + ;; + *) + as_fn_error $? "\"OS $host_os is not supported\"" "$LINENO" 5 + ;; +esac + +# Pass the conditionals to automake + if test "$build_linux" = "yes"; then + LINUX_TRUE= + LINUX_FALSE='#' +else + LINUX_TRUE='#' + LINUX_FALSE= +fi + + if test "$build_windows" = "yes"; then + WINDOWS_TRUE= + WINDOWS_FALSE='#' +else + WINDOWS_TRUE='#' + WINDOWS_FALSE= +fi + + if test "$build_mac" = "yes"; then + OSX_TRUE= + OSX_FALSE='#' +else + OSX_TRUE='#' + OSX_FALSE= +fi + + if test "$build_freebsd" = "yes"; then + FREEBSD_TRUE= + FREEBSD_FALSE='#' +else + FREEBSD_TRUE='#' + FREEBSD_FALSE= +fi + + if test "x$with_radioco" = "xyes"; then + WITH_RADIOCO_TRUE= + WITH_RADIOCO_FALSE='#' +else + WITH_RADIOCO_TRUE='#' + WITH_RADIOCO_FALSE= +fi + + if test "x$with_client" = "xyes" -o "x$client_only" = "xyes"; then + WITH_CLIENT_TRUE= + WITH_CLIENT_FALSE='#' +else + WITH_CLIENT_TRUE='#' + WITH_CLIENT_FALSE= +fi + + if test "x$client_only" = "xyes"; then + CLIENT_ONLY_TRUE= + CLIENT_ONLY_FALSE='#' +else + CLIENT_ONLY_TRUE='#' + CLIENT_ONLY_FALSE= +fi + + +# Extract the first word of "fltk-config", so it can be a program name with args. +set dummy fltk-config; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_FLTKCONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$FLTKCONFIG"; then + ac_cv_prog_FLTKCONFIG="$FLTKCONFIG" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_FLTKCONFIG="fltk-config" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FLTKCONFIG=$ac_cv_prog_FLTKCONFIG +if test -n "$FLTKCONFIG"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FLTKCONFIG" >&5 +printf "%s\n" "$FLTKCONFIG" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + +if test "x$client_only" != "xyes"; then + if test "$FLTKCONFIG" = "fltk-config"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for main in -lfltk" >&5 +printf %s "checking for main in -lfltk... " >&6; } +if test ${ac_cv_lib_fltk_main+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_check_lib_save_LIBS=$LIBS +LIBS="-lfltk $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + +int +main (void) +{ +return main (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_fltk_main=yes +else $as_nop + ac_cv_lib_fltk_main=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fltk_main" >&5 +printf "%s\n" "$ac_cv_lib_fltk_main" >&6; } +if test "x$ac_cv_lib_fltk_main" = xyes +then : + + LIBS="$LIBS `fltk-config --ldflags --use-images`" + CXXFLAGS="$CXXFLAGS `fltk-config --cxxflags`" + +else $as_nop + as_fn_error $? "**** Could not find libfltk ****" "$LINENO" 5 + +fi + + else + as_fn_error $? "**** Could not find fltk-config ****" "$LINENO" 5 + fi +fi + + +#Add dbus library for Linux +if test "$build_linux" = "yes" -a "x$client_only" != "xyes"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: " >&5 +printf "%s\n" "$as_me: " >&6;} + + + + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +printf "%s\n" "$PKG_CONFIG" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.9.0 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + PKG_CONFIG="" + fi +fi + +pkg_failed=no +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dbus-1" >&5 +printf %s "checking for dbus-1... " >&6; } + +if test -n "$DBUS_CFLAGS"; then + pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-1\""; } >&5 + ($PKG_CONFIG --exists --print-errors "dbus-1") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$DBUS_LIBS"; then + pkg_cv_DBUS_LIBS="$DBUS_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-1\""; } >&5 + ($PKG_CONFIG --exists --print-errors "dbus-1") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1" 2>&1` + else + DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$DBUS_PKG_ERRORS" >&5 + + + +printf "%s\n" "#define HAVE_DBUS 0" >>confdefs.h + + as_fn_error $? "**** Coud not find dbus dev files" "$LINENO" 5 + +elif test $pkg_failed = untried; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + + +printf "%s\n" "#define HAVE_DBUS 0" >>confdefs.h + + as_fn_error $? "**** Coud not find dbus dev files" "$LINENO" 5 + +else + DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS + DBUS_LIBS=$pkg_cv_DBUS_LIBS + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + + +printf "%s\n" "#define HAVE_DBUS 1" >>confdefs.h + + LIBS="$LIBS $DBUS_LIBS" + CFLAGS="$CFLAGS $LIBS $DBUS_CFLAGS" + CXXFLAGS="$CXXFLAGS $DBUS_CFLAGS" + +fi + # Explicitly add X11 library because it is not added by fltk-config on OpenSUSE + LIBS="$LIBS -lX11" + +fi + +#Add dbus library for FreeBSD +if test "$build_freebsd" = "yes" -a "x$client_only" != "xyes"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: " >&5 +printf "%s\n" "$as_me: " >&6;} + +pkg_failed=no +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dbus-1" >&5 +printf %s "checking for dbus-1... " >&6; } + +if test -n "$DBUS_CFLAGS"; then + pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-1\""; } >&5 + ($PKG_CONFIG --exists --print-errors "dbus-1") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$DBUS_LIBS"; then + pkg_cv_DBUS_LIBS="$DBUS_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-1\""; } >&5 + ($PKG_CONFIG --exists --print-errors "dbus-1") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1" 2>&1` + else + DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$DBUS_PKG_ERRORS" >&5 + + + +printf "%s\n" "#define HAVE_DBUS 0" >>confdefs.h + + as_fn_error $? "**** Coud not find dbus dev files" "$LINENO" 5 + +elif test $pkg_failed = untried; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + + +printf "%s\n" "#define HAVE_DBUS 0" >>confdefs.h + + as_fn_error $? "**** Coud not find dbus dev files" "$LINENO" 5 + +else + DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS + DBUS_LIBS=$pkg_cv_DBUS_LIBS + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + + +printf "%s\n" "#define HAVE_DBUS 1" >>confdefs.h + + LIBS="$LIBS $DBUS_LIBS" + CFLAGS="$CFLAGS $LIBS $DBUS_CFLAGS" + CXXFLAGS="$CXXFLAGS $DBUS_CFLAGS" + +fi +fi +# Checks for header files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X" >&5 +printf %s "checking for X... " >&6; } + + +# Check whether --with-x was given. +if test ${with_x+y} +then : + withval=$with_x; +fi + +# $have_x is `yes', `no', `disabled', or empty when we do not yet know. +if test "x$with_x" = xno; then + # The user explicitly disabled X. + have_x=disabled +else + case $x_includes,$x_libraries in #( + *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( + *,NONE | NONE,*) if test ${ac_cv_have_x+y} +then : + printf %s "(cached) " >&6 +else $as_nop + # One or both of the vars are not set, and there is no cached value. +ac_x_includes=no +ac_x_libraries=no +# Do we need to do anything special at all? +ac_save_LIBS=$LIBS +LIBS="-lX11 $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main (void) +{ +XrmInitialize () + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + # We can compile and link X programs with no special options. + ac_x_includes= + ac_x_libraries= +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS="$ac_save_LIBS" +# If that didn't work, only try xmkmf and file system searches +# for native compilation. +if test x"$ac_x_includes" = xno && test "$cross_compiling" = no +then : + rm -f -r conftest.dir +if mkdir conftest.dir; then + cd conftest.dir + cat >Imakefile <<'_ACEOF' +incroot: + @echo incroot='${INCROOT}' +usrlibdir: + @echo usrlibdir='${USRLIBDIR}' +libdir: + @echo libdir='${LIBDIR}' +_ACEOF + if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then + # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. + for ac_var in incroot usrlibdir libdir; do + eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" + done + # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. + for ac_extension in a so sl dylib la dll; do + if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && + test -f "$ac_im_libdir/libX11.$ac_extension"; then + ac_im_usrlibdir=$ac_im_libdir; break + fi + done + # Screen out bogus values from the imake configuration. They are + # bogus both because they are the default anyway, and because + # using them would break gcc on systems where it needs fixed includes. + case $ac_im_incroot in + /usr/include) ac_x_includes= ;; + *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; + esac + case $ac_im_usrlibdir in + /usr/lib | /usr/lib64 | /lib | /lib64) ;; + *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; + esac + fi + cd .. + rm -f -r conftest.dir +fi + + # Standard set of common directories for X headers. +# Check X11 before X11Rn because it is often a symlink to the current release. +ac_x_header_dirs=' +/usr/X11/include +/usr/X11R7/include +/usr/X11R6/include +/usr/X11R5/include +/usr/X11R4/include + +/usr/include/X11 +/usr/include/X11R7 +/usr/include/X11R6 +/usr/include/X11R5 +/usr/include/X11R4 + +/usr/local/X11/include +/usr/local/X11R7/include +/usr/local/X11R6/include +/usr/local/X11R5/include +/usr/local/X11R4/include + +/usr/local/include/X11 +/usr/local/include/X11R7 +/usr/local/include/X11R6 +/usr/local/include/X11R5 +/usr/local/include/X11R4 + +/opt/X11/include + +/usr/X386/include +/usr/x386/include +/usr/XFree86/include/X11 + +/usr/include +/usr/local/include +/usr/unsupported/include +/usr/athena/include +/usr/local/x11r5/include +/usr/lpp/Xamples/include + +/usr/openwin/include +/usr/openwin/share/include' + +if test "$ac_x_includes" = no; then + # Guess where to find include files, by looking for Xlib.h. + # First, try using that file with no special directory specified. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO" +then : + # We can compile using X headers with no special include directory. +ac_x_includes= +else $as_nop + for ac_dir in $ac_x_header_dirs; do + if test -r "$ac_dir/X11/Xlib.h"; then + ac_x_includes=$ac_dir + break + fi +done +fi +rm -f conftest.err conftest.i conftest.$ac_ext +fi # $ac_x_includes = no + +if test "$ac_x_libraries" = no; then + # Check for the libraries. + # See if we find them without any special options. + # Don't add to $LIBS permanently. + ac_save_LIBS=$LIBS + LIBS="-lX11 $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main (void) +{ +XrmInitialize () + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + LIBS=$ac_save_LIBS +# We can link X programs with no special library path. +ac_x_libraries= +else $as_nop + LIBS=$ac_save_LIBS +for ac_dir in `printf "%s\n" "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` +do + # Don't even attempt the hair of trying to link an X program! + for ac_extension in a so sl dylib la dll; do + if test -r "$ac_dir/libX11.$ac_extension"; then + ac_x_libraries=$ac_dir + break 2 + fi + done +done +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi # $ac_x_libraries = no + +fi +# Record the results. +case $ac_x_includes,$ac_x_libraries in #( + no,* | *,no | *\'*) : + # Didn't find X, or a directory has "'" in its name. + ac_cv_have_x="have_x=no" ;; #( + *) : + # Record where we found X for the cache. + ac_cv_have_x="have_x=yes\ + ac_x_includes='$ac_x_includes'\ + ac_x_libraries='$ac_x_libraries'" ;; +esac +fi +;; #( + *) have_x=yes;; + esac + eval "$ac_cv_have_x" +fi # $with_x != no + +if test "$have_x" != yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 +printf "%s\n" "$have_x" >&6; } + no_x=yes +else + # If each of the values was on the command line, it overrides each guess. + test "x$x_includes" = xNONE && x_includes=$ac_x_includes + test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries + # Update the cache value to reflect the command line values. + ac_cv_have_x="have_x=yes\ + ac_x_includes='$x_includes'\ + ac_x_libraries='$x_libraries'" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5 +printf "%s\n" "libraries $x_libraries, headers $x_includes" >&6; } +fi + +ac_fn_c_check_header_compile "$LINENO" "fcntl.h" "ac_cv_header_fcntl_h" "$ac_includes_default" +if test "x$ac_cv_header_fcntl_h" = xyes +then : + printf "%s\n" "#define HAVE_FCNTL_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "limits.h" "ac_cv_header_limits_h" "$ac_includes_default" +if test "x$ac_cv_header_limits_h" = xyes +then : + printf "%s\n" "#define HAVE_LIMITS_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "netdb.h" "ac_cv_header_netdb_h" "$ac_includes_default" +if test "x$ac_cv_header_netdb_h" = xyes +then : + printf "%s\n" "#define HAVE_NETDB_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" +if test "x$ac_cv_header_netinet_in_h" = xyes +then : + printf "%s\n" "#define HAVE_NETINET_IN_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" +if test "x$ac_cv_header_stdlib_h" = xyes +then : + printf "%s\n" "#define HAVE_STDLIB_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "string.h" "ac_cv_header_string_h" "$ac_includes_default" +if test "x$ac_cv_header_string_h" = xyes +then : + printf "%s\n" "#define HAVE_STRING_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" +if test "x$ac_cv_header_sys_socket_h" = xyes +then : + printf "%s\n" "#define HAVE_SYS_SOCKET_H 1" >>confdefs.h + +fi +ac_fn_c_check_header_compile "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes +then : + printf "%s\n" "#define HAVE_UNISTD_H 1" >>confdefs.h + +fi + + +# Checks for typedefs, structures, and compiler characteristics. +ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +if test "x$ac_cv_type__Bool" = xyes +then : + +printf "%s\n" "#define HAVE__BOOL 1" >>confdefs.h + + +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +printf %s "checking for stdbool.h that conforms to C99... " >&6; } +if test ${ac_cv_header_stdbool_h+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + + #ifndef __bool_true_false_are_defined + #error "__bool_true_false_are_defined is not defined" + #endif + char a[__bool_true_false_are_defined == 1 ? 1 : -1]; + + /* Regardless of whether this is C++ or "_Bool" is a + valid type name, "true" and "false" should be usable + in #if expressions and integer constant expressions, + and "bool" should be a valid type name. */ + + #if !true + #error "'true' is not true" + #endif + #if true != 1 + #error "'true' is not equal to 1" + #endif + char b[true == 1 ? 1 : -1]; + char c[true]; + + #if false + #error "'false' is not false" + #endif + #if false != 0 + #error "'false' is not equal to 0" + #endif + char d[false == 0 ? 1 : -1]; + + enum { e = false, f = true, g = false * true, h = true * 256 }; + + char i[(bool) 0.5 == true ? 1 : -1]; + char j[(bool) 0.0 == false ? 1 : -1]; + char k[sizeof (bool) > 0 ? 1 : -1]; + + struct sb { bool s: 1; bool t; } s; + char l[sizeof s.t > 0 ? 1 : -1]; + + /* The following fails for + HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ + bool m[h]; + char n[sizeof m == h * sizeof m[0] ? 1 : -1]; + char o[-1 - (bool) 0 < 0 ? 1 : -1]; + /* Catch a bug in an HP-UX C compiler. See + https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html + https://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html + */ + bool p = true; + bool *pp = &p; + + /* C 1999 specifies that bool, true, and false are to be + macros, but C++ 2011 and later overrule this. */ + #if __cplusplus < 201103 + #ifndef bool + #error "bool is not defined" + #endif + #ifndef false + #error "false is not defined" + #endif + #ifndef true + #error "true is not defined" + #endif + #endif + + /* If _Bool is available, repeat with it all the tests + above that used bool. */ + #ifdef HAVE__BOOL + struct sB { _Bool s: 1; _Bool t; } t; + + char q[(_Bool) 0.5 == true ? 1 : -1]; + char r[(_Bool) 0.0 == false ? 1 : -1]; + char u[sizeof (_Bool) > 0 ? 1 : -1]; + char v[sizeof t.t > 0 ? 1 : -1]; + + _Bool w[h]; + char x[sizeof m == h * sizeof m[0] ? 1 : -1]; + char y[-1 - (_Bool) 0 < 0 ? 1 : -1]; + _Bool z = true; + _Bool *pz = &p; + #endif + +int +main (void) +{ + + bool ps = &s; + *pp |= p; + *pp |= ! p; + + #ifdef HAVE__BOOL + _Bool pt = &t; + *pz |= z; + *pz |= ! z; + #endif + + /* Refer to every declared value, so they cannot be + discarded as unused. */ + return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k + + !l + !m + !n + !o + !p + !pp + !ps + #ifdef HAVE__BOOL + + !q + !r + !u + !v + !w + !x + !y + !z + !pt + #endif + ); + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_header_stdbool_h=yes +else $as_nop + ac_cv_header_stdbool_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +printf "%s\n" "$ac_cv_header_stdbool_h" >&6; } + +if test $ac_cv_header_stdbool_h = yes; then + +printf "%s\n" "#define HAVE_STDBOOL_H 1" >>confdefs.h + +fi + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 +printf %s "checking for inline... " >&6; } +if test ${ac_cv_c_inline+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_c_inline=no +for ac_kw in inline __inline__ __inline; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo (void) {return 0; } +$ac_kw foo_t foo (void) {return 0; } +#endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_c_inline=$ac_kw +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + test "$ac_cv_c_inline" != no && break +done + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 +printf "%s\n" "$ac_cv_c_inline" >&6; } + +case $ac_cv_c_inline in + inline | yes) ;; + *) + case $ac_cv_c_inline in + no) ac_val=;; + *) ac_val=$ac_cv_c_inline;; + esac + cat >>confdefs.h <<_ACEOF +#ifndef __cplusplus +#define inline $ac_val +#endif +_ACEOF + ;; +esac + + +# Checks for library functions. +#AC_FUNC_MALLOC +#AC_FUNC_REALLOC +ac_fn_c_check_func "$LINENO" "gethostbyaddr" "ac_cv_func_gethostbyaddr" +if test "x$ac_cv_func_gethostbyaddr" = xyes +then : + printf "%s\n" "#define HAVE_GETHOSTBYADDR 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" +if test "x$ac_cv_func_gethostbyname" = xyes +then : + printf "%s\n" "#define HAVE_GETHOSTBYNAME 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "memset" "ac_cv_func_memset" +if test "x$ac_cv_func_memset" = xyes +then : + printf "%s\n" "#define HAVE_MEMSET 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "pow" "ac_cv_func_pow" +if test "x$ac_cv_func_pow" = xyes +then : + printf "%s\n" "#define HAVE_POW 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "select" "ac_cv_func_select" +if test "x$ac_cv_func_select" = xyes +then : + printf "%s\n" "#define HAVE_SELECT 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" +if test "x$ac_cv_func_socket" = xyes +then : + printf "%s\n" "#define HAVE_SOCKET 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strchr" "ac_cv_func_strchr" +if test "x$ac_cv_func_strchr" = xyes +then : + printf "%s\n" "#define HAVE_STRCHR 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup" +if test "x$ac_cv_func_strdup" = xyes +then : + printf "%s\n" "#define HAVE_STRDUP 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strpbrk" "ac_cv_func_strpbrk" +if test "x$ac_cv_func_strpbrk" = xyes +then : + printf "%s\n" "#define HAVE_STRPBRK 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strrchr" "ac_cv_func_strrchr" +if test "x$ac_cv_func_strrchr" = xyes +then : + printf "%s\n" "#define HAVE_STRRCHR 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "strstr" "ac_cv_func_strstr" +if test "x$ac_cv_func_strstr" = xyes +then : + printf "%s\n" "#define HAVE_STRSTR 1" >>confdefs.h + +fi +ac_fn_c_check_func "$LINENO" "X509_check_host" "ac_cv_func_X509_check_host" +if test "x$ac_cv_func_X509_check_host" = xyes +then : + printf "%s\n" "#define HAVE_X509_CHECK_HOST 1" >>confdefs.h + +fi + + +ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepOBJC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${WINDOWS_TRUE}" && test -z "${WINDOWS_FALSE}"; then + as_fn_error $? "conditional \"WINDOWS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${LINUX_TRUE}" && test -z "${LINUX_FALSE}"; then + as_fn_error $? "conditional \"LINUX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${WINDOWS_TRUE}" && test -z "${WINDOWS_FALSE}"; then + as_fn_error $? "conditional \"WINDOWS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${OSX_TRUE}" && test -z "${OSX_FALSE}"; then + as_fn_error $? "conditional \"OSX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${FREEBSD_TRUE}" && test -z "${FREEBSD_FALSE}"; then + as_fn_error $? "conditional \"FREEBSD\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${WITH_RADIOCO_TRUE}" && test -z "${WITH_RADIOCO_FALSE}"; then + as_fn_error $? "conditional \"WITH_RADIOCO\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${WITH_CLIENT_TRUE}" && test -z "${WITH_CLIENT_FALSE}"; then + as_fn_error $? "conditional \"WITH_CLIENT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${CLIENT_ONLY_TRUE}" && test -z "${CLIENT_ONLY_FALSE}"; then + as_fn_error $? "conditional \"CLIENT_ONLY\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by butt $as_me 1.45.0, which was +generated by GNU Autoconf 2.71. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config='$ac_cs_config_escaped' +ac_cs_version="\\ +butt config.status 1.45.0 +configured by $0, generated by GNU Autoconf 2.71, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2021 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + printf "%s\n" "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" +# Capture the value of obsolete ALL_LINGUAS because we need it to compute + # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it + # from automake < 1.5. + eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' + # Capture the value of LINGUAS because we need it to compute CATALOGS. + LINGUAS="${LINGUAS-%UNSET%}" + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + "po-directories":C) + for ac_file in $CONFIG_FILES; do + # Support "outfile[:infile[:infile...]]" + case "$ac_file" in + *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; + esac + # PO directories have a Makefile.in generated from Makefile.in.in. + case "$ac_file" in */Makefile.in) + # Adjust a relative srcdir. + ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` + ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` + ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` + # In autoconf-2.13 it is called $ac_given_srcdir. + # In autoconf-2.50 it is called $srcdir. + test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" + case "$ac_given_srcdir" in + .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; + /*) top_srcdir="$ac_given_srcdir" ;; + *) top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + # Treat a directory as a PO directory if and only if it has a + # POTFILES.in file. This allows packages to have multiple PO + # directories under different names or in different locations. + if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then + rm -f "$ac_dir/POTFILES" + test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" + gt_tab=`printf '\t'` + cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" + POMAKEFILEDEPS="POTFILES.in" + # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend + # on $ac_dir but don't depend on user-specified configuration + # parameters. + if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then + # The LINGUAS file contains the set of available languages. + if test -n "$OBSOLETE_ALL_LINGUAS"; then + test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" + fi + ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` + # Hide the ALL_LINGUAS assignment from automake < 1.5. + eval 'ALL_LINGUAS''=$ALL_LINGUAS_' + POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" + else + # The set of available languages was given in configure.in. + # Hide the ALL_LINGUAS assignment from automake < 1.5. + eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' + fi + # Compute POFILES + # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) + # Compute UPDATEPOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) + # Compute DUMMYPOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) + # Compute GMOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) + case "$ac_given_srcdir" in + .) srcdirpre= ;; + *) srcdirpre='$(srcdir)/' ;; + esac + POFILES= + UPDATEPOFILES= + DUMMYPOFILES= + GMOFILES= + for lang in $ALL_LINGUAS; do + POFILES="$POFILES $srcdirpre$lang.po" + UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" + DUMMYPOFILES="$DUMMYPOFILES $lang.nop" + GMOFILES="$GMOFILES $srcdirpre$lang.gmo" + done + # CATALOGS depends on both $ac_dir and the user's LINGUAS + # environment variable. + INST_LINGUAS= + if test -n "$ALL_LINGUAS"; then + for presentlang in $ALL_LINGUAS; do + useit=no + if test "%UNSET%" != "$LINGUAS"; then + desiredlanguages="$LINGUAS" + else + desiredlanguages="$ALL_LINGUAS" + fi + for desiredlang in $desiredlanguages; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + INST_LINGUAS="$INST_LINGUAS $presentlang" + fi + done + fi + CATALOGS= + if test -n "$INST_LINGUAS"; then + for lang in $INST_LINGUAS; do + CATALOGS="$CATALOGS $lang.gmo" + done + fi + test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" + sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" + for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do + if test -f "$f"; then + case "$f" in + *.orig | *.bak | *~) ;; + *) cat "$f" >> "$ac_dir/Makefile" ;; + esac + fi + done + fi + ;; + esac + done ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + + diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..90def16 --- /dev/null +++ b/configure.ac @@ -0,0 +1,278 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.68]) +AC_INIT([butt], [1.45.0], [BUG-REPORT-ADDRESS]) +AM_INIT_AUTOMAKE([subdir-objects foreign]) +AC_CANONICAL_HOST + +AC_CONFIG_SRCDIR([config.h.in]) +AC_CONFIG_HEADERS([config.h]) + +#predefined CXXFLAGS so AC_PROG_CXX does not add the -g flag +CXXFLAGS="$CXXFLAGS -O2" + +# Compile with address sanitizer +# CXXFLAGS="$CXXFLAGS -O2 -g -fsanitize=address" + +# Checks for programs. +AC_PROG_CXX +AC_PROG_CC +AC_PROG_OBJC + +LDFLAGS="$LDFLAGS -L/usr/local/lib" + +# Compile with address sanitizer +#LDFLAGS="$LDFLAGS -L/usr/local/lib -fsanitize=address" + + +AC_ARG_WITH([radioco], + AS_HELP_STRING([--with-radioco], [Include support for Radio.co])) + +AC_ARG_WITH([client], + AS_HELP_STRING([--with-client], [Build butt and butt-client]), + [with_client=yes], + [] + ) + +AC_ARG_WITH([butt], + AS_HELP_STRING([--without-butt], [Build only butt-client]), + [client_only=yes], + [], + ) + +AC_ARG_ENABLE([aac], + AS_HELP_STRING([--disable-aac], [Disable aac support])) + + +AS_IF([test "x$with_radioco" = "xyes"], + [ + AC_DEFINE([WITH_RADIOCO], [1], [Enable support for Radio.co authentification]) + ]) + +AS_IF([test "x$client_only" = "xyes"], + [ + AC_DEFINE([CLIENT_ONLY], [1], [build only butt-client]) + ]) + +AS_IF([test "x$with_client" = "xyes"], + [ + AC_DEFINE([WITH_CLIENT], [1], [build butt and butt-client]) + ]) + +AS_IF([test "x$client_only" != "xyes"], +[ +# Checks for libraries. +AC_CHECK_LIB([ogg], [ogg_stream_init], [], + [AC_MSG_ERROR([**** Could not find libogg ****])] + ) +AC_CHECK_LIB([vorbis], [vorbis_info_init], [], + [AC_MSG_ERROR([**** Could not find libvorbis ****])] + ) +AC_CHECK_LIB([vorbisenc], [vorbis_encode_init], [], + [AC_MSG_ERROR([**** Could not find libvorbisenc ****])] + ) +AC_CHECK_LIB([opus], [opus_encoder_create], [], + [AC_MSG_ERROR([**** Could not find libopus ****])] + ) +AC_CHECK_LIB([mp3lame], [lame_init], [], + [AC_MSG_ERROR([**** Could not find libmp3lame ****])] + + ) +AC_CHECK_LIB([FLAC], [FLAC__stream_encoder_new], [], + [AC_MSG_ERROR([**** Could not find libFLAC ****])] + ) +AC_CHECK_LIB([portaudio], [Pa_Initialize], [], + [AC_MSG_ERROR([**** Could not find libportaudio ****])] + ) +AC_CHECK_LIB([portmidi], [Pm_Initialize], [], + [AC_MSG_ERROR([**** Could not find libportmidi ****])] + ) +AC_CHECK_LIB([samplerate], [src_new], [], + [AC_MSG_ERROR([**** Could not find samplerate ****])] + ) +AC_CHECK_LIB([pthread], [pthread_create], [], + [AC_MSG_ERROR([**** Could not find libpthread ****])] + ) +AC_CHECK_LIB([curl], [curl_global_init], [], + [AC_MSG_ERROR([**** Could not find libcurl ****])] + ) +AC_CHECK_LIB([ssl], [SSL_CTX_new], [], + [AC_MSG_ERROR([**** Could not find libssl ****])] + ) +AC_CHECK_LIB([crypto], [EVP_EncryptInit], [], + [AC_MSG_ERROR([**** Could not find libcrypto ****])] + ) + +]) + +AC_CHECK_HEADER([winsock2.h], + [ + LIBS="$LIBS -lws2_32" + host_os="windows" + ], + ) + +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.19]) + +AM_CONDITIONAL(WINDOWS, test "$host_os" = "windows") + + +build_linux=no +build_windows=no +build_mac=no +build_freebsd=no + +# Detect the target system +case "${host_os}" in + linux*) + build_linux=yes + AC_MSG_NOTICE([Linux detected]) + + AS_IF([test "x$enable_aac" != "xno" -a "x$client_only" != "xyes"], + [ + AC_CHECK_LIB([fdk-aac], [aacEncOpen], + [ + CPPFLAGS="$CPPFLAGS -DHAVE_LIBFDK_AAC" + LIBS="$LIBS -ldl" + ], + [AC_MSG_ERROR([**** Could not find libfdk-aac - run ./configure --disable-aac to build without aac support ****])] + ) + ]) + AC_ARG_ENABLE([webrtc], + AS_HELP_STRING([--enable-webrtc], [Enable WebRTC support]), + [ + AS_IF([test "x$client_only" != "xyes"], + [ + AC_CHECK_LIB([datachannel], [rtcCreatePeerConnection], [], + [AC_MSG_ERROR([**** Could not find datachannel ****])]) + ]) + ]) + ;; + cygwin*|mingw*|windows) + build_windows=yes + AC_MSG_NOTICE([Windows detected]) + + # Do NOT check for aac lib here because butt must not depend on libfdk-aac dll. + # Instead define HAVE_LIBFDK_AAC manually, so butt runs with and without the dll + CPPFLAGS="$CPPFLAGS -DHAVE_LIBFDK_AAC" + + AS_IF([test "x$client_only" != "xyes"], + [ + AC_CHECK_LIB([datachannel], [rtcCreatePeerConnection], [], + [AC_MSG_ERROR([**** Could not find datachannel ****])]) + ]) + ;; + darwin*) + build_mac=yes + AC_MSG_NOTICE([MacOS detected]) + CPPFLAGS="$CPPFLAGS -x objective-c++" + LIBS="$LIBS -framework AVFoundation -lintl -framework ScriptingBridge" + LDFLAGS="$LDFLAGS -rpath /usr/local/lib" + + AS_IF([test "x$client_only" != "xyes"], + [ + AC_CHECK_LIB([datachannel], [rtcCreatePeerConnection], [], + [AC_MSG_ERROR([**** Could not find datachannel ****])]) + ]) + ;; + freebsd*) + build_freebsd=yes + AC_MSG_NOTICE([FreeBSD detected]) + + AS_IF([test "x$enable_aac" != "xno" -a "x$client_only" != "xyes"], + [ + # By default AC_CHECK_LIB adds -lfdk-aac to the linker flags if the check succeeds. But as the library is loaded with dlopen() during runtime + # the linker flag is not needed. So we only define HAVE_LIBFDK_AAC in case the library was found + AC_CHECK_LIB([fdk-aac], [aacEncOpen], [CPPFLAGS="$CPPFLAGS -DHAVE_LIBFDK_AAC"], + [AC_MSG_ERROR([**** Could not find libfdk-aac - run ./configure --disable-aac to build without aac support ****])] + ) + ]) + + AC_ARG_ENABLE([webrtc], + AS_HELP_STRING([--enable-webrtc], [Enable WebRTC support]), + [ + AS_IF([test "x$client_only" != "xyes"], + [ + AC_CHECK_LIB([datachannel], [rtcCreatePeerConnection], [], + [AC_MSG_ERROR([**** Could not find datachannel ****])]) + ]) + ]) + ;; + *) + AC_MSG_ERROR(["OS $host_os is not supported"]) + ;; +esac + +# Pass the conditionals to automake +AM_CONDITIONAL([LINUX], [test "$build_linux" = "yes"]) +AM_CONDITIONAL([WINDOWS], [test "$build_windows" = "yes"]) +AM_CONDITIONAL([OSX], [test "$build_mac" = "yes"]) +AM_CONDITIONAL([FREEBSD], [test "$build_freebsd" = "yes"]) +AM_CONDITIONAL([WITH_RADIOCO], [test "x$with_radioco" = "xyes"]) +AM_CONDITIONAL([WITH_CLIENT], [test "x$with_client" = "xyes" -o "x$client_only" = "xyes"]) +AM_CONDITIONAL([CLIENT_ONLY], [test "x$client_only" = "xyes"]) + +AC_CHECK_PROG([FLTKCONFIG],[fltk-config], [fltk-config]) + +if test "x$client_only" != "xyes"; then + if test "$FLTKCONFIG" = "fltk-config"; then + AC_CHECK_LIB([fltk], [main], + [ + LIBS="$LIBS `fltk-config --ldflags --use-images`" + CXXFLAGS="$CXXFLAGS `fltk-config --cxxflags`" + ], + [AC_MSG_ERROR([**** Could not find libfltk ****])] + ) + else + AC_MSG_ERROR([**** Could not find fltk-config ****]) + fi +fi + + +#Add dbus library for Linux +if test "$build_linux" = "yes" -a "x$client_only" != "xyes"; then + AC_MSG_NOTICE([]) + PKG_CHECK_MODULES([DBUS], [dbus-1], [ + AC_DEFINE([HAVE_DBUS], [1], [Use dbus to get current tracks]) + LIBS="$LIBS $DBUS_LIBS" + CFLAGS="$CFLAGS $LIBS $DBUS_CFLAGS" + CXXFLAGS="$CXXFLAGS $DBUS_CFLAGS" + ], [ + AC_DEFINE([HAVE_DBUS], [0], [Use dbus to get current tracks]) + AC_MSG_ERROR([**** Coud not find dbus dev files]) + ]) + # Explicitly add X11 library because it is not added by fltk-config on OpenSUSE + LIBS="$LIBS -lX11" + +fi + +#Add dbus library for FreeBSD +if test "$build_freebsd" = "yes" -a "x$client_only" != "xyes"; then + AC_MSG_NOTICE([]) + PKG_CHECK_MODULES([DBUS], [dbus-1], [ + AC_DEFINE([HAVE_DBUS], [1], [Use dbus to get current tracks]) + LIBS="$LIBS $DBUS_LIBS" + CFLAGS="$CFLAGS $LIBS $DBUS_CFLAGS" + CXXFLAGS="$CXXFLAGS $DBUS_CFLAGS" + ], [ + AC_DEFINE([HAVE_DBUS], [0], [Use dbus to get current tracks]) + AC_MSG_ERROR([**** Coud not find dbus dev files]) + ]) +fi +# Checks for header files. +AC_PATH_X +AC_CHECK_HEADERS([fcntl.h limits.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h unistd.h]) + +# Checks for typedefs, structures, and compiler characteristics. +AC_HEADER_STDBOOL +AC_C_INLINE + +# Checks for library functions. +#AC_FUNC_MALLOC +#AC_FUNC_REALLOC +AC_CHECK_FUNCS([gethostbyaddr gethostbyname memset pow select socket strchr strdup strpbrk strrchr strstr X509_check_host]) + +AC_CONFIG_FILES([Makefile po/Makefile.in src/Makefile]) +AC_OUTPUT diff --git a/depcomp b/depcomp new file mode 100755 index 0000000..715e343 --- /dev/null +++ b/depcomp @@ -0,0 +1,791 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by 'PROGRAMS ARGS'. + object Object file output by 'PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputting dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + +# A tabulation character. +tab=' ' +# A newline character. +nl=' +' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Avoid interferences from the environment. +gccflag= dashmflag= + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp +fi + +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The second -e expression handles DOS-style file names with drive + # letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the "deleted header file" problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. +## Some versions of gcc put a space before the ':'. On the theory +## that the space means something, we add a space to the output as +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like '#:fec' to the end of the + # dependency line. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" + echo >> "$depfile" + # The second pass generates a dummy entry for each header file. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" + ;; + +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts '$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.u + tmpdepfile2=$base.u + tmpdepfile3=$dir.libs/$base.u + "$@" -Wc,-M + else + tmpdepfile1=$dir$base.u + tmpdepfile2=$dir$base.u + tmpdepfile3=$dir$base.u + "$@" -M + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" + rm -f "$tmpdepfile" + ;; + +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using '\' : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi + + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" + # Add 'dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; + +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/'"$tab"'\1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/'"$tab"'/ + G + p +}' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for ':' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. + "$@" $dashmflag | + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no eat=no + for arg + do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + if test $eat = yes; then + eat=no + continue + fi + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix=`echo "$object" | sed 's/^.*\././'` + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + IFS=" " + for arg + do + case "$arg" in + -o) + shift + ;; + $object) + shift + ;; + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" + echo "$tab" >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/gettext.h b/gettext.h new file mode 100644 index 0000000..3b12b7c --- /dev/null +++ b/gettext.h @@ -0,0 +1,294 @@ +/* Convenience header for conditional use of GNU . + Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2016 Free Software + Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +#ifndef _LIBGETTEXT_H +#define _LIBGETTEXT_H 1 + +#include "config.h" + +/* NLS can be disabled through the configure --disable-nls option. */ +#if ENABLE_NLS + +/* Get declarations of GNU message catalog functions. */ +# include + +/* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by + the gettext() and ngettext() macros. This is an alternative to calling + textdomain(), and is useful for libraries. */ +# ifdef DEFAULT_TEXT_DOMAIN +# undef gettext +# define gettext(Msgid) \ + dgettext (DEFAULT_TEXT_DOMAIN, Msgid) +# undef ngettext +# define ngettext(Msgid1, Msgid2, N) \ + dngettext (DEFAULT_TEXT_DOMAIN, Msgid1, Msgid2, N) +# endif + +#else + +/* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which + chokes if dcgettext is defined as a macro. So include it now, to make + later inclusions of a NOP. We don't include + as well because people using "gettext.h" will not include , + and also including would fail on SunOS 4, whereas + is OK. */ +#if defined(__sun) +# include +#endif + +/* Many header files from the libstdc++ coming with g++ 3.3 or newer include + , which chokes if dcgettext is defined as a macro. So include + it now, to make later inclusions of a NOP. */ +#if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) +# include +# if (__GLIBC__ >= 2 && !defined __UCLIBC__) || _GLIBCXX_HAVE_LIBINTL_H +# include +# endif +#endif + +/* Disabled NLS. + The casts to 'const char *' serve the purpose of producing warnings + for invalid uses of the value returned from these functions. + On pre-ANSI systems without 'const', the config.h file is supposed to + contain "#define const". */ +# undef gettext +# define gettext(Msgid) ((const char *) (Msgid)) +# undef dgettext +# define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) +# undef dcgettext +# define dcgettext(Domainname, Msgid, Category) \ + ((void) (Category), dgettext (Domainname, Msgid)) +# undef ngettext +# define ngettext(Msgid1, Msgid2, N) \ + ((N) == 1 \ + ? ((void) (Msgid2), (const char *) (Msgid1)) \ + : ((void) (Msgid1), (const char *) (Msgid2))) +# undef dngettext +# define dngettext(Domainname, Msgid1, Msgid2, N) \ + ((void) (Domainname), ngettext (Msgid1, Msgid2, N)) +# undef dcngettext +# define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ + ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N)) +# undef textdomain +# define textdomain(Domainname) ((const char *) (Domainname)) +# undef bindtextdomain +# define bindtextdomain(Domainname, Dirname) \ + ((void) (Domainname), (const char *) (Dirname)) +# undef bind_textdomain_codeset +# define bind_textdomain_codeset(Domainname, Codeset) \ + ((void) (Domainname), (const char *) (Codeset)) + +#endif + +/* Prefer gnulib's setlocale override over libintl's setlocale override. */ +#ifdef GNULIB_defined_setlocale +# undef setlocale +# define setlocale rpl_setlocale +#endif + +/* A pseudo function call that serves as a marker for the automated + extraction of messages, but does not call gettext(). The run-time + translation is done at a different place in the code. + The argument, String, should be a literal string. Concatenated strings + and other string expressions won't work. + The macro's expansion is not parenthesized, so that it is suitable as + initializer for static 'char[]' or 'const char[]' variables. */ +#define gettext_noop(String) String + +/* The separator between msgctxt and msgid in a .mo file. */ +#define GETTEXT_CONTEXT_GLUE "\004" + +/* Pseudo function calls, taking a MSGCTXT and a MSGID instead of just a + MSGID. MSGCTXT and MSGID must be string literals. MSGCTXT should be + short and rarely need to change. + The letter 'p' stands for 'particular' or 'special'. */ +#ifdef DEFAULT_TEXT_DOMAIN +# define pgettext(Msgctxt, Msgid) \ + pgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) +#else +# define pgettext(Msgctxt, Msgid) \ + pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) +#endif +#define dpgettext(Domainname, Msgctxt, Msgid) \ + pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) +#define dcpgettext(Domainname, Msgctxt, Msgid, Category) \ + pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) +#ifdef DEFAULT_TEXT_DOMAIN +# define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ + npgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) +#else +# define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ + npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) +#endif +#define dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) \ + npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) +#define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \ + npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) + +#ifdef __GNUC__ +__inline +#else +#ifdef __cplusplus +inline +#endif +#endif +static const char * +pgettext_aux (const char *domain, + const char *msg_ctxt_id, const char *msgid, + int category) +{ + const char *translation = dcgettext (domain, msg_ctxt_id, category); + if (translation == msg_ctxt_id) + return msgid; + else + return translation; +} + +#ifdef __GNUC__ +__inline +#else +#ifdef __cplusplus +inline +#endif +#endif +static const char * +npgettext_aux (const char *domain, + const char *msg_ctxt_id, const char *msgid, + const char *msgid_plural, unsigned long int n, + int category) +{ + const char *translation = + dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); + if (translation == msg_ctxt_id || translation == msgid_plural) + return (n == 1 ? msgid : msgid_plural); + else + return translation; +} + +/* The same thing extended for non-constant arguments. Here MSGCTXT and MSGID + can be arbitrary expressions. But for string literals these macros are + less efficient than those above. */ + +#include + +#if (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__) \ + /* || __STDC_VERSION__ >= 199901L */ ) +# define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 1 +#else +# define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS 0 +#endif + +#if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS +#include +#endif + +#define pgettext_expr(Msgctxt, Msgid) \ + dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) +#define dpgettext_expr(Domainname, Msgctxt, Msgid) \ + dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) + +#ifdef __GNUC__ +__inline +#else +#ifdef __cplusplus +inline +#endif +#endif +static const char * +dcpgettext_expr (const char *domain, + const char *msgctxt, const char *msgid, + int category) +{ + size_t msgctxt_len = strlen (msgctxt) + 1; + size_t msgid_len = strlen (msgid) + 1; + const char *translation; +#if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS + char msg_ctxt_id[msgctxt_len + msgid_len]; +#else + char buf[1024]; + char *msg_ctxt_id = + (msgctxt_len + msgid_len <= sizeof (buf) + ? buf + : (char *) malloc (msgctxt_len + msgid_len)); + if (msg_ctxt_id != NULL) +#endif + { + int found_translation; + memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1); + msg_ctxt_id[msgctxt_len - 1] = '\004'; + memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); + translation = dcgettext (domain, msg_ctxt_id, category); + found_translation = (translation != msg_ctxt_id); +#if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS + if (msg_ctxt_id != buf) + free (msg_ctxt_id); +#endif + if (found_translation) + return translation; + } + return msgid; +} + +#define npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) \ + dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) +#define dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) \ + dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) + +#ifdef __GNUC__ +__inline +#else +#ifdef __cplusplus +inline +#endif +#endif +static const char * +dcnpgettext_expr (const char *domain, + const char *msgctxt, const char *msgid, + const char *msgid_plural, unsigned long int n, + int category) +{ + size_t msgctxt_len = strlen (msgctxt) + 1; + size_t msgid_len = strlen (msgid) + 1; + const char *translation; +#if _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS + char msg_ctxt_id[msgctxt_len + msgid_len]; +#else + char buf[1024]; + char *msg_ctxt_id = + (msgctxt_len + msgid_len <= sizeof (buf) + ? buf + : (char *) malloc (msgctxt_len + msgid_len)); + if (msg_ctxt_id != NULL) +#endif + { + int found_translation; + memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1); + msg_ctxt_id[msgctxt_len - 1] = '\004'; + memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len); + translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); + found_translation = !(translation == msg_ctxt_id || translation == msgid_plural); +#if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS + if (msg_ctxt_id != buf) + free (msg_ctxt_id); +#endif + if (found_translation) + return translation; + } + return (n == 1 ? msgid : msgid_plural); +} + +#endif /* _LIBGETTEXT_H */ diff --git a/icons/butt.icns b/icons/butt.icns new file mode 100644 index 0000000000000000000000000000000000000000..fe20e05f2a3c0d7497a6314e7b93d438a7df8f30 GIT binary patch literal 227071 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
  • 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 z z*tT}<`R2^=K)uu1#_97%180#{>7xZq|8KKzYxds=qd(pjRxCW$i_*DEZ+4093Wi+9nm58T8+&RiO`1?Tpa|7sX7OR%nG z_njkhxLQ^fiW7VuR$S}mRLLDR-*9FW=k(%vktxTIUaUKEI13$vUu z?VpO#_QyBv{MxAdHCNs`Iv&W3+yQ4!W)6g5G%+KsO-DRNKVO^coO1+REta(2Fn({Y zY4>_Gw@dxJ&Lo7@y>5F*kx0Hu5BG5G0OFmtd~bf zM%p}2AAdmX&c&OarLE4*M4sBJ3<-fOX0stLiyDg`Da}Ot|RBR@aQ`omRvT`nMc0n5ZBnXgrLOK+y` z1Eo}r+v@T@`@XJM+FI#2 zF5}wmtC@x=k#|6P0c|y;36lJ#xnxR;yDL+pn06)4i!8>rm!yQ@NT#wP`W7n&+JgM>jPJw#_+fdzmWEA>&7ktn1y77-g2}qa2jPJ8 z`IA|U*=jv4in=ke?~aU*jH4282Q1)cvnE<-jU{SM=KAf>_x#~eN93DlLi|)-a9*!7*UzAp=x_p;t| z=q={HObdvnq}LMp61s<-VmjS^XPZJHOZie+9zbn-+Zn^2x8Ep10=(#GLec{WH}!xO z0Ki0Mr-j?Wq5|9^!IRTl) zPx?7Bej^pYt0=)oOiPs0P9R>iH6h8^rV0%PCQ^30Vpr#nf~W9PTmH*Jy64qK65}6( zpYCwatIcdFbW-Zmh=tb(2Z9LH(Oap@w0$lhe0dJEdNaG^ZN6l^swx(iz+=Av@`O_F zHO>WWY8XZ6&Ms=Z>Vz7u-*i_jo~%@_vn5sic4xRm)JrUU>+u(-3yCf3 zcCXXZ(+s#9DR?YB&T`{~w{G?Z5e*zn6n9Gq#Q}+tq+BfGKYv9#C)9y7?e?#Lf3&Lz zZ6{0$H|4V>K3;E5^Ad>23V5)2&uB2s{FSZ8+cWF{5wy?uvwa$(F%CK=>X|mDU?HzX_n=Yu*^+ zjH}&PQD%iVO;al}{rTFe1nX@$A^mQPtv4K}gJA!tSwfrHs{g zsFGkFHO7y9;=wK^i@efCSE)=5pBJr}6jIex?)SKz#7(VSa~o{pgJOvHN&;$Li0fLV zroluCJ|4hC!V(Z%;BL5*CXqU{>D#7JZ&Kkf>^WmQll)rm7%fH8!jFv!pG4d0dsg3g z-2sB}N^0k;gT7BE!7K#D309u7rGY&ey;SNDIVS@>IU#!De zneV@ksM1+1+q=Vw(J}1`Zmx3rN||doF!Jd;iOC1&BYl!65iWbxv;v(K6zBzMN*z0V zMBDARgOvDhUlsl2g~3lveCpmnf$Im<-fhC?Va4E4Os47Y`lpliRTXptNih!~&V zK9zpvu0q!*joky}lLxL3hzc27YM*)p%E`Iz4>bF73f7rb9L#Aky=;{nAh4(23*Qvv zV|_RQC2&@ih=MBt;PS+S@sW0Ec{paI5G&@8FJVi!tU_boK|^(PdMnFi zQ5AySR@5C-VYzeY!~cu-d5FXNtM-sT(KjYL9z#(NKWB~5JUk2!H~yt5Z*vxdNy3@u z9kbW`W|5Eec;o9c`WL<#Uae0EeWarRESo)al6$;zN5U#^htugId(*q2Y2ukI^kxc* z2U_GbA}nv4-fjJ|aGdy0?eKdF{8?f52j3g2sz2W|ym)tOcw^ zZebx4cUKr{lot6@?b&Zj?7o)_C7n3xv{t`7Id=MaCU|t&nM58hlnPv`u8)xTK2lR5 zn+TVf2=Ywt<_%HhAVShVYdBQEg)?1r%q(!OiLJ?r{QU9%{SNs5#h>R8t$}3<5fl#1-J2!tv5Vr`aW!;v8a*-zTW<14! zKg1*;5sWC&&s9$9qORz-j6MZStc9YfVEW#elCnohC5T6wG$cf-sP2_?|7&dR$93Q8 zCQH2*71ocWE8ApVUq+mp1qR02)SP{vF=ZX`8?sEoP>Vp+u`ot3(jNNXkN-CsOgzRO z1WN2Qu|#1B96ml9`%`ip?*-~0J_BvcjBy)00Z9E>!yc^LP9H{}xnEN{sa%J#&ESVT zp|*&_uwt%kNT`&uo1=HgBd#BPsIE;IbA%?Lj^QOL`Wl!piK7ki3t45IRO)(yvD6QC z^z(BBtvmrd8)yG4e5rUn@@%CJdP5CaN&AN zh*6`Ti;jGQ@e6%!SnIfuMA;FpUF-UYmjV&WD3ZGoikEF-GiLHmb;YEcp4jbY7Lv)Nm=@iaU%wR$OE`Sca3kq{0DeUg)~BF9a#`Xcaqi0mlb{(r3?*Sn#_>GH?dYwd7pay$NPlK4P$1Owl8kSYyd%jo%~# zB=4{%&38nAyr*TH?&WZ9zbg+2(P$%H;<>9){2Rw5bN-W0MzH%@`qSSPy2f(kS&}5# zb_(zBGByJ=9J7T!vuhPUmHep~P{kP*7dqHJ=zsl(aP$J?T_atTv$}Wnc7%97`|;^f z3@d|!Sa}?D)H~)^2%PwfK=EL`)+avFY}V5{Kma{eP=}F>xAgiDsVApRj9=+*38!|E zMF?d2Csf43HXv@Ln;l}Ok2m)9OKWt;{Ha@%ubyXYsN5Mxo%umCCCR6`QdI`n;@7WB z0;C9qIj=utjW0DjA%nPLdW9)i!Jkg=VXr>_dMU*J2t(AVX}exc1&*9K=G~B>%|SpI z8sb;cl3QA47l^A5gY547&(l8BbDx!+T2unk7bOLw%U#Kecc|hDk%stz-Ynbnza>5r ztg3K<`G^R8)>v{9Nyj;>sj3c(=$u`=;u*ks!4+?}(IQ+qUOm^$A8`U0`;dAG_wYoq z&M8huL|-u0&&xpO;meDQtN!OD@hItH3#%AF)qYZae`?RUd(OZlaA};_ueQf^8FR6p z+AhT%`C>q6OtEQjB@@4)BF>Uf)FH&7gf@+Lh3_WmX|&T>=<-o!v;?B$b+N?Mj0Vf; z%5@D?u|dhkW>!C3@EgjpD2sd=^mg^xlE&oHzg2+q8=wQ^m){0$0vM?7r#foG#R#5x@)p>NW?_ zyhc7p4HK~>^u1}3LNb2cQwnmh!|ZiW__H;A#}$3RtY`<-fE*Xv^Yj5Rw&qF{b=C-Q z+=&|D>L!T@MIxq1S_syQDCE%|LL*}^s1)YeJ#UeD zOKj=C)_@w4ry^DCGqSwHxz5BN47LRUdj`vbKC@OukmkL}iZ~cexHX`NY`&zfyk&!H zB>&gYSi;A`IeC`YMkK3|^$h&B51tL$NU%YIKtCMhwREgG#1t>YwBO)jxXuMnholV_ z4F8-K;2lv3FC@>HF|IB3*HTD!S(cPt2W$#l#ej2otw_dW#u7xcdA9zPxb|Bo+uxOj z{^D;U{~9d=2}s@(8Xm-a=p1eG$?2On>9r*avLJelj8j&)*a{!v){^4Fbz;Qj`if%N zKoWRqW}Ro}TgE-s(VKzI}Y5bz*h;hFyTB*qr!6;>CddEAfL8k!2E+U6U(2 z_&$dn22P&C)NLfN6fKrdUhTU#8hglvuDv)tOCCVO?Dg;#QwB017n@43?+Lm}tgiR~ z%y9d@^oqh?;<`gd0Vo~Ft|Am!Aw_Th@$Osd82>NK1`4Cj?jisu@@`87fY_vZxzf9u zuHK)y-d(LbR7sSb#ybHx1^DVFw*I|f9<`U7I51d!h4%dSdEr|7qzM!y5Ye1suaTzefB z;ku6O5IA>2LT*iK67aeS_km+YK)CHYDVa z-3scxJ3!7)oLK3>aeL@*koW_ixCq63N-XB&YdkLV`zy97=6^wq8zKIDin>;pPxjtl z)`?qI4^u=?cBd4`$hi?fW{*6tD?!(jz~^j7cRX!|1^#L z3yhc_Vka-&X9sQZC0((RjVc=}wcQw{l;!L8$^9CABzy?b3ZfZ}zu zck^M^YvN_v+6yN0$d8`4tJaAz_M#9QH7ssvo5@n|`?3(os+Oc(zN5av6j2X%MpGtS zK};eQj+8g(5&jCoMw$j@r!4|4Hv^nDzKaxkM4{$$ z)71Bms3l7Hl^trPvb5o8N%o@>@0-;QVURiLlA=MGFC#BuEn<68QUtOkuRW>PU2E_f z+Q8T&pQaEi=rhdGC;=0DEU6xZ#J_@F$4f(H&ZY&l&7S0=vO(!XR0Nh~ zdwin(57ZD+0aQhnXt;ba#rI{m_SME$QN%)Vv&(X(Xd&*jwC(U>kp2(7Y)+F;-_3V+#}UfdpqkjN5(6@ zqh(Dw3Ds=DIvA|D=6Aom@qV0csdWy7QlEZbDU-uv1m6GsQ zKEXg-@G={f06XbeNU(3?L#C;LRznmLid9ct+|2v!=2rz`<4e(X%8L31Wh#JR=0)MT zmK6PZg9C#2h-}b~ly8j;>uVd8Bw8TUSQ6M+UwWd#y8E`x70R57@dk@WCV1ErQ(KVV zy10IH&iZ?{{^oo#?fLW3^`8A{2H!;*#<lt2EeiK;dw_i^%Bp+#i$+Ji!L~qJdVXD1Q`Sw*^s8(>7=fr2V~-1 z_wJ{MF<2KwM{sEudc&|-Bk&Ku9K)W16c~LyYhWF4L{*f)xNi=>@{%!d#Az2Tv1r#~ zT~q#b+o5=ZWoW^?Gtx7kdV?QNMVU7{=Em?Al2sfVqtn4CJGBgW_ec+=AfE)RdK1N8S_?5Vaaf9DFhGL{MweqzW{5>cBwMo0_17P~B#x-03~^Dl zLUA)B8$TJ_%qdX7GYN=3+z225zp~O-)sLJ>UYJ;T;=iQJ3KNjhm?o);kn%t=;J5$L zFtB(F(BxNE@6VbupKj~#G3{q`v7ivjV00}oV9#k$;%zwjgEKSHXvEBY3c8NlOFb_NL)EP4VuyW(d(uUutp+)n6H`mS!PtBDBbw( zS{7z|7V~rA=uVo}ZMwfc418jeWJH{OBtX3$o~dFisSG8(kjamDW(VRGiq8!XeJVvxOe z?c-?aaRaTvB)nz57B4FgkXu*1%JzJ0da`n6PSV?Q*WDGPcPQ2fB20&N+?LG8D$VD| z63$Y4-#;jAr-1K3l6Zd@;~^nnMX@5z1zu2f1m+vg&iCv$wdG5>cNF|Mg(Fc@i45c8 zFwJwyqYCMDN3QuK^^KSi1_aTJ*YiWbgKb>E+oDZ@d5X=r-P*Dp(Lk@{Lt+(4mZxEKD^saV^RR=>%Q*>)rp33=y{gIsfTGug%Oj-l=%i12;5d`d2iqB`{kVh@*Ka2P| zXI&B(!Sjk+=c<$z0WoJ*NmTyyF5@1rpG!`17t~!b>WY+EM^8zmQQ$oVDBgpFZE)gd z>~G3*nxUJ`PEe~@K#|NSvXebQkaisIxId_!aC^TH$I1D_iMNbFn%_i5<)<|%#PofA z@|sdDmkHlMak+p7YM+X8JA}94F-P|EbpO(DL`KAz7q&!E6OX|}h`?7!d^E_L0%AwC zwTAr7^*<=Wk&%ASNRvLufNA}mdo%f6VL;k2?b4?Drh1NBn*Qlik*C>fySl#&6`J;8 z8)Bsmt3l$u@!+)tLCo{AmVzvcrWRJ@m=zv4&6K`f4n%;I+sU1253_N$k0KAE+I(p; z&>NsJYRv-hRBgb|Z})Tm+y_vXJC~6*V_D*wR^u^<;B_mLA6qDOCcC<$wdg9RIOlk_ zkVn4zZ_53q|6}4h$yXH~%o;;~E(VE}j&VU}jZRwNd z>-4E6_Ak#g@0JS^qnrhQOun=`)iAL<$(+fgO>0b^$J{aOc^Ug4S7^nQx0V$HK6Pay zDtJwpEdgQ0``$j{sd)ibFpWOBB|)-Wh^`8kBQ^Ss(5TQUB6(f)f_&)OHz5uC+v4?+ z)5+x3sjFz>fC);_C|;Zy@fMu}D>V&UMWDKoA3nh&9fNZS;52pplGA4zOwv$Y^G^P4 zQx=cZ8eCwFhoG@!7cqhuvuw|UxZ@fm3swaXqaR@5(g+ftCSl=F&7g*u#Vb2^RVS{y z_um}2<|u&mi4oUMpI57{LPb_@q68i6`273Xo59MJ_Lh{m+YohoHb{7EA3kOhh1RM_ zc**yrWqpAaVqV2K>y+sO!905YF!j#W8~qV#Z=2qXw2dAq1__xImnXBLkk=|$z`C>C zV!4ZiaAjF2E3gJn{f68BUN%&l}~=bll!Q2>%=C1xVg2!`!- zUPK_LKaB3&E0*lHzFd6jbveXW^)!Zr0$nTF)Ne?$91q-7{&G4M^j;o0=7vXmVIdxO zd*F!o8E#GqMSi1A+$@b-u8g%8zXCv05?x>I;u9`<(t>g>elb!sPm|(}j$@98b2L2R z9f6PhS;6HO4w_fumitbB>ax&+ea;gGb8$~6Qw9xwNYk9(P>SH#kMDA1boQM9kRKfI zS{%$NEKy%zY0hj?GCJ&U8E>roNb0HrG>w6dDAD~>(zVemfi*ujbXn& zIGapTh+zzBp}=c8u<4);kB~bsIWEVxzV*i2h;aB0qUfn`7)>PKeq%ziAJ2_nprjd+ z1h>5WTaax$2$B6XU?xEvMS;vaAa4BATp~~1*>o8=ESNOO7w)z{kwD~;*mUw5s-=0Q z?GI%4urS~$Nua*UB-FJiASCS#0G+5_I#g3|o`{&pJ-Bz|^jkgcLiq8NNS{)9vFEeR z@!!(yEMR0B0P3*WkEnA%;P89T7T3ELp=$R&hw<`{)dX^e$2o+5m$-K`bsN`XsP#&c zT5~5gXWGr&9vYSc$as+*Xy>XIHU>^Ojh196>4=WEn1=CyYH)8I7WY*=UUBAjN!H(? zr*G3kj`0B7J92NFpS%TMs&S+X8U+M?i;=<+cp;k5Q$6<}ZDQ(G#NtT}BhF%)3&v0kdIJ58_ z%)86unepR(+tuQyAGH9HiUE)T?2FGFj7}A_NHE1@*+cb(PEgukqLY5l3WzJ0r+W2Q zc2RBY${~VO_tRXH-Hi1>Z~LhYq{?#inW7@`h`e}Z$96OUq?x8)>MiMX`|CBFJZUFr z&;WRE$ICVCqx@!$lfr7w)3%Jk& zp$w&+lRu(*Rp48=mRmfa?dwzr>mxnx+{aECTM3d~J!$mm5t>&Ha`}sWzzU$Kb4EfS zQhK2RifIwkK8V5!yr^;bY1F*TcX4SjwC|&COZJdW!aw;?z#=A$>e0c|-iFR2$;Ct$ zy^)~fSsW#QPKvK4Bz@IlxS3&8J7HuQ0%1oTA9-b?F{zC&hBN(#~y4Q~5D9U|Qy zCeZs%K;*Sec3Dwz>7IURL-En*+fZ{Z1-@O?yc^wADn&mU@FCuHfGew*A6!TSI`Av; zV~8PJ(nT|!kg;KBo58N|66|_%8vEchNz-QA3Q^zAc0pbMvd^zqni$({5F zbwW~_yOZ(Vk<9P6O(AJD*B#)uePdoMgMWLx{ zt>7Ty5S-jau^nmrGJm-Z(Ir^`b)%OC(T!o+&SP9-Xth7B>IuiGfTx!pI}q=tA>evM zalOEf`QTXX^KXdR=LU@=)@u$_Eswf*zpbJEF28T;J+)tnFA<;;wcuh0q)Mbb=V>y4 znf@r0Qj0?(G%&qyDUawQh|9{Z4m)s_N!9sIsBwMq5K!9YHGng5fK#-Gi2%tbS_HOo z#4h2&TF>BO$WFd>&^b2>x~KNYyXnCB0qPdP-k*lS!3TH4g@Z$Qm@yc5iyZ)mBNWGWHForXwrobgLe0WcZXC!sbIl1<6~j|x`9&1|TO*l-%-+ZM=XcMSssx{i} zXUnixsm6=(UZQeC1!5ehU%zDd{qa61Cdi^n!ukMGOWya%H3{1Y<2tVJWx@0|5@mK> z>)+kC{)w!=k3diG;TD=kwQv&VjK^%?-gxyA zXXsD3?#nCr8-NSkl_ec_bxk=JBCKSO_aCmks6^*$hmT|m)RFy0=~$oAEbm1gyB0dnRPkJvSl~KUknW=_#Rf+OJi-@4hzwk| zFy;9g0(y=CnZKs%WNwj*yzMjnWv)wLX^&}azNG#3Uf>3M$sGn7oWfYP%C2NZgId4h z-P3i5l*{bRd(bev$6TOzFMF33!X>ak>#9k!((!u@cnN1RGif1c;aUjaQRvu8sa;eN zq=R6FYgzB(g26&-2q?gcN&V_cl<}L()Wr7(RIC{HSwCs~J}|5xJ0f)i8^o$1P8J*h zIS^dhmfqqYlQ)tlSQajgM+wLIJ#43(h9~ckL{J_TYm3-lKYe;~=ZYJ&&7Xuy0QLi? z=u1ZZfhBCOK?SpSp!F_=PF1)&+ms@!*@sm)sxZ!@VD}K2?zR$B(yoQ$kd3D$7va12 z$1K$@xv!Z}%d@h)zR3D?I9zut!3rN;5`ypCdONZF2Jlz9aTra(Ur=5f4sSv?9*j^w zlLg6sW%(IZjJeWiOc9YhaTrskyCjN-zB94q<`IWMnjO8n++Ury9N9 z`GaL2u=ABB8qB{Ij89O%0>m_jUMX7=@|6RTkxg4K{+1Te{hSt6ibSL%u`B1wl6rsM z>tg0eJFbTb9jR|*jm?%$s^orZow_-2^}#^FyIv`5cu~OK%G8e6q>E{sh`JqCys96M z>GLCxA|pK5$VU^dP|lDqv3eST0W)0*=%8{rW%OeD}so zdX8FGw#Za~IP8R$81eRi;pVV6z6|ONs9`2~RgD;gmJ^=AGLR+ng9sjtPyRszV)$VMh`22#y|X7o2vKT`=3 zl|_ppMh*Jip-ETp%(y)4XTO}diRrgnQ`G3eH{Cv9JtJr ztQX-9tj0{M%6O^4gWUm9e-b2|0G!S_%V~HZ#W9?zYK~386kvRKP$`(}7>}y3N?)kS zGYQdJr;lnI4mq!m2!2qFRu^nJbl@E^CqBZZ8T0xC(|wHTPv_9GE`QJE164h1Wi4@v zvm{3K-Kqrcim+IyZwu%tyIL`BIVemsW^^7@>&3nr#Yb|g0RL2>vv-)H_^4r88NU3F zWjV~GAejg?$lz%=&mcX^5XMr*--9drs_Rm<3bXSt1UiKFa;W@>BYV_W%0mYH1 zen46i$XoKo0Q&*YxUs_Jnf^fe2(iGWdIpgqhz`j!?<40Ur=Jv6(QXo|sFsg&xLaP= zn6{T?9w-77A&>@QfU&yI29orKzCdAOv>g~Tq_oWY$c$W3eHXnYL7>b}GTlK;1CnA&U^_7Hv(aFBVBAHjYfumWT27~JQ`bGccJa7 zN$nf&`>sM9s8Wx_a;)HK$Be&h5l4~mSrlT-iRiwkX*AgY>x69z2;VUX{lq6j*(1^^ zIN5O;@Ed=^I6NvYC2)G1ge8Y14xMa&M6Qa-3;#%ECuXs2)5V*#o}` zRWE@;)zgE%OZPvxX{{if`W3JmZcM;2tt9LvCSjRLn1K#wluaSE8yO^=f9jv&?mu^M zj>rK_AkX3xJo#_cDG3BDx%BIQU(P{M;h)f>6r2qJwtpu4i%@{&@s-nffD;?bC2d21 zhyjGfSIAD7{}~4S8dCv&9{G&Ty8wUuGa(2RPVvt$;1^Jk2m*ykZS1`HcU^pOsFUd5 zb+ND`e4s0TJs|j>(jb01n!JA!m_-RWE)fV;J|$2Lu2}XP67IU7PY{l~hbCgw(pn(Y z$-Wr@`(XutRq)ANxdk$TmpNkm2|g$V0zJ^!KM26__S9qxTKZ9Rvy@CKdp}yp`K0w% zP9xr4I_-R(oROVF;Klj|mmK5Z3Ngw&zLvsFds26zp=>{$##aQ_HBi%X=UU+~))ufVe+||uM za`>Gf3JH{E1oV3J_8656^nnsS=OhjTW>YYe=Z~{McOc6+it@@qW0TwP^+Q6uK;8$y9V&ULZPS*+hffnH2mj%|@ka}xw9t&x z(1*7$UtZADU#`C;{Doqta9tw7E>kCXL*4bhZr6$=_!Yh9*rg( zMs;+Ou^X&flgzP7(JbeUy)Kdcpfp3s;mvyTnE+pjG{s}Q`!P1?MR*I1D$Y9KEQHtm zoJ(%V2kP~ydeJy)Hk(?3s1;cd#lta2cOP%?IRQ$WKws5t(?fzW^?E&te|eA2oO$gA z-s+}+7F7|EJUvV&%-wxIBtEbuD6;u>CjN6>25)CFVJ~X7SRo8i1u3XHebmYE!k^9= z%0tt>m1PrOp4eu>E0PhcEjIK)Z+84YP8QDzG04V`4i$S6v-2)O(ex8E@%B)3cp&8w zr+B1@h~obu>b>Ks4&VRrbB=>!?>&x{qa>6~9FAF5AtYH9viIi5&YnqjgX|=PI7U{* ziDa+reH?q8^Lu&!-tX_{Zyx7yzwU9}*L6L|%|5RWPz$L3iJ~qi9|(dx=&RvgpJw>o zMPrF(DcE_lsQkE@O)1Aj@4Jm3ibe@N20*4(p{zCr75e(aBR*&bGAb+k(4 zzF5Mv0mBf3KSc*Q>-7z1&B9lg!&$0n9+rn)Ckw!JO3g+;&hVPi*+L?dKvsRh4BX*t ze2*%5K1|*bq-O&r$Ya;niAEhHj*_v|3cl@9~If2x$*MC`O6sa8Ao=00Pi zY?iFw*3bcdU4%m0bodVR21t?{bfFd%)^Q2fOk4&KJ&4t}xO_Sm~cI{CEy*e+sVPeeC#X)Y{$=0Snd zi68lhqlFd)F*)aoGOcz^UgQJt$lb6jRU|v73E&?k&Bld@|{_5}3!{zzSpEVd7X`8`t;2s0kgr}&D$BzhPirzFZ9iIw)L&Jqc_Gc)CtN)O=)TiOx)aq}n(0Kdy4)fV z1hEhp7~w|2jO;gm7!SNj&cd?gU+9kd;(AIv5-lN!Im_5;DDc(#m$@BN=hzSZsVJS- z<%9z7mLnm2Wnr>Trx?8}?UfU+C@W)pZ^6^fed*zTUWpI)6-fT<6@^6*z^91SO6+^= zjsBv>nHy0|I7#m$+U)PJI$mJ2SHe3U`_2jLcEi;Nn~(edK3`?)3$<9K#rB{^!(|+o z`gq9KnTnW0AH_8=t-^At-`~O<`(STS6j1py<)Vq2C5;QVKr{MsS<7RpUv-Oj2%RhM zpXbsZ47BrjdN&!B@)B`Q|xjFuguz+hr?qO9oh$V46AzIE84Q?LA9ncVhU^;wcUL zfC(Yru{Y-6luz_+Ix*u~4^D1175ldE6>3sMb}n#=O&`N32R3lBBX_>Uzvr9^cVXyr zgQX`_sL4Qslhm3EQfyeX=hCdbIYS=8=6-b~p0(Yt$R2reUG>f4jYqHGFWN`vIYT_& zP&ZWmw>k!z=n|g@lHbM=llS0Apf}>6=+G&<1MydM6+o=VwWIkF3Ka~&-a2!_} zUmzEpH~E6@NN6nbkTukac;{ERl>o-IFXLFfI}q z_CM(@8vI+iLmV+wZil1PhF(kQpLN_c5Bl82%WJ?n_?L%Q1x)@&7S%?6A+t~BV6nL8 z4q=_k3AsYe8)a{CYNr@<8J>8lJ-M1=c%ZmwLMuc*#KLe!&VViwa9H?nQm zOXSBFBocQ$(zFimP<2WSD17d*dHDFvB;W3AQFTNp%PGmKG*+h9-UxwiR_ zzs&VYNM;vZBhF9iR7?pjd|}FShiU+B9PHOd$?!VTMrOe7s*9o08-tY&39c1MjYXdB zOxEaxyP2jv0VfVd*#kGt=RY$NDMD!W(Z+77W8Nq5M{Q2+3}aN$lxH6%ozDVa0;A8T z4K`{{?AvorAqH8)+q7oA1IVZs8~*uS8^@-|vA?S2`2Gs&@t%dkM2r2VvVLtO4`a)~ zZuyJxeO&g+RhyiDKL(~Y*jN2;sW%GZsV#x{n3aLW7)Dx9+&F`PW44ppa z0!>rk)N4C!-0WidAL{XEu$#MI_4g+yu44_Q?J`xglm5vCbY+z$X?X(V(dH~gG5ibj zl0UBN#3^4l*z>NCLs1Uz3F#vES9G%TyMFs>&%6{bP#_aHm*8fFXJ~ZlOn(I11lzw$ zHEyH15MMRH3itE4LzH0%G#xo!8cRPZJmK^v@UqjDX%@ua zTlKw@Eh)qw%gjC?cp#-0SuN4`hOxE3w5moq=hf|JIqECkkA$e>%uX_8#HqPS^55Qo z_)<{6t5BU z4aJ9tvf^S&Rzmre5l?bobvLPXJX89Ox!UVR7VEakEHMyz%a|utxMLx)Xcn!^a_WYS z!hYyedo&AIYa_BnSCYM-HvgIP?DN(d1?0S^mOXre9<$gx!k|JmsXor3$wL|<>dlH@ zi48+YQSs!BKbYO9SaGU2luP8K)SU;QI;=>5C5gPJ-U)142DAU2k=K zC$e}i`4?Id)9yRO3pE9^{u+vkvzs_=bq$VRb3Vz1*HEBqPQ`y$s%BTd~_NT94YL0yA~ z-VFKNoRKLt>Pd8Q9-A%VoSl)}@t+d-a~B8ll>7Ryojf)0E*maWPuc%SXZ3o6hhdBH zSBg<$jNyWd;XvCIX$^b$Lm);NQf*$iFsIKR{XVmjhJiyn3#_uwq%x{s>0J{LXJFS6 z;TMba>b=HCNU2d9x^J02fqj48f%G5n_;6nf-55P~lh>A0!7w;z!Fn|UfIQmfiRjTc z+yLiDkK=XzxD9!sJ;`HxKgocC#KW)GoL*MYplBnvZ@*U+5KT3{aYDx*nw46XfA!bu z6GG(@ZeW-@uR>?m(rUss}!c0U|VwzvcAz=POhWXFEP$3LKAY3g3_S8MKHd-E+V&+vP4;TwIk5efY7 zm$w3L@`OCq9+KTPfZ?FyOCS+$Ia_b2p}}7UteM1Yj-hf4{*D9FqLduiDuO>ZehVsP zqaOGq0*HS!zIvA5$SjBjl^?g9KTi>szRl5mMs#z>pMSm2l|u86V(pf$Y2m}&c=x&q z`+&PAuwF3VK*T4CZnXh)u2d4wK`V9;c@!<9dKmNT{8>0RT6pXUSKxo|+&s&!_2s(` z#99Rx?a5He4w9lrV10prMS~Y?AE_s|P35Dro-@$@^@K1YXx^25N_{I#p12}^v>Rbi zUHZ39?aM3;;x+vHzdgyi`1KeF_{IB&P=A26gS-N>hA6YL!0+iSrJI~Sd7=XAFCoOg z)Q&2O)#xg4mMjs~`><4btaq-FdIMoKXluG?w4E=`;*C1 z8`9FtZFfs`y<-8`*Ale+1qH0(T%XG3&klT;<^`=gWec73ungnejBULt{0wO->rAOB z4%wzcQmRG+4{t&^NfLQ_gafqc=WBqLb#dT>K3`p12a2w#@6{4p9cRD_OPmncvpMUpkxzbE2X>p{vkd zhLk;F@+480nX(D#){kBfTWE-~1!|OA6g(h6CxTqNtkQVyo5sc+8X&{zCP%Jr6nj*i z%jRQX3^Ce*=C_N_t$)CGQ;xr_7l5WXYoGPp@>qT`%_R@fT`7rZqg)a#_UVsvhtS4= z&x>ScXeCZY!+nFDvN~9LQgIR(2_?te zXe*iuCuW5ifXI_X=iaq#8CT!R_UW6mk%d6Gfv4AZV|8_?fWHga$-=Bhsk(()Y#NEQ zE1Oj2Ji=1=t28y;O`N{X=(1_y$(M z>p7w)$gQh0q#(+yA%@b8;v3%tf%FF|As<3gIct_q+WdC9fz3H+=1H<=-;)Am*aseP zdYCFwF->ojw6p8#PdV@)^3>`1x~R+PO>a_QHzXos-h3g!&bKH2ktSdV#Rb1)x;*0% za^DF1z8RNmr-v6h+UzgTNB60a*YRFiJMHy?G;-m19W3D#3M?)}+Wr*_IeVjv2Own4 z&&ypkj@t-vthf^jp?58(h@~r<)}ySe>HjVV@5|Jzf(9Ish9Q^cr~o-!}hJlbKZD`%Ou-cY#`=5}TPvQ4h-rzq^qmP-u(d>r`B#e|7LLLxv6Ie&EG7UCgDY+0im@obI zy%f0?M4KFZV)@|8SqyMA+x0=!@YO2p$_R+u%`}AM&Pv1}#GOFv2XO})a^Hbb8FGuR zv;fp$*^Ag9y0_mOr%xC};Jutz#^c^F+1IYq)q8%!!=nlZDZrL@pl3Vg;D3&Tq z$JBbxo|pQ9)yUCAIIE!HWuG{z$WxOat%DnkEqK2WJO9|h>FC9l$G^XaVhFd8r9_X) zRmulT&bPIYz^J$^wayjhoStK%RG4&E-ZX>m%Y&t}7lbD-bt5v#kM-&o*od^1MQbD2 z<+H+ts&V&P{aE-@DaZd4;Q(Z-UXK>Uv`*mFS~rCz?JM>t5_~SZH;`9whb2QE>5gG3 z?gsG!7*pc0P1;zkEa#N3?%S`6$v3BJubjltqWi+Avz2d?gDu6Wby~e4544Uav5LD4b1QJ+so?8HRvFatV^O2UWUV$1YoYYCdKNomsa^4*(YK zJ0RBZT@IMW@kA7^D9!tzg8xG7*P~dK0HX9Gi z$beoL=k~ZleBZY7ANK+0FS?HcT{74kPDkJUlo-#~5JB)w9Tqftut`AVVXF$mmFN&YtQu2osW3H#o~~X zj<=qKdsGoL2)U(8Ld*cHpMd0tdjFCP_9$XpdZs`*;z0{U?867hua#fx2QJfZFVsWx z7(#eX08!-wuH31beYh|-4@ic2k4a7tHaQ=Z?8@+tms`cssAc&WIXBGU`nb_sp2Gko z&4y$m$25bM&=VyO|3l}pUlkQ@+`E@+0Po2N)3lpRaBv?GN(i2(MRP*{)9a;eV$2Tk8aAhgbLAOMpt4olYWOl zP}S*|gX*m?y`hEm-2g!eF-V^@3=v>pj6*w$zOLmCONrm}FK)kqUOBu9-ZGN35(?qm zT084EAm%HC?0&qX%=+G!``-Po8+d~U#Oz3ob6wMXhLPh8hHT)F*tN`T(=An^vpcFi zA5-%ja-;pgwn>^lCTdBrwczs3M=1a)C7@dJLknYKVzaXJN!ot;h>Ds#NXcFjB1w<+ zX@n9*&r=J}x*Vij7FZ(@$dfh!1lpsl56)*6Er^NlvW032ptp#(Qo_49@BY<71tmB* zOUw(9D~p(l*d{lG_Z56HJMQ zwJ;&+ukQh&LjulJ@>64ulDqr-n66q!`9eik>i5gdHPC9i%KNK>H3|Tqy-W>6g?pc@ zwIm5AYvBamA7)?@dZz=hpAsQn2c+F*pB(H* zJGySwHJH+|$0|tA1(wgJQ|t7G*!J%_Bv=qUA?)j{=#K2e#!A-99wTXlaYFf&x%aeH00{J-@TOz8#_mvhP&d@=WYlgCxAB5hZ z6_26y1zShtfhq$Dm@O|#UrSKnyo+JZ1@wp{!K+0~)0!4IXv>)S z2x>@6HTzu|B&svi$WkbM#0&Q$tT0qTEy==B6^e`Wyni6ZA$aFcLG655w!ky&D&NP(=m4yYs0)sZ$ZcY*nr zl37ZWG>L(JIoH4UiH@I=tG+&uNCoqjMD)^WG4_Q`jLKB2nXgm0b02CoGWn9{M;%wi zrYl`f=SM<9xuvp5+<7Mcxilk?8U)HMD2VyTqsw*s-l=sJ!k1Alx$AW%mxT*;JAdz@*{!lQCuITza9g-)eDH+vxn>+m5@9y*;Wi5yUoDaq& zoPX#0uubK|;}%-Kt$f%Lk%CyjYCRRq1wxwr@7S3~W4^<*A(D|yi~53`jK5?#x5-qpy#80Nm)NJ94LF_D93ai1c0?y5Lz+X)1u5^wYISAEDHsGFfU4I_(P zI#@kEDl$nAi{1I;%(ew*5>`-V4EJ%*8f@rdBq&J`Rn$+%EkJb0;WS>}L z64#qAkm^IPpj1B%LoOG z_#U%eGli!kH~varW=1aRKi24WOlOSsO`@K2G+Y4A^ED7!9<*AfA3swc{Nh-x^AvA4 zc0e)KCHaY3%NmvY@}Pw!Z!!M9k@|5Q6IzPr7C=Rqh2W$m;NX<&1%$Q`!s|QtAD}8N zmj6^_z6WS5eZoqwjOr|O_{Iwgwe$qT!p~7-N9H_oxyc~h{1M3ZHaUiv7+=IceoG&L zbc_}Dh|c1@{9ax0)xLRs5%8_Ks|WQ#y{9pZW^EAL9h2vVx(12Mwx(OyIa;66Czn;11Y<9J$t~LtGQT zyd)J5-v$m?fIdC>%uf^bL>y6QFiFg=e&snCwpkJ!GsmWQ;wvXwp!)Wl!jb7`@V@Np z0%LQ^g8ARH=Gv#@{!hso|M^};Ak_zafNFgb-%S(Q0x9?k%qs)=W z%kgb~oKuNM|3~t@sMu%q6AH$hZV+eYPm1TnZ=_`&hP@~G9`Ov?K$Sj6#UBsq%W4zj zz00fcjz2Y|cAcC*S|5`lkf+ma8`wu!r8%3DIbo$20>N*kcJ_{7H0kw&t@&~^MHK!`jJSQ(WUBt!Ii{*1QmNmW!3xJVH z5z8+WMi6)stGF<4h8r950ygaaIiz<@nFr*`-%YQ4(Wd!^br!u`+2K0Mx6(u7TLFF`#B0?7u%0fYiv=iVxMup$$ zOIeB}7mfTr5be-hr&Fcb6z`MY$NT)QpW0L=q(0OR2whGr!R%?<*g@=Q;q9o!> zlf-6$3>JArOCHCf(RfjCWj_VSF{lhOOTBtv8bAF?qo$a~>OvI4+LJgyZAvu$#)6U8 zQjc_~7Fxaq8sE@X7vE$#d=8o#{|dvwhi##1(5g<=tc=dRr`@BPPjj+s51#RWdF=Om zmf4Sp&9$ea*}Y(lFlOk=YkPTHOS{_l6!R|`5@Bq9r|`SlaJx_3-2%l|UCTaRPSbkt zAA8fEF8$8p8k7QO&e^|azu1LzeiOZT7@L&h=&v^&^BCDpVXY#)oZx3^duYDrXGT%}$Ku$cp*7y9Jj5=-lK zvJJl2Q3au$hm?6}1!vDUG$_6);pf?oG9^8*NPV=mVNOyr`^>~A{pr-hm_2Gg@B@r6 z(yf3Lvjd)LQ(bVfFI0`V_v)%IXkBe)ix$OaezNdH<_Q6K{317_SxA6m;1&sjFLAHY z>4HbrH^8kWLDZ-_AQ8o$b+3BEK^}+~50%k8GAiC6g{fcimK!+{orDzcWjT<1Gsp|M zic@9k9@R(2h}Y;eKO?uk-<8{T2P&m{t)jM4_%F{!kFD*&?MF+49uRAEY;3*6OhCH@ zuc_9iP{Ajl^PCDyB|Am3!Cy2QAnZPHl0ZC9-_UTWJncTdn;d+g2gD|8urGL#d*6}v z5`nhgVej09J64xuo~$60Vc zhVCLNvQv^S({h`N;rk{+<#Qe)KxXm%Ql`(t9(r~euwTWS?ExqZhX}OmD=nG%a+>_~ z?$*}a)!koCvc-=`>M6?v`y%_lYW1kr>ucE!G`!_LNx^mcm$dt>EDO@_y~v$yGRlbs zshDy)-JctzwKqK*Ul6u6&eWsR_-=VB)6;ni8TTJ?Q-#wFyZe7o7iw02G$XoC(H>Y! zt)9y^BDdOwqRR6nLsHI8nAI9JOLg%@_n)}4e{|uJZ)Ca)$EoKHW?kPHMZpRN!6NzT zmFYTunwujvD>{qNeVVgaY(vRaK+4ZiE|O(?|1lGdV_IpG9$_E%OFl6c$Flrn?FnNT zXTV0%e!|6=!0KIXxu({P4-0%jE5$8YZV6-M*$sFB-yeFJmjs%dzc)24&wt^~M!&l_ z+_j3|;2K|fEap!;_wg%Y;?*&CcCOau9iy?XZotIH)UV(9N+aReG%Fj3}$|{M97UN&WecU;nW~5aVrmsk;(m@wcjUyXCof-`&js z&Ias}>s2!G@af5fPkFM1@9k=R7o>8Vehe%3tkQ@1xF4|7d`65Y98X(Zk^L2f9Bno=~&>pQWV)3vn!FjaQo6pVUVoF z+RsiIxqtLWSeaS)-lL+SGv=z7vXGg0+R+21+F|PpN#=hI)OaBwp6<^%rXTJ)QVIG# zv#gWGH-$%V{N|P&F$QiGDW50L>!`XqtHIrA@xQTKf}9JwBR|F|-Js4ft!*w)89jvq zO7^{CNwQ!3At@B;i{lhJ@dV+{qa$$8u_KDr#uN2-oheqi)X5%W=3hx}Hw)YD$nXq3@YJJ` zUs>c8kl2RT$D}m=Fblx5A`f|OO)$8%RjO!XR|KdTo)Qv1ScQ@(Qw*?R$LWa_D8aAr zkH;)l-?S7)5XdlUK2mCpyV){o6`jY~w#w80m+8TmIc1Ap4G-0t%muve*FFzHgsFB= z1hUA13$%`nugC~3ioHY?awUF>2}wyie}Bhr%)EW%*{6OlXK`Z^B}3S8%7vf(c6a~F&lDe9$}W!`wjQ>`rfjl^JGde~JK8?e z?s!Cc${}L)#e(7Cs}@cgIHi~xfq%Rd&VN##>~nBMv)R7OLCD4KRwRMaS{*YvmGPgJ z*q3^@$1Vq6&)e9wI$cTjeU`-0>V^r?7=J4%=fZmV-6 z42rLhyoR{RUv@mzB1{HBZS`>9$eUb1b9$gw%3gz)-Hh@en;`yqV51w1E_i86O_QcD zVPvKK73btun+v&Ae=vtK;4`syg#{6;<9Mxlb+zWFZtQp^jrrQQNf+NQ!nU2olKzM( zH{aU)o9F(wG15k8Z%TKVKK7u>Z}`+Ds9O+Ya-|{I?jmySwL`oL%}=*%x(7sebxZ)k znL}be@)yhJ2SZcRMI;6l+CSmpt>Au>Q@WzCDE!%8I;9nOX{%rbSwNci{Uglf!?&Y% zv>Du?!pCQCADazWgp z`T6UXe8sxG1+)y@f@vx`CSwvp0bcR>O|VmYkpg7NW60A9l|n}4>-EYRNxTh74N=OB zO_JWM48MgAi-F9mGv$1w+I-@q6JQg$NHiIdy9VvKh;wI< z;kH`g&#-ge_P@zh|5TAxWOk1Q+th<{Gt}-=EnI+<+g|l8CK^3djW_NzT*;8Fh+F7& zqi`P)U-EdpQ0}{us-hj^8%+z^^L^+}RN48Ob?vOBGqzt^<|kvf7W3}MDnY|#m9WuI z>z2ftz;RICjF4^52{*`%R9l$lGmwDeTI4d#4151dX{MTjuyDPuYN3`npgf zha%Kf({+pzZ52S?>&H*Kl_+|&JeH{z0+w?BdR!KQ!D#!?Fvj3dn#(2(Pxnt4<2ZN<0yM{JaW1l->(44 z&*}-OMAcb#7d%nvoL=|3JP%DC)q5t)hEZ4bNSj*jdZmMay$Ax?6~s2g4xrY{6hG$N zpHpm5#95USx|03?R3L6p=9{K@R+biydV+B6x8@{AgJaPrzTINCFS%~XeFILv5R_x90rOU!gGAn|>w+wR*1P?<{tNo}|`l=M?q6DS|a=vuD}e?z^MnBIroIHIrFi>1$Tq zOa40)R!>aUG#KA8>#%IPr{C0#ZbKCLU!R=PkGRB9=Gq-!I{Ndt|Jl$m$v$B-J`E~` zg{hv-bMct|erB=pCsMz5q)f>?Y6Va*Y*nE6I%sts`&>2V7-=`uCyOia7!iz7tN+3> z>A2YniPF#hFh~8=S8Lox1@ummopk_P5ns;(4uh3$39`3`rtD-nL|bt*-&FH@{tu*1 zptyrDX$Dd2XnRBDip;b4>1`RRnhvO5h`yu!L)n}E{g!tb`>WD{6gl-x%9CpX3*1ca zuc~a^<4HJDL+>%HidcaYu80;DSw>5J_+;I?`+GNKQ-7Q5vJRK|H+*nJ5b1X5CcddU zHh!O^^)bGPOAR%|s3W<_(_T3ER^8vB*gl*7R;+?Y{);?jUM5sDb9aA3n4aX~+S(YlgBdpf6wqY>TOJ)L;PZveJb(1w`ykuA{xHGuOKT*j~d z*i~Ggjd_{vUwH>roKt%`z&gA*kRs}}Zhe+-abP$jfUUpClN;O$ivIet#gA;sn+iF3 z@$e#MtGJ9nA)&zVjS#e$uR^lrVUG}<_m^yEJY$imhfh~)JY^sC&)$;%YeGX=r#ucf z%b(iZQ%$_>rTZpgw>>+0wCnQnC%<&Jh`D#8B-yDr2a#c9GXL=STIOSl#V>dMnU>~- zcVr$&y%i2o0Gn$e2hhH-=%}JSOrvS~>v)RAQ*xn;tLcvp=25>fozYUo9;WO`9Ptv< z|0~6_-<>tm)QIAH9*4kVWlmf`kISdlnRk2YN%R^XtKCdNrK~VVMpg%3=SqvE5NhNG zDt%Z?OD3aHep2@_4caD+=T_ou&AI*#$7QgVnfvU`W`R>II@kRCM^eK)lm(|{__#cn z$Izhm2Sax89X1_?6qKQql)F64`XG!m?LW8)c$W6dD)bdlL!b}W%vNHU{X7fk=Y#;^KssNIk}o)4Q71eN|2RC57LCsV zR9^U30>IyP=`rg>xw>v1^jHV6?JUv3_(?&eN-{eO1Hbx?;ZG} z%GiJ&{t`%ndXVPo_G0TL(&Z-j_!KfT-+#?#k*%zit z1Rs0`sdq9mfoC9RjGPH4@nP$Lgtd8<53xvmFZJjmMiC_cJ@?Olov`e8j_xZ__Xeek z4n7{~l0Ij-qD=Sx64qccT?DkTjL@3mW!gX0h^t1nGa-hfWvKPxb>+L~fJl5WzU*4Sx zS1u=u;7E5Mx|DDB3|@jB46A6pev1$@y-)aMI2f<>=Y3{dE?Nn1zv~41T}c1r&E?bI-kTEz{@`ixFf3ELWBN&Fc;0KJr@=^ zsut|Whe`bD0wZ(!!k`YyUoK@^t&Gn!_+AIsP~q+v8~1R5>xeg3TeC}bPA4c*1Tg@d zCBXt|{BZn5g)rr2i6>%l5A8Tthrt@% zUlep{Kaa`qCWXzv0G59X+a_7V&qKw|IvGw_^rQ6AJmJ9=xe5^QqaR`2Aw&cIyO!nl zj~n3Vq`*#1Vo)Cuj(=uK)GqrKTJPd02ZS|FWu(~6(aavT4D2sKh_@rV$T^GXzL0;`Gf@w+=9*4~6g=C3i6=aCxIk^dmdvrjHEA)m@q0OZGNy) zLD+&OfPa^0&Dz~m*0jD4T?Dz?PB5P4=!ll`5tAjpZX6)Dq5iUkkd(vdbt|gX56$eB<8fl=6{si#lf(VUNTeVCQ zq-YoM7rR8^UgFzTEvDYE+he=uHoYXAFAqa21r>BJD3a4xeCAjKLD84N8=Md z_Ln4LE=_40*{FK@HIPi#QTq2SP_tI9Ot(h5O`)@KoK=APUp7Vm1Ljtqg$qfuiAd86 z=-5o``DfbhNKa6s*LNaf_6$yvZIBE&Lt*?Aa_s`4Wa$qAtMOM#%Lc5de;zIxr*urF z9Q&2#p|2}U%eRs(ob!5@Y$u;b#wt^i!)chJyG~T3j#boh7pq59^1ykQ#?=4gBnGHK zrQ|(||IuZ-<0t5vSODJajb0o0nD2G!S|)79y{mn+2^$3xt!|n=h)maPiDxzbbF9@KQ4p- z-C;*IbUGWNEv&q-(!A`QWkC!RPC0V)*ZtHVf0HnI>^+0w=PJ;ZNO^cL2JzQjoh65z`AhXK z&}2Ip&@u72(LmU2&u73+bk7UF8${`8@XX?f8WzO!Hk(|cmJ*<6zjgU5!pDyq`5+HJ zy8jy@(arsNZ2fnDbR+il7NmlAmRjIMnDc#J7Aqfm_mpCPMB*TWET>uC`Cka}jJ3vP zfJlW$(1LRBr?y?PPf0P}fH}wiA00B{F}XToc|W%!gj+!_L#Xie1IyT83P6oB7Ffl| zBf}W}LsCEZdq(-j2bUA3nln@zX$Z_aHr8-5ogx5?Nn$q{^?QZtG7X{E9WWMv z( z-l!afWHPIzN^y1Z%=|34e+!#g?i9G3Ge|by0`BV6xhQ+>n!CoWxc0-h(SlKxnJkghwT(Ju>to^fV3o6Q)=@5h}kKZ!^WWoL}Pjqq&-cGd#^=7Ka z!e(}-5OLkC##%3uOZ9>XrSE5b#Ea;hpP)On{1Xx~eqd@iTW+{wU({5kB`uk7&h~cJ z6AIXn2ftl^KJoRlHTI+4t^UKQOIhFc_l{4Eu-GZ4m1upCuz!`moFo1WB#R<)O?c0X zM!?ajlYkPE;S}TdEySrZ@}A%>$s`JWHLtzC_p!wOFjl7uOb{0$lEc0nz|&L!leqs! z8z*SCW5)5v( zDEQUs9#)1zg?C?Pe~B-$+0N9OuB*Y(h+JU2iN29Lsy<0|EIQ^4Z#^GTc!ok;346Tv z2QZc&ZR>-h&He!>8z1d}>r*L65mODfu&Od0kSW78Jwhc`?cSCBKPRR zTS)`S>nc0MM=z+K9N&uMLY|Pd)AD`q;cum_TYb)G&Lt*mO?|TaF5P;`eAUXL;dl>8 zfHBUd``K#e^ybdj1QA+yRG>--)5|#g+})>gn7>fxz9P7V2V)QEn8=SOY4tO(pUc6i z-(85eJ`zY-WPq7Q04B~-+%GDzJ28R-ZUS{0u08%2EFtoAWQZN~Te{%%w|6@b=S1?; zehP*6RA%L&@}T&8?2k;qP4 zKFQWg+~eao;}nszGrm$^SUu@${NMH_Lj|DHbooXW8OGwg#C{GAq;OtDr0G1jWL9q2 zWm)Al@=hB4%nf1;Eyfru4sPU*wpN7!3jV@NYdqulYNrBPu-=PY<}Xx8HR`CN0lJ7* zjzDMsVnGjEj0NeRVb$8rzjq83pc|+)YUk*@7c|JG4gP@@n18)on_gG zQr3=Wjo7>5TDdBnceM)X@FL!xVXK|Oo7a2pEf%CGC&gWD+ehG60+xq;l1snCjFXWZ zOd1Cdnxd2i3i~8%ly$S3SPJt%ws_>KU(uNw9opCOm~TGnqi~2G4~g=v8p@1jlHh2x zBGd_WLi}Y3l{XOWw6PBKOsJj8Z{xW(FUFEaNHh$MOYIp&xsm=x46y$T$*?aRwn7j6 z&QVvxBSL{E654RD9xbFBZ?3&!%Ptz`Wc5DO$g2YUeZZzCdCdkWK2RN`{WoE|I| zOdqnHh^o9aOF&+7t-8KXR_Y~z5Ze9LYTqeecEJ_Exw;<}k#sT2R6rMCSO6!-ylBBO zSWxpKVDwr)UDe2b)6%EDFg5GEZ=9EF8d2^f#un~wtJfPE$%NT~26LV2td=e1%ugsJ zflN=`VhG%)y%cAhkKgvWvh@GZ86gQ13d^^9e6<)zMd^SoxZXZpsh@-vHj56>2O%bf zc=+L-L4q08l*+8Y02b)Spd78_7k;bnlHT^_E)F=Qs24QgM{i`|1>by!{kg2nPHX&r z0G23mM*7HOU9|9{%38T`d=|*m>(R)`LvmQwBj{uFA1k$^pSKkiB!l$&!G);)jaw89 z_JNJ3aLe*R&Ttsa|9%3f_KgS&Sg-M+9#Dn}TPT2Y+)o0z!&K(Tv6V%vf_zZ_=2-Zl zJV;?pG_*png%$O0#V7lyt_}aW0vO1pbIe2xhDtcB}Nx<9+_$38rORoc%gYC$Z+={NDvno#r{()_BIN*gGO51er;8{}? z86W28R0VXQvN~K+hiIAc{UtzimU9-B1c4MSIsJ+?W0^uvj8jITs`gI7LH-jW`jr6RS?x+f@Y z@~+(9@{;)r0&YT$HJ-si8Il8iI6;C32{O0^Ng%;B1P_A*2*HNnf#4xH zx5<0nbI&=y^R0E|Tlb%vTC1n4dRJG~RMm9XJhk_;Z{H2mIO({#1fgz1bXsE-#9cNP z7t4Se25gm|u~|xV%7%~*W33+ItHAq{xsF@Qk2dWE75&L8Wv_Mtk~iB%$rzU0A#~h{ zH3i0BeTEKK0$KDoBieDH#2{m-2fy!I{$(Lf0|e3DdEqg8=x??Zc?sC#%yM;Ouk}17q8| zOAP2^vTpH$wKp#<$NYbwC0#1A`rt^i1WAYh?1^AWMe*4DxCr6L(6KKz1KwX%oFUlrH4Cqw08`z0jBpO&GgA)R; z-MH}DXgch*M7#s+@CWj|YYcU4m9r@4Qk#?Tde@_(SS2ssm=Ve-7KGoT&keH0*eKzK zD)b*Z0`}YNsth@olsak*_0)2Q8#ic*Tt{P=V?RJj=KZf? zdN_5jjyh=rqpridV7|2U8drlISvDpsUmI$2NZ2HsLXWogB;>&+bHQUxH6&9=a$Aqo zx0#>vfj!%$&KG9+gfX{Ina!luZZt+XrZh`5>pU(j;a71ZDnPKD-r)mnpcWV*v?BLM zWS?_wmW&a@%M=pT6A6z^=;9ama25z#u)RDTNQqwXu9%F+9aFMZ-HcSqn$}>=nU(#Y zJ_e{^AohUgMuA$Uzz-Zb3rgu62zQqNE7O2&O z)*POF{AdopGy&jIL-m(kqCPCo`iLh~2P~7*gyB-wvz0rZ?J95|;Fk|rB8$NpF$RFY zH8*Z|V8!`msp62G??oEg!0;zi)A6)|I@S$n+5EF$So}*(6H}wDB~nZvh}W45J0-Whlx4 z>iX;U&pua!bMly3l)tCKpN1bYD~3cLQbHt9Hso)x+M(z891m*l5uTiNjNOBqDySb8 zOc2H}Qr(G~ux)c25ny~4dAGM#2rGFC@bGc___0fHr+**zD$=h*lm&u`8PShfP`vsE zLIY08A5eBr=`yO%w}76j!1HlT@CPT8#mb zK;xw1@{4X4-Q*kIn928%y1QiimutGEYwxPAU0_En&xWFOC74)zBF#QcQkI)K@JALH zD2*l!b=*%qrTC`$zL+lRr3WF>+wt$3<6b>}QLPS;l(BDPBq7iG>1;=$b$%kS2Cb7&q%+kpHpxsG%_8{qKS&(=KD{_F--w0 z8ZWr{HR}lo9LKo&6jkLA7-NJC%W;4r#PEJw4yezNyiiyY<#iD^QyXByJu1>y5*?B0mn zT2_6cqLCT+c=7I)*f5W2YB=b5WRLD@wM`0sF8D44SjPCGKYX##qw6hbumF$)G}OfG z+k}wVXBrYVtK}}kF7*MrxHnRXoYw8b_b=~|K`s|R7Cua9&fU5-ilucmO#jyFBa^nL zZTdAFrWObNBuMf+HO4PcZfl+t!xwb;jq4S8?3kZ6QD6FWgRajoA1!ucn{M%_XDoX! zeNx9Qml{dr@QcekTo8&PC->?LN?3Wh&SK^*wOv(9@0NqrUM02rRXV^5hquDAal3bQ z4hbi{!LWy|r6nG`W^zm_70Y5z+i~}+scdrAyIK}pkuZ{?CgLuAzK?FLalYK_Z2X%Y z;c&@>;Ne?a%ueg&H|3~T-x9upIbImP&S5WN)PClzg?w}V<)@Fxf#9mRoiA$U%MBa> z>3PyI_Y_&_Xe+sE4g5)pvVAj-*_HkI2KS%(YaeX-ylJ8URzM;^)AU?Ze*yt)starD zHSG+9yn=zqgya z@X;t<0Ra9uyuRP<$8X%fvv$@^t{p&f?+aE&$@$Ycf-%1d*N=BgC%U!418#V;Wq6^7 zpYD>U&G<(;N4v-NI7{8lx?3wUTW%8t@PJqk_??Jnd>-!?Fkg#`d@Jw0{l)qNL03~= z`1a4(sI14He=)ynprizYsTVQLIqQ^({luHm%V=E)A&k!j>0a=*cH5+^Fwmw}_5~5x z<%G#gaKmsUEqqQETfEI!M!tR$(n_^UOt1OzEZ2UC0}K5usZX4hnoslRQXjAvanl)< z>}AJ`d;7Ol7(J#D6pX(%2g(`XT~J|Qk$lnkLiB{mvrr&r<1Xq5@D5I5AIa~_QvPYT zA~i}p`@u6ddYJ+5721Iae_{z&{-+|ZD3V-DpVdwm1=y0%-O_t#zh;eYosC`Xb&0g& zm19chG`(_a=6!`4nsiCAk;%R@%N=QHf?mb^^fbhC(4ft-&({Wq-i(v>z{ z$D!dQqEdd%gC!#-(8kdNf%)2-ceclXx|}cEj~c14*+)q%>MnfTn*}Zlk6xzW&Z7-9 zC*JA!hV?bJ3WL#H_BgF4DK!}LB;@@A{Z+$_C|#uDXVez#T>$3(&8Sl<-O(E{!t7nzv@Y zfW;e*Xn*LU+Z$tgVMO)$M9Ovtht2CelqI&)n;#3Um@qj4)GoaE&ybx?!a0I*E#~gAMk~T#yXAtd1mt3O zE}A^yX`NiqTVI{Y{E6fK`5BGQ?CY%Ze5_2+<#G4YhZ^%r+tiwiGlT)DgcvVLQ;(ss`p$SrVELRVDnKz zRUskdG_p150;@(d*(j4>hlf3y!8|0;?d#T4QeIn#cf#DO7Cl8z}BwZ8h3 zT|Ss?>l{y~E}Q4{O-M4+9Yq#25SH?km{c$u`5Gimzy2eo&<%9xIGs}{N>GTb0JHEl z(@Jlx^GVq{ck5tg2HR=@mGLNLn@C=KtL|bp>vB;%w7@Kr6=`4e4E=GtfqFJ*?H9-7 zldfgL?h5M}pjGAMP#3_-P@I8*p9-ki%-9zElRY8oOjUB>$+U`SHVedfnlyb9RX? zSpQ0TAmGCAfNcknCm)|@yyU#|n!lY4bi!itinhKZ-4N8^f+n}N{90#^0d$B8YFNxU zqKk62Na_8C!;T%dv*YXu&UfPD-n?^>ANF*pGwSZItl`}YBgs;7*-&P6QsKwSYo%qS zno1)hICvQd+pAv$H!EFt9X}0z;K|AFB0q@SG}PNn!;EATf`Y?&l7AqoTYB_{L zj2)daIM<29!P^oP6nR&-NgaLQsWeED8HL4FHUJW|ZAu`BHPF%KP@P=snJ5%+y>U*D zZ5HdgtR>H+zkY&~XzRgR$U|AQ6ye+rAxc8`f@6t<@(DnAtZ->y!fq&w44?>@8Ue~n z6h1YGqa5_Dyv!G13JQJ!`-DGn1APt+7=vnuiMgSfK_7JCx?$tMROPUux-|vBi=mDf zVfzH6h4Ph2WX1Sd3eyDCCK&#T^19+AC?6G{ClRE`osF@TQ*eb>7AWdUA2WMVwP2Ws zpTp6|7(~#nz(Em&nUG0q+%KT_u-Q6E8VuE*VWg5DX%0Gh*W9v36PXNNV-NW<^*)Fv z(y}KNLv8>AWnASU2K9lGLefJPFd?H;GE*_6LODALub8?yK`q&R6$LH2z&ewHtdDXf z+Bkmsk&*TEBMpJ6Oq)z2E%J3SI|AX*v#^p!Q*TNivcHz~!4xBWmB8C;WR+-TT9@$# z<%{)>Bn@7F7v(n^x8NoUGa*;e8fYW_OnfVB`vdMW+ksyj*CNSY7=E|s{-bA%9ateW zA#_WL^nIP|Nth;3r!aiRmkcb1THW9p!Ut*Qrwv77~9)|k&=$%>yMtDDBbMxvuZ zqpUEieOIGd&R@=7vE)8(x$EbLm6ZvD`rI->%W<%S;VNOk4x!t_TmkFp;r^rIeY zTS{n3Bau#p+*aKLYY8Kj!eoj6L{r1P28pkazY5T*-YLGAOx^l;OuyNFjQN=LvFRGe z8qFHjTK&*{v>pMgQ{nrRCGn~8t?`LRBJ0hF6~vrat)sbZ~lN zrIz8-DUzw&N|#EV&jL@_o>)JbeR46ySCxP$L-^()axFz}RxhK!*R?zckmV;oKYW+| zo=TNX)j>r`Wk{7F(kDup?V3H9y_UTp(%;}1vzu`iJ&K+V!Kv<|%xpcjOz*8ubDH+nW3j`7LYp_6lV5@~iWUJ5@VP zLx#G>7`|G?$-n9@FNiJZw9d0GTDD=XOs*Q|Dl#dO>=UE)*-qv*LH$urR&44=OBdGPRafvX`E>pWlFT-*TOe!I zZbh8n0fsDW7lP>0(SFhGc)z}Q`EayG1WgfcZ!R~D9>lMpvj?)jnN%-Z$~7M49K{_i z!p0%rC;!Y#;W6&M+(hG%%xB9NZ|Ub&@Y!%KeZ^$^eB|Ct!iG<;OYg!L>DjBM3vPT( z{AAU*{I-Qe!lFnaz8OBS=wWDtc*MW0A1Oi>(j z(sNG=J|20Mz^)()+FDVd!c_T2fjOr*Or1#V5yzhSP>g1y<|WI&O1eY4&#h4vJ`S{$CncCDE&uC;!u#k0I(4L8QFfAV(GUiESQklqO4`tfS^s_QWA;L+ek zu&AA=ueW`N&vn#gx9F}DUUlSjjoDnYwy$}2%ks~T?L-#_7q!{_VU^*8$J9%%v5TMe z;Cgi(Ru1)h>wOB%3VO@!yrZUg&L5pgoqsIY)mJ~6%V4q?|M_V6TkJO-*7=m}CF7t6 zXA2`I5kJ~XPD(C(kv~t7eo4Q-!J0{vD zHVBo!ZP%!MqB>Rfz4&`5Rbuvf`}e@cAGu%q=Vm&WTtX(n2`C@YW#~v~+Cm0?={i-* zyL_~sUw-`ov0eDRrPDsdGDPWz+CefxHBz;tA0X$OlKeb#r~FQuSWiMq-D!16L@=xB6nZ%kDOwUh0e_t%-7^oGv zv;~{Yr5&Z^m3?*d>^S};E4zNkUK5c#N}BWPZoY5up+aBeLELllXo&}2GA#|O6S*~Y zHH*Wc8MPJ%%^nqV?H8AZ8CCW*cg-b(a)a7`L|r9J)3xTkwA=}H+1^?nnOVHYjn_Oy?IJEO!zK*~fi+Sm-pv9|k^a^|n*^vP8D~Btaos~j% zEFG@AO4;hGsnZ#|iuU6j_>2{zKE^&Vs!5UmCjG2d=L0ID0>Q1)pz>X{S``t07QYbi z=J@0OaD2w(N@OSJ_4{Ax<5l^=z8CHGj|O}9oyNDbWHlDcJMNxOpSWz;Zmv%HI_{O0 z#V%HL$ex5=6F6|w}lKcp& zU26T+v5kJga#Q2EJ?(St{oP<8V64_M|5$Lp)eg=X{&QLyiv|tN-htg^ir2slXAzy& zky>4|i_hy6bjnPDAr`u%AycwaVP%&ME@p&hy`V$QfRS3c=1H&1HVklD7Gw$E^fGRCrQ&~U zIhfdP=b5_767H!AX+1s7a%mLKYBS$ja`k{d~I8ZxnF#V$bfAWu#L zLrsZ_GO6@F6=VnCO0hqA7nPMgJvH@H0D{m18k4JbB!p5Rr_?W3<2=rk61_<*t8glv+#qlcN+dzX^nHWjY zD&Rr7^(1D@FQdSJmyBq_t+6c8<-Q1*$|;{NP}C$m*X5`&IdpMCpXJj!3G2!rF3gbF|M=)^rfE1WPretk-8oLQ!LG`bie->dvtntDOMSdhur z5ehD;N9~ghXPl&Xqw?`leqeY|=!|vCIo3X|8#~4!?$4)B9UZeGH|CYr1*~SxSf4^P z2y?RnljLQWY>KI*D4S5P!A(DnEf8aMYh6d(aaLj+>h|_!{;r9?lBt-@h?>`El`^MlScTI?P)Ug49~YN95>BE6>a$$Z*FC$i^~=oVHw4x+-grDggv}}RC`s!&v zOS*&4A~%jL6zDdMW)@CGt!+;iFn^JI#d6@f?_%LB++kLZO_ZnFm|N`43l3)71&6&3 z6X?%3kV)GT{iFe-^-^iy)cf+VWnPWy;hjCHL$>F6%Ln2Wd26&zZR@PuRp|CUjP`vX zGPECXu1_+x;;i1ji9DR0*TOG&X8cmVbSU+^1ZHIVL+ZsCz>2V%TD2}B-HL^K1Xf8> zl)Z1+@f$(*B90qLpb)i#ImQ725}Q~XHC|)$fvz<rCa0le{qwa24WdLi$1 z3QlqLgRx6q!GV0;V~cI0O7bD2dx6weQ$uSRd5cluo`pT0tS0x~YZ3O6KRkb^UrX&)2$ZrMRQ^BQ=N7*RMWZa=xj<{wKZ>3?a(yCl4SQ zCU%2yAoOo^Av_hr>({T+J=L!~euuBX>oAOu(jDO|#OZASQ3LSrB7@*|% z1*1RA4x%1y!TqYjbKSb&DIf<}NYh!Q%~FUY9;>-A6TGWlp}q`% z$aVl{_up$uGe{iTxo$|71i#;6Eo0e<=ELlc^ft!LL7@!DgEr*{_KLz;e{2N|lOpZL zv|5)^zH0OJO=>G*)R`}MF|klU^U*?3mf;a5*+22pu?p?;pf%|1Vcre)K^X=$DZhwf z&^K`RL28*A>yb#@eX560oJZ1+*@dFO2$IxpcR8H{3wPQI&64cm!&njM=Kz!ySli(E z7kPpM@`*TkNjKWocm63(sC?)NvIKqy1+Ok{2&Yr0CAOz4OeYAC**>4BHUnOz3o!7j ziB4amDfU6{7j?LZ55F%0_uBjg$7l^n`xPNf<`_ybs9_xUY*=Bo za!~F^^1XrtlzNOn*QY(xqQZIH$js>LvP0fKZE$Q^4 zeJ6oGap7uluJNhwQgEQ%_0odxh4jX}C!*c7L(qomiTIcsd|B>8XcP)AIu)J>jRSDO z%FEp0fb#}?HscCkL$bh`2I6|k)lmKLiq0v&2vg;v1ffZh zT2mIpQ`}>@=?D8Wci_vQV-<;FJ2{SIt~hEgN6+p`oKpBbN)VmaJ!Q-r)>Gu_$|U7B zDu+6SqjbMRKGMZ_C!s5+$zPPv+!ZP@oB>lMxJ-?R%$E9E#Z!PG(WBYDt0%tSLAC}9 z%1m}}Avsw=GDg&*Iz-?TL%LJTLSG_X7+uG#^|0VGfL_mD?pYM>M^Cvut3M_*;>z^lF(qz+-9(~ zQ-X<-S(Cx3WD&t0^VLr?@^^|@KQf5ODnKToJ?+6zS#-t_;(|p{Nc2Mb2-6-<&mc$7 zn>7C|jK@(j%^37>9yVT8SQ+ye^H!Hy&)&`oZki;<+SxsOg@s^pM{w*a?OV&`<`z|i z@fK$q5}>ytQvM?A#A?X@Koc9bAA+-TK^UC$N^|;7IYNKL>X|W?JS(cseWm~lO;42(k z4P6jDB1hhppWw_%bTwC{UVKx9JEZ|miv2Z_x(Ou`17j_PGvq5jgzhHpgO-){)svJY z!na{xX^5uof!Ep9cF%e{DLJ0mx7VM^k2Lr9XfjKwG-aMPhO@M!M|jskR#Jp;OrPbF z$ZhN_L&45EZ8oBaA`Fw>g^c|slYTd50#y@i`i06*Lb~jzx>k;*v$K09dy{HayQppp z>g$@!_8~Rigwh%A&8pGiRlY*aOzS#{ z?6t%*2>VPqdVakfArZeQrcs5v^h7vGO`tZerwK{HlxpWQAe$IRA3-lz5UqN@lBjw_ zh$h6T1eED3eZ?{Z$|pC9r5gkmM8W6 z3MF{TFlBcl`M!k|lso$e-dD8PKuL#HM8G z#mO_(J@%WVyWVW42jM}lJ22-_bEYJGO(Cc?M9}-ETzVI;Mi{HbtgA`oI4ht~{349e z#h={)a+>g`V_WnbUh3ViESFn%O;vd-POu2nUG6HFg%NF%`(+k|Z@8E@`dL%r2wUhZ zJ+p2lPYWwQA9v7$y<9EKdd>Vxe25@osRqOqTfgMpIUV*?FhaIS1Kb10B=xFpJA41; zrx#^IXPLsi^>a749_)NTXi`mOjtJQdyW>Gd*n;ZSo`Ft{B=&3d6^5sZKPex@+9wI? z$eU{qQO(}H*Z@DhV%k=^(e8KiM5fAiFv&!=SFVxD6k0ULS<;o-^VJipo9tS=vk8|H^u4^NQWuMa=Z`K3QR%LPNaOw;L;w7 zhUQ3$6-a0Gg||x>qylk`kc4GrR96fps(vQb*@mj763_)5~)fg+>0-JsE z!kneouN*G~zAY)p%4mwqupxAna3|t%W5HT&q~r{+a0fWfa$}+sThLt)YvuyoU9Fi9 zcHoyi`~2NVZef906e7{p|sCui?!c*Q-JLIZUd%LmkZTk(yk}xvKUUOMI}V-CebF`Cq-MCLb;s&< zAiL4cHO)t@$V%U{(op6uJleAlV3@U}g4o$O-jNxKHVTjVf)J!MR7wy9v-k{%!M z2RJB^;S&GDpsU@t>s3iSXG{pE$erWegZ8P`*SLM?1w+`py-gUSj|$R77W;c-@z=wW z9r)9bP$A<7WL#R{$_}Vh!oGc1cXEVmveXjV)7U23h{`(CUniLPkYGUrWdZ5cWe-s- zGAkaJVS4+w{U1`h>AU=q50QEvL|4gg%O%oE6jB`!Q$LCyR@EiOkiZAO$tZbT zu3++*6jXYHiFV}$WxL0IwPB?XN9HVyYCS#SDa7kMFBrQwtWh0Mp^EC!2p4JtjX+z& zM9!%+>KJ$xXB`aOsa)f?zB*}*eTk$Vz*oduYQuD^s=D!6hD_>dlO7y^}FhjV#m zFhsp2sG7!58*H`n$!%+bM7uqup&l0WU<}LJorNF+RydHM(|~4@?FmB=vy4-6gld@F zt;~T~op+*Sq}c7Z6zAeU3zo%L%Bp2Z8A=inFLXg|WfT`IA+Mm{)GoEto+=2+NTJRwQoEj-BcRIY`t9;=RL zXwC^~-kMCuwe|YwNkkEG##vX?A+@j3*OR$}7Hp0nc3o1`vEx3y{UJk`)+qh@jq8v} z2YE~Q$ToBDSTO%%#l_+e43i7A0~adbRTc8Ivp6~oLF`oC73+j)_9{{}QxB4kpLW%+ z3eR*6dE_PrGw(dKwWShP{nm>;m}C%gf7V5P?8c4Ep7j1#GQcJX#Cp(e%Ew@?g-MPPu6UMK8cG1Yg23~8++c|dkLGSa9 zI9@54Dq~(fd|%uW7+V_w_*r^;Pos7t<>f3%+_?psd@)`^{)=ss8nwP@eG zUziiL<_c0@QVB|E#J$8K(mkn-m<4!%Dc!n$q3|BUdnac$vawsSwe$W&-m?Xrh`i&0ta zdyb_$hALo+=WN%xoXisGBB-DDgpwwdmeh~Rmm4|XJ&O^E+!a3tQ=!5zt70hqK(Z-z zXFW|4@6?(sTY=Y!N^74Ewmh@!f!Mu!#Km}cEUv6FS~t0bsDQ#n7ZPP^7( z`e6khoH?!nmAnc$Pl|isBHc_laywXY}mH;*B`jIu~5u!_xZR*;za4Zo1x?dqt#(*lSUb5`=Ga@bDl!rF15DCkDr4zT{duQMC*25C4cH6O?L4;ESF=Qt zM0hehzV3Oag-E?*8!P$TNuO>pq5ScjJzDup3B*!l_q1Ioc8Xe5Y!No`hm+GgrOSD4|Lfc%bFCv0JlxNH?J>w)P zMfKnudvF*18QLXLywbG|I)1zuq_qgAm2u#KyEM3%v)yGu-2&gs4y9VXQ4)7sn(P@F zboqkM=G22SW2#8RZgpxdm{+cf9^+$H8>2XJ4#r#O60w3D)wd^(((uQ6T{RoOV3MJY z5rM4R=X`!T2D)O)JHy}dh2dLS)X|O0}auX%HWcGWdZ#}!; z>y>bo(uEi;t4@&+8~9LD+_`k14T@>V?WPf+C9(eKux@;8_NW8nSd*lq-fVe$r+M8z z>x_i=Wt0Zk_TDR^_?5Coz>~VZyq<0A9{Nle0-V7XS$l)LFC@}aRy(zb_O)AF0dxLk zGYt=#B!s^ET-uLXS1ugxU2$wBK%Rs09%?b6c-qt+8^`tvC*c3me?0JTEvu4izy?BR)|qhR9EQ z!d#nHY*uOpM<={ti|sb8_+}^~Gj~G$k--FaGqBg65fV(?>D; zh7nQ~b>?z}SPV9~>5CZtNp4B?y^75C)h?9;Tw%d4R&Z>l9yLwr`<*Crm!rCKliL%9 zqYBoB8SQK0QYOX{Of-)qxZ2R{eX4$+7W)k?Cq-I6h0O!}g++gB5$g)Nxds4(isn&eZi zLxs&Z*~LeF$}vo$tZ18@F{Lof!IE>Pa6ZNK0)h&+*faaDToJKE11It8SQJ}~BXagS z0gPXu3$lov*Skt;!j{Vs z`#Nwv+G&My4pcXRfE9gR7-nR=GX}N%scg~Q68GC}WiFWT4Zf9An$`W}aGJ39&&rTe z=l&k!LA*ogn=~^P^M%q8^4rvDQ_-U`=?8P>!)7@h^$wSPLK3=SN9;lli5~grL%W*E zmos}0G0e7)IwXx(#k1f4jVt{Rpy}T(P+;L*;-AyE^M9%=(EhhQT4!Ov8Uw|B4fFyW z2Z{g#8?%rIAQlb|2aelw1SkwRhk-#5KnBQfQ-5FmKhJ;Vjs$~2pvd1D!hnKq3kU^A z0kKdZ1_Q?cF&Gd7gMrdv;IP}s?^GyIGhih0I{{P^b=wReaa$eicg3)OyAldqMS=WF zmj8O;uQI@3pg`DdyF&j_22d#sXyo7Z0g-Uv_}vs3IQFkdDA3m1mWBbX4+X~qowEx1 z(?z$V^{0#eo>%|RW|6bFixUV0#Q^kD)L9(sxXHAB@n;y=T~ zf0ft$B^|I~6NvgpM(cl-*Zy@;0Yr%lg8dc$FY-4atxW_8^Th8A|3wZ51&$+l3FrP- z@;-dRKx>fh*Z-9qk%0pOaZdg9UH(h?2*jtty0xkQW&3Ug|LlnWa(}yr3>&v*%+Pljrw9jU;Gz&AV>!J<@Uz$cO)2Z{>S~jcvK62 zbsPeb2U7kY@-R^R^zGfhg9N1aKkL^6jRK-fPjKVvXfRh=hAXPx{SO4}9&@KO`93cma{G9<9 zBvnw#^#72zlB2i{-{xpn0BNlLkMEB_yki1Un)rKaV1jg4fKmL<{s$W80}KubBv`P1 zJIMbgzim6vwuKMX_0wy=M*;ERU+1^%@0xG(jNN_!;XUEM%0aYh>i-rLftmQfB>-lS zf`H}Y*?&=vVgM>&_^lk}84z&%M>*<`a?~H?s6Wb4f0U#CC`bKKj{2h<^+!4Ck8;%i z2IZ)KGlN7ix>b&Ph`E+w8gtK@q#q#@FYvgRq_mHfQJpwD#jFogS?CZMYX2!UMNRKe zD1}4${;Ck4UR!~b0H43x^TJei{*7)5yFL-V6`YfU3(2L$AkUrck#O{?;QHzFj(0PS zqrP*2LRld^+9RjJo0d>_cWcLvNq2ggXjCOui;s#fWB9HQ!=OKMd!1o<@Gr^o38mGj zSL5zE%Q!U#QziEuanCDrG@f(8xgPB^sq3Wf5XOJ9tABMcW5m{YDfm))Af5{@!ZG1N z;mp4)oe80>*&d>YBkjDn21{f4(8+bFo=LYwMC)Rcb2>vM(u?_EmS=tbzMBTb8g@%9R^LL_{tCUtscjeLD(;)H8}9+b4fr>pmq!~@n8`Q`s79k_6hf^W4wN`TfBgzpooJq(q^jLhxfhrL*#ZB0ytmn0dG z8M(f@X5+LHImkX4+RCvxbU+cKn$us3*ZUzFvBiQqvTFT~Q$pGR2ALu|_5u%0Ajx`8|xF%*}7#qaLaoz~1UA(V}cuPHlKon}JQez&~J9NvEDN zl`wuEpIMS+-CiTDD+F9eFbF*!lAA^~hIZUREEsg~qGSn4`E}6xZP*LucuK?KJVQL% zNr5c^WpoP-JyZ^B>5=dz@sDWFPx^^Zoy5Y!ZV>O6*584;39sh?L*sw3it)TfT*0;l zw@70s2m%0<5&yTMAOMmDL81X94uC)*Q6MxhP#l1g{v!tYXAF?W0|$^BfLnoT;GqA% z)am&fWCP!VY#3aB1rC(kK>&d&rv4E^{z`Wu5S1K)tq4TsKhp+qKfixXC$cd${A(KV z;S+!s{4;-(HWRa1&p*@6EV;9jq1^p{%MD-N!U|7({!X(@A|y-@Rce2yxj!O2QV|9E zf2UpTf$XCy*?*^pqzrRjDp*eaBi)7=O*DH{JcUUAtG()R@xMc?=wIo7`vgD+z#=O= z@PC2~z|;W&Dce{`5%zs56JKbWcULz`~eyMfDC^?hCd*~ACTb>$nd`#WRL^> zWr4L5gx#f=PQL;DurF zaE357B1|+Txt^6|Pcpi;U$s-UGX<_oG8@Nt%UUI>uYxX&yuBmMtInst8q$t>3>(M8 z00vutLKk4X{Y|?2C-MKHLq0$6I`kIXeNP?Qg<}2j<=9X7uV`0LJNh|j^XnL^ZXD3n zpH!`GEfoSt(+;W%W)x~+7AahiIKqdwo+_@*G4bUy8pC&Sf@qGrD{5i@FTL?{zX;%p zI;yY$vExmVOGyRI#9Oc5iQSf@3-c%~>|X4f=f4ZSQie&QmdPhZT;mLxqi7-kGW)R~ zVD|A&igO~4#xvgAF%IQ{u-trrqst*aiF*1l<>wg2PiOaD5AQ8+`kEqk;|VEFy@m# z#ChjM0^S38*<0OFc_4!qWZ~Pgng^7q%M9sMox4!bsToJRW6lU!1eX)c#~8}ey3k@Q zyy+3kFnZWnCH9;5dW8)3ENasd4$v$nJk2wGO%>`+E;sd~^?H^7dD>2UuD2OvSM@|! zg5_Lb6lZoto>3KOhXW~OwpmsRZ{_=E`It8HfL0=!_w=D{p{^md=i?|Z7D5y)A1L@L z?^tJ&+v{ua7Z^XV2D%j&BjTvz8%~J`r&h*uc80@%O(s@x=Q|LpRi9slA=5`-+LRk7 z`^}aZGse!-em|qxhzXKgZ;~qTb`0A=i~bJ^Cutj_utUaf?t+&u0aC7a4cOq68+-VL zmg9R2%i>Yp)qLC!Qn6LWbf&kBB!^@leMoX2<;MBYG(l21k~Lt@4q|997lFI%spjw8 zut;32b4u{^kR_+?lxXQo;iTWe%&?ScHlt{~Wuvx$zO-x+IlHqi>s8Ja5amDAHsne3 zjX!)5@~(j-)K=wb#g8D7SMmloW2X4iH7X}gk_D-4F# zp=PmBfe#M;`io;zj5w14LjERtHRR5Bb)!p$Yrq?wBUe$mE25j;EcELRbi2Z?Rstih#&@?)~^hgQ;V8ptRlr915>68 z1BZY>Rp9dxc+dqT#oRU3d2H9~8*YL2t^pd#R5kR{t0dL#P;&k$*I0ehygph1S@qD+@MrX2Jj=O#5y3ei+4>Ywt%=)6zl_3kam!nevgPDA*447u z>_*f+L|XuKj9xRh7+vFO!j3kH@CSjBQ zOn8M8^*d5_kp`XNYGXyVaIg~uyX{iI&82NFD41fCvE=iP2A4A6sG($E+wkn1L-c!l z$W{IGOZ8Kev$)Hw=t8&I+H&$Q4$nQ(5 zvS=dt!1E980Y$@3L&YYODm0x~ESnTT@W0=kZ^DCq|7aF|BE#`P4Vu};YWB?o_lGRV?G^6G!T-M_2AJjbbY zWe~Q1`;YMg(TVr6BzL~QZa%j+Tdh4(jFp_deF+fYg0K0y>Y91730)mTfMHWvA->qT z8e_DAa+_Tj9g?^!3*y&{SP1^Kpx-V3JEn*yQ zY5lWhwM?$!_M5M2MNAM)zl#S}I9*D&-HK7OnWenTbm=x{={TO?5&qW#Xe<~Y;ui_Q zQ9i~zvtPV=+VS)K*k21Hs^?unRF3HhScFL^1W{55n>fM&COOpuqfHk#vRWm-k14F0 zt_pslX&XHoT3)!-;r|CyZynd<8~u%MW5DQ*Zbp|9O6O=$N&x{8Nd=@k1U4iFNP~cg zgawME2uPQt!Vr}%sR`1Z``!C|zt8jh{^Z5(?Ygd0?{m)kx{r7L-m`M@1%`@qHp|Gb zp0cH@-dZ55;Ld2;_)Ca+q}skFo(bu%CV5-m z^v+3xc!NZM6aF_Yd7jfFy0K1kS~(8X0SrNULOkbG0SdLU?{(w9zoO=8;g@!($&%vg z%%YqpMcxwc9l{{fibVwjN+UxbU=7!|6%sA4 zv3Ej-$NpD$Z&5=x$=+WkihIEcg^n@`4>(+2O+T;NnS$9-zbK5wrLwv)CjRxr-R2s=%>#c~@Ka(5}hjp^Nq8rv}xM8d&%mxHa zI8mO?NWX9Jg}tmll>Rl!?>Ar=nG*p5;feN%y`9anBkQH;{(`;=|F%$!iHEzMM?C_s z1Sn6VTIZ%62mF{kepeY6ZU4{HQ>p=z9DZ}5yzl6qf}FSJF$VI0sIyV=u;Z55c>5+% z{xluXQixi7q4voGSIa)TnI-X9Y%#i0Q{BY$l@_3wc~L~EB}JFxc_GNJ{M9!iRU0G2 zdYgvj$!1CQ=Ed==^G~(7wmvnvK-p6<-e8%?cn^DWgcbF*bI$!Uu76Wi5;MsRXRn7> zyLKj6eCOy{!m2f;L?WW9wQO%UV)C z`wQe_wu(&xK>wft9zHWK9})*GS}!`dPo}mfHxyn-2P_U92EVQ24o4XOEF5WkiJ6RR zr#S)xXAr^q;7FPsV$~AKoovfl-r*&;Pp5E;5LIy%7<7(bVQsRcK>@!>Le?P^Kmz`F z*F@VSax!`L=j>Dec|$IkxPsmUMQMbB2a1Kb{I9nH3)cWk{&@GxX?+&9UH%qRTVWOC zr!gwDp;3rG4H((m&hi8y0tSD)L#H9jl4bg=tbqj_skcC-u%xp567$&C_ZuvW=o)U@ z2MDU_%~S3ZY*c%TK5P<%T0VE$0@JrGivNW@27FoAgnRHLEGr&#=e@dip!_qd2i6wl ziHY2#GxUvY0VH@a+*?zx_j|m`krAn3+*xfy!Thzip4f<=by0*sl757L7LZN5r~+KN zlpy33n^)8Dlr3tO-$xMc`Xd@$)>Xh&Bx$IXaXEnV)x6!p7)F~#``x=}4D|w8($%lT zX520z759dR9?k0gq`a;JR!asPW;vS}$D}qCWr*#p;9$4susoBDZl!PBU_A7B9Iu)b}ll z3&DMK(P)}_;&+DGYsXUiA$X1=an1ECvyo#rUqUXav8gO*z^#hfF|Pu)ac*Z zrJVDVg$8)X$!dwv!gKmGur*PimQ$SGfBGmm=G2u*`(L& zJs^VN&*4qc7Ql1r^@Od8SDVs-UdempTJjv3m3TKbeR<=q#ycHg^xy3h2gmMXgqw{Y zL;-v23l+VSuz=@m6v9;$!R?3{j~!ciVtkncy4|^<$!dVFo->n0c-byP~O#PWYLfw_tW0KEG9b zBNxf&i;Wo`!kKn>E{UC>Qae=lV-JCS_ zza9bKR~vTh0Ss2h1Pp05Jp~XYdu@GhjA!Dp&ZNLj+B}nsU1I6(Alo?O@};Ndi-EpK zJ~0DM3^I$sRQIBy3$_mddleJw8M)L^b0*mlE7LYbaS_5F1#ey!Gaw{^MMJ)bik ziugUqO>Tp_sYhK>vfnh;(5e;xLIc8jP;d|Yl!*ODdqzJfQSSu38w(iH9h#hEPY|S; zKsf3PY9`&-c}d{o`{N|?ibYY(TuE!ih7w}&r7C$@qe8%3w7>9;xE^YUj&CDGq&k5& z=XJV&aX2y~0_W9Uq^?iIU{Yk@OMYTDD3Su=K{Yjo96tBoEg(=){?15K+|7U)98TAa z{Z{K&yp?ug`(8pf*EP-LBvUFgXL-wT{gztY4h(<2xOyo_rW*@hj=zF={i-4VnN?i_ z7eDSU5jag2e_9Acf;5|{of-CW2=|{v?nX8F(r2LYARIzJA3RT(mf zeS`H?;<7>Q5s0L`ku4jr#3#e|Bj>8e3%7q98?%V%PIM2}8>${8N)_>7!Ucj>Rl#}VtPfm(aEn&Q=ipB9ut1g^>Yd<|g<1!i$AcNPldSEqtKK*vSOWt)QJk)V?zZ$ z+?-c9ClPx!><{|jJ|oK!MGH9GB9dslgtpFnkA8XjcpcA3w*I|0SIAM$SN@EBushK+ zw?59A%wkBZO`gFR-Rk-f>;C-eqJ>BW7Y2Od!cCT6PMRYJ`EPJkFZuY4I2V}SgxZ=U zStZ0!OTZCJS`aY79w@UAJvwi@ z!USvyiR$F<=z&K%2IrE%=_~u>Cr{~30dm`NPir5{usGk0m{rtKtf?@`UJORgH&gdE9y^7_5@5>#qQ0(Hf~ zPSn4Tryi_XVsA}LkcH^lb3?*odx<%dG_*oX&P%m7?b!(ICFWy{^UYT#Kr)Y>*-JIL ztT7ovc-wYoq~W_1Smcya9z30rhLmfy1KyqE8pl0;h`=)|O--)f+y?iTOvq7pSx%@J z6v0XC@iyOwtim8Y{2t~7wA-MwxuR||%1x1LAvPjn1#J}i{)v$>ed^tu=nEzOLf zpg~v2*Y(|^U%(oJJV#E(gTAQp<6MboFD%64UKbqsCBxMzzQAv|PLQK^&4sn%d_4d( zF4s0{hmAk)N(;(8UuUJMpP(c<9miY`=V*BRXA&RP)BKAOUiyzR);mrImCw*udYylo zPRC`Ar3{$86{Dx2_RY^ki*~ z3u}hj;=-3A{e2Pj494}F3E^6r-UdGRMEvtH^9qW8)dBzi4M;fK@2P}4Lwk6u4jZTi z3)IEUa_$g{8Q||8)by%$dv%|W5pZnk zU9FWxhQl|J1(}jz^pT=FweiV*!b0nyq)Cc+*Sr_kAR9ywqTJJeM~*y-hCgqYy!N2J zNEOjqcM#dG8g1c*4n-2UYcTAjPs>a9GFI>c&Rv9!>6r{zaIbWTARs-J{q3ENm z?<7{nbk3jtB1qz<`w=gk%}g*A@GnO4E>I=nc=I8e_sZt75M+zq>*Qv;wX&MO7q?Ds zxseEjr?+;BO>y5j(y_WgdyV%~js}-id0Bcw!-%t@XQ@9c-{pg>7gvna75hHD-~z_# z`hnI22rsr#OM3QHXg0Av6g@tKA( zYJ=uT#@Vd9=tdZ?DEiB_GHu@l^2&wrZj;3=R1=S8$Q8OrX)ejGX2zgTeF#&9SGgu^ zQISMMUbwhfhbpJr0*E$<{d%1ltDYy}ON8iTq%EZ^9FQO}$5zOk71U@w^UkloL? zpYI&UhEv1>zYZn-db`h0nBfyp5cn`(0No$TQrtTBC#qWuzD8)cCJfr(q}yE`>T(l2 za>`hXmv8GzV@i+EzjRP}G1m)x11Rc@l@!R7-f4ki8m`~ijcONvSLU#CyM96R{K9l_ z$4B=*)njfs|KvS!tC%plC%c*5)vf#TbBPa(hX!|z-?;HENXB-(T14oC55V?00C`_< zqmLrxpvMOGzzay2T9lR*6d-NU;HC~lh+NaA0NLSM(Gi{tb7^3*g?s}Pq{;>rJaCP5r~kpO*%Mr zPzTd?Ns;FIEXxipmJVlM~Ph!dt*y>K^1_g_0l5~ z`o_?DM5qmY@6Vup%zGm4>1E6V=&^`;&jqh0z80LNxjLHb8!&lExa>ec053!x_}3qa^U`0x81!ZOY&Zdg!^Teg5wFdro{=qeJ9~t#E+ld zYzJjwFn3-wGqqckd6Rx46RW>eC$$aKmL>U??vlcg#=U+XFZTb}ht_*geI@t#J0P^E z_cOn;O$$#R9q(WfoD+he+Bf*DO*0b>-Uf2}aqzaRJ#;_|$;&-WIiCt`sc(Mt*kbhN z$do)YzFPmj&E?UXDS{s*rTM}Y-J&@nDnB}II$GwH!lt2g&%Ig-$#bdadil@LEF#y) z-IrDe?8?weP{x&NA{2xG+R5L(Bg!vD3b`AVk)}pH^B_^_)XG^a;M5)Wt2f~O63?If zh~r_PJg5zn2esR2F_k3zrrZ!~zdvK^YIMsC8`%r6kEv#JSTAXn!TjsIC!-@7eh1#W zg(T1DlG=R$t)=emaY<^gg$W$J_2s~H*OFzmG52ll*sSnZ31u|wuKF`9YSS|BF#X+| zRbS*oFSA+Z408aP9N-6zaxh>KHZTIN2dtC-pZLnOfa%|Yw`OP};QLcJuHx+F>?s)Xob~kQ6Z^jEyy!AZ0_ljq z9Df?oQF5B*J3}98BL&1gZ;evSCmuE7S{{CE+xS|qM@}2f93kgOTOgu$1;`YXNWVD& z#dLcJurWhW_9ylz3ItNrjRmC)K5yjO3f+4e6~TDf2n<2DVfxqHSLmP*yq&8Itq2N& zP(E4n(8UlX8c3|+qPm|cfRN%9ci*13or&z1;XW5fz*`X=sr(V-11@|*>1pQ-)MmRS zTK2nzP=i%j2pGU55GhVsh#-GjAf%QGsW(sRx}}fLyy;c%_REtbIud#zwXep&Do?JS zMYTiKkA5Qd@)uA$1aK%yUqJ@)ix97w4o4GJNt(z1mTYi14o?rTQ-#*z$aD0d|f7S(Y=lvNxzi%KA)8 zZ?oZMikfA&1MxgXMlAFMHC&F?mi*gloj&z@C#w*J2U8Lcp<%>`IZN|J`5psAKzx?L zMW24L<=^r=R4SRB@+D}NIYe|n6t`Gx7gYdhA(<3dF#bAgI@=fm3b@Ord-*iVtmYy$ z@yjk97shSMPm#C|3>V0bOc%)wxmz8l3=V+oUYXxeToc2o-c}`9kSxZcB;))ZH`7kQ zlQ$_MX!i?mNZE6qWF8w`3W7Gol2Gx$df+s@$*2QZ{Khi$O3o&<>cLB=Qi9P2t<+M^ zUMYbtjBh{KEkvoasmOw|ZT2VxpILMszV!%at#cvBY>rUn;wV3V*0cAm@>={|Vs=Ri zHoErd=Ryq-uMFcb`d8MWBDTEVq^`o4t9@)%6gwqvPU&JSHHKpf$W+P0*s|Q@QNm2E zi479_yrz-mThgX#BW>KZ)IaoO6RJ{gmv0`l^Yq*KDv}MnU=Ai0s6PT~n#-h-BM%wn zMP}qMRLOi|Kz6=nKo#>N)A`#M&ot$Y555>;rYT!E!>;b@;-BHBipR8`_cV@6^j~(E zs(DvwgngS6x4&y)Ct}{l_Ja)33@cnR!D4#-sAEVot^fG+Q;CH41iMpp@XL1_XWq5nxVT281>|AJ4CKg9yDSplyoqg4XTS`z zs7uSPLm2qr865p-%3unOPC6v`_6hpNu8R^E_(Pu^Zw9+~t@6*b^Uu3usb{Xgym!6- z`Ak+-5OXVW{=bp6Y~T!j9S8d1e`I}ZMf|8|3@CEcfS(b4x|(Ok#a*gq*!WLH+PLB>z!MopOjv``#4?xf{mF=vUgBhk^U>4eWF;V=eA2}H+2Is{Y z`){vsD1jX~OWx5>^mZl+%f0L6-5KU3WF0?y7w*7i#7zFVs9+P8yh3qJwwH{kTu^hi>?N{+dGzF%a_+ zGhBL{R}aiE0n?YxYhd%{i+~SQ`?Qg($SKa69MyZR1mKErSm|zv8*94UWnFVnn_$go z-FNj zuf4Gn%bV^(QP9ovt~xxo@Sx22^D@vJiRuHiHJ-ZR#dW}cz%zsv1w7N;HTRLT0@|k# z1(N8HJj-5cQEH|!X{{S|SKq!@jdQs7rm{9|`=bak9bb88Kr*brIpnHn=8Kw+IT=O%M95*yk=`qb8X;3V01yHej1~ z;H$GgQ6q; zLYGEx4glExDP?!RKv*v%km)IO?CHue2A||@3oB_fAwFZfgqpADGfTw67M@8bn znkOXc!EYD*1|{3hnc^km9-_%u4Gd;UZ{|ou!2aBYf6VW()NFwKBEtLH)AW8ao7-b>sG^6pS4=ybp=Rab6@Ryi7f@jxSR_YTVk>BD zSsH&oA*Euih*sjseaA~IK;wuSQ0x2C!=DGi38jJm3FpQ({DfChhx`@X>H5#{sxr*siX@eK68s*wx=*r*XF)6`FSs26x5 z6HkawF_V1##IVvs1RkJPI;J5RcPSA_4L1s+kwfW6Kslo~aCAygcMW1oO$G)$O~X$8 z;s*zG6S6>{d2_CQ?dDopr$&pcYX55!WIfKHvnoFrrcZ)w8@l z;_(ElG~9w!Y(c_o>RHYGEl}c5he&@+%2+mT)yc3RZu>HQGU&Q)kr~lqe)=?CXF~dL z!3e9RM^Z6V;-zyI#@O}~kwZJy%q`?JNlN=3V)uxe7(f__a?&WuFAs)IL;Vz~Ti*Fm zP5v;1N?@($x~(o)7yK7s&G3b=?=rvcutojfPSTp*{KK^VVf!9l+~AsgFEgVyMm=W# zYSN4e;s+vxqLZBY%DRVcQ4VoA%T-OIim)qWq1#8O$ zspc$KXI>88L6;ta%qo2KIe-Vexx0PvoyD=&#XH75ux)U&7{Qv1sqfZZT>QkP1K$aAuwxATJ|ui##Z!%L}$sUsYB1v9D#m z5!)MdPZ4-7fKP^>Njv(`6>R@xj%T3q>&$3bLDMH4L<4OTm!e}n|{)NHrm%)xb~Sf z$_+m6g+SZPbN(ay_w@L5)cnsi-69%T2ze3BYiEvLK1~1VJ;TXLJ>5)#Rc(GT2qL@~ z78dPI!H62LzWWq7sk_Pna`#~N8ERxU^@ZI#fj8EDL+th=XhhTlK0yL(@w+%doJFy_ zmf*S9rKf4Zs^dJnNPR2dMWrH?=khVtfUnjxi0X2j!ujm>D`-}0vF&Ijz;n27Bdy2b~Mr(+GCmt7VH zG#?4 z%u2*EY)c2E(B^)H)p7&MUe42bKWJXau!l!`xaoM{_ai(@f20kb7T2pa7A5Dl+|Nb6 z#!$={c`u=!0T0WketW(BI1nd6QAicSkdGngmNYCn0>x;eSj(`LIX#k{0_SS`=lQe; z1yjeVPd333oLNhg?+8YdH-ux=zubK5gPl*s*`Z8g3&@u@;_9f-8oLL_4?0Yc)2$mX zt1m8ei;OZ2+w=xn>}bU+ukV=t)&rCFzuoBE8r~wEp&584V|i&yzd^6U@UoF1jC~)9 zUof4OYapMz^M!J3p=ll(4mWP!^xTNqkORaLPE!j3rxC1k1LmllPE7CGJfLA6vbZd8 z>%$(LBE?^460*d4w-xZ|xYtEFT2mtO^I_90#_jY9U=w#Iat~tvd)~ch2ZlK}S$3w< znhG;HNw2yf#i8T;mgiio5if-uZdbJ;L_|b$$8& zX2(DgU8?$$GV>qSL7+Z;N+6u4@Tkjj-5lzq!T^9qVFq>ZJUb=$^Q#{WzN96ZT^QmeH0s|E*q}uWHOeBD7=WuuB=q>$wiBC5jV^ zQpr2M8G45|sJf(vls@%3+`a!|3b`{^Tp1n7bV`Dk#mV)#mC~<18!@SbYI)xLH$j z|DH!0;jukWo8DYNC>ixq{hwg530#^2YfcT@*Bq$tTP6w%J=SY##x*fq^vy#%Wltvd zw{urT9rFGR4o$DK;zO=$H}G#);v_Zc;%W+$neMd_QtC8sw|J>)w+PBX~Qq zu9@mQV^SDL9w}Cr(D_WQ?f#Jvp7J_-X@8+ZDc@1^Hunl?0{)(rMAE1Xw;7{^^4&vu z$*U@M0tMyK&iOe#jhdYgRYuxH`~1n`z444vLy_0bx#ER77n6(UFltPv-ndxYyME1k zb3B@D1eUmRvbQtV-|`-Q+W1QWIq$7ujhckFFZKOGs8da8Pq687kw%CIFz>F$NHV2o zj&H^7YF)eCdVpFEraN|c-c=GHjQ zCNJzid>8oFF{WcrCb2>`==W8LKeh8kd&6@ z9!Eis(L2WYv*J(T9VSr0PWsT;H{~Jp5C%la?gtN6%4@$W7lmSrJ(IBFb_k@FgeGod zNfFYs)gjwq`oR_)d&8wP3~uYCD#AlQjcDZAS8~l%}wNA z=ta-Gsc_^|VL8$xkjVL7^T_a^cDf`Vuxxn8l+L5|p-)BNOoP*EJG|6EaT5N!cTq0! z6g9=h0v1yZAk*G#HbVY!VeP>xLLT$;wDoQW;jM8({bSOixC+yBU(5G;g&00=T09@YSp$9l9*P116QjCjgx}4_RbOeY>DL{P26zUS zQEUC`GSyCS71oa6GhQpH`cbFujfTAjd-V-BY&+i1HdFoR{uoctumgK$%{Q+0CSQ^r zOiz`j|1FVjg`FvG1|G6g6}=6QSbwFI+~@YfZublvaFOq?lcDV>!1tjqNn3{tZiRYe zP0x@X>m2v$C5xl*IV(N6+aDG1r*1aXDd&|@Cq-&tlKS>DBejqt1N@bGU(;suFBD@0 ztm&es=}_A=X%%bKUBE|}QvJK|WXzm98acC*g@Gfx3hi>wWU?xAjKugP5v&FxyjNrV z`^1o!X;qp(Zrf%~;@+NjqC$pz-`&>3G{lWx<91|MG7W#cXpfHuS{`i+1kBhAPJnY{ z#P+;k!hyWVh2*|Vuykl)^5GXT_r#AhTC_2ns&6&;#M8|sPUv_ev(rBmhWK|nOk+&P8%yi%B1p)RpVm~(h>xB5b?7^pDTd342_EfwSQP{fgr3p{h5_pn$@ za%Y7+KazTeW|DD1qMg)q3o7$KJM1AA@X$0NwliNJtx~z3Z3TWVbUSiTSXo;idA`qw z72rkCQwZ_$#qjQ|cgVimQQ1q_XRB#`;0KL~U?wz~xrh%VfadrCZYc^^VmKQhDCpHo zAmyQ4l64R+qK~)zD*~iMNt(T@H#9(*d)1}*s@q~OS~6ameoZZUVQlqFYIh{@dgwK- zhzI&VC5God74kcJ)BR^zue|XqxnPe_qw5F(cPV=KDCoBp*K%p zePHBJbTvhf<`5=dCWY&u6*r7Jij&hg#C|`27{!SZ8h7Rh``?)R(zbhT<)$m4M#)ou zDw493r1&1#m@jn6Zwgj#klN82>5S52)!`Pn-A6LuZ75yR~3(TqD?AGf7fb$ zo}&?d&hz!po^-dEtek~o$I7a2;0quq~p8hZl{e3>0ty0Ut)4{oH`9Z=aaacOqDv2mJ-$O zy2e`PBB0k&w7i9d%uyWG9~RCI0vQ(g?YrcQ+>LOE2~PU9K6PG1hWZ*qdYWslrGSiv z+0fl<5O$Jeu3n)~efUBZP_lj%cBenc&}>Hj7Cu~L^?@>Y6p6pa05~3dzJ~lSA`q+Z z;Z&iLqIqqv!flG~N6w_0pjn<>iE@oKsaeggse9J4CYk7Z9?q^6=Lf|@`w(e+LgXpp zp0gh&Wn16--)*KL$QNo-ZcuQ6fO{gSzr-w!>$YWl!l4N&if-zc==v+)igWpbb{GPy z&u^{z>fC;iXD98rWvvi2&0h1c_qy-OlNk<0h~a8UbQ|Te_^ZHy1Rn@37JObTH%lvZ zGN#DRLqW8+r0Yqx4Q5TCH3R3lID{~znp~dXm0CxWB`x#($-Z11*TlFtmj!V zXOn|6m=0ACUBvO*V~=G4dXJn#K^?0MmVL3j(nKttRV2H9zvx&?Z0iiVo&3<}Yd3k* z@nEEmj({{0#z@^i*KNnxzq0Z|zGs>O7DSRU1I}%u2tec6agELhb~TVOC>Zry7d zczGdN6qXl!Kw!@}7ro--CJABpk7GYt0&8%(pa0!%ft@nD+WJwkU(#Qe9CKpqXg<0# zD$N2!o)kKt?oHc-x>lCz77sHUz9@l_ii^50Lq1P!HzU#-Lk#(sQD>G{g+CPgqf`|WWhBKQ9kMkpXT zi<0$(^^Bue3oohUxQ$Pvui9t*qD-R&jT&8&f;~g)LdQr7DCT90Y)~A?p;ho&p7;rB zLv)rDM49~qQM&$0qJxsNpK4t$vzX1nbElczd7?l*={rYF%I*x_vs|`}SA`R4AWtwOQiC zp^Wqx{h9%;MrW^wJai2xRaFLYv43N4^dp^oLt={E?zK4-#rY__$I^nfPW&C^Pgp?J zde${#H;;d{>w&Rjzhb^pxE^Vj_7(cquWsd$y%zs|3RxS_|Ba*jsC)dYZQb29ukGK_ z7DH_r(~SMPx**#7%mn0^S~EaV)Rn7{9QElq?2V@d1M{3-(TVWVJkM$pW2gQ8gC$X$K z^7$Job)3m$l9&}$IO`O1{TLXC7XkM0bv)z_AwP-v7f!C;;R_{)a9;c80hd0Cd>ev8 z-fnW)@ah>BFwG8QP$dt(0=N1LMDA@FL2_d?dKlt!NgE7|-;joU1y*IsDZbhaP>1C& z;vdt!{@O5ef)L^9V;7uAc){ROvqo3v*RsnKTQp1ow!N7!nyZxBTrf+qTwXe^*?ab= zGzhFojv??c^P3Xu#IePGy1W>J?cw;sw~O%$_g&qOo^1I3`F(g**gIl5*|!`|d1u)} zRSyNMio;g#Txs6@QG2X9gW>9nCeUp~ux#$4&=m3Bh+OJ@qq;>F0&RKm-(R?uv!ca{ z37;C{c%BC`ZvXER4nVf*^KBNMF$fc_@m6Zo7j!w1LVE5Ijy*6DVc!H(H^rNYB)l|vBwvyBatpSibddHKBU;c3BV;@G6 z{GtVEZ9zcLL1(}V=TcYBuJ&}Hg&{E<{3IQZ%e}AQR_y(B?;|2-*X%Mw0l|F*u64}^ zzIMOzg$uLjqUqGetj}?LGb(`uL+HnW=lwyE%pjyy50C)ctLP3%vqTjRt0wvFU#qRz z$<6NUf4($q(FUx?RZUeI;$Lz7A7ne~XT9OQ!GEO3QuDH=Lkp7>+Y;^n8V)~@0ktsp z%?YKa{hJ;?eTFM`JSlHmpA_Y-|;gv?qF(rJ%{QkQZ z&jU!r2&6LB7fvh~|1X@NEs%LaICia$1XtYgu~9tacnezF@hs4AA^HvnlWSV$uKg5` zZ^fm~Wq#?h03*=WPeSoR1HMa#`xetLKUAXp;xGk4a919rE6(IDOc4BdUt6S@X&qb-y7%kFR$g2(s%<7>ic*9KEP9TDP_vBoEuseAbuTZA#wpDacZ93q+2e>M>HQ=(YduaeECA3odT{C@ha+8|uNydKWFLg~tkcx{mL>i6@Y=9EP z&(n*}x?N>F7nx&(Q73JD!WiEV{X9skIR5sh-HuRQKFkK;dRkOB`_12aT91=lJ){=+ z=r(TrEF&P|Pt1S8w)2)G+JEEpEN86VUCzztZU}c5MzY2)N$LQtmldKCstFlCPi@~? z5w^(F++7V?6B&t7_5r0?*OP<*_u(A*+TA5ah}X}AA9lH}Gm5kg^`GQ7ffD%B;$Y1T zDEO5n+QF*RFDbTuNZ&-Yv??e`#aje{r`FKg7xfksy6-lze?qW^cMsE`CN*Pg zcHP5ioqNpua1O9y0i9-70K{=%$2H03(htJA#*FFAJ!~jvCe|29qs>ba8VCfITAoZ( zyZFOnO8WxWCrk_2qf0iIFhiR?kAOUcRpJz=NiS}J&NY=lQcMC@0;hlX_4g!FA~|&5 zt8uWr{;RIzQK0^DH%odWecoW7FI`;%=Q{78#g6EBy3HVrjM%jsYEOFwkflZt z^I9LJy-But+x?6DK%H3db0MNwvH=Tfx9l{9qACOk%Gie@1gIt9{LPvakW~MXnu_@OGgji$ cX0pMaBWl5Avv7o{zbs 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 literal 0 HcmV?d00001 diff --git a/icons/butt_yellow.ico b/icons/butt_yellow.ico new file mode 100644 index 0000000000000000000000000000000000000000..0789ca38e002a8cb96d91cdf5740628d49070275 GIT binary patch literal 105717 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 literal 0 HcmV?d00001 diff --git a/icons/butt_yellow_Mac_512x512.png b/icons/butt_yellow_Mac_512x512.png new file mode 100644 index 0000000000000000000000000000000000000000..8a036251497565478cd8e0de696c103646441306 GIT binary patch literal 81437 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

    !0I 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

    i==5%V-+8si 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 F{|`K^U>E=Z literal 0 HcmV?d00001 diff --git a/icons/icon_64x64.png b/icons/icon_64x64.png new file mode 100644 index 0000000000000000000000000000000000000000..17a41ae4656eff9d8b8c0c5fc779a4caa59077c9 GIT binary patch literal 5644 zcmV+n7W3(eP)X+uL$Nkc;* zP;zf(X>4Tx07wm;mUmQB*%pV-y*Itk5+Wca^cs2zAksTX6$DXM^`x7XQc?|s+0 z08spb1j2M!0f022SQPH-!CVp(%f$Br7!UytSOLJ{W@ZFO_(THK{JlMynW#v{v-a*T zfMmPdEWc1DbJqWVks>!kBnAKqMb$PuekK>?0+ds;#ThdH1j_W4DKdsJG8Ul;qO2n0 z#IJ1jr{*iW$(WZWsE0n`c;fQ!l&-AnmjxZO1uWyz`0VP>&nP`#itsL#`S=Q!g`M=rU9)45( zJ;-|dRq-b5&z?byo>|{)?5r=n76A4nTALlSzLiw~v~31J<>9PP?;rs31pu_(obw)r zY+jPY;tVGXi|p)da{-@gE-UCa`=5eu%D;v=_nFJ?`&K)q7e9d`Nfk3?MdhZarb|T3 z%nS~f&t(1g5dY)AIcd$w!z`Siz!&j_=v7hZlnI21XuE|xfmo0(WD10T)!}~_HYW!e zew}L+XmwuzeT6wtxJd`dZ#@7*BLgIEKY9Xv>st^p3dp{^Xswa2bB{85{^$B13tWnB z;Y>jyQ|9&zk7RNsqAVGs--K+z0uqo1bf5|}fi5rtEMN^BfHQCd-XH*kfJhJnmIE$G z0%<@5vOzxB0181d*a3EfYH$G5fqKvcPJ%XY23!PJzzuK<41h;K3WmW;Fah3yX$XSw z5EY_9s*o0>51B&N5F1(uc|$=^I1~fLLy3?Ol0f;;Ca4%HgQ}rJP(Ab`bQ-z{U4#0d z2hboi2K@njgb|nm(_szR0JebHusa+GN5aeCM0gdP2N%HG;Yzp`J`T6S7vUT504#-H z!jlL<$Or?`Mpy_N@kBz9SR?@vA#0H$qyni$nvf2p8@Y{0k#Xb$28W?xm>3qu8RLgp zjNxKdVb)?wFx8l2m{v>|<~C*!GlBVnrDD~wrdTJeKXwT=5u1%I#8zOBU|X=4u>;s) z>^mF|$G{ol9B_WP7+f-LHLe7=57&&lfa}8z;U@8Tyei%l?}87(bMRt(A-)QK9Dg3) zj~~XrCy)tR1Z#p1A(kK{Y$Q|=8VKhI{e%(1G*N-5Pjn)N5P8I0VkxnX*g?EW941ba z6iJ387g8iCnY4jaNopcpCOsy-A(P2EWJhusSwLP-t|XrzUnLKcKTwn?CKOLf97RIe zPB}`sKzTrUL#0v;sBY9)s+hW+T2H-1eM)^VN0T#`^Oxhvt&^*fYnAJldnHel*Ozyf zUoM{~Um<@={-*r60#U(0!Bc^wuvVc);k3d%g-J!4qLpHZVwz%!VuRu}#Ze`^l7W)9 z5>Kf>>9Eozr6C$Z)1`URxU@~QI@)F0FdauXr2Es8>BaOP=)Lp_WhG@>R;lZ?BJkMlIuMhw8ApiF&yDYW2hFJ?fJhni{?u z85&g@mo&yT8JcdI$(rSw=QPK(Xj%)k1X|@<=e1rim6`6$RAwc!i#egKuI;BS(LSWz zt39n_sIypSqfWEV6J3%nTQ@-4i zi$R;gsG*9XzhRzXqv2yCs*$VFDx+GXJH|L;wsDH_KI2;^u!)^Xl1YupO;gy^-c(?^ z&$Q1BYvyPsG^;hc$D**@Sy`+`)}T4VJji^bd7Jqw3q6Zii=7tT7GEswEK@D(EFW1Z zSp`^awCb?>!`j4}Yh7b~$A)U-W3$et-R8BesV(1jzwLcHnq9En7Q0Tn&-M=XBKs!$ zF$X<|c!#|X_tWYh)GZit z(Q)Cp9CDE^WG;+fcyOWARoj*0TI>4EP1lX*cEoMO-Pk?Z{kZ!p4@(b`M~lalr<3Oz z&kJ6Nm#vN_+kA5{dW4@^Vjg_`q%qU1ULk& z3Fr!>1V#i_2R;ij2@(Z$1jE4r!MlPVFVbHmT+|iPIq0wy5aS{>yK?9ZAjVh%SOwMWgFjair&;wpi!{CU}&@N=Eg#~ zLQ&zpEzVmGY{hI9Z0+4-0xS$$Xe-OToc?Y*V;rTcf_ zb_jRe-RZjXSeas3UfIyD;9afd%<`i0x4T#DzE)vdabOQ=k7SRuGN`h>O0Q~1)u-yD z>VX=Mn&!Rgd$;YK+Q-}1zu#?t(*cbG#Ronf6db&N$oEidtwC+YVcg-Y!_VuY>bk#Y ze_ww@?MU&F&qswvrN_dLb=5o6*Egs)ls3YRlE$&)amR1{;Ppd$6RYV^Go!iq1UMl% z@#4q$AMc(FJlT1QeX8jv{h#)>&{~RGq1N2iiMFIRX?sk2-|2wUogK~{EkB$8eDsX= znVPf8XG_nK&J~=SIiGia@9y}|z3FhX{g&gcj=lwb=lWgyFW&aLedUh- zof`v-2Kw$UzI*>(+&$@i-u=-BsSjR1%z8NeX#HdC`Hh-Z(6xI-`hmHDqv!v)W&&nrf>M(RhcN6(D;jNN*%^u_SYjF;2ng}*8Ow)d6M ztDk;%`@Lsk$;9w$(d(H%O5UixIr`T2ZRcd@GWZNN()tsAX;mUF<2!g#s|@&DcCd`4W(*`kCdR%Y7{LP zjM0Q30=`m{)+h?r1S;|nFr}bH4bqfi=|Jtn*0z?mLz&KdhVR>Rb~|&u)1GtBy%!o; z$(ptI*{}7lwf5TkoI5o&|L0Vj1HWVI;GrCIqO9Wu{&J#{^(iF+Tuh5k zsjsj9Ol@uLyrH3?hALY_ud{URUe>;?zrX*HQrFLFfB?RspY+uvV9|P)u6UsE&1xEDnk5^`pyvcu``2OwPz+ zfUqFoFQA~;yWp&QU*!bZ1_y&8qX9c9_ax5|sVR6I1Dwu?CfGSf8uo+}Wi|k_xuD<; zzbvHJTVTiCi^7j$%>9IJ3*|S#7xUbl(gA0UD29|qr5Hc}rGP&TkUIdpysxisV}ZJN zQ@@#0<*W2rO!)|06(f{lfCAl5S~cvO;oZHxy`MlHfE!`+MjjL?k{uAqJx zHrgsmRk1P%8u0veNWp6i!Oy6xt6L1IX!~9QyC$ z*(sj`zz}Y9f<6;)YvB2my|0fXlVK|f@~6mUfZvJqnNd+us`M6!%DYY{z^33`jqqp6 z50LEkunoo|-$s2AZ8MQ3NKcK5gIBp~8Nl#1oVx(n1r^cQ1SlwzpDaiL$J<^6>?vRbcw?-JAu1gK z;i3Z=&wI-|U@tuFg#Lb{$+4cJa1vW!7LoA=>gT~z;ZE50iW;Jl1`zN>*o=QC0M~H- zKTcUtqln}1SiQNq`L)#jIC2^M8rb`Qky4Q(yAlQn=Q#>{{auGwzt2VIpOhs*=+Wbd zeR`bgySux$QN0yj#j*G)2VU#xl zLXXDeCfGD&()1UfU2KK#5&CbY9>N|YuVP;3JPi&>6ez?ZO^A|f9)LH&xj&obF@Op;0d^;H7p%7=k1{j7*}BjG zjxnPjz(C6Z^-;=~!w{)P#0;E6D#~)7$*P%Hb<+%qKdWOH?V<>wG zx`1Z~c~+>DeO#}Da9+ZdcL(K28;G16s4RfJ?L}kS?mU8?L}Hyyt}(K_Jw3}h_A6Y+ z=G2rY0$ijPz=D+oI2omU^YcS!;oN%H&)vUGz?$akZUlDtC*e))YaAHFT2I|zU{$NgzkC6y#r7~IDldc_;PeM^9UiTT>H_RPrz&yyh13qQ>?}yEM7jXehxdYZ!Mu!c)O#h0$ZZALE7nPuU!B zCc^%O(PDFI%98|DsxR@Ho>UQUZ@#^~A3g$)j4=Bf;?0a%O+xz(<;N&bW6b9%Uxf6k zJ8}%wFt2(ZA_2DhK%%c-kL>H5g$CnMI?7`J7xx8cChzy>Bp)*LjQ{@fLAaP_RMec| zx?hI?+1=~ z?CB3sR^bMs;11-S@HF_?F-f_QG+^YyHjU>A11fYcTY3p81cO|Dl>&|J)NKN*qO@ z^HJ`bDhY+eh7m5Od=IP*XZY@so%>rLC0Q($w#QbPYxq~N=_E4&@~4R|-KQ8j)p zDu)47KyU{!!Y5I3DdiZdJs9D0JpVe+4#VCVT4DQ30+-Dlg0#Jf{=Z|~M_?l;fJeR> zc5C@lyWyW3JaZgV#ByHJm|kbE!3eb|zcQJyf!F0_Av8u? zQ&ZC!^fSo~@Z95UFC4dq&%GgbGtc{wtLghHz_(L2y5d?C^HI6BK-5CT(6e?AatX?> zhu=$Cr6U>c9lZQ(1^6cTDe5LP$3}ewKOL{%g1jGYO~B{A_%PQfihFU?!<-d?)T8iD z{=7~--YMEnP+`IP++Qh`RLd#U^5$9A4+7(Fh<_Tk$9{#6f+ zXb#a>_8&_pnnu&fCLh^5PCS9V>Ao~PJ=)yUX-Q>c1UX+cfC@*YeIA+O3CS_`orVFf zBl&SWNwV*oCW2ej@Yt#NPw{@6}#BOW0RKw~`%DN(4kej*SbSD5PWmO31if mGKGC56nSONS1fRfTHr;B^d}>xGzMV+0000X+uL$Nkc;* zP;zf(X>4Tx07wm;mUmQB*%pV-y*Itk5+Wca^cs2zAksTX6$DXM^`x7XQc?|s+0 z08spb1j2M!0f022SQPH-!CVp(%f$Br7!UytSOLJ{W@ZFO_(THK{JlMynW#v{v-a*T zfMmPdEWc1DbJqWVks>!kBnAKqMb$PuekK>?0+ds;#ThdH1j_W4DKdsJG8Ul;qO2n0 z#IJ1jr{*iW$(WZWsE0n`c;fQ!l&-AnmjxZO1uWyz`0VP>&nP`#itsL#`S=Q!g`M=rU9)45( zJ;-|dRq-b5&z?byo>|{)?5r=n76A4nTALlSzLiw~v~31J<>9PP?;rs31pu_(obw)r zY+jPY;tVGXi|p)da{-@gE-UCa`=5eu%D;v=_nFJ?`&K)q7e9d`Nfk3?MdhZarb|T3 z%nS~f&t(1g5dY)AIcd$w!z`Siz!&j_=v7hZlnI21XuE|xfmo0(WD10T)!}~_HYW!e zew}L+XmwuzeT6wtxJd`dZ#@7*BLgIEKY9Xv>st^p3dp{^Xswa2bB{85{^$B13tWnB z;Y>jyQ|9&zk7RNsqAVGs--K+z0uqo1bf5|}fi5rtEMN^BfHQCd-XH*kfJhJnmIE$G z0%<@5vOzxB0181d*a3EfYH$G5fqKvcPJ%XY23!PJzzuK<41h;K3WmW;Fah3yX$XSw z5EY_9s*o0>51B&N5F1(uc|$=^I1~fLLy3?Ol0f;;Ca4%HgQ}rJP(Ab`bQ-z{U4#0d z2hboi2K@njgb|nm(_szR0JebHusa+GN5aeCM0gdP2N%HG;Yzp`J`T6S7vUT504#-H z!jlL<$Or?`Mpy_N@kBz9SR?@vA#0H$qyni$nvf2p8@Y{0k#Xb$28W?xm>3qu8RLgp zjNxKdVb)?wFx8l2m{v>|<~C*!GlBVnrDD~wrdTJeKXwT=5u1%I#8zOBU|X=4u>;s) z>^mF|$G{ol9B_WP7+f-LHLe7=57&&lfa}8z;U@8Tyei%l?}87(bMRt(A-)QK9Dg3) zj~~XrCy)tR1Z#p1A(kK{Y$Q|=8VKhI{e%(1G*N-5Pjn)N5P8I0VkxnX*g?EW941ba z6iJ387g8iCnY4jaNopcpCOsy-A(P2EWJhusSwLP-t|XrzUnLKcKTwn?CKOLf97RIe zPB}`sKzTrUL#0v;sBY9)s+hW+T2H-1eM)^VN0T#`^Oxhvt&^*fYnAJldnHel*Ozyf zUoM{~Um<@={-*r60#U(0!Bc^wuvVc);k3d%g-J!4qLpHZVwz%!VuRu}#Ze`^l7W)9 z5>Kf>>9Eozr6C$Z)1`URxU@~QI@)F0FdauXr2Es8>BaOP=)Lp_WhG@>R;lZ?BJkMlIuMhw8ApiF&yDYW2hFJ?fJhni{?u z85&g@mo&yT8JcdI$(rSw=QPK(Xj%)k1X|@<=e1rim6`6$RAwc!i#egKuI;BS(LSWz zt39n_sIypSqfWEV6J3%nTQ@-4i zi$R;gsG*9XzhRzXqv2yCs*$VFDx+GXJH|L;wsDH_KI2;^u!)^Xl1YupO;gy^-c(?^ z&$Q1BYvyPsG^;hc$D**@Sy`+`)}T4VJji^bd7Jqw3q6Zii=7tT7GEswEK@D(EFW1Z zSp`^awCb?>!`j4}Yh7b~$A)U-W3$et-R8BesV(1jzwLcHnq9En7Q0Tn&-M=XBKs!$ zF$X<|c!#|X_tWYh)GZit z(Q)Cp9CDE^WG;+fcyOWARoj*0TI>4EP1lX*cEoMO-Pk?Z{kZ!p4@(b`M~lalr<3Oz z&kJ6Nm#vN_+kA5{dW4@^Vjg_`q%qU1ULk& z3Fr!>1V#i_2R;ij2@(Z$1jE4r!MlPVFVbHmT+|iPIq0wy5aS{>yK?9ZAjVh%SOwMWgFjair&;wpi!{CU}&@N=Eg#~ zLQ&zpEzVmGY{hI9Z0+4-0xS$$Xe-OToc?Y*V;rTcf_ zb_jRe-RZjXSeas3UfIyD;9afd%<`i0x4T#DzE)vdabOQ=k7SRuGN`h>O0Q~1)u-yD z>VX=Mn&!Rgd$;YK+Q-}1zu#?t(*cbG#Ronf6db&N$oEidtwC+YVcg-Y!_VuY>bk#Y ze_ww@?MU&F&qswvrN_dLb=5o6*Egs)ls3YRlE$&)amR1{;Ppd$6RYV^Go!iq1UMl% z@#4q$AMc(FJlT1QeX8jv{h#)>&{~RGq1N2iiMFIRX?sk2-|2wUogK~{EkB$8eDsX= znVPf8XG_nK&J~=SIiGia@9y}|z3FhX{g&gcj=lwb=lWgyFW&aLedUh- zof`v-2Kw$UzI*>(+&$@i-u=-BsSjR1%z8NeX#HdC`Hh-Z(6xI-`hmHDqv!v)W&&nrf>M(RhcN6(D;jNN*%^u_SYjF;2ng}*8Ow)d6M ztDk;%`@Lsk$;9w$(d(H%O5UixIr`T2ZRcd@HF^x1w>OCRSX~R&CWp>r!{I76ms@Kv7g=pZA|MPIBh1@7{C& z=iGCb_daN7=%ro+zRU>pDS7a=-xn^spE8EgOr!FuG8!+tO+oKpb|-ae-*GseQm72e z?1!W)Gihyq^uU1w2b3axiH$B(~lt7tlf(lv}c_rg;E!d23 zL&kO=aj6jFEn=sl^$YMw1Uv!(R}ktiKY<0j5J73DC#jJ!&4c&A$i^;Ry7YB~DP$HD zw!K2I?X#(>)qe_?0lqFwWw)JCkyn`*rF}p zHZ_>_VHZb9z@r}*`z5gTig2wovl`h~KWOmEm3C1K6{Y|L>%R&@tfg=sm?9)~!~)+B z1;2r^Un2e{>;gZC^yY-)Dcgong=hpSE0jaD5VE~OXIWti$OMZ;wvf?gZ8~5Vzt`aF zvAzdMf7nh3LokBSK1Tc}bCTLUt|3bl?5z#)VlhK>gOsl)|e5R_e4 zBb#1C`Q6kz21VUW+8I;0#nNV>RHOn56^zDoJA!}L^5x4)h!jH*wpC5~>2Q&|5BVZL6?KF_@p-gImE2n^%rb)sI z{n0Q4tSz}9d$sLdlXX;1km=9iP)Y)u8Q>UwBd202M^&2v0xEz_yZ{-Up{4aFL%}Ug zC$0jN+x5Y^hLQ?)yF(iAQs_24}D*@EKfoC)L9oRg5tlM(08-h*CmM;VR-3X_^ z!(q3x&Zx8|5LSw+ssKUK;stI1O865>IFqVBdHWZs%@zEaiS2;5opZ zlM1RFRdEdnkhECk)5U1nXQPB82&V$-BgE%^4w3dFuuTZ}0`w!{uM<}>A5t&Yhf0Ev zjIH-2#;Zu71pW9dz}*rdFCp~Ke*wTJ1(4pDe7B{NpfAoWU*%PrsyqV%IF+EQYzEY~ z2;T?rVKVViu%yM$gO^c9cjKaKUS%yG*%GY_3J6&RQ+fUFNU*(#bDfYaQ&F)N5UoD= z3c0Q*KyZVVTQcq1prsp^R77yfsQRC(D?p2uv~u_N${Q9>G?9QyD#7|HM9x1;vYJ#? z1qhzNt_ORQDWD(V_us?)%pvq;j0ZJ8A@?jWn7Hf07(&+t_y0Z@>wz<+t>Vb)d8(QM z1l|SL9gPZ@4XD1+dXgQ_%e?pXBUu;NHPIk`46+G3q_0q6cWzYOnvTsXdxdTLDxxw} z6$OMp*Wv}}SuFVu-tqo}xC?FrH=zbWZT-B@%b%m9*@W_Rco^@B_eTj6iSG_e?Y&EA zDd~Z~RZxKLK|qHA`b@&>0RB!wZ#IM4x)19Mcu?E4WwyI8Yik-`P8>q}C&D|B?^&S| zv!N#yAZXt2=&PFm<~G3k9dWmplCH=)LDsF6RG808DuW5MavI@3IYIxFzJ5qt1$ouc zqb{kZ6cFI+ay;c;1o*cQmy}8C467EXpb@MEV|g>SDgNEluU|VXCH(9vD`)TuD^4@`^XwPSwnGN@%02TFHcns`?U5_ZCCpy(S zeU<2-PsJjiA{2NnU5?qY5$@t7z?=lA+mSE%toJ{DCmMTw!S|U)>Ww7)F5yI!F^ljP z+Mi6`TsTktQP96xpnpQ0D=6?X&wC@~s4LZ50Rrs4eI)}wCj&okotFD6h{Lha3#qdc zY@UF7!REs3-rm_^zTnGw(#i+$+(v}IKoQ=cUI^e*2z@4IStD+52IXgwcNshow(ZuL zMZ9#XYiHSLbUl*+|L=tMFPJd{8nF5c0QxV2PrktW^_%zl#@)R*1M=2SvXxYZvqWXR z1^e#Um-bho)IXB1vMski+i)g4Nxk0?_oN-`4$=BhJr&@TEBPvjdWrSkkc@J#qew0|@C8bBz)uz{IyJ4$lv>pSL@ zXMR1XUJ7vPyWL!XYx!L^Fs)IGwX6YfE+;r1_NzBPHxzg+-Wd|W673ZEoG#C6>Q?}H z0{vV`+I)cyMfrj6A4tCqub-6>luz|ifI$0OuBrUQ^FPG3&Hz^MPp9l;Sn$2$5q$UP zT?L*;Tgkrd&(9ZU(#Ju#x%0EqFaXQvz&F9J1$Co(C_oE$*Yhq`c55~=2ks151^9ac z$_2z-U5(_|t+*3t#mK2C-6KwGBr?}1$>>Oy5Jz(MPS7Xj`A*@)~j^~=uW zd&Ccb_4)dHXF({4XoqC`a;;=tXP)wG&+MC+J=oeOYm}FG%Ho=p)~BpaDM6VEa8M3F zYkH08{Zcjp^R<3Yu*VYgC5&%(T7j^94J3$Kv0=y`=`}pkZuW9!-{F+#^IP2wJEB)e z%R{pKT4bVX*C+jV^K{{VSQgEvM;Q)c?zw?+N`6@Lt%F-x(yZV z_R)APZBQ+>;T_aC)`H#4fCM_>fxJ(`u3M#()3Gd40fM5XX;G2`43PFCJ`@mU6SnS% zh_8u!&cl*)4;OF`@vLvj`~cSin#sG(h5>3AQ2hTESCq z(t@;dDL~O}IA|5n(Eu%9k9KCD$UBHj%I#Lt+0^R3yk;i-9Gu@?l5Cff z0%&(AzrJ+Vbu2JElk!(WF|T57caS1W%R4%ZTHENX}U zrrGq5depLyR~D7qlmj|su|4~8mX%6nDamE|yzl`C4sTz)YvMs5g$duA^-o zvQ{JOTSphR+6>KVIYY&#qjs|DT?@)qfMB^_cQ8^6<|7oNk9864NC`gUTCpozc{!7z<5xS0&EXo zZ^H>V!cYv+FOV{7r7pz3Bpd}hdvsp{BzuK1ltuVb!V&c8BD%IVDNfI+$oJvcrI|1J z&##RjbY^taj`h1tWhy|y1!)6-**qtq`6}WCxYk8ZIlUD1%z+5^P(vf;CGw)<%eKF5lr6+ zKSutKiK_(jI~u6&!b>!jc{L!-qYXbt8A`Yfd6s`nTI<(kt*t!`Ak8eEeVVxB^D#qx z9jXg*cGynj6D^j?RzO&x_db&8)F-pzajf<=(xYLofmK9D0~I8%trr8FGhhospAmHL zcC=XCn=`K?1-LG~gB(u~2Kk({PfL(yQWh;IDANTgvF!`Wcs`ol+6+j*%-2;+1Hag_ zcLYAw6RE)Efc+*s1NMEdUrjF{-!^NRP4+dAz8@xh4_2P&e^MIkA-_x>gcYx2f}3J8sF< zOjwZTKRUiG`FUlAa&py+iI%B=yo4(l)L~>e?FB#$`SJXjJQ7x|Cq3&g`6tgr+O*Cfu?;t+s6}fVyhU-<^#%U zC}9?HEmW|In*O$9dmF+YxK8Is9QNa4F31T3oNpTAXS+0wUOo4 zi~7EDl&5juGYNi?xN;<=6Wag!yvT7QFbdZC^V?67^6RSUsw5Qr|JFQAbjvL9} z8}?M~46U2>(^u;?vGID4N)QAGyBn_PTEIDhw2Pjgs0@u_6*J*)gpaT`OyFCcLx}GT zyGS>|l5NT1Dhz#oA^b0ZpU&B1I&ndj!tMCHGm-8a|BR9*68F0#>$&xe_K22Gg3%LX zzwa^leXzi(fP6}}CwK69UJ8hJ%bcXQLRsTc#@{;QbWkD)b zMM=g5e+2cer~aYDRleXG>b|}d3SgWK{=Y1OwgUj)g%Zvt{44q4imW4G0ANWXbzLoAZH)x{OGw|9f$yc>C$QkVmRPs$RHO^agVC9R z==)t0+K_kUaWfPcP`e~;-c@^lM9F(Z^a514%iuQo-7cZ3IsG&V(7YD* zOmHlU@ZXGZ5C0;I@Ea&ax25%J?Y`CWGndiiZ4K+&cOfn4o;j?en-O?tnQUHHgjLS2 zJjY}0Q(+2Va9Wo;3_F(`ieZABb5Pe2Fi*0RcsJnj(QvfdGRi^#h2;>P?A!8TP6&W3@&kL|1x+lQ()wb53mM}Klwe*VRD=Q?oCBK+-w8M; z0)qa!2w!Qt0h;~z;zd^y`4N(x$UgIIX4^WcVkiHo%#G;wp4@pQl-kLrR<9m|TRpe) zDcyhq4Z}iw%e516-A56FrJgcvH9tSJzSBMVIU7y})~zD-dsI-F3xGCt3^@tpKIU3#mffPOhs8@JkDKTT&QT zORD03Re}QlKak^aJf%<>GaxUh?UyEezN3=jZY;XHmXst~Z?nA!^diuUKraHl2=pS* bEd>4tc0H!>R4ib*00000NkvXXu0mjfAG{Kw literal 0 HcmV?d00001 diff --git a/icons/icon_scalable.svg b/icons/icon_scalable.svg new file mode 100644 index 0000000..69f7434 --- /dev/null +++ b/icons/icon_scalable.svg @@ -0,0 +1,441 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icons/icon_scalable_yellow.xcf b/icons/icon_scalable_yellow.xcf new file mode 100644 index 0000000000000000000000000000000000000000..1e68f65527535add04b292acaea36ce5ec25c77b GIT binary patch literal 36783 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 HGZOMY#5i5| literal 0 HcmV?d00001 diff --git a/icons/icon_yellow_512x512@2x.xcf b/icons/icon_yellow_512x512@2x.xcf new file mode 100644 index 0000000000000000000000000000000000000000..5d4717e281314c079cbaccea29479eff0072e75d GIT binary patch literal 162722 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 literal 0 HcmV?d00001 diff --git a/install-sh b/install-sh new file mode 100755 index 0000000..ec298b5 --- /dev/null +++ b/install-sh @@ -0,0 +1,541 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2020-11-14.01; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# 'make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +tab=' ' +nl=' +' +IFS=" $tab$nl" + +# Set DOITPROG to "echo" to test this script. + +doit=${DOITPROG-} +doit_exec=${doit:-exec} + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +# Create dirs (including intermediate dirs) using mode 755. +# This is like GNU 'install' as of coreutils 8.32 (2020). +mkdir_umask=22 + +backupsuffix= +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +is_target_a_directory=possibly + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -p pass -p to $cpprog. + -s $stripprog installed files. + -S SUFFIX attempt to back up existing files, with suffix SUFFIX. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG + +By default, rm is invoked with -f; when overridden with RMPROG, +it's up to you to specify -f if you want it. + +If -S is not specified, no backups are attempted. + +Email bug reports to bug-automake@gnu.org. +Automake home page: https://www.gnu.org/software/automake/ +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -p) cpprog="$cpprog -p";; + + -s) stripcmd=$stripprog;; + + -S) backupsuffix="$2" + shift;; + + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; + + -T) is_target_a_directory=never;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call 'install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names problematic for 'test' and other utilities. + case $src in + -* | [=\(\)!]) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + # Don't chown directories that already exist. + if test $dstdir_status = 0; then + chowncmd="" + fi + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + dst=$dst_arg + + # If destination is a directory, append the input filename. + if test -d "$dst"; then + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dstbase=`basename "$src"` + case $dst in + */) dst=$dst$dstbase;; + *) dst=$dst/$dstbase;; + esac + dstdir_status=0 + else + dstdir=`dirname "$dst"` + test -d "$dstdir" + dstdir_status=$? + fi + fi + + case $dstdir in + */) dstdirslash=$dstdir;; + *) dstdirslash=$dstdir/;; + esac + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + # The $RANDOM variable is not portable (e.g., dash). Use it + # here however when possible just to lower collision chance. + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + + trap ' + ret=$? + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null + exit $ret + ' 0 + + # Because "mkdir -p" follows existing symlinks and we likely work + # directly in world-writeable /tmp, make sure that the '$tmpdir' + # directory is successfully created first before we actually test + # 'mkdir -p'. + if (umask $mkdir_umask && + $mkdirprog $mkdir_mode "$tmpdir" && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + test_tmpdir="$tmpdir/a" + ls_ld_tmpdir=`ls -ld "$test_tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null + fi + trap '' 0;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; + esac + + oIFS=$IFS + IFS=/ + set -f + set fnord $dstdir + shift + set +f + IFS=$oIFS + + prefixes= + + for d + do + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=${dstdirslash}_inst.$$_ + rmtmp=${dstdirslash}_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && + { test -z "$stripcmd" || { + # Create $dsttmp read-write so that cp doesn't create it read-only, + # which would cause strip to fail. + if test -z "$doit"; then + : >"$dsttmp" # No need to fork-exec 'touch'. + else + $doit touch "$dsttmp" + fi + } + } && + $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + set +f && + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # If $backupsuffix is set, and the file being installed + # already exists, attempt a backup. Don't worry if it fails, + # e.g., if mv doesn't support -f. + if test -n "$backupsuffix" && test -f "$dst"; then + $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null + fi + + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/m4/ChangeLog b/m4/ChangeLog new file mode 100644 index 0000000..9a90aab --- /dev/null +++ b/m4/ChangeLog @@ -0,0 +1,487 @@ +Version 0.1.41 (2024-03-17) +--------------------------- +* Add support for controlling BUTT via MIDI CC messages +* EQ and compressor can now be enabled independently for the stream and record path +* You can now use %N as a placeholder for the current server name in your record file/path +* Prevent BUTT from being disconnected by the server when using FLAC and the audio signal is 100% silent +* The signal and silence detection can now by activated/deactivated with a checkbox instead of simply setting the value to 0 +* Add -L parameter to get a list of available audio devices +* The ICY name and ICY description now support the same placeholders as the record file/path (activate the "expand variables" checkbox) +* Add Arabic language support (Thanks to Magd) +* Fix an issue that could lead BUTT to freeze on startup if no internet connection is available +* Overall stability improvements + +Version 0.1.40 (2023-11-24) +--------------------------- +* Support higher bitrates for AAC, Vorbis and Opus +* Add support for Plexamp on Linux +* Add Dutch language support (thanks to Timothy) +* Fix an issue with audio device names that contain special characters +* Fix possible buffer underflow when the connection to a shoutcast server fails + +Version 0.1.39 (2023-09-20) +--------------------------- +* Fix a bug that can cause the listener count to no longer be updated +* Fix a bug that can cause the split record file function to stop working +* Fix a bug that can cause butt not to reconnect after a connection loss +* Fix a bug that can cause undefined behaviour +* Clear song name if song file is empty + + +Version 0.1.38 (2023-08-05) +--------------------------- +* Users can now define a custom window title +* Add option to set a delay between automatic reconnects +* Add option to use the older Icecast SOURCE protocol instead of the newer PUT protocol +* Increase robustness of the config file importer +* Increase robustness of the show listeners function +* Use green instead of yellow to indicate a valid streaming connection +* Fix memory leak when using Icecast and showing the number of listeners +* Fix UI drawing issues +* Fix issue with the main window size on Windows 11 +* Fix issues with the tray agent on Windows + +Version 0.1.37 (2022-12-24) +--------------------------- +* Add support for a second audio device +* Streaming and recording volume can be set independently +* Add support for icecast-kh listener statistics +* Highlight connect and record buttons when active +* Restore window size if "Remember main window position" is active +* Increase size of slider knobs +* Start with default values in case the config file is damaged +* Always overwrite existing files when recording is started automatically or via butt client +* Do not stop recording if a butt client sends a disconnect command while butt is offline +* Fix an issue were butt mistakenly says "Connecting..." +* Fix memory leak if "Show listeners" is activate + +Version 0.1.36 (2022-10-03) +--------------------------- +* Number of current listeners can be displayed on the LCD (works only with original Icecast and Shoutcast implementations) +* Fix connection issue with AIS streaming server +* Fix connection issue with Icecast servers older than version 2.4.0 +* Fix issue with Shoutcast if mountpoint is already in use + + +Version 0.1.35 (2022-06-19) +--------------------------- +* Gain slider can be disabled to prevent inadvertently changing the volume +* Audio device initialization can be skipped by holding down CTRL during startup +* Fix crash if audio device can not be opened +* Fix crash if no default audio device can be found +* Fix wrong password detection for certain liquidsoap Shoutcast implementations +* Fix crash of command client and command server when very long song names are specified + +Version 0.1.34 (2022-04-21) +--------------------------- +* Added equalizer presets +* Added Spanish translation +* Use 32 bit float for internal audio processing instead of 16 bit integer +* FLAC can now be broadcasted and recorded as 16 bit or 24 bit +* WAV can now be recorded as 16 bit, 24 bit or 32 bit +* Massively improved client/server implementation for butt commands +* Fixed bug that caused overwriting the first wav samples of a recording +* Fixed read song name from Music.app for MacOS >= 11.0 +* Fixed record folder creation if folder contains format variables +* butt commands can now also be sent via UDP +* Added new fields to the server status message: + - stream seconds, stream kBytes + - record seconds, record kBytes + - volume left/right + - current song + - record path + +Version 0.1.33 (2022-02-06) +--------------------------- +* Windows: You can broadcast what's playing on your computer (audio device must support WASAPI) +* Windows/Linux: New butt-client for controlling running butt instances (Thanks to Hossam) +* Added support for higher samplerates (88.2 kHz and 96 kHz) +* Added Portuguese (Brazil) translation (Thanks to Bruno) +* Added signal and silence detection flags to the status information +* Time thresholds for signal detection can be changed via control commands (Thanks to Hossam) +* Format place holders (%Y %m %d etc.) can also be used in the folder name +* Song title update support for OPUS +* Fixed wrong file size in wav header +* Fixed compilation if --disable-ssl or --disable-aac was passed to ./configure + +Version 0.1.32 (2021-10-28) +--------------------------- +* Radio.co stations can now be easily added to butt +* Advanced codec settings for mp3, aac, ogg/vorbis and opus can now be adjusted +* The recordings folder may now contain environment variables like ~, $HOME and %USERPROFILE% +* Fixed issue with characters like $,%,&,§ in the song name +* Fixed connection issue in case the server domain has IPv4+6 addresses but Icecast is only listening on IPv4 +* Fixed missing song duration information in FLAC recordings + +Version 0.1.31 (2021-07-12) +--------------------------- +* A delay can now be added to the automatic song title update +* Increased equalizer from 5 to 10 frequency bands +* Fixed positioning issues on multi screen setups +* Maximum number of supported audio devices has been increased from 100 to 256 + +Version 0.1.30 (2021-05-14) +--------------------------- +* Added support for IPv6 +* Added French translation +* Right click on a slider knob brings up an input field where you can type in the slider value with the keyboard +* The selected audio device can now be remembered by device name instead by device id +* You can now rescan for new audio devices manually (no butt restart needed anymore after plugging in a new audio device) +* Holding the shift key during butt startup allows you to start with a fresh configuration file +* Updated Portaudio to version v19.7.0 +* Windows: Added support for WASAPI audio driver +* MacOS: Updated FLTK to version 1.3.6 +* MacOS: Native support for Apple Silicon (arm64) + +Version 0.1.29 (2021-03-28) +--------------------------- +* Added a new tool (butt Agent) which helps to minimize butt to tray and much more (Big thanks to Ivan Radolovic) +* Added an indicator to the compressor which lights up if the threshold is exceeded +* Added "Aggressive Mode" to the compressor. If activated, the signal power for threshold detection is not averraged +* Added new command line options: -q (quit) -n (split recording) -u (update song name) +* Added donation addresses for Bitcoin, Monero and Dash +* Fixed crash when butt can not find any input channels +* Fixed crash when reading song names from an UTF-8 formatted file that contains a BOM +* Fixed issue with icecast-kh14+ when connecting to a mountpoint which is already in use +* Fixed issue if both checkboxes "start recording after launch" and "start recording when connected" are checked +* Fixed butt.desktop file. Icon was not shown on GNOME panel +* Attack and Release compressor labels now have 2 decimal places instead of only 1 +* butt does not send bitrate information to the icecast server anymore if FLAC is used +* butt now searches for a free command server port if default port is already in use +* butt can now be started in minimized state +* The recording file name can now contain any well known date format specifier +* The window class name has been renamed from FLTK to butt_FLTK + +Version 0.1.28 (2021-02-07) +--------------------------- +* Fixed compressor issues +* Fixed song update when using Strawberry audio player +* The order of song update from an music app can be changed from "Title - Artist" to "Artist - Title" +* Increased accuracy of recording split timer +* VU-meter appearance can be changed to solid colors for better readability +* Log window can be vertically resized +* Windows: Changed default installation folder to %LOCALAPPDATA%\butt instead of %LOCALAPPDATA\butt- + + +Version 0.1.27 (2020-12-26) +--------------------------- +* Fixed loading of AAC codec selection from configuration file +* Fixed crash when using opus with a samplerate not equal to 48000 Hz + +Version 0.1.26 (2020-12-24) +--------------------------- +* Added ASIO support +* Added support for multi-channel audio devices +* Added multi-language support (i18n) +* Added German translation +* Added option to force reconnection regardless of the server response +* Added support for Strawberry audio player (Thanks to Stefan S.) +* Added config parameter to disable dithering (set disable_dithering=1 in cfg file) +* Fixed possible crash if server is not reachable +* Fixed possible crash when reconnecting +* Fixed possible crash when using FLAC and song update +* Fixed unwanted rounding of compressor values +* Fixed overwriting of a DSP setting if it was set to -1.0 +* Improved CPU usage +* Improved mono/stereo handling +* Improved overall song update implementation +* Compiles on FreeBSD (Thanks to Per G. and Tobias C. B.) + + +Version 0.1.25 (2020-10-26) +--------------------------- +* Added the ability to extend the song name with a prefix and a suffix +* Fixed issue with automatic song update from text files +* Fixed recording in FLAC + +Version 0.1.24 (2020-10-14) +--------------------------- +* VU-meter has been redesigned +* Fixed issues with usernames that contain special characters +* The port of the command server can be specified via command line +* Commands can be received via network +* It is possible to connect to a particular streaming server when sending the connect command +* You can ask a butt instance about its current status with the -S command +* butt can automatically check for updates after launch +* Update of song name works with FLAC +* Thresholds for signal detection can be specified +* Added -h command line option to get an overview of all available commands +* Updated the manual + +Version 0.1.23 (2020-09-27) +--------------------------- +* Fixed crash if the server is not reachable (e.g. unstable internet connections) +* Fixed issue with transfering song meta data from music apps to butt (MacOS) +* Improved handling of mic permissions dialog on MacOS + +Version 0.1.22 (2020-07-09) +--------------------------- +* Added Dynamic Range Compressor (thanks to Thomas P.) +* Added ability to check for new versions +* butt can now be controlled via command line +* Replaced experimental portaudio version with the stable portaudio version +* Fixed issue with stereo audio when using the Equalizer (thanks to Thomas P.) +* Fixed traffic calculation when using OPUS +* Fixed issue with OPUS encoding under some circumstances + +Version 0.1.21 (2020-05-26) +--------------------------- +* Streaming and recording can now be started automatically if an audio signal is present +* Fixed reconnection issue on unreliable network connections. Should now behave like 0.1.19 again +* wav recordings can now be up to 4 GB large +* Removed advanced section from the Audio tab. Buffer time can still be set in the configuration file if you need to + +Version 0.1.20 (2020-04-21) +--------------------------- +* Added SSL/TLS support for icecast +* Recording can now automatically be stopped if the user disconnects from the server +* Fixed icecast connection issue (mostly occurring on mobile internet connections like 4G/LTE) +* Fixed wrong password detection for liquidsoap based setups +* Fixed configuration export on MacOS +* Fixed logfile selection on MacOS +* Song name is not updated on reconnect anymore if the manual song name input field has been cleared +* Upgraded FLTK to version 1.3.5 + +Version 0.1.19 (2019-12-30) +--------------------------- +* The song name can now be read from the last line instead from the first line of a file +* Streaming and recording can now be automatically stopped after silence has been detected +* The last window position can be remembered. Useful when running multiple instances +* butt can now be started with hidden info window +* The vu-meter runs smoother and needs less cpu +* VU-meter peak hold is only active for the red light +* Closing butt while streaming or recording must be confirmed now +* Changes are now saved without asking for confirmation when closing the app +* Removed a new line character from the server name in the title bar +* Fixed recceiving song information from iTunes/Music in MacOS Catalina +* Fixed wrong counting of sent bytes when using AAC + + +Version 0.1.18 (2019-05-12) +--------------------------- +* Added support for automatic recording after starting butt +* Enabled AAC afterburner (improves audio quality) +* Fixed issue with configure.ac and s390x architecture +* Updated the FSF address in COPYING +* AAC libs are not delivered with the setup files anymore (read the manual on how to activate AAC support again) + + +Version 0.1.17 (2018-12-27) +--------------------------- +* Added support for FLAC streaming (icecast only) +* Added 5-band equalizer (thanks to Melchor Garau Madrigal) +* Added the ability to read song informations from several apps on MacOS and Linux (thanks to Melchor Garau Madrigal) +* Window title is automatically renamed to the connected server (useful when running multiple instances) +* Fixed connection issue with airtime +* Fixed integer overflow when gain is set too high +* Fixed compilation error on ubuntu 18 +* Changed color of windows icon from black to yellow. So people using Win10 can now find butt in their black taskbar ;-) + + +Version 0.1.16 (2017-09-17) +--------------------------- +* Fixed compatibility issues with shoutcast v2.5.5.732 +* Replaced portaudio by newest stable version v190600_20161030 +* When using AAC+ the best AAC profile for the current bitrate is selected automatically + + AAC+v2: bitrate < 48kBit/s (aac_aot = 29) + + AAC+v1: 48 kBit/s \<= bitrate < 96kBit/s (aac_aot = 5) + + AAC-LC: bitrate >= 96kBit/s (aac_aot = 2) + +* You can force the AAC codec to a specific profile by setting + aac_overwrite_aot = 1 and aac_aot to the appropriate aot value {2,5,29} in buttrc + + +Version 0.1.15 (2016-05-28) +--------------------------- +* Added AAC+ support +* Added a "Split now" button to instantly start a new recording file +* Improved look&feel on retina displays on OSX +* Improved compatibility with proxies/load balancers (thanks to boyska) +* Fixed handling of newline characters when reading the song name file +* Fixed evlauation of time/date variables when automatic file splitting is enabled +* Fixed compatibility with airtime servers +* Fixed ogg and opus support for ShoutCast + +Version 0.1.14 (2014-12-27) +--------------------------- +* Added FLAC support for recording +* Added Opus support (thanks to oneman) +* Added logfile support (thanks to mikko) +* Added support for more variables in the filename (%H %M %S) (thanks to mikko) +* Automatic file splitting can be synced to full hour now (thanks to mikko) +* LCD info can automatically rotate every 5 seconds now (thanks to mikko) +* Added ability to change audio buffer size +* Uncluttered LCD (thanks to mikko) +* File extension of record filename gets automatically updated now +* Dropped support of different samplerate/channels for stream and record +* Resorted settings elements/widgets +* Removed possible memleaks +* Connecting to an unreachable server does not freeze the GUI anymore +* Fixed icecast and shoutcast meta data handling +* ;ade update song from file more robust +* "update song name manually" reacts on Enter button now + +Version 0.1.13 (2014-05-02) +--------------------------- +* Has an icon now! - Thanks to Subrat (ipapuna) Nayak +* Added support for lower bitrates (24k, 16k, 8k) +* Added support for user defined configuration path e.g. "butt -c " +* Added support for user names in Icecast +* Added gain slider. This slider multiplies the audio input samples with the given factor +* Added .manifest file to disable the VirtualStore on Windows Vista and higher +* Added the ability to automatically split the recording every 'n' minutes +* Added feature for importing and exporting configuration files +* Compiles with Xcode 5 on OS X Mavericks +* Compiles with traditional GNU autoconf/automake environment on linux and mingw +* Improved robustness against faulty config files +* Improved compatibility to ShoutCast v2 servers +* Improved look&feel +* Fixed samplerate issues +* Fixed mono playback/recording +* Changed data volume information vom kBytes to MBytes +* Changed default recording path to users home folder +* Sends audio information (bitrate etc.) to Icecast server - Thanks to Dominik Durner +* Reimplemented VU-Meter with peak hold +* Comes with as an ubuntu package +* Windows: can be installed as user without admin rights +* Windows: uninstallation process also removes the configuration file +* Instead of canceling the automatic song update in case the given file is not +readable, butt now tries to reread the file every 5 seconds + +Version 0.1.12 (2010-04-10) +--------------------------- +* butt is now able to connect automatically after startup +* Shortened time between connect attempts (fixes Shouted.FM connection problems) +* Improved wrong password detection for shoutcast + +Version 0.1.11-2 (2008-12-14) +----------------------------- +* Fixed display info after automatic reconnection + +Version 0.1.11-1 (2008-11-09) +----------------------------- +* Fixed segfault if there is no '.' in the filename + +Version 0.1.11 (2008-10-26) +--------------------------- +* Fixed unintended disconnects +* Fixed recording problems +* Removed buffer overrun messages +* Recording can be now stopped with the stop-button +* Replaced pcm recording by wav recording +* Recording as ogg is now possible +* Added "stay on top" checkbox +* Fixed possible crash when changing mp3 settings while streaming + +Version 0.1.10 (2008-05-25) +--------------------------- +* Removed xrun "led". Instead the msg window informs the user about overruns +* Added dB values to the vu-meter +* Fixed bitrate/samplerate selection for ogg +* Network backend works with non-blocking sockets now +* libshout is not needed anymore +* Songname can be updated from a textfile now +* More samplerates are supported now +* Fixed samplerate selection problems +* Fixed crash when connecting to icecast server on MacOS 10.4 +* Fixed crash when changing the server type from shoutcast to icecast +* Some cosmetic changes (buttons, LEDs) + +Version 0.1.9 (2008-04-10) +-------------------------- +* Minor GUI makeup +* Made butt more verbose +* Fixed possible segfault when trying to EDIT stream info +* Fixed automatic reconnection +* Filenames can be indexed with the %i variable now +* Renamed "rec not until connected" checkbox to "start rec. when connected" +* Added orange record icon for "armed" state ("start rec. when connected" = 1) +* butt starts recording as soon as connected, when in "armed" state + +Version 0.1.8 (2008-03-30) +-------------------------- + +* Text/bg color can be changed in the [GUI] tab +* Removed the "Config saved" popup message +* Added pcm recording +* Improoved record handling +* The config menu is more user friendly now +* Fixed crash when connection loss +* The user may select the samplerate now +* The config window can be attached to the main window now +* Fixed bitrate and codec ShoutCast info + +Version 0.1.7rc1 (2008-01-04) +----------------------------- +* butt runs on MacOS 10.4 and 10.5 now! +* Added recording time to the display info +* Fixed bug with '&' in the song string +* Changing the display mode works only when connected now +* Added a checkbox which lets the user decide if the recording should start +right after selecting the output file or when connected +* Added a msg box which ask the user if he wants to stop the recording +when disconnecting + + +Version 0.1.6 (2007-12-08) +--------------------------- +* Added status symbols to the display +* Recording runs with a seperate thread now! +* Added a button for showing/hiding the server password + +Version 0.1.5 (2007-11-22) +--------------------------- +* Minor GUI changes +* Fixed streaming/recording with mp3 320kb/s +* Fixed segfault in Fl_ILM216.cpp +* The user may change the display colors now (right click on the display) +* The "connecting" info on the display updates faster now +* Changed default display colors to white/blue + +Version 0.1.5rc1 (2007-11-16) +----------------------------- +* Replaced ALSA by PortAudio -> OSS is supported now +* Ported butt to Microsoft Windows (tested with win2k and win xp) +* butt reminds the user about unsaved changes when closing now +* Starting the recording is possible at any time now +* Added mono encoding for OGG +* Improved some GUI stuff +* Improved CPU usage + +Version 0.1.4rc2 (2007-11-03) +----------------------------- +* butt should compile on more machines now + +Version 0.1.4rc1 (2007-11-01) +----------------------------- +* Added IceCast support (ogg and mp3) +* Added ./configure script +* butt is now able to send the "Current Song" value to the ShoutCast/IceCast server +* Changed stereo mode from joint-stereo to real-stereo +* Code cleanup + +Version 0.1.3 (2007-10-08) +--------------------------- +* Bugfix: butt crashed if you press "apply" in the server/icy tab without +having an server/ICY-entry +* Bugfix: butt crashed if you change the bitrate without having an ICY-entry +* Bugfix: there was some uncommented code in the [DEL]-server callback-routine +which shouldn't be uncommented +* Facelift: if you delete all server/ICY-entries, the input fields in the server/ICY +still showed the values of the last server/ICY-entry + +Version 0.1.2 (2007-10-07) +-------------------------- +* Added a GUI for configuring butt +* Comments behind config entries are not allowed anymore. +* Removed the network init part. It was nonsense +* Fixed mono playblack +* Fixed recording problems +* ICY entries can now be empty without causing butt to crash +* butt shows the real port in its "connecting to..."-info line now and the "pseudeo" port in parenthesis +* Fixed a bug which causes pcm data loss in some cases + +Version 0.1.1 (2007-09-16) +-------------------------- +* Added recording feature +* Fixed seg fault on startup when compiled with gcc-4.1.2 +* Fixed seg fault when encoding with high bitrates diff --git a/m4/gettext.m4 b/m4/gettext.m4 new file mode 100644 index 0000000..be247bf --- /dev/null +++ b/m4/gettext.m4 @@ -0,0 +1,401 @@ +# gettext.m4 serial 66 (gettext-0.18.2) +dnl Copyright (C) 1995-2014 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2006, 2008-2010. + +dnl Macro to add for using GNU gettext. + +dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). +dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The +dnl default (if it is not specified or empty) is 'no-libtool'. +dnl INTLSYMBOL should be 'external' for packages with no intl directory, +dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. +dnl If INTLSYMBOL is 'use-libtool', then a libtool library +dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, +dnl depending on --{enable,disable}-{shared,static} and on the presence of +dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library +dnl $(top_builddir)/intl/libintl.a will be created. +dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext +dnl implementations (in libc or libintl) without the ngettext() function +dnl will be ignored. If NEEDSYMBOL is specified and is +dnl 'need-formatstring-macros', then GNU gettext implementations that don't +dnl support the ISO C 99 formatstring macros will be ignored. +dnl INTLDIR is used to find the intl libraries. If empty, +dnl the value '$(top_builddir)/intl/' is used. +dnl +dnl The result of the configuration is one of three cases: +dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled +dnl and used. +dnl Catalog format: GNU --> install in $(datadir) +dnl Catalog extension: .mo after installation, .gmo in source tree +dnl 2) GNU gettext has been found in the system's C library. +dnl Catalog format: GNU --> install in $(datadir) +dnl Catalog extension: .mo after installation, .gmo in source tree +dnl 3) No internationalization, always use English msgid. +dnl Catalog format: none +dnl Catalog extension: none +dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. +dnl The use of .gmo is historical (it was needed to avoid overwriting the +dnl GNU format catalogs when building on a platform with an X/Open gettext), +dnl but we keep it in order not to force irrelevant filename changes on the +dnl maintainers. +dnl +AC_DEFUN([AM_GNU_GETTEXT], +[ + dnl Argument checking. + ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , + [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT +])])])])]) + ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old], + [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])]) + ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , + [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT +])])])]) + define([gt_included_intl], + ifelse([$1], [external], + ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]), + [yes])) + define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) + gt_NEEDS_INIT + AM_GNU_GETTEXT_NEED([$2]) + + AC_REQUIRE([AM_PO_SUBDIRS])dnl + ifelse(gt_included_intl, yes, [ + AC_REQUIRE([AM_INTL_SUBDIR])dnl + ]) + + dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) + + dnl Sometimes libintl requires libiconv, so first search for libiconv. + dnl Ideally we would do this search only after the + dnl if test "$USE_NLS" = "yes"; then + dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then + dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT + dnl the configure script would need to contain the same shell code + dnl again, outside any 'if'. There are two solutions: + dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. + dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. + dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not + dnl documented, we avoid it. + ifelse(gt_included_intl, yes, , [ + AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) + ]) + + dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation. + gt_INTL_MACOSX + + dnl Set USE_NLS. + AC_REQUIRE([AM_NLS]) + + ifelse(gt_included_intl, yes, [ + BUILD_INCLUDED_LIBINTL=no + USE_INCLUDED_LIBINTL=no + ]) + LIBINTL= + LTLIBINTL= + POSUB= + + dnl Add a version number to the cache macros. + case " $gt_needs " in + *" need-formatstring-macros "*) gt_api_version=3 ;; + *" need-ngettext "*) gt_api_version=2 ;; + *) gt_api_version=1 ;; + esac + gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" + gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" + + dnl If we use NLS figure out what method + if test "$USE_NLS" = "yes"; then + gt_use_preinstalled_gnugettext=no + ifelse(gt_included_intl, yes, [ + AC_MSG_CHECKING([whether included gettext is requested]) + AC_ARG_WITH([included-gettext], + [ --with-included-gettext use the GNU gettext library included here], + nls_cv_force_use_gnu_gettext=$withval, + nls_cv_force_use_gnu_gettext=no) + AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext]) + + nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" + if test "$nls_cv_force_use_gnu_gettext" != "yes"; then + ]) + dnl User does not insist on using GNU NLS library. Figure out what + dnl to use. If GNU gettext is available we use this. Else we have + dnl to fall back to GNU NLS library. + + if test $gt_api_version -ge 3; then + gt_revision_test_code=' +#ifndef __GNU_GETTEXT_SUPPORTED_REVISION +#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) +#endif +changequote(,)dnl +typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; +changequote([,])dnl +' + else + gt_revision_test_code= + fi + if test $gt_api_version -ge 2; then + gt_expression_test_code=' + * ngettext ("", "", 0)' + else + gt_expression_test_code= + fi + + AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], + [AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[ +#include +$gt_revision_test_code +extern int _nl_msg_cat_cntr; +extern int *_nl_domain_bindings; + ]], + [[ +bindtextdomain ("", ""); +return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings + ]])], + [eval "$gt_func_gnugettext_libc=yes"], + [eval "$gt_func_gnugettext_libc=no"])]) + + if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then + dnl Sometimes libintl requires libiconv, so first search for libiconv. + ifelse(gt_included_intl, yes, , [ + AM_ICONV_LINK + ]) + dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL + dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) + dnl because that would add "-liconv" to LIBINTL and LTLIBINTL + dnl even if libiconv doesn't exist. + AC_LIB_LINKFLAGS_BODY([intl]) + AC_CACHE_CHECK([for GNU gettext in libintl], + [$gt_func_gnugettext_libintl], + [gt_save_CPPFLAGS="$CPPFLAGS" + CPPFLAGS="$CPPFLAGS $INCINTL" + gt_save_LIBS="$LIBS" + LIBS="$LIBS $LIBINTL" + dnl Now see whether libintl exists and does not depend on libiconv. + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[ +#include +$gt_revision_test_code +extern int _nl_msg_cat_cntr; +extern +#ifdef __cplusplus +"C" +#endif +const char *_nl_expand_alias (const char *); + ]], + [[ +bindtextdomain ("", ""); +return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") + ]])], + [eval "$gt_func_gnugettext_libintl=yes"], + [eval "$gt_func_gnugettext_libintl=no"]) + dnl Now see whether libintl exists and depends on libiconv. + if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then + LIBS="$LIBS $LIBICONV" + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[ +#include +$gt_revision_test_code +extern int _nl_msg_cat_cntr; +extern +#ifdef __cplusplus +"C" +#endif +const char *_nl_expand_alias (const char *); + ]], + [[ +bindtextdomain ("", ""); +return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") + ]])], + [LIBINTL="$LIBINTL $LIBICONV" + LTLIBINTL="$LTLIBINTL $LTLIBICONV" + eval "$gt_func_gnugettext_libintl=yes" + ]) + fi + CPPFLAGS="$gt_save_CPPFLAGS" + LIBS="$gt_save_LIBS"]) + fi + + dnl If an already present or preinstalled GNU gettext() is found, + dnl use it. But if this macro is used in GNU gettext, and GNU + dnl gettext is already preinstalled in libintl, we update this + dnl libintl. (Cf. the install rule in intl/Makefile.in.) + if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ + || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ + && test "$PACKAGE" != gettext-runtime \ + && test "$PACKAGE" != gettext-tools; }; then + gt_use_preinstalled_gnugettext=yes + else + dnl Reset the values set by searching for libintl. + LIBINTL= + LTLIBINTL= + INCINTL= + fi + + ifelse(gt_included_intl, yes, [ + if test "$gt_use_preinstalled_gnugettext" != "yes"; then + dnl GNU gettext is not found in the C library. + dnl Fall back on included GNU gettext library. + nls_cv_use_gnu_gettext=yes + fi + fi + + if test "$nls_cv_use_gnu_gettext" = "yes"; then + dnl Mark actions used to generate GNU NLS library. + BUILD_INCLUDED_LIBINTL=yes + USE_INCLUDED_LIBINTL=yes + LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD" + LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" + LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` + fi + + CATOBJEXT= + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + dnl Mark actions to use GNU gettext tools. + CATOBJEXT=.gmo + fi + ]) + + if test -n "$INTL_MACOSX_LIBS"; then + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + dnl Some extra flags are needed during linking. + LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" + LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" + fi + fi + + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then + AC_DEFINE([ENABLE_NLS], [1], + [Define to 1 if translation of program messages to the user's native language + is requested.]) + else + USE_NLS=no + fi + fi + + AC_MSG_CHECKING([whether to use NLS]) + AC_MSG_RESULT([$USE_NLS]) + if test "$USE_NLS" = "yes"; then + AC_MSG_CHECKING([where the gettext function comes from]) + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then + gt_source="external libintl" + else + gt_source="libc" + fi + else + gt_source="included intl directory" + fi + AC_MSG_RESULT([$gt_source]) + fi + + if test "$USE_NLS" = "yes"; then + + if test "$gt_use_preinstalled_gnugettext" = "yes"; then + if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then + AC_MSG_CHECKING([how to link with libintl]) + AC_MSG_RESULT([$LIBINTL]) + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) + fi + + dnl For backward compatibility. Some packages may be using this. + AC_DEFINE([HAVE_GETTEXT], [1], + [Define if the GNU gettext() function is already present or preinstalled.]) + AC_DEFINE([HAVE_DCGETTEXT], [1], + [Define if the GNU dcgettext() function is already present or preinstalled.]) + fi + + dnl We need to process the po/ directory. + POSUB=po + fi + + ifelse(gt_included_intl, yes, [ + dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL + dnl to 'yes' because some of the testsuite requires it. + if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then + BUILD_INCLUDED_LIBINTL=yes + fi + + dnl Make all variables we use known to autoconf. + AC_SUBST([BUILD_INCLUDED_LIBINTL]) + AC_SUBST([USE_INCLUDED_LIBINTL]) + AC_SUBST([CATOBJEXT]) + + dnl For backward compatibility. Some configure.ins may be using this. + nls_cv_header_intl= + nls_cv_header_libgt= + + dnl For backward compatibility. Some Makefiles may be using this. + DATADIRNAME=share + AC_SUBST([DATADIRNAME]) + + dnl For backward compatibility. Some Makefiles may be using this. + INSTOBJEXT=.mo + AC_SUBST([INSTOBJEXT]) + + dnl For backward compatibility. Some Makefiles may be using this. + GENCAT=gencat + AC_SUBST([GENCAT]) + + dnl For backward compatibility. Some Makefiles may be using this. + INTLOBJS= + if test "$USE_INCLUDED_LIBINTL" = yes; then + INTLOBJS="\$(GETTOBJS)" + fi + AC_SUBST([INTLOBJS]) + + dnl Enable libtool support if the surrounding package wishes it. + INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix + AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX]) + ]) + + dnl For backward compatibility. Some Makefiles may be using this. + INTLLIBS="$LIBINTL" + AC_SUBST([INTLLIBS]) + + dnl Make all documented variables known to autoconf. + AC_SUBST([LIBINTL]) + AC_SUBST([LTLIBINTL]) + AC_SUBST([POSUB]) +]) + + +dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized. +m4_define([gt_NEEDS_INIT], +[ + m4_divert_text([DEFAULTS], [gt_needs=]) + m4_define([gt_NEEDS_INIT], []) +]) + + +dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL]) +AC_DEFUN([AM_GNU_GETTEXT_NEED], +[ + m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) +]) + + +dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) +AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) diff --git a/m4/iconv.m4 b/m4/iconv.m4 new file mode 100644 index 0000000..4b29c5f --- /dev/null +++ b/m4/iconv.m4 @@ -0,0 +1,268 @@ +# iconv.m4 serial 18 (gettext-0.18.2) +dnl Copyright (C) 2000-2002, 2007-2014 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +dnl From Bruno Haible. + +AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], +[ + dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) + + dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV + dnl accordingly. + AC_LIB_LINKFLAGS_BODY([iconv]) +]) + +AC_DEFUN([AM_ICONV_LINK], +[ + dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and + dnl those with the standalone portable GNU libiconv installed). + AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles + + dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV + dnl accordingly. + AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) + + dnl Add $INCICONV to CPPFLAGS before performing the following checks, + dnl because if the user has installed libiconv and not disabled its use + dnl via --without-libiconv-prefix, he wants to use it. The first + dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed. + am_save_CPPFLAGS="$CPPFLAGS" + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) + + AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ + am_cv_func_iconv="no, consider installing GNU libiconv" + am_cv_lib_iconv=no + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[ +#include +#include + ]], + [[iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd);]])], + [am_cv_func_iconv=yes]) + if test "$am_cv_func_iconv" != yes; then + am_save_LIBS="$LIBS" + LIBS="$LIBS $LIBICONV" + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[ +#include +#include + ]], + [[iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd);]])], + [am_cv_lib_iconv=yes] + [am_cv_func_iconv=yes]) + LIBS="$am_save_LIBS" + fi + ]) + if test "$am_cv_func_iconv" = yes; then + AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ + dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11, + dnl Solaris 10. + am_save_LIBS="$LIBS" + if test $am_cv_lib_iconv = yes; then + LIBS="$LIBS $LIBICONV" + fi + AC_RUN_IFELSE( + [AC_LANG_SOURCE([[ +#include +#include +int main () +{ + int result = 0; + /* Test against AIX 5.1 bug: Failures are not distinguishable from successful + returns. */ + { + iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); + if (cd_utf8_to_88591 != (iconv_t)(-1)) + { + static const char input[] = "\342\202\254"; /* EURO SIGN */ + char buf[10]; + const char *inptr = input; + size_t inbytesleft = strlen (input); + char *outptr = buf; + size_t outbytesleft = sizeof (buf); + size_t res = iconv (cd_utf8_to_88591, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if (res == 0) + result |= 1; + iconv_close (cd_utf8_to_88591); + } + } + /* Test against Solaris 10 bug: Failures are not distinguishable from + successful returns. */ + { + iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); + if (cd_ascii_to_88591 != (iconv_t)(-1)) + { + static const char input[] = "\263"; + char buf[10]; + const char *inptr = input; + size_t inbytesleft = strlen (input); + char *outptr = buf; + size_t outbytesleft = sizeof (buf); + size_t res = iconv (cd_ascii_to_88591, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if (res == 0) + result |= 2; + iconv_close (cd_ascii_to_88591); + } + } + /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ + { + iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); + if (cd_88591_to_utf8 != (iconv_t)(-1)) + { + static const char input[] = "\304"; + static char buf[2] = { (char)0xDE, (char)0xAD }; + const char *inptr = input; + size_t inbytesleft = 1; + char *outptr = buf; + size_t outbytesleft = 1; + size_t res = iconv (cd_88591_to_utf8, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) + result |= 4; + iconv_close (cd_88591_to_utf8); + } + } +#if 0 /* This bug could be worked around by the caller. */ + /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ + { + iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); + if (cd_88591_to_utf8 != (iconv_t)(-1)) + { + static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; + char buf[50]; + const char *inptr = input; + size_t inbytesleft = strlen (input); + char *outptr = buf; + size_t outbytesleft = sizeof (buf); + size_t res = iconv (cd_88591_to_utf8, + (char **) &inptr, &inbytesleft, + &outptr, &outbytesleft); + if ((int)res > 0) + result |= 8; + iconv_close (cd_88591_to_utf8); + } + } +#endif + /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is + provided. */ + if (/* Try standardized names. */ + iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) + /* Try IRIX, OSF/1 names. */ + && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) + /* Try AIX names. */ + && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) + /* Try HP-UX names. */ + && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) + result |= 16; + return result; +}]])], + [am_cv_func_iconv_works=yes], + [am_cv_func_iconv_works=no], + [ +changequote(,)dnl + case "$host_os" in + aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; + *) am_cv_func_iconv_works="guessing yes" ;; + esac +changequote([,])dnl + ]) + LIBS="$am_save_LIBS" + ]) + case "$am_cv_func_iconv_works" in + *no) am_func_iconv=no am_cv_lib_iconv=no ;; + *) am_func_iconv=yes ;; + esac + else + am_func_iconv=no am_cv_lib_iconv=no + fi + if test "$am_func_iconv" = yes; then + AC_DEFINE([HAVE_ICONV], [1], + [Define if you have the iconv() function and it works.]) + fi + if test "$am_cv_lib_iconv" = yes; then + AC_MSG_CHECKING([how to link with libiconv]) + AC_MSG_RESULT([$LIBICONV]) + else + dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV + dnl either. + CPPFLAGS="$am_save_CPPFLAGS" + LIBICONV= + LTLIBICONV= + fi + AC_SUBST([LIBICONV]) + AC_SUBST([LTLIBICONV]) +]) + +dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to +dnl avoid warnings like +dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required". +dnl This is tricky because of the way 'aclocal' is implemented: +dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN. +dnl Otherwise aclocal's initial scan pass would miss the macro definition. +dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions. +dnl Otherwise aclocal would emit many "Use of uninitialized value $1" +dnl warnings. +m4_define([gl_iconv_AC_DEFUN], + m4_version_prereq([2.64], + [[AC_DEFUN_ONCE( + [$1], [$2])]], + [m4_ifdef([gl_00GNULIB], + [[AC_DEFUN_ONCE( + [$1], [$2])]], + [[AC_DEFUN( + [$1], [$2])]])])) +gl_iconv_AC_DEFUN([AM_ICONV], +[ + AM_ICONV_LINK + if test "$am_cv_func_iconv" = yes; then + AC_MSG_CHECKING([for iconv declaration]) + AC_CACHE_VAL([am_cv_proto_iconv], [ + AC_COMPILE_IFELSE( + [AC_LANG_PROGRAM( + [[ +#include +#include +extern +#ifdef __cplusplus +"C" +#endif +#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) +size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); +#else +size_t iconv(); +#endif + ]], + [[]])], + [am_cv_proto_iconv_arg1=""], + [am_cv_proto_iconv_arg1="const"]) + am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) + am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` + AC_MSG_RESULT([ + $am_cv_proto_iconv]) + AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], + [Define as const if the declaration of iconv() needs const.]) + dnl Also substitute ICONV_CONST in the gnulib generated . + m4_ifdef([gl_ICONV_H_DEFAULTS], + [AC_REQUIRE([gl_ICONV_H_DEFAULTS]) + if test -n "$am_cv_proto_iconv_arg1"; then + ICONV_CONST="const" + fi + ]) + fi +]) diff --git a/m4/intlmacosx.m4 b/m4/intlmacosx.m4 new file mode 100644 index 0000000..8a045f6 --- /dev/null +++ b/m4/intlmacosx.m4 @@ -0,0 +1,56 @@ +# intlmacosx.m4 serial 5 (gettext-0.18.2) +dnl Copyright (C) 2004-2014 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Checks for special options needed on Mac OS X. +dnl Defines INTL_MACOSX_LIBS. +AC_DEFUN([gt_INTL_MACOSX], +[ + dnl Check for API introduced in Mac OS X 10.2. + AC_CACHE_CHECK([for CFPreferencesCopyAppValue], + [gt_cv_func_CFPreferencesCopyAppValue], + [gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[#include ]], + [[CFPreferencesCopyAppValue(NULL, NULL)]])], + [gt_cv_func_CFPreferencesCopyAppValue=yes], + [gt_cv_func_CFPreferencesCopyAppValue=no]) + LIBS="$gt_save_LIBS"]) + if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then + AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], + [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) + fi + dnl Check for API introduced in Mac OS X 10.3. + AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], + [gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[#include ]], + [[CFLocaleCopyCurrent();]])], + [gt_cv_func_CFLocaleCopyCurrent=yes], + [gt_cv_func_CFLocaleCopyCurrent=no]) + LIBS="$gt_save_LIBS"]) + if test $gt_cv_func_CFLocaleCopyCurrent = yes; then + AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], + [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) + fi + INTL_MACOSX_LIBS= + if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then + INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" + fi + AC_SUBST([INTL_MACOSX_LIBS]) +]) diff --git a/m4/lib-ld.m4 b/m4/lib-ld.m4 new file mode 100644 index 0000000..ddc569f --- /dev/null +++ b/m4/lib-ld.m4 @@ -0,0 +1,119 @@ +# lib-ld.m4 serial 6 +dnl Copyright (C) 1996-2003, 2009-2014 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +dnl Subroutines of libtool.m4, +dnl with replacements s/_*LT_PATH/AC_LIB_PROG/ and s/lt_/acl_/ to avoid +dnl collision with libtool.m4. + +dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no. +AC_DEFUN([AC_LIB_PROG_LD_GNU], +[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld], +[# I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 /dev/null 2>&1 \ + && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + || PATH_SEPARATOR=';' + } +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` + while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do + ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL([acl_cv_path_LD], +[if test -z "$LD"; then + acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$acl_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + acl_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$acl_cv_path_LD" -v 2>&1 = 1.10 to complain if config.rpath is missing. + m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) + AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS + AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld + AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host + AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir + AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [ + CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ + ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh + . ./conftest.sh + rm -f ./conftest.sh + acl_cv_rpath=done + ]) + wl="$acl_cv_wl" + acl_libext="$acl_cv_libext" + acl_shlibext="$acl_cv_shlibext" + acl_libname_spec="$acl_cv_libname_spec" + acl_library_names_spec="$acl_cv_library_names_spec" + acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" + acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" + acl_hardcode_direct="$acl_cv_hardcode_direct" + acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" + dnl Determine whether the user wants rpath handling at all. + AC_ARG_ENABLE([rpath], + [ --disable-rpath do not hardcode runtime library paths], + :, enable_rpath=yes) +]) + +dnl AC_LIB_FROMPACKAGE(name, package) +dnl declares that libname comes from the given package. The configure file +dnl will then not have a --with-libname-prefix option but a +dnl --with-package-prefix option. Several libraries can come from the same +dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar +dnl macro call that searches for libname. +AC_DEFUN([AC_LIB_FROMPACKAGE], +[ + pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], + [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) + define([acl_frompackage_]NAME, [$2]) + popdef([NAME]) + pushdef([PACK],[$2]) + pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], + [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) + define([acl_libsinpackage_]PACKUP, + m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1]) + popdef([PACKUP]) + popdef([PACK]) +]) + +dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and +dnl the libraries corresponding to explicit and implicit dependencies. +dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. +dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found +dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem. +AC_DEFUN([AC_LIB_LINKFLAGS_BODY], +[ + AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) + pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-], + [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) + pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) + pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], + [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])]) + pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])]) + dnl Autoconf >= 2.61 supports dots in --with options. + pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)]) + dnl By default, look in $includedir and $libdir. + use_additional=yes + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + AC_ARG_WITH(P_A_C_K[-prefix], +[[ --with-]]P_A_C_K[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib + --without-]]P_A_C_K[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], +[ + if test "X$withval" = "Xno"; then + use_additional=no + else + if test "X$withval" = "X"; then + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + else + additional_includedir="$withval/include" + additional_libdir="$withval/$acl_libdirstem" + if test "$acl_libdirstem2" != "$acl_libdirstem" \ + && ! test -d "$withval/$acl_libdirstem"; then + additional_libdir="$withval/$acl_libdirstem2" + fi + fi + fi +]) + dnl Search the library and its dependencies in $additional_libdir and + dnl $LDFLAGS. Using breadth-first-seach. + LIB[]NAME= + LTLIB[]NAME= + INC[]NAME= + LIB[]NAME[]_PREFIX= + dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been + dnl computed. So it has to be reset here. + HAVE_LIB[]NAME= + rpathdirs= + ltrpathdirs= + names_already_handled= + names_next_round='$1 $2' + while test -n "$names_next_round"; do + names_this_round="$names_next_round" + names_next_round= + for name in $names_this_round; do + already_handled= + for n in $names_already_handled; do + if test "$n" = "$name"; then + already_handled=yes + break + fi + done + if test -z "$already_handled"; then + names_already_handled="$names_already_handled $name" + dnl See if it was already located by an earlier AC_LIB_LINKFLAGS + dnl or AC_LIB_HAVE_LINKFLAGS call. + uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` + eval value=\"\$HAVE_LIB$uppername\" + if test -n "$value"; then + if test "$value" = yes; then + eval value=\"\$LIB$uppername\" + test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" + eval value=\"\$LTLIB$uppername\" + test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" + else + dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined + dnl that this library doesn't exist. So just drop it. + : + fi + else + dnl Search the library lib$name in $additional_libdir and $LDFLAGS + dnl and the already constructed $LIBNAME/$LTLIBNAME. + found_dir= + found_la= + found_so= + found_a= + eval libname=\"$acl_libname_spec\" # typically: libname=lib$name + if test -n "$acl_shlibext"; then + shrext=".$acl_shlibext" # typically: shrext=.so + else + shrext= + fi + if test $use_additional = yes; then + dir="$additional_libdir" + dnl The same code as in the loop below: + dnl First look for a shared library. + if test -n "$acl_shlibext"; then + if test -f "$dir/$libname$shrext"; then + found_dir="$dir" + found_so="$dir/$libname$shrext" + else + if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then + ver=`(cd "$dir" && \ + for f in "$libname$shrext".*; do echo "$f"; done \ + | sed -e "s,^$libname$shrext\\\\.,," \ + | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ + | sed 1q ) 2>/dev/null` + if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then + found_dir="$dir" + found_so="$dir/$libname$shrext.$ver" + fi + else + eval library_names=\"$acl_library_names_spec\" + for f in $library_names; do + if test -f "$dir/$f"; then + found_dir="$dir" + found_so="$dir/$f" + break + fi + done + fi + fi + fi + dnl Then look for a static library. + if test "X$found_dir" = "X"; then + if test -f "$dir/$libname.$acl_libext"; then + found_dir="$dir" + found_a="$dir/$libname.$acl_libext" + fi + fi + if test "X$found_dir" != "X"; then + if test -f "$dir/$libname.la"; then + found_la="$dir/$libname.la" + fi + fi + fi + if test "X$found_dir" = "X"; then + for x in $LDFLAGS $LTLIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + case "$x" in + -L*) + dir=`echo "X$x" | sed -e 's/^X-L//'` + dnl First look for a shared library. + if test -n "$acl_shlibext"; then + if test -f "$dir/$libname$shrext"; then + found_dir="$dir" + found_so="$dir/$libname$shrext" + else + if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then + ver=`(cd "$dir" && \ + for f in "$libname$shrext".*; do echo "$f"; done \ + | sed -e "s,^$libname$shrext\\\\.,," \ + | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ + | sed 1q ) 2>/dev/null` + if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then + found_dir="$dir" + found_so="$dir/$libname$shrext.$ver" + fi + else + eval library_names=\"$acl_library_names_spec\" + for f in $library_names; do + if test -f "$dir/$f"; then + found_dir="$dir" + found_so="$dir/$f" + break + fi + done + fi + fi + fi + dnl Then look for a static library. + if test "X$found_dir" = "X"; then + if test -f "$dir/$libname.$acl_libext"; then + found_dir="$dir" + found_a="$dir/$libname.$acl_libext" + fi + fi + if test "X$found_dir" != "X"; then + if test -f "$dir/$libname.la"; then + found_la="$dir/$libname.la" + fi + fi + ;; + esac + if test "X$found_dir" != "X"; then + break + fi + done + fi + if test "X$found_dir" != "X"; then + dnl Found the library. + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" + if test "X$found_so" != "X"; then + dnl Linking with a shared library. We attempt to hardcode its + dnl directory into the executable's runpath, unless it's the + dnl standard /usr/lib. + if test "$enable_rpath" = no \ + || test "X$found_dir" = "X/usr/$acl_libdirstem" \ + || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then + dnl No hardcoding is needed. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + else + dnl Use an explicit option to hardcode DIR into the resulting + dnl binary. + dnl Potentially add DIR to ltrpathdirs. + dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $found_dir" + fi + dnl The hardcoding into $LIBNAME is system dependent. + if test "$acl_hardcode_direct" = yes; then + dnl Using DIR/libNAME.so during linking hardcodes DIR into the + dnl resulting binary. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + else + if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then + dnl Use an explicit option to hardcode DIR into the resulting + dnl binary. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + dnl Potentially add DIR to rpathdirs. + dnl The rpathdirs will be appended to $LIBNAME at the end. + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $found_dir" + fi + else + dnl Rely on "-L$found_dir". + dnl But don't add it if it's already contained in the LDFLAGS + dnl or the already constructed $LIBNAME + haveit= + for x in $LDFLAGS $LIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$found_dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" + fi + if test "$acl_hardcode_minus_L" != no; then + dnl FIXME: Not sure whether we should use + dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" + dnl here. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + else + dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH + dnl here, because this doesn't fit in flags passed to the + dnl compiler. So give up. No hardcoding. This affects only + dnl very old systems. + dnl FIXME: Not sure whether we should use + dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" + dnl here. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" + fi + fi + fi + fi + else + if test "X$found_a" != "X"; then + dnl Linking with a static library. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" + else + dnl We shouldn't come here, but anyway it's good to have a + dnl fallback. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" + fi + fi + dnl Assume the include files are nearby. + additional_includedir= + case "$found_dir" in + */$acl_libdirstem | */$acl_libdirstem/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` + if test "$name" = '$1'; then + LIB[]NAME[]_PREFIX="$basedir" + fi + additional_includedir="$basedir/include" + ;; + */$acl_libdirstem2 | */$acl_libdirstem2/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` + if test "$name" = '$1'; then + LIB[]NAME[]_PREFIX="$basedir" + fi + additional_includedir="$basedir/include" + ;; + esac + if test "X$additional_includedir" != "X"; then + dnl Potentially add $additional_includedir to $INCNAME. + dnl But don't add it + dnl 1. if it's the standard /usr/include, + dnl 2. if it's /usr/local/include and we are using GCC on Linux, + dnl 3. if it's already present in $CPPFLAGS or the already + dnl constructed $INCNAME, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_includedir" != "X/usr/include"; then + haveit= + if test "X$additional_includedir" = "X/usr/local/include"; then + if test -n "$GCC"; then + case $host_os in + linux* | gnu* | k*bsd*-gnu) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + for x in $CPPFLAGS $INC[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-I$additional_includedir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_includedir"; then + dnl Really add $additional_includedir to $INCNAME. + INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" + fi + fi + fi + fi + fi + dnl Look for dependencies. + if test -n "$found_la"; then + dnl Read the .la file. It defines the variables + dnl dlname, library_names, old_library, dependency_libs, current, + dnl age, revision, installed, dlopen, dlpreopen, libdir. + save_libdir="$libdir" + case "$found_la" in + */* | *\\*) . "$found_la" ;; + *) . "./$found_la" ;; + esac + libdir="$save_libdir" + dnl We use only dependency_libs. + for dep in $dependency_libs; do + case "$dep" in + -L*) + additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` + dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. + dnl But don't add it + dnl 1. if it's the standard /usr/lib, + dnl 2. if it's /usr/local/lib and we are using GCC on Linux, + dnl 3. if it's already present in $LDFLAGS or the already + dnl constructed $LIBNAME, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ + && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then + haveit= + if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ + || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then + if test -n "$GCC"; then + case $host_os in + linux* | gnu* | k*bsd*-gnu) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + haveit= + for x in $LDFLAGS $LIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + dnl Really add $additional_libdir to $LIBNAME. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" + fi + fi + haveit= + for x in $LDFLAGS $LTLIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + dnl Really add $additional_libdir to $LTLIBNAME. + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" + fi + fi + fi + fi + ;; + -R*) + dir=`echo "X$dep" | sed -e 's/^X-R//'` + if test "$enable_rpath" != no; then + dnl Potentially add DIR to rpathdirs. + dnl The rpathdirs will be appended to $LIBNAME at the end. + haveit= + for x in $rpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + rpathdirs="$rpathdirs $dir" + fi + dnl Potentially add DIR to ltrpathdirs. + dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. + haveit= + for x in $ltrpathdirs; do + if test "X$x" = "X$dir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + ltrpathdirs="$ltrpathdirs $dir" + fi + fi + ;; + -l*) + dnl Handle this in the next round. + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` + ;; + *.la) + dnl Handle this in the next round. Throw away the .la's + dnl directory; it is already contained in a preceding -L + dnl option. + names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` + ;; + *) + dnl Most likely an immediate library name. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" + ;; + esac + done + fi + else + dnl Didn't find the library; assume it is in the system directories + dnl known to the linker and runtime loader. (All the system + dnl directories known to the linker should also be known to the + dnl runtime loader, otherwise the system is severely misconfigured.) + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" + fi + fi + fi + done + done + if test "X$rpathdirs" != "X"; then + if test -n "$acl_hardcode_libdir_separator"; then + dnl Weird platform: only the last -rpath option counts, the user must + dnl pass all path elements in one option. We can arrange that for a + dnl single library, but not when more than one $LIBNAMEs are used. + alldirs= + for found_dir in $rpathdirs; do + alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" + done + dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. + acl_save_libdir="$libdir" + libdir="$alldirs" + eval flag=\"$acl_hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" + else + dnl The -rpath options are cumulative. + for found_dir in $rpathdirs; do + acl_save_libdir="$libdir" + libdir="$found_dir" + eval flag=\"$acl_hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" + done + fi + fi + if test "X$ltrpathdirs" != "X"; then + dnl When using libtool, the option that works for both libraries and + dnl executables is -R. The -R options are cumulative. + for found_dir in $ltrpathdirs; do + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" + done + fi + popdef([P_A_C_K]) + popdef([PACKLIBS]) + popdef([PACKUP]) + popdef([PACK]) + popdef([NAME]) +]) + +dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, +dnl unless already present in VAR. +dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes +dnl contains two or three consecutive elements that belong together. +AC_DEFUN([AC_LIB_APPENDTOVAR], +[ + for element in [$2]; do + haveit= + for x in $[$1]; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X$element"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + [$1]="${[$1]}${[$1]:+ }$element" + fi + done +]) + +dnl For those cases where a variable contains several -L and -l options +dnl referring to unknown libraries and directories, this macro determines the +dnl necessary additional linker options for the runtime path. +dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) +dnl sets LDADDVAR to linker options needed together with LIBSVALUE. +dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, +dnl otherwise linking without libtool is assumed. +AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], +[ + AC_REQUIRE([AC_LIB_RPATH]) + AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) + $1= + if test "$enable_rpath" != no; then + if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then + dnl Use an explicit option to hardcode directories into the resulting + dnl binary. + rpathdirs= + next= + for opt in $2; do + if test -n "$next"; then + dir="$next" + dnl No need to hardcode the standard /usr/lib. + if test "X$dir" != "X/usr/$acl_libdirstem" \ + && test "X$dir" != "X/usr/$acl_libdirstem2"; then + rpathdirs="$rpathdirs $dir" + fi + next= + else + case $opt in + -L) next=yes ;; + -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` + dnl No need to hardcode the standard /usr/lib. + if test "X$dir" != "X/usr/$acl_libdirstem" \ + && test "X$dir" != "X/usr/$acl_libdirstem2"; then + rpathdirs="$rpathdirs $dir" + fi + next= ;; + *) next= ;; + esac + fi + done + if test "X$rpathdirs" != "X"; then + if test -n ""$3""; then + dnl libtool is used for linking. Use -R options. + for dir in $rpathdirs; do + $1="${$1}${$1:+ }-R$dir" + done + else + dnl The linker is used for linking directly. + if test -n "$acl_hardcode_libdir_separator"; then + dnl Weird platform: only the last -rpath option counts, the user + dnl must pass all path elements in one option. + alldirs= + for dir in $rpathdirs; do + alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" + done + acl_save_libdir="$libdir" + libdir="$alldirs" + eval flag=\"$acl_hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + $1="$flag" + else + dnl The -rpath options are cumulative. + for dir in $rpathdirs; do + acl_save_libdir="$libdir" + libdir="$dir" + eval flag=\"$acl_hardcode_libdir_flag_spec\" + libdir="$acl_save_libdir" + $1="${$1}${$1:+ }$flag" + done + fi + fi + fi + fi + fi + AC_SUBST([$1]) +]) diff --git a/m4/lib-prefix.m4 b/m4/lib-prefix.m4 new file mode 100644 index 0000000..31f49e4 --- /dev/null +++ b/m4/lib-prefix.m4 @@ -0,0 +1,224 @@ +# lib-prefix.m4 serial 7 (gettext-0.18) +dnl Copyright (C) 2001-2005, 2008-2014 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +dnl From Bruno Haible. + +dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and +dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't +dnl require excessive bracketing. +ifdef([AC_HELP_STRING], +[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], +[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) + +dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed +dnl to access previously installed libraries. The basic assumption is that +dnl a user will want packages to use other packages he previously installed +dnl with the same --prefix option. +dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate +dnl libraries, but is otherwise very convenient. +AC_DEFUN([AC_LIB_PREFIX], +[ + AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) + AC_REQUIRE([AC_PROG_CC]) + AC_REQUIRE([AC_CANONICAL_HOST]) + AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + dnl By default, look in $includedir and $libdir. + use_additional=yes + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + AC_LIB_ARG_WITH([lib-prefix], +[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib + --without-lib-prefix don't search for libraries in includedir and libdir], +[ + if test "X$withval" = "Xno"; then + use_additional=no + else + if test "X$withval" = "X"; then + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) + else + additional_includedir="$withval/include" + additional_libdir="$withval/$acl_libdirstem" + fi + fi +]) + if test $use_additional = yes; then + dnl Potentially add $additional_includedir to $CPPFLAGS. + dnl But don't add it + dnl 1. if it's the standard /usr/include, + dnl 2. if it's already present in $CPPFLAGS, + dnl 3. if it's /usr/local/include and we are using GCC on Linux, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_includedir" != "X/usr/include"; then + haveit= + for x in $CPPFLAGS; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-I$additional_includedir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test "X$additional_includedir" = "X/usr/local/include"; then + if test -n "$GCC"; then + case $host_os in + linux* | gnu* | k*bsd*-gnu) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + if test -d "$additional_includedir"; then + dnl Really add $additional_includedir to $CPPFLAGS. + CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" + fi + fi + fi + fi + dnl Potentially add $additional_libdir to $LDFLAGS. + dnl But don't add it + dnl 1. if it's the standard /usr/lib, + dnl 2. if it's already present in $LDFLAGS, + dnl 3. if it's /usr/local/lib and we are using GCC on Linux, + dnl 4. if it doesn't exist as a directory. + if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then + haveit= + for x in $LDFLAGS; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) + if test "X$x" = "X-L$additional_libdir"; then + haveit=yes + break + fi + done + if test -z "$haveit"; then + if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then + if test -n "$GCC"; then + case $host_os in + linux*) haveit=yes;; + esac + fi + fi + if test -z "$haveit"; then + if test -d "$additional_libdir"; then + dnl Really add $additional_libdir to $LDFLAGS. + LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" + fi + fi + fi + fi + fi +]) + +dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, +dnl acl_final_exec_prefix, containing the values to which $prefix and +dnl $exec_prefix will expand at the end of the configure script. +AC_DEFUN([AC_LIB_PREPARE_PREFIX], +[ + dnl Unfortunately, prefix and exec_prefix get only finally determined + dnl at the end of configure. + if test "X$prefix" = "XNONE"; then + acl_final_prefix="$ac_default_prefix" + else + acl_final_prefix="$prefix" + fi + if test "X$exec_prefix" = "XNONE"; then + acl_final_exec_prefix='${prefix}' + else + acl_final_exec_prefix="$exec_prefix" + fi + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" + prefix="$acl_save_prefix" +]) + +dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the +dnl variables prefix and exec_prefix bound to the values they will have +dnl at the end of the configure script. +AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], +[ + acl_save_prefix="$prefix" + prefix="$acl_final_prefix" + acl_save_exec_prefix="$exec_prefix" + exec_prefix="$acl_final_exec_prefix" + $1 + exec_prefix="$acl_save_exec_prefix" + prefix="$acl_save_prefix" +]) + +dnl AC_LIB_PREPARE_MULTILIB creates +dnl - a variable acl_libdirstem, containing the basename of the libdir, either +dnl "lib" or "lib64" or "lib/64", +dnl - a variable acl_libdirstem2, as a secondary possible value for +dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or +dnl "lib/amd64". +AC_DEFUN([AC_LIB_PREPARE_MULTILIB], +[ + dnl There is no formal standard regarding lib and lib64. + dnl On glibc systems, the current practice is that on a system supporting + dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under + dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine + dnl the compiler's default mode by looking at the compiler's library search + dnl path. If at least one of its elements ends in /lib64 or points to a + dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI. + dnl Otherwise we use the default, namely "lib". + dnl On Solaris systems, the current practice is that on a system supporting + dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under + dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or + dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib. + AC_REQUIRE([AC_CANONICAL_HOST]) + acl_libdirstem=lib + acl_libdirstem2= + case "$host_os" in + solaris*) + dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment + dnl . + dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link." + dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the + dnl symlink is missing, so we set acl_libdirstem2 too. + AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit], + [AC_EGREP_CPP([sixtyfour bits], [ +#ifdef _LP64 +sixtyfour bits +#endif + ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no]) + ]) + if test $gl_cv_solaris_64bit = yes; then + acl_libdirstem=lib/64 + case "$host_cpu" in + sparc*) acl_libdirstem2=lib/sparcv9 ;; + i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; + esac + fi + ;; + *) + searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` + if test -n "$searchpath"; then + acl_save_IFS="${IFS= }"; IFS=":" + for searchdir in $searchpath; do + if test -d "$searchdir"; then + case "$searchdir" in + */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; + */../ | */.. ) + # Better ignore directories of this form. They are misleading. + ;; + *) searchdir=`cd "$searchdir" && pwd` + case "$searchdir" in + */lib64 ) acl_libdirstem=lib64 ;; + esac ;; + esac + fi + done + IFS="$acl_save_IFS" + fi + ;; + esac + test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" +]) diff --git a/m4/nls.m4 b/m4/nls.m4 new file mode 100644 index 0000000..53cdc8b --- /dev/null +++ b/m4/nls.m4 @@ -0,0 +1,32 @@ +# nls.m4 serial 5 (gettext-0.18) +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, +dnl Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +AC_PREREQ([2.50]) + +AC_DEFUN([AM_NLS], +[ + AC_MSG_CHECKING([whether NLS is requested]) + dnl Default is enabled NLS + AC_ARG_ENABLE([nls], + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) + AC_MSG_RESULT([$USE_NLS]) + AC_SUBST([USE_NLS]) +]) diff --git a/m4/po.m4 b/m4/po.m4 new file mode 100644 index 0000000..84659ea --- /dev/null +++ b/m4/po.m4 @@ -0,0 +1,453 @@ +# po.m4 serial 22 (gettext-0.19) +dnl Copyright (C) 1995-2014 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper , 1995-2000. +dnl Bruno Haible , 2000-2003. + +AC_PREREQ([2.60]) + +dnl Checks for all prerequisites of the po subdirectory. +AC_DEFUN([AM_PO_SUBDIRS], +[ + AC_REQUIRE([AC_PROG_MAKE_SET])dnl + AC_REQUIRE([AC_PROG_INSTALL])dnl + AC_REQUIRE([AC_PROG_MKDIR_P])dnl + AC_REQUIRE([AC_PROG_SED])dnl + AC_REQUIRE([AM_NLS])dnl + + dnl Release version of the gettext macros. This is used to ensure that + dnl the gettext macros and po/Makefile.in.in are in sync. + AC_SUBST([GETTEXT_MACRO_VERSION], [0.19]) + + dnl Perform the following tests also if --disable-nls has been given, + dnl because they are needed for "make dist" to work. + + dnl Search for GNU msgfmt in the PATH. + dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. + dnl The second test excludes FreeBSD msgfmt. + AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, + [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && + (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], + :) + AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) + + dnl Test whether it is GNU msgfmt >= 0.15. +changequote(,)dnl + case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; + *) MSGFMT_015=$MSGFMT ;; + esac +changequote([,])dnl + AC_SUBST([MSGFMT_015]) +changequote(,)dnl + case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; + *) GMSGFMT_015=$GMSGFMT ;; + esac +changequote([,])dnl + AC_SUBST([GMSGFMT_015]) + + dnl Search for GNU xgettext 0.12 or newer in the PATH. + dnl The first test excludes Solaris xgettext and early GNU xgettext versions. + dnl The second test excludes FreeBSD xgettext. + AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, + [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && + (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], + :) + dnl Remove leftover from FreeBSD xgettext call. + rm -f messages.po + + dnl Test whether it is GNU xgettext >= 0.15. +changequote(,)dnl + case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; + *) XGETTEXT_015=$XGETTEXT ;; + esac +changequote([,])dnl + AC_SUBST([XGETTEXT_015]) + + dnl Search for GNU msgmerge 0.11 or newer in the PATH. + AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, + [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) + + dnl Installation directories. + dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we + dnl have to define it here, so that it can be used in po/Makefile. + test -n "$localedir" || localedir='${datadir}/locale' + AC_SUBST([localedir]) + + dnl Support for AM_XGETTEXT_OPTION. + test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= + AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) + + AC_CONFIG_COMMANDS([po-directories], [[ + for ac_file in $CONFIG_FILES; do + # Support "outfile[:infile[:infile...]]" + case "$ac_file" in + *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; + esac + # PO directories have a Makefile.in generated from Makefile.in.in. + case "$ac_file" in */Makefile.in) + # Adjust a relative srcdir. + ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` + ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` + ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` + # In autoconf-2.13 it is called $ac_given_srcdir. + # In autoconf-2.50 it is called $srcdir. + test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" + case "$ac_given_srcdir" in + .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; + /*) top_srcdir="$ac_given_srcdir" ;; + *) top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + # Treat a directory as a PO directory if and only if it has a + # POTFILES.in file. This allows packages to have multiple PO + # directories under different names or in different locations. + if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then + rm -f "$ac_dir/POTFILES" + test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" + gt_tab=`printf '\t'` + cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" + POMAKEFILEDEPS="POTFILES.in" + # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend + # on $ac_dir but don't depend on user-specified configuration + # parameters. + if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then + # The LINGUAS file contains the set of available languages. + if test -n "$OBSOLETE_ALL_LINGUAS"; then + test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" + fi + ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` + # Hide the ALL_LINGUAS assignment from automake < 1.5. + eval 'ALL_LINGUAS''=$ALL_LINGUAS_' + POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" + else + # The set of available languages was given in configure.in. + # Hide the ALL_LINGUAS assignment from automake < 1.5. + eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' + fi + # Compute POFILES + # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) + # Compute UPDATEPOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) + # Compute DUMMYPOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) + # Compute GMOFILES + # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) + case "$ac_given_srcdir" in + .) srcdirpre= ;; + *) srcdirpre='$(srcdir)/' ;; + esac + POFILES= + UPDATEPOFILES= + DUMMYPOFILES= + GMOFILES= + for lang in $ALL_LINGUAS; do + POFILES="$POFILES $srcdirpre$lang.po" + UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" + DUMMYPOFILES="$DUMMYPOFILES $lang.nop" + GMOFILES="$GMOFILES $srcdirpre$lang.gmo" + done + # CATALOGS depends on both $ac_dir and the user's LINGUAS + # environment variable. + INST_LINGUAS= + if test -n "$ALL_LINGUAS"; then + for presentlang in $ALL_LINGUAS; do + useit=no + if test "%UNSET%" != "$LINGUAS"; then + desiredlanguages="$LINGUAS" + else + desiredlanguages="$ALL_LINGUAS" + fi + for desiredlang in $desiredlanguages; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + INST_LINGUAS="$INST_LINGUAS $presentlang" + fi + done + fi + CATALOGS= + if test -n "$INST_LINGUAS"; then + for lang in $INST_LINGUAS; do + CATALOGS="$CATALOGS $lang.gmo" + done + fi + test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" + sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" + for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do + if test -f "$f"; then + case "$f" in + *.orig | *.bak | *~) ;; + *) cat "$f" >> "$ac_dir/Makefile" ;; + esac + fi + done + fi + ;; + esac + done]], + [# Capture the value of obsolete ALL_LINGUAS because we need it to compute + # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it + # from automake < 1.5. + eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' + # Capture the value of LINGUAS because we need it to compute CATALOGS. + LINGUAS="${LINGUAS-%UNSET%}" + ]) +]) + +dnl Postprocesses a Makefile in a directory containing PO files. +AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], +[ + # When this code is run, in config.status, two variables have already been + # set: + # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, + # - LINGUAS is the value of the environment variable LINGUAS at configure + # time. + +changequote(,)dnl + # Adjust a relative srcdir. + ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` + ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` + ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` + # In autoconf-2.13 it is called $ac_given_srcdir. + # In autoconf-2.50 it is called $srcdir. + test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" + case "$ac_given_srcdir" in + .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; + /*) top_srcdir="$ac_given_srcdir" ;; + *) top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + + # Find a way to echo strings without interpreting backslash. + if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then + gt_echo='echo' + else + if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then + gt_echo='printf %s\n' + else + echo_func () { + cat < "$ac_file.tmp" + tab=`printf '\t'` + if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then + # Add dependencies that cannot be formulated as a simple suffix rule. + for lang in $ALL_LINGUAS; do + frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` + cat >> "$ac_file.tmp" < /dev/null; then + # Add dependencies that cannot be formulated as a simple suffix rule. + for lang in $ALL_LINGUAS; do + frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` + cat >> "$ac_file.tmp" <> "$ac_file.tmp" <, 1996. + +AC_PREREQ([2.50]) + +# Search path for a program which passes the given test. + +dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, +dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) +AC_DEFUN([AM_PATH_PROG_WITH_TEST], +[ +# Prepare PATH_SEPARATOR. +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which + # contains only /bin. Note that ksh looks also at the FPATH variable, + # so we have to set that as well for the test. + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ + || PATH_SEPARATOR=';' + } +fi + +# Find out how to test for executable files. Don't use a zero-byte file, +# as systems may use methods other than mode bits to determine executability. +cat >conf$$.file <<_ASEOF +#! /bin/sh +exit 0 +_ASEOF +chmod +x conf$$.file +if test -x conf$$.file >/dev/null 2>&1; then + ac_executable_p="test -x" +else + ac_executable_p="test -f" +fi +rm -f conf$$.file + +# Extract the first word of "$2", so it can be a program name with args. +set dummy $2; ac_word=[$]2 +AC_MSG_CHECKING([for $ac_word]) +AC_CACHE_VAL([ac_cv_path_$1], +[case "[$]$1" in + [[\\/]]* | ?:[[\\/]]*) + ac_cv_path_$1="[$]$1" # Let the user override the test with a path. + ;; + *) + ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in ifelse([$5], , $PATH, [$5]); do + IFS="$ac_save_IFS" + test -z "$ac_dir" && ac_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then + echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD + if [$3]; then + ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" + break 2 + fi + fi + done + done + IFS="$ac_save_IFS" +dnl If no 4th arg is given, leave the cache variable unset, +dnl so AC_PATH_PROGS will keep looking. +ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" +])dnl + ;; +esac])dnl +$1="$ac_cv_path_$1" +if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then + AC_MSG_RESULT([$][$1]) +else + AC_MSG_RESULT([no]) +fi +AC_SUBST([$1])dnl +]) diff --git a/missing b/missing new file mode 100755 index 0000000..1fe1611 --- /dev/null +++ b/missing @@ -0,0 +1,215 @@ +#! /bin/sh +# Common wrapper for a few potentially missing GNU programs. + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try '$0 --help' for more information" + exit 1 +fi + +case $1 in + + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; + + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + +Supported PROGRAM values: + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" + exit 1 + ;; + +esac + +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi + +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex +gnu_software_URL=https://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/player_plugins/amarok/butt_amarok.amarokscript.tar.bz2 b/player_plugins/amarok/butt_amarok.amarokscript.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..0bcf2f4a189e5cb19468506dd1db0c7d019aece8 GIT binary patch literal 1070 zcmV+}1kw9KT4*^jL0KkKS(g&^dH@0m|Ax#|Kp=eo|CjHt-@5ysIsW^l-A-s4T zpe)uW5lw1GF##xS;sBxofPjJo;H}qbaVL4-8(8{58rVWRSU`wChrhPkIzjl{=mucs z6N%ibsZwZdR^bLAG2p%wnr+jqD;*4z*FFQ9g9M84zf(mvuP4@p?w8mUL!VS2j)HvR z5{ZzDNWz3N0;;iWWTA+8D2U+BjfH|Hodr7I1jJS1EBUoLD4}hZDI3J-R@|v6cyU$&PxpiF*AEQy1IH3Hy)6pxlJAbZv`2f4vr+!WObU-px zKMLZInETHnJ0c~@*iPvQ@Nfwl#BY6u3Y-F>nn;cOgY9^ZR(vp_4JTKP&+!J{^8$RG zmW8W#WP**oHXF@qz6(Xgn+!pV$Ej@Dvxd91Ms^vW3d$}E9Eh}>)!^zbV#YTEOB zG*)>zK>wOylq+T#fwY=I%IGuOlTSa2QyMKVXJ*mJwfA&bBI=#2=VwgGNXi=Z@!6YJ zDVnP#5;&eCTjyy7EScDP2pNchr%*dsc$#XFR@=Ht^+fO73ueYlm7wMBw?bA=7TqS< z>F?d#E^aO^spxC8ir^w3;pX^aoat|3WJntTH8%AdOpKkdl@UcFdu75>g@o#WtZlQ& za}t|b7Sl;7A~6+D0&i#07)9hPmCGs!Sei0GMfr4617_M=bbnP@1nP6Xw~}D@=1J`E zXjy9wvNy8aRD&h=p!8;a0~Lj@qsy9DY32)gMyDNGiFf;*RDntcsBC*JY7G7!1!PF2 oBBO{OhLa3pAAghT1JUKiV=2|C_W6#6LSOj1k}1N3gt(Wh&}{ni1ONa4 literal 0 HcmV?d00001 diff --git a/player_plugins/amarok/butt_amarok.rb b/player_plugins/amarok/butt_amarok.rb new file mode 100755 index 0000000..a9930ab --- /dev/null +++ b/player_plugins/amarok/butt_amarok.rb @@ -0,0 +1,66 @@ +#!/usr/bin/env ruby +# +# Now playing script for IRC. + +# Use with the "/exec -o" command of your client. You can bind an alias like this: +# /alias np exec -o /home/myself/amaroknowplaying.rb +# +# (c) 2005-2006 Mark Kretschmann +# License: GNU General Public License V2 +# +# modified by Daniel Nöthen for use in combination with butt + + +loop do + message = gets().chomp() #Read message from stdin + command = /[A-Za-z]*/.match( message ).to_s() + + case command + when "configure" + msg = '"This script does not have configuration options."' + `dcop amarok playlist popupMessage "#{msg}"` + + when "trackChange" + + title = `dcop amarok player title 2> /dev/null`.chomp + exit( 1 ) unless $?.success? # Abort if Amarok isn't running + artist = `dcop amarok player artist`.chomp + album = `dcop amarok player album`.chomp + year = `dcop amarok player year`.chomp + lastfm = `dcop amarok player lastfmStation`.chomp + + output = "" + + if title.empty? + output += `dcop amarok player nowPlaying`.chomp + else + # Strip file extension + extensions = ".ogg", ".mp3", ".wav", ".flac", ".fla", ".wma", ".mpc" + ext = File.extname( title ).downcase + + if extensions.include?( ext ) + title = title[0, title.length - ext.length] + end + + if artist.empty? + output += "#{title}" + else + output += "#{artist} - #{title}" + end + + unless album.empty? + output += " [#{album}" + output += ", #{year}" unless year == "0" + output += "]" + end + + unless lastfm.empty? + output += " (Last.fm #{lastfm})" + end + end + f = File.open(File.expand_path("~/.amarok_song"), File::WRONLY|File::TRUNC|File::CREAT) + f.puts "#{output}" + f.close + + end +end diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..ca92e19 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1 @@ +ar de es fr pt_BR nl diff --git a/po/Makefile.in.in b/po/Makefile.in.in new file mode 100644 index 0000000..65184f6 --- /dev/null +++ b/po/Makefile.in.in @@ -0,0 +1,475 @@ +# Makefile for PO directory in any package using GNU gettext. +# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper +# +# This file can be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU General Public +# License but which still want to provide support for the GNU gettext +# functionality. +# Please note that the actual code of GNU gettext is covered by the GNU +# General Public License and is *not* in the public domain. +# +# Origin: gettext-0.19 +GETTEXT_MACRO_VERSION = 0.19 + +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ + +SED = @SED@ +SHELL = /bin/sh +@SET_MAKE@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ +datadir = @datadir@ +localedir = @localedir@ +gettextsrcdir = $(datadir)/gettext/po + +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ + +# We use $(mkdir_p). +# In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as +# "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, +# @install_sh@ does not start with $(SHELL), so we add it. +# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined +# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake +# versions, $(mkinstalldirs) and $(install_sh) are unused. +mkinstalldirs = $(SHELL) @install_sh@ -d +install_sh = $(SHELL) @install_sh@ +MKDIR_P = @MKDIR_P@ +mkdir_p = @mkdir_p@ + +GMSGFMT_ = @GMSGFMT@ +GMSGFMT_no = @GMSGFMT@ +GMSGFMT_yes = @GMSGFMT_015@ +GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) +MSGFMT_ = @MSGFMT@ +MSGFMT_no = @MSGFMT@ +MSGFMT_yes = @MSGFMT_015@ +MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) +XGETTEXT_ = @XGETTEXT@ +XGETTEXT_no = @XGETTEXT@ +XGETTEXT_yes = @XGETTEXT_015@ +XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) +MSGMERGE = msgmerge +MSGMERGE_UPDATE = @MSGMERGE@ --update +MSGINIT = msginit +MSGCONV = msgconv +MSGFILTER = msgfilter + +POFILES = @POFILES@ +GMOFILES = @GMOFILES@ +UPDATEPOFILES = @UPDATEPOFILES@ +DUMMYPOFILES = @DUMMYPOFILES@ +DISTFILES.common = Makefile.in.in remove-potcdate.sin \ +$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) +DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ +$(POFILES) $(GMOFILES) \ +$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) + +POTFILES = \ + +CATALOGS = @CATALOGS@ + +POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot +POFILESDEPS_yes = $(POFILESDEPS_) +POFILESDEPS_no = +POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT)) + +DISTFILESDEPS_ = update-po +DISTFILESDEPS_yes = $(DISTFILESDEPS_) +DISTFILESDEPS_no = +DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_UPDATE_PO)) + +# Makevars gets inserted here. (Don't remove this line!) + +.SUFFIXES: +.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update + +.po.mo: + @echo "$(MSGFMT) -c -o $@ $<"; \ + $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ + +.po.gmo: + @lang=`echo $* | sed -e 's,.*/,,'`; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ + cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo + +.sin.sed: + sed -e '/^#/d' $< > t-$@ + mv t-$@ $@ + + +all: all-@USE_NLS@ + +all-yes: stamp-po +all-no: + +# Ensure that the gettext macros and this Makefile.in.in are in sync. +CHECK_MACRO_VERSION = \ + test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \ + || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \ + exit 1; \ + } + +# $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no +# internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because +# we don't want to bother translators with empty POT files). We assume that +# LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. +# In this case, stamp-po is a nop (i.e. a phony target). + +# stamp-po is a timestamp denoting the last time at which the CATALOGS have +# been loosely updated. Its purpose is that when a developer or translator +# checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, +# "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent +# invocations of "make" will do nothing. This timestamp would not be necessary +# if updating the $(CATALOGS) would always touch them; however, the rule for +# $(POFILES) has been designed to not touch files that don't need to be +# changed. +stamp-po: $(srcdir)/$(DOMAIN).pot + @$(CHECK_MACRO_VERSION) + test ! -f $(srcdir)/$(DOMAIN).pot || \ + test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) + @test ! -f $(srcdir)/$(DOMAIN).pot || { \ + echo "touch stamp-po" && \ + echo timestamp > stamp-poT && \ + mv stamp-poT stamp-po; \ + } + +# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', +# otherwise packages like GCC can not be built if only parts of the source +# have been downloaded. + +# This target rebuilds $(DOMAIN).pot; it is an expensive operation. +# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. +# The determination of whether the package xyz is a GNU one is based on the +# heuristic whether some file in the top level directory mentions "GNU xyz". +# If GNU 'find' is available, we avoid grepping through monster files. +$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed + package_gnu="$(PACKAGE_GNU)"; \ + test -n "$$package_gnu" || { \ + if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ + LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f \ + -size -10000000c -exec grep 'GNU @PACKAGE@' \ + /dev/null '{}' ';' 2>/dev/null; \ + else \ + LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null; \ + fi; \ + } | grep -v 'libtool:' >/dev/null; then \ + package_gnu=yes; \ + else \ + package_gnu=no; \ + fi; \ + }; \ + if test "$$package_gnu" = "yes"; then \ + package_prefix='GNU '; \ + else \ + package_prefix=''; \ + fi; \ + if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ + msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ + else \ + msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ + fi; \ + case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ + $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ + --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ + --files-from=$(srcdir)/POTFILES.in \ + --copyright-holder='$(COPYRIGHT_HOLDER)' \ + --msgid-bugs-address="$$msgid_bugs_address" \ + ;; \ + *) \ + $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ + --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ + --files-from=$(srcdir)/POTFILES.in \ + --copyright-holder='$(COPYRIGHT_HOLDER)' \ + --package-name="$${package_prefix}@PACKAGE@" \ + --package-version='@VERSION@' \ + --msgid-bugs-address="$$msgid_bugs_address" \ + ;; \ + esac + test ! -f $(DOMAIN).po || { \ + if test -f $(srcdir)/$(DOMAIN).pot; then \ + sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ + sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ + if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ + rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ + else \ + rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ + mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ + fi; \ + else \ + mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ + fi; \ + } + +# This rule has no dependencies: we don't need to update $(DOMAIN).pot at +# every "make" invocation, only create it when it is missing. +# Only "make $(DOMAIN).pot-update" or "make dist" will force an update. +$(srcdir)/$(DOMAIN).pot: + $(MAKE) $(DOMAIN).pot-update + +# This target rebuilds a PO file if $(DOMAIN).pot has changed. +# Note that a PO file is not touched if it doesn't need to be changed. +$(POFILES): $(POFILESDEPS) + @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ + if test -f "$(srcdir)/$${lang}.po"; then \ + test -f $(srcdir)/$(DOMAIN).pot || $(MAKE) $(srcdir)/$(DOMAIN).pot; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ + cd $(srcdir) \ + && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ + $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ + *) \ + $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ + esac; \ + }; \ + else \ + $(MAKE) $${lang}.po-create; \ + fi + + +install: install-exec install-data +install-exec: +install-data: install-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ + for file in $(DISTFILES.common) Makevars.template; do \ + $(INSTALL_DATA) $(srcdir)/$$file \ + $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + for file in Makevars; do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + else \ + : ; \ + fi +install-data-no: all +install-data-yes: all + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkdir_p) $(DESTDIR)$$dir; \ + if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ + $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ + echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ + link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ + mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ + for file in *; do \ + if test -f $$file; then \ + ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ + fi; \ + done); \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + else \ + if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ + :; \ + else \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + fi; \ + fi; \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ + ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ + cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ + fi; \ + done; \ + done + +install-strip: install + +installdirs: installdirs-exec installdirs-data +installdirs-exec: +installdirs-data: installdirs-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ + else \ + : ; \ + fi +installdirs-data-no: +installdirs-data-yes: + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkdir_p) $(DESTDIR)$$dir; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ + link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ + mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ + for file in *; do \ + if test -f $$file; then \ + ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ + fi; \ + done); \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ + else \ + if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ + :; \ + else \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ + mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ + fi; \ + fi; \ + fi; \ + done; \ + done + +# Define this as empty until I found a useful application. +installcheck: + +uninstall: uninstall-exec uninstall-data +uninstall-exec: +uninstall-data: uninstall-data-@USE_NLS@ + if test "$(PACKAGE)" = "gettext-tools"; then \ + for file in $(DISTFILES.common) Makevars.template; do \ + rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ + done; \ + else \ + : ; \ + fi +uninstall-data-no: +uninstall-data-yes: + catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ + rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ + done; \ + done + +check: all + +info dvi ps pdf html tags TAGS ctags CTAGS ID: + +mostlyclean: + rm -f remove-potcdate.sed + rm -f stamp-poT + rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po + rm -fr *.o + +clean: mostlyclean + +distclean: clean + rm -f Makefile Makefile.in POTFILES *.mo + +maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + rm -f stamp-po $(GMOFILES) + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) +dist distdir: + test -z "$(DISTFILESDEPS)" || $(MAKE) $(DISTFILESDEPS) + @$(MAKE) dist2 +# This is a separate target because 'update-po' must be executed before. +dist2: stamp-po $(DISTFILES) + dists="$(DISTFILES)"; \ + if test "$(PACKAGE)" = "gettext-tools"; then \ + dists="$$dists Makevars.template"; \ + fi; \ + if test -f $(srcdir)/$(DOMAIN).pot; then \ + dists="$$dists $(DOMAIN).pot stamp-po"; \ + fi; \ + if test -f $(srcdir)/ChangeLog; then \ + dists="$$dists ChangeLog"; \ + fi; \ + for i in 0 1 2 3 4 5 6 7 8 9; do \ + if test -f $(srcdir)/ChangeLog.$$i; then \ + dists="$$dists ChangeLog.$$i"; \ + fi; \ + done; \ + if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ + for file in $$dists; do \ + if test -f $$file; then \ + cp -p $$file $(distdir) || exit 1; \ + else \ + cp -p $(srcdir)/$$file $(distdir) || exit 1; \ + fi; \ + done + +update-po: Makefile + $(MAKE) $(DOMAIN).pot-update + test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) + $(MAKE) update-gmo + +# General rule for creating PO files. + +.nop.po-create: + @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ + echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ + exit 1 + +# General rule for updating PO files. + +.nop.po-update: + @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ + if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ + tmpdir=`pwd`; \ + echo "$$lang:"; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ + echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ + cd $(srcdir); \ + if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ + $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ + *) \ + $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ + esac; \ + }; then \ + if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "msgmerge for $$lang.po failed!" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi + +$(DUMMYPOFILES): + +update-gmo: Makefile $(GMOFILES) + @: + +# Recreate Makefile by invoking config.status. Explicitly invoke the shell, +# because execution permission bits may not work on the current file system. +# Use @SHELL@, which is the shell determined by autoconf for the use by its +# scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. +Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ + cd $(top_builddir) \ + && @SHELL@ ./config.status $(subdir)/$@.in po-directories + +force: + +# Tell versions [3.59,3.63) of GNU make not to export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000..555ef1f --- /dev/null +++ b/po/Makevars @@ -0,0 +1,78 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --from-code=UTF-8 + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Daniel Nöthen + +# This tells whether or not to prepend "GNU " prefix to the package +# name that gets inserted into the header of the $(DOMAIN).pot file. +# Possible values are "yes", "no", or empty. If it is empty, try to +# detect it automatically by scanning the files in $(top_srcdir) for +# "GNU packagename" string. +PACKAGE_GNU = no + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = butt@danielnoethen.de + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = + +# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt' +# context. Possible values are "yes" and "no". Set this to yes if the +# package uses functions taking also a message context, like pgettext(), or +# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. +USE_MSGCTXT = no + +# These options get passed to msgmerge. +# Useful options are in particular: +# --previous to keep previous msgids of translated messages, +# --quiet to reduce the verbosity. +MSGMERGE_OPTIONS = + +# These options get passed to msginit. +# If you want to disable line wrapping when writing PO files, add +# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and +# MSGINIT_OPTIONS. +MSGINIT_OPTIONS = + +# This tells whether or not to regenerate a PO file when $(DOMAIN).pot +# has changed. Possible values are "yes" and "no". Set this to no if +# the POT file is checked in the repository and the version control +# program ignores timestamps. +PO_DEPENDS_ON_POT = yes + +# This tells whether or not to forcibly update $(DOMAIN).pot and +# regenerate PO files on "make dist". Possible values are "yes" and +# "no". Set this to no if the POT file and PO files are maintained +# externally. +DIST_DEPENDS_ON_UPDATE_PO = yes diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..3ab7234 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,15 @@ +# List of source files which contain translatable strings. +src/AskForMicPermission.m +src/butt.cpp +src/cfg.cpp +src/FLTK/flgui.cpp +src/FLTK/fl_timer_funcs.cpp +src/FLTK/fl_callbacks.cpp +src/FLTK/flgui.cpp +src/FLTK/fl_funcs.cpp +src/icecast.cpp +src/lame_encode.cpp +src/port_audio.cpp +src/port_midi.cpp +src/shoutcast.cpp +src/tls.cpp diff --git a/po/Rules-quot b/po/Rules-quot new file mode 100644 index 0000000..7b92c7e --- /dev/null +++ b/po/Rules-quot @@ -0,0 +1,58 @@ +# This file, Rules-quot, can be copied and used freely without restrictions. +# Special Makefile rules for English message catalogs with quotation marks. + +DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot + +.SUFFIXES: .insert-header .po-update-en + +en@quot.po-create: + $(MAKE) en@quot.po-update +en@boldquot.po-create: + $(MAKE) en@boldquot.po-update + +en@quot.po-update: en@quot.po-update-en +en@boldquot.po-update: en@boldquot.po-update-en + +.insert-header.po-update-en: + @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ + if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ + tmpdir=`pwd`; \ + echo "$$lang:"; \ + ll=`echo $$lang | sed -e 's/@.*//'`; \ + LC_ALL=C; export LC_ALL; \ + cd $(srcdir); \ + if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null \ + | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \ + { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ + '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \ + $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \ + ;; \ + *) \ + $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \ + ;; \ + esac } 2>/dev/null > $$tmpdir/$$lang.new.po \ + ; then \ + if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ + if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ + :; \ + else \ + echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ + exit 1; \ + fi; \ + fi; \ + else \ + echo "creation of $$lang.po failed!" 1>&2; \ + rm -f $$tmpdir/$$lang.new.po; \ + fi + +en@quot.insert-header: insert-header.sin + sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header + +en@boldquot.insert-header: insert-header.sin + sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header + +mostlyclean: mostlyclean-quot +mostlyclean-quot: + rm -f *.insert-header diff --git a/po/ar.gmo b/po/ar.gmo new file mode 100644 index 0000000000000000000000000000000000000000..71b3d6bf1d84b12effac543f8d6f6e5a811a47fd GIT binary patch literal 61045 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, 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: butt 1.45.0\n" +"Report-Msgid-Bugs-To: butt@danielnoethen.de\n" +"POT-Creation-Date: 2025-04-19 14:55+0200\n" +"PO-Revision-Date: 2025-04-19 15:27+0200\n" +"Last-Translator: Magd Almuntaser \n" +"Language-Team: Yemen\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.0.1\n" + +#: src/AskForMicPermission.m:20 +msgid "Microphone access" +msgstr "الوصول إلى الميكروÙون" + +#: src/AskForMicPermission.m:21 +msgid "" +"butt needs access to your microphone.\n" +"\n" +"Please go to\n" +"System Preferences->Privacy & Security->Microphone\n" +"and activate the check mark next to the butt entry." +msgstr "" +"butt يحتاج إلى الوصول إلى الميكروÙون الخاص بك\n" +"الرجاء الذهاب إلى\n" +"ØªÙØ¶ÙŠÙ„ات النظام->الأمان والخصوصية->الخصوصية->الميكروÙون\n" +"وقم بتنشيط علامة الاختيار بجانب إدخال butt." + +#: src/butt.cpp:219 +msgid "No home-directory found" +msgstr "لم يتم العثور على الدليل الرئيسي" + +#: src/butt.cpp:230 +#, c-format +msgid "" +"The shift key was held down during startup.\n" +"Do you want to start butt with a new configuration file?\n" +"This will overwrite your existing configuration file at\n" +"%s" +msgstr "" +"تم الضغط باستمرار على Ù…ÙØªØ§Ø­ Shift أثناء بدء التشغيل.\n" +"هل تريد أن تبدأ بمل٠تكوين جديد؟\n" +"سيؤدي هذا إلى استبدال مل٠التكوين الموجود لديك على\n" +"%s" + +#: src/butt.cpp:233 +msgid "Start with old" +msgstr "البدء بالقديم" + +#: src/butt.cpp:233 +msgid "Start with new" +msgstr "البدء بالجديد" + +#: src/butt.cpp:236 src/butt.cpp:253 +#, c-format +msgid "" +"Could not create config %s\n" +"butt is going to close now" +msgstr "" +"لا يمكن إنشاء التكوين %s\n" +"butt سو٠يغلق الآن" + +#: src/butt.cpp:242 +#, c-format +msgid "Reading config %s\n" +msgstr "قراءة التكوين %s\n" + +#: src/butt.cpp:250 +#, c-format +msgid "Could not find config %s\n" +msgstr "تعذر العثور على التكوين %s\n" + +#: src/butt.cpp:257 +#, c-format +msgid "" +"butt created a default config at\n" +"%s\n" +msgstr "" +"butt قام بإنشاء تكوين Ø§ÙØªØ±Ø§Ø¶ÙŠ ÙÙŠ\n" +"%s\n" + +#: src/butt.cpp:265 +msgid "" +"Could not find any audio device with input channels.\n" +"butt requires at least one audio device with input channels in order to " +"work.\n" +"This can either be a built-in audio device, an external audio device or a " +"virtual audio device.\n" +"\n" +"butt is going to close now." +msgstr "" +"تعذر العثور على أي جهاز صوتي بقنوات إدخال.\n" +"يتطلب \"butt\" وجود ما لا يقل عن جهاز صوتي واحد يحتوي على قنوات إدخال " +"للعمل.\n" +"يمكن أن يكون ذلك إما جهاز صوت مدمج أو جهاز صوت خارجي أو جهاز صوت Ø§ÙØªØ±Ø§Ø¶ÙŠ.\n" +"\n" +"سيتم إغلاق \"butt\" الآن." + +#: src/butt.cpp:358 +#, c-format +msgid "Illegal argument: Threshold must be a non-negative number\n" +msgstr "وسيط غير قانوني: يجب أن يكون الحد رقمًا غير سالب\n" + +#: src/butt.cpp:382 +#, c-format +msgid "%c threshold set to %0.1f\n" +msgstr "تم ضبط حد %c الى %0.1f\n" + +#: src/butt.cpp:464 +#, c-format +msgid "Illegal argument: Port must be a number between 1023 and 65535\n" +msgstr "" +"وسيط غير قانوني: يجب أن يكون رقم Ø§Ù„Ù…Ù†ÙØ° (Port) رقمًا بين 1023 Ùˆ 65535.\n" + +#: src/butt.cpp:472 src/butt.cpp:482 src/butt.cpp:489 src/butt.cpp:496 +#: src/butt.cpp:503 src/butt.cpp:510 src/butt.cpp:521 src/butt.cpp:540 +#: src/butt.cpp:550 src/butt.cpp:597 +#, c-format +msgid "" +"Warning: You may only pass one control option. Option -%c has been ignored.\n" +msgstr "تحذير: يمكنك تمرير خيار تحكم واحد Ùقط. تم تجاهل الخيار -%c.\n" + +#: src/butt.cpp:559 +#, c-format +msgid "" +"\n" +"Options:\n" +"-h\tPrint this help text\n" +"-v\tPrint version information\n" +msgstr "" +"\n" +"الخيارات:\n" +"-h\tطباعة نص المساعدة هذا\n" +"-v\tطباعة معلومات الإصدار\n" + +#: src/butt.cpp:563 +#, c-format +msgid "" +"\n" +"Options for operating mode:\n" +"-c\tPath to configuration file\n" +"-L\tPrint available audio devices\n" +"-A\tCommand server will be accessible from your network/internet (default: " +"localhost only)\n" +"-U\tCommand server will use UDP instead of TCP\n" +"-x\tDo not start a command server\n" +"-p\tPort where the command server shall listen to (default: 1256)\n" +msgstr "" +"\n" +"خيارات وضع التشغيل:\n" +"-c\tالمسار إلى مل٠التكوين\n" +"-L\tطباعة أجهزة الصوت المتاحة\n" +"-A\tسيكون Ù…Ù†ÙØ° الأوامر متاحًا من شبكتك/الإنترنت (Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ: محلي Ùقط)\n" +"-U\tسيستخدم خادم الأوامر UDP بدلاً من TCP\n" +"-x\tلا تبدأ خادم الأوامر\n" +"-p\tØ§Ù„Ù…Ù†ÙØ° الذي سيستمع عليه خادم الأوامر (Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ: 1256)\n" + +#: src/butt.cpp:572 +#, c-format +msgid "" +"\n" +"Options for control mode:\n" +"-s\tConnect to streaming server\n" +"-d\tDisconnect from streaming server\n" +"-r\tStart recording\n" +"-t\tStop recording\n" +"-n\tSplit recording\n" +"-q\tQuit butt\n" +"-u\tupdate song name\n" +"-S\tRequest status\n" +"-M\tSet streaming signal threshold (seconds)\n" +"-m\tSet streaming silence threshold (seconds)\n" +"-O\tSet recording signal threshold (seconds)\n" +"-o\tSet recording silence threshold (seconds)\n" +"-U\tConnect via UDP instead of TCP\n" +"-a\tAddress of the butt instance to be controlled (default: 127.0.0.1)\n" +"-p\tPort of the butt instance to be controlled (default: 1256)\n" +msgstr "" +"\n" +"خيارات وضع التحكم:\n" +"-s\tالاتصال بخادم البث\n" +"-d\tÙØµÙ„ الاتصال من خادم البث\n" +"-r\tبدء التسجيل\n" +"-t\tإيقا٠التسجيل\n" +"-n\tتقسيم التسجيل\n" +"-q\tإنهاء برنامج butt\n" +"-u\tتحديث اسم الأغنية\n" +"-S\tطلب الحالة\n" +"-M\tتعيين عتبة إشارة البث (ثوان)\n" +"-m\tتعيين عتبة صمت البث (ثوان)\n" +"-O\tتعيين عتبة إشارة التسجيل (ثوان)\n" +"-o\tتعيين عتبة صمت التسجيل (ثوان)\n" +"-U\tالاتصال عبر UDP بدلاً من TCP\n" +"-a\tعنوان نسخة butt التي سيتم التحكم بها (Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ: 127.0.0.1)\n" +"-p\tÙ…Ù†ÙØ° نسخة butt التي سيتم التحكم بها (Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ: 1256)\n" + +#: src/butt.cpp:591 +#, c-format +msgid "" +"Illegal option -%c.\n" +"Type butt -h to get a list of supported options.\n" +msgstr "" +"خيار غير قانوني -%c.\n" +"اكتب \"butt -h\" للحصول على قائمة بالخيارات المدعومة.\n" + +#: src/butt.cpp:603 +#, c-format +msgid "Option -%c requires an argument\n" +msgstr "الخيار -%c يتطلب وسيطًا.\n" + +#: src/butt.cpp:607 +#, c-format +msgid "Command line parsing failed\n" +msgstr "ÙØ´Ù„ تحليل سطر الأوامر.\n" + +#: src/butt.cpp:630 +#, c-format +msgid "No butt instance running on %s at port %d\n" +msgstr "لا توجد نسخة من \"butt\" قيد التشغيل على %s ÙÙŠ Ø§Ù„Ù…Ù†ÙØ° %d.\n" + +#: src/butt.cpp:635 +#, c-format +msgid "Error while sending command\n" +msgstr "خطأ أثناء إرسال الأمر.\n" + +#: src/butt.cpp:640 +#, c-format +msgid "Error: Did not receive response packet\n" +msgstr "خطأ: لم يتم استلام حزمة الاستجابة.\n" + +#: src/butt.cpp:653 +#, c-format +msgid "Error: You may only request one status packet per second\n" +msgstr "خطأ: ÙŠÙØ³Ù…Ø­ Ùقط بطلب حزمة حالة واحدة ÙÙŠ الثانية.\n" + +#: src/butt.cpp:657 +#, c-format +msgid "Error: Did not receive status packet (UDP server not running?)\n" +msgstr "خطأ: لم يتم استلام حزمة الحالة (هل خادم UDP غير قيد التشغيل؟)\n" + +#: src/butt.cpp:661 +#, c-format +msgid "Network error while receiving status packet: %d\n" +msgstr "خطأ ÙÙŠ الشبكة أثناء استلام حزمة الحالة: %d\n" + +#: src/butt.cpp:665 +#, c-format +msgid "Error: Client and server versions do not match\n" +msgstr "خطأ: إصدارات العميل والخادم غير متطابقة.\n" + +#: src/butt.cpp:676 +#, c-format +msgid "" +"connected: %d\n" +"connecting: %d\n" +"recording: %d\n" +"signal present: %d\n" +"signal absent: %d\n" +msgstr "" +"متصل: %d\n" +"جاري الاتصال: %d\n" +"جاري التسجيل: %d\n" +"الإشارة موجودة: %d\n" +"الإشارة غير موجودة: %d\n" + +#: src/butt.cpp:681 +#, c-format +msgid "stream seconds: %lu\n" +msgstr "ثواني البث: %lu\n" + +#: src/butt.cpp:682 +#, c-format +msgid "stream kBytes: %lu\n" +msgstr "كيلوبايت البث: %lu\n" + +#: src/butt.cpp:683 +#, c-format +msgid "record seconds: %lu\n" +msgstr "ثواني التسجيل: %lu\n" + +#: src/butt.cpp:684 +#, c-format +msgid "record kBytes: %lu\n" +msgstr "كيلوبايت التسجيل: %lu\n" + +#: src/butt.cpp:685 +#, c-format +msgid "volume left: %0.1f\n" +msgstr "مستوى الصوت الأيسر: %0.1f\n" + +#: src/butt.cpp:686 +#, c-format +msgid "volume right: %0.1f\n" +msgstr "مستوى الصوت الأيمن: %0.1f\n" + +#: src/butt.cpp:687 +#, c-format +msgid "song: %s\n" +msgstr "الأغنية: %s\n" + +#: src/butt.cpp:688 +#, c-format +msgid "record path: %s\n" +msgstr "مسار التسجيل: %s\n" + +#: src/butt.cpp:689 +#, c-format +msgid "listeners: %d\n" +msgstr "المستمعين: %d\n" + +#: src/butt.cpp:703 +msgid "" +"The control key was held down during startup.\n" +"butt will start without opening an audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"تم الضغط على Ù…ÙØªØ§Ø­ التحكم أثناء بدء التشغيل.\n" +"سيبدأ \"butt\" دون ÙØªØ­ جهاز صوت.\n" +"يرجى تحديد جهاز الصوت Ø§Ù„Ù…ÙØ¶Ù„ ÙÙŠ الإعدادات->الصوت" + +#: src/butt.cpp:712 +msgid "" +"PortAudio init failed\n" +"butt is going to close now" +msgstr "" +"ÙØ´Ù„ تهيئة PortAudio.\n" +"سيتم إغلاق \"butt\" الآن" + +#: src/butt.cpp:747 src/FLTK/fl_timer_funcs.cpp:476 +#: src/FLTK/fl_callbacks.cpp:123 src/FLTK/fl_callbacks.cpp:899 +#: src/FLTK/fl_callbacks.cpp:977 src/FLTK/fl_funcs.cpp:1047 +msgid "idle" +msgstr "idle" + +#: src/butt.cpp:780 +#, c-format +msgid "" +"Starting %s\n" +"Written by Daniel Nöthen\n" +"iPhone/iPad client: https://izicast.de\n" +"Donate: paypal@danielnoethen.de\n" +msgstr "" +"البداية: %s\n" +"مكتوب بواسطة Daniel Nöthen\n" +"العميل لـ iPhone/iPad: https://izicast.de\n" +"التبرع: paypal@danielnoethen.de\n" + +#: src/butt.cpp:792 src/butt.cpp:793 src/cfg.cpp:577 src/port_audio.cpp:1314 +#: src/port_audio.cpp:1315 +msgid "Default PCM device (default)" +msgstr "الجهاز Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ Ù„ØªØ±Ù…ÙŠØ² PCM (Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ)" + +#: src/butt.cpp:796 src/butt.cpp:797 src/cfg.cpp:578 +#: src/FLTK/fl_callbacks.cpp:2820 src/FLTK/fl_funcs.cpp:227 +msgid "None" +msgstr "لا شيء" + +#: src/butt.cpp:800 +msgid "" +"Could not open audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"تعذر ÙØªØ­ جهاز الصوت.\n" +"يرجى اختيار جهاز الصوت Ø§Ù„Ù…ÙØ¶Ù„ ÙÙŠ الإعدادات->الصوت" + +#: src/butt.cpp:803 +msgid "" +"butt could not open previously used audio device.\n" +"The system default audio device will be used.\n" +msgstr "" +"لم يتمكن butt من ÙØªØ­ جهاز الصوت المستخدم سابقًا.\n" +"سيتم استخدام جهاز الصوت Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ Ù„Ù„Ù†Ø¸Ø§Ù….\n" + +#: src/butt.cpp:830 +#, c-format +msgid "Command server listening on port %d\n" +msgstr "خادم الأوامر يستمع على Ø§Ù„Ù…Ù†ÙØ° %d.\n" + +#: src/butt.cpp:837 +#, c-format +msgid "Warning: could not start command server on port %d\n" +msgstr "تحذير: تعذر بدء خادم الأوامر على Ø§Ù„Ù…Ù†ÙØ° %d.\n" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +#, c-format +msgid "" +"New version available: %s\n" +"You have version %s" +msgstr "" +"إصدار جديد متاح: %s\n" +"لديك الإصدار %s" + +#: src/butt.cpp:853 +msgid "Don't ask again" +msgstr "لا تسأل مرة أخرى" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:1594 +#: src/FLTK/fl_callbacks.cpp:4225 +msgid "Cancel" +msgstr "إلغاء" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +msgid "Get new version" +msgstr "الحصول على الإصدار الجديد" + +#: src/butt.cpp:874 +#, c-format +msgid "Could not initialize PortMidi: %s" +msgstr "تعذر تهيئة PortMidi: %s" + +#: src/butt.cpp:902 +msgid "butt was built without WebRTC support" +msgstr "تم إنشاء butt بدون دعم WebRTC" + +#: src/cfg.cpp:55 +#, c-format +msgid "Could not write to file: %s" +msgstr "تعذر الكتابة ÙÙŠ الملÙ: %s" + +#: src/cfg.cpp:550 +#, c-format +msgid "Config written to %s" +msgstr "تمت كتابة التكوين إلى %s" + +#: src/cfg.cpp:674 +msgid "" +"error while parsing config. Missing main/server entry.\n" +"butt will start with default settings" +msgstr "" +"خطأ أثناء تحليل التكوين. الإدخال الرئيسي/الخادم Ù…Ùقود.\n" +"سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#: src/cfg.cpp:680 +msgid "" +"error while parsing config. Missing main/srv_ent entry.\n" +"butt will start with default settings" +msgstr "" +"خطأ أثناء تحليل التكوين. الإدخال srv_ent الرئيسي Ù…Ùقود.\n" +"سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#: src/cfg.cpp:699 +#, c-format +msgid "" +"error while parsing config. Missing type entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"خطأ أثناء تحليل التكوين. إدخال النوع Ù…Ùقود للخادم \"%s\".\n" +"سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#: src/cfg.cpp:707 +#, c-format +msgid "" +"error while parsing config. Missing address entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"خطأ أثناء تحليل التكوين. إدخال العنوان Ù…Ùقود للخادم \"%s\".\n" +"سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#: src/cfg.cpp:716 +#, c-format +msgid "" +"error while parsing config. Missing port entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"خطأ أثناء تحليل التكوين. إدخال Ø§Ù„Ù…Ù†ÙØ° Ù…Ùقود للخادم \"%s\".\n" +"سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#: src/cfg.cpp:725 +#, c-format +msgid "" +"error while parsing config. Missing password entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"خطأ أثناء تحليل التكوين. إدخال كلمة المرور Ù…Ùقود للخادم \"%s\".\n" +"سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#: src/cfg.cpp:734 +#, c-format +msgid "" +"error while parsing config. Missing mount entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"خطأ أثناء تحليل التكوين. إدخال المسار (mount) Ù…Ùقود للخادم \"%s\".\n" +"سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#: src/cfg.cpp:790 +msgid "" +"error while parsing config. Missing main/icy entry.\n" +"butt will start with default settings" +msgstr "" +"خطأ أثناء تحليل التكوين. إدخال icy الرئيسي Ù…Ùقود.\n" +"سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#: src/cfg.cpp:795 +msgid "" +"error while parsing config. Missing main/icy_ent entry.\n" +"butt will start with default settings" +msgstr "" +"خطأ أثناء تحليل التكوين. الإدخال الرئيسي/الخادم icy_ent Ù…Ùقود.\n" +"سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#: src/cfg.cpp:821 +#, c-format +msgid "" +"error while parsing config. Missing pub entry for icy \"%s\".\n" +"butt will start with default settings" +msgstr "" +"خطأ أثناء تحليل التكوين. إدخال النشر (pub) Ù…Ùقود لـ icy \"%s\".\n" +"سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#: src/FLTK/flgui.cpp:3088 +msgid "Bitcoin address has been copied to clipboard." +msgstr "تم نسخ عنوان البيتكوين إلى Ø§Ù„Ø­Ø§ÙØ¸Ø©." + +#: src/FLTK/flgui.cpp:3099 +msgid "Litecoin address has been copied to clipboard." +msgstr "تم نسخ عنوان الليتكوين إلى Ø§Ù„Ø­Ø§ÙØ¸Ø©." + +#: src/FLTK/flgui.cpp:3110 +msgid "Monero address has been copied to clipboard." +msgstr "تم نسخ عنوان المونيرو إلى Ø§Ù„Ø­Ø§ÙØ¸Ø©." + +#: src/FLTK/flgui.cpp:4041 +msgid "press left mouse to toggle lcd info" +msgstr "اضغط بزر الماوس الأيسر لتبديل معلومات lcd" + +#: src/FLTK/flgui.cpp:4053 src/FLTK/fl_callbacks.cpp:4078 +msgid "Streaming volume" +msgstr "مستوى البث" + +#: src/FLTK/flgui.cpp:4057 +msgid "Mixer" +msgstr "المكسر" + +#: src/FLTK/flgui.cpp:4058 +msgid "show/hide mixer window" +msgstr "عرض/Ø¥Ø®ÙØ§Ø¡ Ù†Ø§ÙØ°Ø© المكسر" + +#: src/FLTK/flgui.cpp:4065 +msgid "@circle" +msgstr "@circle" + +#: src/FLTK/flgui.cpp:4066 +msgid "start/stop recording" +msgstr "بدء/إيقا٠التسجيل" + +#: src/FLTK/flgui.cpp:4077 +msgid "@square" +msgstr "@square" + +#: src/FLTK/flgui.cpp:4078 +msgid "disconnect from server" +msgstr "Ø§Ù„ÙØµÙ„ من الخادم" + +#: src/FLTK/flgui.cpp:4089 +msgid "@>" +msgstr "@>" + +#: src/FLTK/flgui.cpp:4090 +msgid "connect to server" +msgstr "الاتصال بالخادم" + +#: src/FLTK/flgui.cpp:4106 src/FLTK/flgui.cpp:4438 src/FLTK/flgui.cpp:4657 +#: src/FLTK/fl_callbacks.cpp:4077 +msgid "Streaming" +msgstr "البث" + +#: src/FLTK/flgui.cpp:4110 src/FLTK/flgui.cpp:4469 src/FLTK/flgui.cpp:4771 +msgid "Recording" +msgstr "التسجيل" + +#: src/FLTK/flgui.cpp:4140 +msgid "Settings" +msgstr "الإعدادات" + +#: src/FLTK/flgui.cpp:4141 +msgid "show/hide config window" +msgstr "عرض/Ø¥Ø®ÙØ§Ø¡ Ù†Ø§ÙØ°Ø© التكوين" + +#: src/FLTK/flgui.cpp:4148 src/FLTK/fl_callbacks.cpp:1098 +msgid "Show log" +msgstr "عرض السجل" + +#: src/FLTK/flgui.cpp:4149 +msgid "show/hide info window" +msgstr "عرض/Ø¥Ø®ÙØ§Ø¡ Ù†Ø§ÙØ°Ø© المعلومات" + +#: src/FLTK/flgui.cpp:4156 +msgid "-24 dB" +msgstr "-24 dB" + +#: src/FLTK/flgui.cpp:4159 +msgid "Gain" +msgstr "المكسب" + +#: src/FLTK/flgui.cpp:4160 src/FLTK/fl_callbacks.cpp:3663 +#: src/FLTK/fl_funcs.cpp:810 +msgid "Master Gain" +msgstr "المكسب الرئيسي" + +#: src/FLTK/flgui.cpp:4178 +msgid "+24 dB" +msgstr "+24 dB" + +#: src/FLTK/flgui.cpp:4185 +msgid "Listeners: 0" +msgstr "المستمعين: 0" + +#: src/FLTK/flgui.cpp:4200 +msgid "butt settings" +msgstr "إعدادات butt" + +#: src/FLTK/flgui.cpp:4213 +msgid "Main" +msgstr "الرئيسي" + +#: src/FLTK/flgui.cpp:4215 +msgid "Server Settings" +msgstr "إعدادات الخادم" + +#: src/FLTK/flgui.cpp:4218 +msgid "Server" +msgstr "الخادم" + +#: src/FLTK/flgui.cpp:4219 +msgid "Server to connect to" +msgstr "الخادم الذي يجب الاتصال به" + +#: src/FLTK/flgui.cpp:4224 src/FLTK/flgui.cpp:4245 +msgid "ADD" +msgstr "Ø¥Ø¶Ø§ÙØ©" + +#: src/FLTK/flgui.cpp:4225 src/FLTK/flgui.cpp:5550 +msgid "Add server" +msgstr "Ø¥Ø¶Ø§ÙØ© خادم" + +#: src/FLTK/flgui.cpp:4229 src/FLTK/flgui.cpp:4250 +msgid "EDIT" +msgstr "تعديل" + +#: src/FLTK/flgui.cpp:4230 +msgid "Edit selected server" +msgstr "تحرير الخادم المحدد" + +#: src/FLTK/flgui.cpp:4234 src/FLTK/flgui.cpp:4255 +msgid "DEL" +msgstr "حذÙ" + +#: src/FLTK/flgui.cpp:4235 +msgid "Delete selected server" +msgstr "حذ٠الخادم المحدد" + +#: src/FLTK/flgui.cpp:4239 +msgid "Stream Infos" +msgstr "معلومات البث" + +#: src/FLTK/flgui.cpp:4240 +msgid "Stream info that shall be used" +msgstr "معلومات البث التي يجب استخدامها" + +#: src/FLTK/flgui.cpp:4246 src/FLTK/flgui.cpp:5671 +msgid "Add stream info" +msgstr "Ø¥Ø¶Ø§ÙØ© معلومات البث" + +#: src/FLTK/flgui.cpp:4251 +msgid "Edit stream info" +msgstr "تحرير معلومات البث" + +#: src/FLTK/flgui.cpp:4256 +msgid "Delete stream info" +msgstr "حذ٠معلومات البث" + +#: src/FLTK/flgui.cpp:4262 +msgid "Log File" +msgstr "مل٠السجل" + +#: src/FLTK/flgui.cpp:4266 +msgid "Log file path" +msgstr "مسار مل٠السجل" + +#: src/FLTK/flgui.cpp:4271 +msgid "Select log file" +msgstr "اختيار مل٠السجل" + +#: src/FLTK/flgui.cpp:4278 +msgid "Configuration" +msgstr "التكوين" + +#: src/FLTK/flgui.cpp:4281 src/FLTK/fl_callbacks.cpp:4128 +msgid "Import..." +msgstr "استيراد..." + +#: src/FLTK/flgui.cpp:4282 +msgid "Import settings from config file" +msgstr "استيراد الإعدادات من مل٠التكوين" + +#: src/FLTK/flgui.cpp:4286 src/FLTK/flgui.cpp:5615 src/FLTK/flgui.cpp:5717 +msgid "&Save" +msgstr "&Ø­ÙØ¸" + +#: src/FLTK/flgui.cpp:4287 +msgid "Save settings" +msgstr "Ø­ÙØ¸ الإعدادات" + +#: src/FLTK/flgui.cpp:4291 +msgid "Export..." +msgstr "تصدير..." + +#: src/FLTK/flgui.cpp:4292 +msgid "export settings" +msgstr "إعدادات التصدير" + +#: src/FLTK/flgui.cpp:4298 +msgid "Butt Agent" +msgstr "Butt وكيل" + +#: src/FLTK/flgui.cpp:4301 +msgid "Start agent at startup" +msgstr "بدء الوكيل عند التشغيل" + +#: src/FLTK/flgui.cpp:4302 +msgid "Start the butt agent when butt starts" +msgstr "ابدأ تشغيل وكيل butt عندما يبدأ butt" + +#: src/FLTK/flgui.cpp:4306 src/FLTK/flgui.cpp:4307 +msgid "Minimize butt to tray" +msgstr "تقليص البرنامج إلى علبة النظام" + +#: src/FLTK/flgui.cpp:4311 +msgid "Start Agent" +msgstr "بدء الوكيل" + +#: src/FLTK/flgui.cpp:4312 +msgid "Start the butt agent now" +msgstr "بدء وكيل butt الان" + +#: src/FLTK/flgui.cpp:4316 +msgid "Stop Agent" +msgstr "إيقا٠الوكيل" + +#: src/FLTK/flgui.cpp:4317 +msgid "Stop the butt agent" +msgstr "إيقا٠وكيل butt" + +#: src/FLTK/flgui.cpp:4323 +msgid "Updates" +msgstr "تحديث" + +#: src/FLTK/flgui.cpp:4326 +msgid "Check at startup" +msgstr "تحقق عند بدء التشغيل" + +#: src/FLTK/flgui.cpp:4327 +msgid "Check for updates at start" +msgstr "التحقق من وجود تحديثات ÙÙŠ البداية" + +#: src/FLTK/flgui.cpp:4331 +msgid "Check now" +msgstr "تحقق الان" + +#: src/FLTK/flgui.cpp:4332 +msgid "Check if a new version is available" +msgstr "تحقق مما إذا كان الإصدار الجديد متاحًا" + +#: src/FLTK/flgui.cpp:4338 +msgid "Help" +msgstr "مساعدة" + +#: src/FLTK/flgui.cpp:4341 +msgid "Manual" +msgstr "الدليل" + +#: src/FLTK/flgui.cpp:4345 +msgid " YouTube" +msgstr " اليوتيوب" + +#: src/FLTK/flgui.cpp:4355 +msgid "Audio" +msgstr "الصوت" + +#: src/FLTK/flgui.cpp:4357 +msgid "Main Audio Settings" +msgstr "إعدادات الصوت الرئيسية" + +#: src/FLTK/flgui.cpp:4360 +msgid "Channel mode" +msgstr "وضع القناة" + +#: src/FLTK/flgui.cpp:4361 +msgid "Select input channel" +msgstr "حدد قناة الادخال" + +#: src/FLTK/flgui.cpp:4374 +msgid "Samplerate" +msgstr "معدل العينة" + +#: src/FLTK/flgui.cpp:4375 +msgid "Select input sample rate" +msgstr "حدد معدل عينة الإدخال" + +#: src/FLTK/flgui.cpp:4380 +msgid "Remember Device by" +msgstr "تذكر الجهاز حسب" + +#: src/FLTK/flgui.cpp:4383 +msgid "ID" +msgstr "الرقم" + +#: src/FLTK/flgui.cpp:4388 +msgid "Name" +msgstr "الاسم" + +#: src/FLTK/flgui.cpp:4395 +msgid "Update devices" +msgstr "تحديث الأجهزة" + +#: src/FLTK/flgui.cpp:4396 +msgid "Rescan audio devices" +msgstr "إعادة ÙØ­Øµ أجهزة الصوت" + +#: src/FLTK/flgui.cpp:4400 +msgid "Primary Audio Device" +msgstr "الجهاز الصوت الأساسي" + +#: src/FLTK/flgui.cpp:4401 +msgid "Select your primary sound card device" +msgstr "حدد جهاز الصوت الاساسي" + +#: src/FLTK/flgui.cpp:4406 src/FLTK/flgui.cpp:4424 +msgid "Left" +msgstr "يسار" + +#: src/FLTK/flgui.cpp:4407 src/FLTK/flgui.cpp:4425 +msgid "Select left audio channel" +msgstr "حدد قناة الصوت اليسرى" + +#: src/FLTK/flgui.cpp:4412 src/FLTK/flgui.cpp:4430 +msgid "Right" +msgstr "يمين" + +#: src/FLTK/flgui.cpp:4413 src/FLTK/flgui.cpp:4431 +msgid "Select right audio channel" +msgstr "حدد قناة الصوت اليمنى" + +#: src/FLTK/flgui.cpp:4418 +msgid "Secondary Audio Device" +msgstr "جهاز الصوت الثانوي" + +#: src/FLTK/flgui.cpp:4419 +msgid "Select your secondary sound card device" +msgstr "حدد جهاز الصوت الثانوي" + +#: src/FLTK/flgui.cpp:4441 src/FLTK/flgui.cpp:4472 +msgid "Codec" +msgstr "الترميز" + +#: src/FLTK/flgui.cpp:4442 +msgid "Select streaming codec" +msgstr "حدد ترميز البث" + +#: src/FLTK/flgui.cpp:4455 src/FLTK/flgui.cpp:4486 +msgid "Bitrate" +msgstr "معدل البت" + +#: src/FLTK/flgui.cpp:4456 +msgid "Select streaming bitrate" +msgstr "حدد معدل البت للبث" + +#: src/FLTK/flgui.cpp:4473 +msgid "Select recording codec" +msgstr "حدد ترميز التسجيل" + +#: src/FLTK/flgui.cpp:4487 +msgid "Select recording bitrate" +msgstr "حدد عدل البث للتسجيل" + +#: src/FLTK/flgui.cpp:4499 +msgid "Advanced..." +msgstr "متقدم..." + +#: src/FLTK/flgui.cpp:4505 +msgid "Buffer (ms)" +msgstr "حجم الذاكرة المؤقتة (بالمللي ثانية)" + +#: src/FLTK/flgui.cpp:4514 +msgid "Resample Quality" +msgstr "جودة إعادة العينة" + +#: src/FLTK/flgui.cpp:4529 +msgid "Signal detection levels" +msgstr "مستويات الكش٠عن الإشارة" + +#: src/FLTK/flgui.cpp:4532 +msgid "Signal present" +msgstr "الإشارة موجودة" + +#: src/FLTK/flgui.cpp:4539 src/FLTK/flgui.cpp:4549 +msgid "dB" +msgstr "dB" + +#: src/FLTK/flgui.cpp:4542 +msgid "Signal absent" +msgstr "الإشارة غير موجودة" + +#: src/FLTK/flgui.cpp:4556 src/FLTK/flgui.cpp:4833 src/FLTK/flgui.cpp:5084 +msgid "Stream" +msgstr "البث" + +#: src/FLTK/flgui.cpp:4558 +msgid "Update song name from file" +msgstr "تحديث اسم الأغنية من الملÙ" + +#: src/FLTK/flgui.cpp:4562 +msgid "Filename that holds the current song name" +msgstr "اسم المل٠الذي يحمل اسم الأغنية الحالية" + +#: src/FLTK/flgui.cpp:4568 +msgid "Select file that holds the current song name" +msgstr "حدد المل٠الذي يحمل اسم الأغنية الحالية" + +#: src/FLTK/flgui.cpp:4573 src/FLTK/flgui.cpp:4606 src/FLTK/flgui.cpp:4724 +msgid "Activate" +msgstr "ØªÙØ¹ÙŠÙ„" + +#: src/FLTK/flgui.cpp:4574 src/FLTK/flgui.cpp:4579 +msgid "Activate auto update song name from file" +msgstr "ØªÙØ¹ÙŠÙ„ التحديث التلقائي لاسم الأغنية من الملÙ" + +#: src/FLTK/flgui.cpp:4578 +msgid "Read last line instead of first" +msgstr "اقرأ السطر الأخير بدلاً من الأول" + +#: src/FLTK/flgui.cpp:4585 +msgid "Update song name from application" +msgstr "تحديث اسم الأغنية من التطبيق" + +#: src/FLTK/flgui.cpp:4589 +msgid "Changes the song through an running application" +msgstr "تغيير الأغنية من خلال تطبيق قيد التشغيل" + +#: src/FLTK/flgui.cpp:4594 +msgid "Title - Artist" +msgstr "العنوان - الÙنان" + +#: src/FLTK/flgui.cpp:4599 +msgid "Artist - Title" +msgstr "الÙنان - العنوان" + +#: src/FLTK/flgui.cpp:4612 +msgid "Update song name manually" +msgstr "قم بتحديث اسم الأغنية يدويًا" + +#: src/FLTK/flgui.cpp:4616 +msgid "Current song name" +msgstr "اسم الاغنية الحالية" + +#: src/FLTK/flgui.cpp:4622 src/FLTK/fl_callbacks.cpp:1594 +msgid "OK" +msgstr "مواÙÙ‚" + +#: src/FLTK/flgui.cpp:4623 +msgid "Send current song name to the server" +msgstr "إرسال اسم الأغنية الحالية إلى الخادم" + +#: src/FLTK/flgui.cpp:4631 +msgid "Update song name delay" +msgstr "تأخير تحديث اسم الأغنية" + +#: src/FLTK/flgui.cpp:4635 +msgid "Introduces a delay until the song name is actually updated" +msgstr "تقديم تأخير حتى يتم تحديث اسم الأغنية ÙØ¹Ù„ياً" + +#: src/FLTK/flgui.cpp:4642 +msgid "Extend song name" +msgstr "توسيع اسم الأغنية" + +#: src/FLTK/flgui.cpp:4645 +msgid "Prefix:" +msgstr "البادئة:" + +#: src/FLTK/flgui.cpp:4650 +msgid "Suffix:" +msgstr "اللاحقة:" + +#: src/FLTK/flgui.cpp:4660 src/FLTK/flgui.cpp:4789 +msgid "Start if signal is present for" +msgstr "ابدأ إذا كانت الإشارة موجودة" + +#: src/FLTK/flgui.cpp:4661 +msgid "" +"Start streaming if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" +"ابدأ البث إذا تجاوز مستوى الصوت مستوى \"الإشارة موجودة\" المحدد ÙÙŠ علامة " +"التبويب \"الصوت\"" + +#: src/FLTK/flgui.cpp:4670 src/FLTK/flgui.cpp:4683 src/FLTK/flgui.cpp:4702 +#: src/FLTK/flgui.cpp:4799 src/FLTK/flgui.cpp:4812 src/FLTK/flgui.cpp:5499 +msgid "seconds" +msgstr "ثواني" + +#: src/FLTK/flgui.cpp:4673 src/FLTK/flgui.cpp:4802 +msgid "Stop if signal is absent for" +msgstr "توق٠إذا كانت الإشارة غير موجودة" + +#: src/FLTK/flgui.cpp:4674 +msgid "" +"Stop streaming if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" +"أوق٠البث إذا Ø§Ù†Ø®ÙØ¶ مستوى الصوت عن مستوى \"الإشارة الغائبة\" المحدد ÙÙŠ علامة " +"التبويب \"الصوت" + +#: src/FLTK/flgui.cpp:4686 +msgid "Start streaming after launch" +msgstr "ابدأ البث بعد الإطلاق" + +#: src/FLTK/flgui.cpp:4687 +msgid "Connect automatically to a server after launch" +msgstr "الاتصال تلقائيًا بالخادم بعد الإطلاق" + +#: src/FLTK/flgui.cpp:4691 +msgid "Force reconnecting" +msgstr "ÙØ±Ø¶ إعادة الاتصال" + +#: src/FLTK/flgui.cpp:4692 +msgid "If enabled butt keeps reconnecting regardless of the error message" +msgstr "" +"إذا تم تمكينه، ÙØ¥Ù† butt سيستمر ÙÙŠ إعادة الاتصال بغض النظر عن رسالة الخطأ" + +#: src/FLTK/flgui.cpp:4696 +msgid "Reconnect delay:" +msgstr "تأخير إعادة الاتصال:" + +#: src/FLTK/flgui.cpp:4707 +msgid "Update song name from URL" +msgstr "تحديث اسم الأغنية من عنوان URL" + +#: src/FLTK/flgui.cpp:4711 +msgid "URL to get song name from" +msgstr "عنوان URL للحصول على اسم الأغنية من" + +#: src/FLTK/flgui.cpp:4716 +msgid "Update interval" +msgstr "تحديث Ø§Ù„ÙØ§ØµÙ„ الزمني" + +#: src/FLTK/flgui.cpp:4717 +msgid "Update interval in seconds" +msgstr "Ø§Ù„ÙØ§ØµÙ„ الزمني للتحديث بالثواني" + +#: src/FLTK/flgui.cpp:4732 +msgid "Record" +msgstr "تسجيل" + +#: src/FLTK/flgui.cpp:4734 +msgid "Record File Name:" +msgstr "اسم مل٠التسجيل:" + +#: src/FLTK/flgui.cpp:4735 +msgid "Record file name" +msgstr "اسم مل٠التسجيل" + +#: src/FLTK/flgui.cpp:4740 +msgid "Record Directory:" +msgstr "مجلد التسجيل:" + +#: src/FLTK/flgui.cpp:4741 +msgid "Directory of recordings" +msgstr "مجلد التسجيلات" + +#: src/FLTK/flgui.cpp:4747 +msgid "Select recording directory" +msgstr "حدد مجلد التسجيل" + +#: src/FLTK/flgui.cpp:4752 +msgid "Split file" +msgstr "تقسيم الملÙ" + +#: src/FLTK/flgui.cpp:4755 +msgid "every" +msgstr "كل" + +#: src/FLTK/flgui.cpp:4758 +msgid "minutes" +msgstr "دقيقة" + +#: src/FLTK/flgui.cpp:4760 src/FLTK/flgui.cpp:4761 +msgid "Sync to full hour" +msgstr "المزامنة إلى ساعة كاملة" + +#: src/FLTK/flgui.cpp:4765 +msgid "Split now" +msgstr "تقسيم الآن" + +#: src/FLTK/flgui.cpp:4774 src/FLTK/flgui.cpp:4775 +msgid "Start recording when connected" +msgstr "بدء التسجيل عند الاتصال" + +#: src/FLTK/flgui.cpp:4779 +msgid "Stop recording when disconnected" +msgstr "إيقا٠التسجيل عند انقطاع الاتصال" + +#: src/FLTK/flgui.cpp:4780 +msgid "Start recording when disconnected" +msgstr "بدء التسجيل عند انقطاع الاتصال" + +#: src/FLTK/flgui.cpp:4784 src/FLTK/flgui.cpp:4785 +msgid "Start recording after launch" +msgstr "بدء التسجيل بعد التشغيل" + +#: src/FLTK/flgui.cpp:4790 +msgid "" +"Start recording if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" +"ابدأ التسجيل إذا تجاوز مستوى الصوت مستوى \"الإشارة الموجودة\" المحدد ÙÙŠ " +"علامة التبويب \"الصوت\"" + +#: src/FLTK/flgui.cpp:4803 +msgid "" +"Stop recording if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" +"أوق٠التسجيل إذا Ø§Ù†Ø®ÙØ¶ مستوى الصوت عن مستوى \"الإشارة الغائبة\" المحدد ÙÙŠ " +"علامة التبويب \"الصوت" + +#: src/FLTK/flgui.cpp:4815 +msgid "Overwrite existing files" +msgstr "الكتابة Ùوق Ø§Ù„Ù…Ù„ÙØ§Øª الموجودة" + +#: src/FLTK/flgui.cpp:4823 +msgid "DSP" +msgstr "DSP" + +#: src/FLTK/flgui.cpp:4825 src/FLTK/flgui.cpp:5076 src/FLTK/flgui.cpp:6478 +msgid "Reset" +msgstr "إعادة تعيين" + +#: src/FLTK/flgui.cpp:4830 +msgid "Equalizer" +msgstr "المعادل" + +#: src/FLTK/flgui.cpp:4837 src/FLTK/flgui.cpp:5088 +msgid "Rec" +msgstr "تسجيل" + +#: src/FLTK/flgui.cpp:4842 +msgid "Equalizer Preset" +msgstr "ضبط المعادل مسبقاً" + +#: src/FLTK/flgui.cpp:4854 src/FLTK/flgui.cpp:4876 src/FLTK/flgui.cpp:4898 +#: src/FLTK/flgui.cpp:4920 src/FLTK/flgui.cpp:4942 src/FLTK/flgui.cpp:4964 +#: src/FLTK/flgui.cpp:4986 src/FLTK/flgui.cpp:5008 src/FLTK/flgui.cpp:5030 +#: src/FLTK/flgui.cpp:5052 src/FLTK/flgui.cpp:5096 src/FLTK/flgui.cpp:5118 +#: src/FLTK/flgui.cpp:5186 +msgid "+0.0" +msgstr "+0.0" + +#: src/FLTK/flgui.cpp:4858 +msgid "32Hz" +msgstr "32Hz" + +#: src/FLTK/flgui.cpp:4880 +msgid "64Hz" +msgstr "64Hz" + +#: src/FLTK/flgui.cpp:4902 +msgid "125Hz" +msgstr "125Hz" + +#: src/FLTK/flgui.cpp:4924 +msgid "250Hz" +msgstr "250Hz" + +#: src/FLTK/flgui.cpp:4946 +msgid "500Hz" +msgstr "500Hz" + +#: src/FLTK/flgui.cpp:4968 +msgid "1kHz" +msgstr "1kHz" + +#: src/FLTK/flgui.cpp:4990 +msgid "2kHz" +msgstr "2kHz" + +#: src/FLTK/flgui.cpp:5012 +msgid "4kHz" +msgstr "4kHz" + +#: src/FLTK/flgui.cpp:5034 +msgid "8kHz" +msgstr "8kHz" + +#: src/FLTK/flgui.cpp:5056 +msgid "16kHz" +msgstr "16kHz" + +#: src/FLTK/flgui.cpp:5081 +msgid "Dynamic Range Compressor" +msgstr "ضاغط النطاق الديناميكي" + +#: src/FLTK/flgui.cpp:5092 +msgid "Aggressive Mode" +msgstr "الوضع العدائي" + +#: src/FLTK/flgui.cpp:5100 +msgid "Threshold" +msgstr "العتبة" + +#: src/FLTK/flgui.cpp:5122 +msgid "Ratio" +msgstr "النسبة" + +#: src/FLTK/flgui.cpp:5140 src/FLTK/flgui.cpp:5163 +msgid "+0.00" +msgstr "+0.00" + +#: src/FLTK/flgui.cpp:5144 +msgid "Attack" +msgstr "هجوم" + +#: src/FLTK/flgui.cpp:5167 +msgid "Release" +msgstr "الإصدار" + +#: src/FLTK/flgui.cpp:5190 +msgid "MakeupGain" +msgstr "زيادة التسوية" + +#: src/FLTK/flgui.cpp:5224 src/FLTK/flgui.cpp:5237 +msgid "MIDI" +msgstr "MIDI" + +#: src/FLTK/flgui.cpp:5226 +msgid "MIDI Device" +msgstr "جهاز MIDI" + +#: src/FLTK/flgui.cpp:5227 +msgid "Select your MIDI device" +msgstr "حدد جهاز MIDI الخاص بك" + +#: src/FLTK/flgui.cpp:5232 +msgid "Rescan" +msgstr "إعادة Ø§Ù„ÙØ­Øµ" + +#: src/FLTK/flgui.cpp:5233 +msgid "Rescan MIDI devices" +msgstr "إعادة ÙØ­Øµ أجهزة MIDI" + +#: src/FLTK/flgui.cpp:5238 +msgid "MIDI signal indicator" +msgstr "مؤشر إشارة MIDI" + +#: src/FLTK/flgui.cpp:5250 +msgid "MIDI Commands" +msgstr "أوامر MIDI" + +#: src/FLTK/flgui.cpp:5255 +msgid "Enable" +msgstr "ØªÙØ¹ÙŠÙ„" + +#: src/FLTK/flgui.cpp:5256 +msgid "Enable/Disable the selected MIDI command" +msgstr "تمكين/تعطيل أمر MIDI المحدد" + +#: src/FLTK/flgui.cpp:5262 +msgid "Channel" +msgstr "القناة" + +#: src/FLTK/flgui.cpp:5263 +msgid "Select MIDI channel" +msgstr "حدد قناة MIDI" + +#: src/FLTK/flgui.cpp:5277 +msgid "CC" +msgstr "CC" + +#: src/FLTK/flgui.cpp:5278 +msgid "Select CC number" +msgstr "حدد رقم CC" + +#: src/FLTK/flgui.cpp:5283 src/FLTK/fl_callbacks.cpp:6425 +msgid "Learn" +msgstr "تعلّم" + +#: src/FLTK/flgui.cpp:5284 +msgid "Activate to auto detect the channel and CC number" +msgstr "Ø§Ù„ØªÙØ¹ÙŠÙ„ للكش٠التلقائي عن القناة ورقم CC" + +#: src/FLTK/flgui.cpp:5289 +msgid "CC Mode" +msgstr "وضع CC" + +#: src/FLTK/flgui.cpp:5290 +msgid "Select CC mode" +msgstr "تحديد وضع CC" + +#: src/FLTK/flgui.cpp:5304 +msgid "Soft takeover" +msgstr "الاستحواذ الناعم" + +#: src/FLTK/flgui.cpp:5305 +msgid "Prevents jumps when controlling a slider in absolute mode" +msgstr "يمنع Ø§Ù„Ù‚ÙØ²Ø§Øª عند التحكم ÙÙŠ شريط التمرير ÙÙŠ الوضع المطلق" + +#: src/FLTK/flgui.cpp:5313 +msgid "TLS" +msgstr "TLS" + +#: src/FLTK/flgui.cpp:5315 src/FLTK/flgui.cpp:5619 +msgid "SSL/TLS" +msgstr "SSL/TLS" + +#: src/FLTK/flgui.cpp:5318 +msgid "" +"If your server uses a certificate from\n" +"Let's Encrypt or another well known\n" +"CA, you can leave these fields blank." +msgstr "" +"إذا كان خادمك يستخدم شهادة من\n" +"Let's Encrypt أو شهادة أخرى well known\n" +"CAØŒ يمكنك ترك هذه الحقول ÙØ§Ø±ØºØ©." + +#: src/FLTK/flgui.cpp:5322 +msgid "CA Certificate File:" +msgstr "مل٠شهادة CA:" + +#: src/FLTK/flgui.cpp:5323 +msgid "Certificate file" +msgstr "مل٠الشهادة" + +#: src/FLTK/flgui.cpp:5329 +msgid "Select certificate file" +msgstr "حدد مل٠الشهادة" + +#: src/FLTK/flgui.cpp:5334 +msgid "CA Certificate Directory:" +msgstr "مجلد شهادة CA:" + +#: src/FLTK/flgui.cpp:5335 +msgid "Certificate directory" +msgstr "مجلد الشهادة" + +#: src/FLTK/flgui.cpp:5341 +msgid "Select certificate directory" +msgstr "حدد مجلد الشهادة" + +#: src/FLTK/flgui.cpp:5350 +msgid "GUI" +msgstr "GUI" + +#: src/FLTK/flgui.cpp:5352 +msgid "Language" +msgstr "اللغة" + +#: src/FLTK/flgui.cpp:5369 +msgid "Display Color" +msgstr "لون العرض" + +#: src/FLTK/flgui.cpp:5372 +msgid "Text" +msgstr "النص" + +#: src/FLTK/flgui.cpp:5373 +msgid "Select text color" +msgstr "حدد لون الكتابة" + +#: src/FLTK/flgui.cpp:5379 +msgid "Background" +msgstr "لون الخلÙية" + +#: src/FLTK/flgui.cpp:5380 +msgid "Select background color" +msgstr "حدد لون الخلÙية" + +#: src/FLTK/flgui.cpp:5388 +msgid "VU meter" +msgstr "مقياس VU" + +#: src/FLTK/flgui.cpp:5391 +msgid "Gradient colors" +msgstr "ألوان متدرجة" + +#: src/FLTK/flgui.cpp:5396 +msgid "Solid colors" +msgstr "ألوان سادة" + +#: src/FLTK/flgui.cpp:5401 +msgid "Always show tabs" +msgstr "إظهار علامات التبويب دائماً" + +#: src/FLTK/flgui.cpp:5406 +msgid "Select lower range color" +msgstr "حدد نطاق اللون الأدنى" + +#: src/FLTK/flgui.cpp:5413 +msgid "Select mid range color" +msgstr "حدد نطاق اللون المستوط" + +#: src/FLTK/flgui.cpp:5420 +msgid "Select high range color" +msgstr "حدد نطاق اللون العالي" + +#: src/FLTK/flgui.cpp:5427 +msgid "Low range start value (dB)" +msgstr "قيمة بدء النطاق Ø§Ù„Ù…Ù†Ø®ÙØ¶ (dB)" + +#: src/FLTK/flgui.cpp:5431 +msgid "Mid range start value (dB)" +msgstr "قيمة بدء النطاق المتوسط (dB)" + +#: src/FLTK/flgui.cpp:5440 +msgid "High range start value (dB)" +msgstr "قيمة بدء النطاق العالي (dB)" + +#: src/FLTK/flgui.cpp:5450 +msgid "Misc" +msgstr "Ù…ØªÙØ±Ù‚ات" + +#: src/FLTK/flgui.cpp:5453 +msgid "Attach settings window to main window" +msgstr "Ø¥Ø±ÙØ§Ù‚ Ù†Ø§ÙØ°Ø© الإعدادات Ø¨Ø§Ù„Ù†Ø§ÙØ°Ø© الرئيسية" + +#: src/FLTK/flgui.cpp:5454 +msgid "Attach this window to the butt window" +msgstr "اربط هذه Ø§Ù„Ù†Ø§ÙØ°Ø© Ø¨Ù†Ø§ÙØ°Ø© butt" + +#: src/FLTK/flgui.cpp:5458 src/FLTK/flgui.cpp:5459 +msgid "Stay always on top" +msgstr "البقاء دائماً ÙÙŠ المقدمة" + +#: src/FLTK/flgui.cpp:5463 src/FLTK/flgui.cpp:5464 +msgid "Remember main window position" +msgstr "تذكر موضع Ø§Ù„Ù†Ø§ÙØ°Ø© الرئيسية" + +#: src/FLTK/flgui.cpp:5468 src/FLTK/flgui.cpp:5469 +msgid "Hide log window after start up" +msgstr "Ø¥Ø®ÙØ§Ø¡ Ù†Ø§ÙØ°Ø© السجل بعد بدء التشغيل" + +#: src/FLTK/flgui.cpp:5473 src/FLTK/flgui.cpp:5474 +msgid "Change display mode every 5 seconds" +msgstr "تغيير طريقة العرض كل 4 ثواني" + +#: src/FLTK/flgui.cpp:5478 +msgid "Start minimized" +msgstr "بدء التشغيل المصغر" + +#: src/FLTK/flgui.cpp:5479 +msgid "Minimize butt at startup" +msgstr "تصغير butt عند بدء التشغيل" + +#: src/FLTK/flgui.cpp:5483 +msgid "Disable gain control" +msgstr "تعطيل تحكم الاكتساب" + +#: src/FLTK/flgui.cpp:5489 +msgid "Show listeners" +msgstr "عرض المستمعين" + +#: src/FLTK/flgui.cpp:5490 +msgid "Show current listeners in the display (not always available)" +msgstr "إظهار المستمعين الحاليين ÙÙŠ الشاشة (غير Ù…ØªÙˆÙØ± دائمًا)" + +#: src/FLTK/flgui.cpp:5494 +msgid "Update rate:" +msgstr "معدل التحديث:" + +#: src/FLTK/flgui.cpp:5504 +msgid "Custom window title:" +msgstr "عنوان Ø§Ù„Ù†Ø§ÙØ°Ø© المخصص:" + +#: src/FLTK/flgui.cpp:5505 +msgid "Define a custom window title" +msgstr "تحديد عنوان Ù†Ø§ÙØ°Ø© مخصصة" + +#: src/FLTK/flgui.cpp:5515 +msgid "Donate" +msgstr "التبرع" + +#: src/FLTK/flgui.cpp:5517 +msgid "Donation" +msgstr "التبرع" + +#: src/FLTK/flgui.cpp:5520 +msgid "" +"Keeping this software up to date, adding\n" +"new features and answering support mails\n" +"takes a lot of time and effort. If you can\n" +"afford it, please consider supporting this\n" +"project.\n" +"\n" +"Thank you!" +msgstr "" +"Ø§Ù„Ø­ÙØ§Ø¸ على تحديث هذا البرنامج ÙˆØ¥Ø¶Ø§ÙØ©\n" +"ميزات جديدة والرد على رسائل الدعم\n" +"يستغرق الكثير من الوقت والجهد. إذا كنت تستطيع\n" +"تحمله، يرجى النظر ÙÙŠ دعم هذا\n" +"المشروع.\n" +"\n" +"شكراً لكم!" + +#: src/FLTK/flgui.cpp:5525 +msgid "&Donate via PayPal" +msgstr "تبرع عبر الباي بال" + +#: src/FLTK/flgui.cpp:5529 +msgid "Become a &patron" +msgstr "تبرع عبر باترون" + +#: src/FLTK/flgui.cpp:5533 +msgid "&Apple Pay, Google Pay, CC and more" +msgstr "تبرع عبر ابل باي، قوقل باي، CC والمزيد" + +#: src/FLTK/flgui.cpp:5537 +msgid "&Bitcoin && Co" +msgstr "تبرع عبر شركة بتكوين" + +#: src/FLTK/flgui.cpp:5552 src/FLTK/flgui.cpp:5673 +msgid "Name:" +msgstr "الاسم:" + +#: src/FLTK/flgui.cpp:5556 +msgid "Address:" +msgstr "العنوان:" + +#: src/FLTK/flgui.cpp:5560 +msgid "Port:" +msgstr "Ø§Ù„Ù…Ù†ÙØ°:" + +#: src/FLTK/flgui.cpp:5564 +msgid "Password:" +msgstr "كلمة المرور:" + +#: src/FLTK/flgui.cpp:5569 +msgid "Icecast mountpoint:" +msgstr "نقطة icecast:" + +#: src/FLTK/flgui.cpp:5573 +msgid "Icecast user:" +msgstr "اسم مستخدم icecast:" + +#: src/FLTK/flgui.cpp:5577 src/FLTK/fl_callbacks.cpp:1136 +#: src/FLTK/fl_callbacks.cpp:1215 src/FLTK/fl_callbacks.cpp:1623 +msgid "Show" +msgstr "عرض" + +#: src/FLTK/flgui.cpp:5578 +msgid "show/hide password" +msgstr "عرض/Ø¥Ø®ÙØ§Ø¡ كلمة المرور" + +#: src/FLTK/flgui.cpp:5582 +msgid "Type" +msgstr "النوع" + +#: src/FLTK/flgui.cpp:5585 +msgid "Shoutcast" +msgstr "Shoutcast" + +#: src/FLTK/flgui.cpp:5590 +msgid "Icecast" +msgstr "Icecast" + +#: src/FLTK/flgui.cpp:5595 +msgid "WebRTC" +msgstr "WebRTC" + +#: src/FLTK/flgui.cpp:5600 +msgid "Radio.co" +msgstr "Radio.co" + +#: src/FLTK/flgui.cpp:5607 src/FLTK/flgui.cpp:5709 +msgid "&Cancel" +msgstr "&الغاء" + +#: src/FLTK/flgui.cpp:5611 src/FLTK/flgui.cpp:5713 +msgid "&ADD" +msgstr "ا&Ø¶Ø§ÙØ©" + +#: src/FLTK/flgui.cpp:5622 +msgid "Use SSL/TLS" +msgstr "استخدام SSL/TLS" + +#: src/FLTK/flgui.cpp:5625 +msgid "Revoke certificate trust" +msgstr "إلغاء الثقة بالشهادة" + +#: src/FLTK/flgui.cpp:5631 +msgid "Radio.co Stations" +msgstr "محطات Radio.co" + +#: src/FLTK/flgui.cpp:5634 +msgid "Get Stations" +msgstr "الحصول على المحطات" + +#: src/FLTK/flgui.cpp:5638 +msgid "Select all" +msgstr "تحديد الكل" + +#: src/FLTK/flgui.cpp:5642 +msgid "Deselect all" +msgstr "الغاء تحديد الكل" + +#: src/FLTK/flgui.cpp:5646 +msgid "Use legacy Icecast protocol" +msgstr "استخدام بروتوكول Icecast القديم" + +#: src/FLTK/flgui.cpp:5647 +msgid "" +"Activate this if you want to use the older SOURCE protocol instead of the " +"newer PUT protocol" +msgstr "" +"قم بتنشيط هذا إذا كنت ترغب ÙÙŠ استخدام بروتوكول SOURCE الأقدم بدلاً من " +"بروتوكول PUT الأحدث" + +#: src/FLTK/flgui.cpp:5651 +msgid "ICE server (optional):" +msgstr "خادم ICE (اختياري):" + +#: src/FLTK/flgui.cpp:5654 +msgid "WebRTC (WHIP) URL:" +msgstr "عنوان WebRTC (WHIP):" + +#: src/FLTK/flgui.cpp:5657 +msgid "Bearer token (optional):" +msgstr "رمز المصادقة:" + +#: src/FLTK/flgui.cpp:5660 +msgid "Custom listener URL (optional):" +msgstr "عنوان URL لعدد المستمعين (اختياري):" + +#: src/FLTK/flgui.cpp:5664 +msgid "Custom listener mountpoint (optional):" +msgstr "نقطة التحميل لعدد المستمعين (اختياري):" + +#: src/FLTK/flgui.cpp:5674 +msgid "The name of your new ICY-entrie" +msgstr "اسم مركز ICY-entrie الجديد الخاص بك" + +#: src/FLTK/flgui.cpp:5678 +msgid "Description:" +msgstr "الوصÙ:" + +#: src/FLTK/flgui.cpp:5682 +msgid "Genre:" +msgstr "النوع:" + +#: src/FLTK/flgui.cpp:5686 +msgid "URL:" +msgstr "الرابط:" + +#: src/FLTK/flgui.cpp:5690 +msgid "ICQ:" +msgstr "ICQ:" + +#: src/FLTK/flgui.cpp:5694 +msgid "IRC:" +msgstr "IRC:" + +#: src/FLTK/flgui.cpp:5698 +msgid "AIM:" +msgstr "AIM:" + +#: src/FLTK/flgui.cpp:5702 +msgid "Make server public" +msgstr "جعل الخادم عام" + +#: src/FLTK/flgui.cpp:5705 +msgid "Expand variables" +msgstr "توسيع المتغيرات" + +#: src/FLTK/flgui.cpp:5706 +msgid "Activate to expand date variables in name and description" +msgstr "تنشيط لتوسيع متغيرات التاريخ ÙÙŠ الاسم والوصÙ" + +#: src/FLTK/flgui.cpp:5736 +msgid "Donate Cryptocurrency" +msgstr "التبرع بالعملة Ø§Ù„Ù…Ø´ÙØ±Ø©" + +#: src/FLTK/flgui.cpp:5747 +msgid "Bitcoin" +msgstr "بتكوين" + +#: src/FLTK/flgui.cpp:5752 src/FLTK/flgui.cpp:5761 src/FLTK/flgui.cpp:5770 +msgid "Copy" +msgstr "نسخ" + +#: src/FLTK/flgui.cpp:5756 +msgid "Litecoin" +msgstr "لايتكوين" + +#: src/FLTK/flgui.cpp:5765 +msgid "Monero" +msgstr "مونيرو" + +#: src/FLTK/flgui.cpp:5774 src/FLTK/flgui.cpp:6106 src/FLTK/flgui.cpp:6461 +#: src/FLTK/flgui.cpp:6669 +msgid "&Close" +msgstr "اغ&لاق" + +#: src/FLTK/flgui.cpp:5780 +msgid "Streaming Codec Settings" +msgstr "إعدادات ترميز البث" + +#: src/FLTK/flgui.cpp:5792 src/FLTK/flgui.cpp:6124 +msgid "MP3" +msgstr "MP3" + +#: src/FLTK/flgui.cpp:5793 src/FLTK/flgui.cpp:6125 +msgid "Encoding Quality" +msgstr "جودة الترميز" + +#: src/FLTK/flgui.cpp:5806 src/FLTK/flgui.cpp:6138 +msgid "Stereo Mode" +msgstr "وضع الاستريو" + +#: src/FLTK/flgui.cpp:5819 src/FLTK/flgui.cpp:5949 src/FLTK/flgui.cpp:6015 +#: src/FLTK/flgui.cpp:6071 src/FLTK/flgui.cpp:6151 src/FLTK/flgui.cpp:6281 +#: src/FLTK/flgui.cpp:6334 src/FLTK/flgui.cpp:6403 +msgid "Bitrate Mode" +msgstr "وضع معدل البت" + +#: src/FLTK/flgui.cpp:5832 src/FLTK/flgui.cpp:6164 +msgid "VBR" +msgstr "VBR" + +#: src/FLTK/flgui.cpp:5835 src/FLTK/flgui.cpp:5989 src/FLTK/flgui.cpp:6167 +#: src/FLTK/flgui.cpp:6347 +msgid "Quality" +msgstr "الجودة" + +#: src/FLTK/flgui.cpp:5848 src/FLTK/flgui.cpp:6180 +msgid "Min. Bitrate" +msgstr "اقل معدل البت" + +#: src/FLTK/flgui.cpp:5861 src/FLTK/flgui.cpp:6193 +msgid "Max. Bitrate" +msgstr "اعلى معدل البت" + +#: src/FLTK/flgui.cpp:5874 src/FLTK/flgui.cpp:6206 +msgid "Force" +msgstr "ÙØ±Ø¶" + +#: src/FLTK/flgui.cpp:5875 src/FLTK/flgui.cpp:6207 +msgid "Strictly enforce mininum Bitrate (-F option of the lame encoder)" +msgstr "ÙØ±Ø¶ الحد الأدنى لمعدل البت بدقة (خيار -F من Ø§Ù„Ù…Ø´ÙØ± الأعرج)" + +#: src/FLTK/flgui.cpp:5881 src/FLTK/flgui.cpp:6227 +msgid "Lowpass (kHz)" +msgstr "تجاوز Ù…Ù†Ø®ÙØ¶ (كيلوهرتز)" + +#: src/FLTK/flgui.cpp:5884 src/FLTK/flgui.cpp:5909 src/FLTK/flgui.cpp:6230 +#: src/FLTK/flgui.cpp:6255 +msgid "Frequency" +msgstr "التكرار" + +#: src/FLTK/flgui.cpp:5890 src/FLTK/flgui.cpp:5915 src/FLTK/flgui.cpp:6236 +#: src/FLTK/flgui.cpp:6261 +msgid "Width" +msgstr "العرض" + +#: src/FLTK/flgui.cpp:5906 src/FLTK/flgui.cpp:6252 +msgid "Highpass (kHz)" +msgstr "تجاوز عال (كيلوهرتز)" + +#: src/FLTK/flgui.cpp:5931 src/FLTK/flgui.cpp:6213 +msgid "Resampling" +msgstr "إعادة أخذ العينات" + +#: src/FLTK/flgui.cpp:5932 src/FLTK/flgui.cpp:6214 +msgid "Resample to the selected sample rate" +msgstr "إعادة العينة إلى معدل العينة المحدد" + +#: src/FLTK/flgui.cpp:5947 src/FLTK/flgui.cpp:6279 +msgid "OGG" +msgstr "OGG" + +#: src/FLTK/flgui.cpp:5962 src/FLTK/flgui.cpp:6294 +msgid "VBR Quality" +msgstr "جودة VBR" + +#: src/FLTK/flgui.cpp:5975 src/FLTK/flgui.cpp:6307 +msgid "VBR min. Bitrate" +msgstr "اقل VBR. معدل البت" + +#: src/FLTK/flgui.cpp:5980 src/FLTK/flgui.cpp:6312 +msgid "VBR max. Bitrate" +msgstr "اعلى VBR. معدل البت" + +#: src/FLTK/flgui.cpp:5987 src/FLTK/flgui.cpp:6319 +msgid "OPUS" +msgstr "OPUS" + +#: src/FLTK/flgui.cpp:6002 src/FLTK/flgui.cpp:6321 +msgid "Optimize for" +msgstr "التحسين من أجل" + +#: src/FLTK/flgui.cpp:6028 src/FLTK/flgui.cpp:6360 +msgid "Max. Bandwidth" +msgstr "اعلى. الباندويث" + +#: src/FLTK/flgui.cpp:6043 src/FLTK/flgui.cpp:6375 +msgid "AAC" +msgstr "AAC" + +#: src/FLTK/flgui.cpp:6045 src/FLTK/flgui.cpp:6377 +msgid "Profile" +msgstr "المل٠الشخصي" + +#: src/FLTK/flgui.cpp:6058 src/FLTK/flgui.cpp:6390 +msgid "Afterburner" +msgstr "زيادة الاشارة" + +#: src/FLTK/flgui.cpp:6086 src/FLTK/flgui.cpp:6418 +msgid "FLAC" +msgstr "FLAC" + +#: src/FLTK/flgui.cpp:6088 src/FLTK/flgui.cpp:6420 src/FLTK/flgui.cpp:6438 +msgid "Bit depth" +msgstr "عمق الـ Bit" + +#: src/FLTK/flgui.cpp:6090 src/FLTK/flgui.cpp:6422 src/FLTK/flgui.cpp:6440 +msgid "16 bit" +msgstr "16 bit" + +#: src/FLTK/flgui.cpp:6095 src/FLTK/flgui.cpp:6427 src/FLTK/flgui.cpp:6450 +msgid "24 bit" +msgstr "24 bit" + +#: src/FLTK/flgui.cpp:6112 +msgid "Recording Codec Settings" +msgstr "إعدادات ترميز التسجيل" + +#: src/FLTK/flgui.cpp:6436 +msgid "WAV" +msgstr "WAV" + +#: src/FLTK/flgui.cpp:6445 +msgid "32 bit" +msgstr "32 bit" + +#: src/FLTK/flgui.cpp:6467 +msgid "butt audio mixer" +msgstr "butt ميكسر الصوت" + +#: src/FLTK/flgui.cpp:6483 +msgid "Audio Mixer" +msgstr "ميكسر الصوت" + +#: src/FLTK/flgui.cpp:6486 src/FLTK/flgui.cpp:6516 src/FLTK/flgui.cpp:6546 +#: src/FLTK/flgui.cpp:6569 src/FLTK/flgui.cpp:6592 +msgid "+0.0 dB" +msgstr "+0.0 dB" + +#: src/FLTK/flgui.cpp:6491 src/FLTK/flgui.cpp:6634 +msgid "" +"Primary\n" +"Device" +msgstr "" +"الجهاز\n" +"الاساسي" + +#: src/FLTK/flgui.cpp:6509 src/FLTK/flgui.cpp:6510 src/FLTK/flgui.cpp:6539 +#: src/FLTK/flgui.cpp:6540 +msgid "Mute" +msgstr "كتم" + +#: src/FLTK/flgui.cpp:6521 src/FLTK/flgui.cpp:6642 +msgid "" +"Secondary\n" +"Device" +msgstr "" +"الجهاز\n" +"الثانوي" + +#: src/FLTK/flgui.cpp:6551 +msgid "" +"Streaming\n" +"Gain" +msgstr "" +"مستوى\n" +"البث" + +#: src/FLTK/flgui.cpp:6574 +msgid "" +"Recording\n" +"Gain" +msgstr "" +"مستوى\n" +"التسجيل" + +#: src/FLTK/flgui.cpp:6597 +msgid "" +"Master\n" +"Gain" +msgstr "" +"مستوى\n" +"الماستر" + +#: src/FLTK/flgui.cpp:6615 +msgid "" +"\n" +"Cross Fader" +msgstr "" +"\n" +"التداخل" + +#: src/FLTK/flgui.cpp:6638 +msgid "|" +msgstr "|" + +#: src/FLTK/flgui.cpp:6650 +msgid "Alert" +msgstr "تنبيه" + +#: src/FLTK/flgui.cpp:6661 +msgid "&Open the manual" +msgstr "&Ø§ÙØªØ­ الدليل" + +#: src/FLTK/flgui.cpp:6665 +msgid "" +"Could not find aac library.\n" +"\n" +"Please follow the instructions in the manual\n" +"for adding aac support." +msgstr "" +"تعذر العثور على مكتبة AAC.\n" +"\n" +"يرجى اتباع التعليمات الموجودة ÙÙŠ الدليل\n" +"Ù„Ø¥Ø¶Ø§ÙØ© دعم AAC." + +#: src/FLTK/fl_timer_funcs.cpp:318 +#, c-format +msgid "" +"stream sent\n" +"%0.2lfMB" +msgstr "" +"stream sent\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:323 +#, c-format +msgid "" +"stream time\n" +"%s" +msgstr "" +"stream time\n" +"%s" + +# Please do not translate! +#: src/FLTK/fl_timer_funcs.cpp:330 +#, c-format +msgid "" +"On Air\n" +"Listeners %5d" +msgstr "" + +# Please do not translate! +#: src/FLTK/fl_timer_funcs.cpp:333 +#, c-format +msgid "" +"On Air\n" +"Listeners>%5d" +msgstr "" + +# Please do not translate! +#: src/FLTK/fl_timer_funcs.cpp:337 +#, c-format +msgid "On Air" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:343 +#, c-format +msgid "" +"record time\n" +"%s" +msgstr "" +"record time\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:348 +#, c-format +msgid "" +"record size\n" +"%0.2lfMB" +msgstr "" +"record size\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:479 +#, c-format +msgid "" +"ERROR: Connection lost\n" +"reconnecting in %d seconds..." +msgstr "" +"خطأ: تم Ùقدان الاتصال\n" +"إعادة الاتصال ÙÙŠ %d ثانية..." + +#: src/FLTK/fl_timer_funcs.cpp:483 +msgid "" +"ERROR: Connection lost\n" +"reconnecting..." +msgstr "" +"خطأ: تم Ùقدان الاتصال\n" +"إعادة الاتصال..." + +#: src/FLTK/fl_timer_funcs.cpp:608 +msgid "Listeners" +msgstr "المستمعين" + +#: src/FLTK/fl_timer_funcs.cpp:674 +msgid "" +"Could not find a file extension in current filename\n" +"Automatic file splitting is deactivated" +msgstr "" +"تعذر العثور على امتداد مل٠ÙÙŠ اسم المل٠الحالي.\n" +"تم إلغاء ØªÙØ¹ÙŠÙ„ التقسيم التلقائي للملÙ" + +#: src/FLTK/fl_timer_funcs.cpp:704 +msgid "" +"Could not find a valid filename for next file\n" +"butt keeps recording to current file" +msgstr "" +"تعذر العثور على اسم مل٠صالح للمل٠التالي.\n" +"butt مستمر ÙÙŠ التسجيل ÙÙŠ المل٠الحالي" + +#: src/FLTK/fl_timer_funcs.cpp:717 src/FLTK/fl_callbacks.cpp:1033 +#, c-format +msgid "" +"Could not open:\n" +"%s" +msgstr "" +"تعذر ÙØªØ­:\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:721 src/port_audio.cpp:938 +msgid "Recording to:" +msgstr "التسجيل الى:" + +#: src/FLTK/fl_timer_funcs.cpp:964 +#, c-format +msgid "" +"Warning\n" +"Could not open: %s.\n" +"Will retry in 5 seconds" +msgstr "" +"تحذير\n" +"لا يمك ÙØªØ­ %s.\n" +"ستتم الإعادة بعد 5 ثواني" + +#: src/FLTK/fl_callbacks.cpp:145 +msgid "connecting" +msgstr "connecting" + +#: src/FLTK/fl_callbacks.cpp:187 +msgid "" +"Error: No server entry found.\n" +"Please add a server in the settings-window." +msgstr "" +"خطأ: لم يتم العثور على الخادم.\n" +"يرجى Ø¥Ø¶Ø§ÙØ© خادم ÙÙŠ Ù†Ø§ÙØ°Ø© الإعدادات." + +#: src/FLTK/fl_callbacks.cpp:192 +msgid "" +"Error: ogg vorbis encoder doesn't support bitrates\n" +"lower than 48kbit" +msgstr "" +"خطأ: ترميز ogg vorbis لا يدعم معدلات البت\n" +"أقل من 48 كيلوبت ÙÙŠ الثانية" + +#: src/FLTK/fl_callbacks.cpp:200 +#, c-format +msgid "Warning: %s is not supported by every Shoutcast version" +msgstr "تحذير: %s لا يدعمه كل إصدار من Shoutcast" + +#: src/FLTK/fl_callbacks.cpp:204 +msgid "Error: FLAC is not supported by ShoutCast" +msgstr "خطأ: FLAC غير معتمد من قبل ShoutCast" + +#: src/FLTK/fl_callbacks.cpp:211 +#, c-format +msgid "Error: Radio.co supports only mp3 and aac" +msgstr "خطأ: Radio.co يدعم Ùقط mp3 Ùˆ aac" + +#: src/FLTK/fl_callbacks.cpp:219 +#, c-format +msgid "Error: WebRTC only supports opus" +msgstr "خطأ: WebRTC يدعم Ùقط Opus" + +#: src/FLTK/fl_callbacks.cpp:226 +#, c-format +msgid "Connecting to %s via %s ..." +msgstr "جاري الاتصال بـ %s عبر %s ..." + +#: src/FLTK/fl_callbacks.cpp:229 +#, c-format +msgid "Connecting to %s:%u ..." +msgstr "جار٠الاتصال بـ %s:%u ..." + +#: src/FLTK/fl_callbacks.cpp:232 +#, c-format +msgid "Connecting to %s:%u (%u) ..." +msgstr "جار٠الاتصال بـ %s:%u (%u) ..." + +#: src/FLTK/fl_callbacks.cpp:328 +msgid "Connection established" +msgstr "تم الاتصال" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "no" +msgstr "لا" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "yes" +msgstr "نعم" + +#: src/FLTK/fl_callbacks.cpp:344 +#, c-format +msgid "Device 1:\t%s\n" +msgstr "الجهاز 1:\t%s\n" + +#: src/FLTK/fl_callbacks.cpp:345 +#, c-format +msgid "Device 2:\t%s\n" +msgstr "الجهاز 2:\t%s\n" + +#: src/FLTK/fl_callbacks.cpp:396 +#, c-format +msgid "Connected to: %s" +msgstr "تم الاتصال بـ: %s" + +#: src/FLTK/fl_callbacks.cpp:567 src/FLTK/fl_callbacks.cpp:1669 +msgid "The custom listener URL must start with http:// or https://" +msgstr "يجب أن يبدأ عنوان URL إما ب http:// أو https://" + +#: src/FLTK/fl_callbacks.cpp:574 src/FLTK/fl_callbacks.cpp:1676 +msgid "" +"No mountpoint specified\n" +"Setting mountpoint to \"stream\"" +msgstr "" +"لم يتم تحديد النقطه\n" +"جار٠تحديد النقطه الى \"stream\"" + +#: src/FLTK/fl_callbacks.cpp:578 src/FLTK/fl_callbacks.cpp:1680 +msgid "" +"No user specified\n" +"Setting user to \"source\"" +msgstr "" +"لم يتم تحديد المستخدم\n" +"جار٠تحديد المستخدم الى \"source\"" + +#: src/FLTK/fl_callbacks.cpp:586 src/FLTK/fl_callbacks.cpp:1688 +msgid "" +"Unsupported listener URL.\n" +"The listener URL must end with status-json.xsl, 7.xsl, 7.html or contain " +"stats?sid" +msgstr "" +"عنوان URL للمستمع غير مدعو\n" +"يجب أن ينتهي عنوان URL للمستمع بـ status-json.xsl أو 7.xsl أو 7.html أو " +"يحتوي على stats?sid." + +#: src/FLTK/fl_callbacks.cpp:592 src/FLTK/fl_callbacks.cpp:1694 +#: src/FLTK/fl_callbacks.cpp:1857 src/FLTK/fl_callbacks.cpp:2545 +msgid "No name specified" +msgstr "لم يتم تحديد اسم" + +#: src/FLTK/fl_callbacks.cpp:597 src/FLTK/fl_callbacks.cpp:1699 +msgid "" +"The number of characters of all your server names exeeds 1000\n" +"Please reduce the number of characters of each server name" +msgstr "" +"عدد الأحر٠ÙÙŠ جميع أسماء الخوادم يتجاوز 1000 حرÙًا.\n" +"يرجى تقليل عدد الأحر٠لكل اسم خادم" + +#: src/FLTK/fl_callbacks.cpp:603 src/FLTK/fl_callbacks.cpp:1705 +msgid "Newline characters and [];/\\ are not allowed within the server name" +msgstr "لا ÙŠÙØ³Ù…Ø­ بوجود أحر٠سطر جديد Ùˆ [];/\\ غير مسموح بها داخل اسم الخادم" + +#: src/FLTK/fl_callbacks.cpp:609 src/FLTK/fl_callbacks.cpp:1710 +msgid "No address specified" +msgstr "لم يتم تحديد عنوان" + +#: src/FLTK/fl_callbacks.cpp:613 src/FLTK/fl_callbacks.cpp:1714 +msgid "No password specified" +msgstr "لم يتم تحديد كلمة مرور" + +#: src/FLTK/fl_callbacks.cpp:617 src/FLTK/fl_callbacks.cpp:1718 +msgid "No port specified" +msgstr "لم يتم تحديد Ù…Ù†ÙØ°" + +#: src/FLTK/fl_callbacks.cpp:621 src/FLTK/fl_callbacks.cpp:1722 +msgid "" +"Invalid port number\n" +"The port number must be between 1 and 65535" +msgstr "" +"رقم Ø§Ù„Ù…Ù†ÙØ° غير صالح\n" +"يجب أن يكون رقم Ø§Ù„Ù…Ù†ÙØ° بين 1 Ùˆ65535" + +#: src/FLTK/fl_callbacks.cpp:628 src/FLTK/fl_callbacks.cpp:1729 +msgid "No WHIP URL specified" +msgstr "لم يتم تحديد عنوان WHIP محدد" + +#: src/FLTK/fl_callbacks.cpp:637 src/FLTK/fl_callbacks.cpp:1740 +#: src/FLTK/fl_callbacks.cpp:2564 +msgid "Server name already exist!" +msgstr "اسم Ø§Ù„Ø³ÙŠØ±ÙØ± موجود مسبقاً!" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "stop recording?" +msgstr "إيقا٠التسجيل؟" + +#: src/FLTK/fl_callbacks.cpp:966 src/FLTK/fl_funcs.cpp:1462 +msgid "No" +msgstr "لا" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "Yes" +msgstr "نعم" + +#: src/FLTK/fl_callbacks.cpp:1005 +msgid "No recording filename specified" +msgstr "لم يتم تحديد اسم مل٠التسجيل" + +#: src/FLTK/fl_callbacks.cpp:1015 +#, c-format +msgid "%s already exists!" +msgstr "%s موجود مسبقاً!" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "overwrite" +msgstr "الكتابة على" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "cancel" +msgstr "الغاء" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "append" +msgstr "إلحاق" + +#: src/FLTK/fl_callbacks.cpp:1021 +msgid "Recording canceled" +msgstr "تم إلغاء التسجيل" + +#: src/FLTK/fl_callbacks.cpp:1090 src/FLTK/fl_funcs.cpp:1308 +msgid "Hide log" +msgstr "Ø¥Ø®ÙØ§Ø¡ السجل" + +#: src/FLTK/fl_callbacks.cpp:1123 +msgid "Add Server" +msgstr "Ø¥Ø¶Ø§ÙØ© خادم" + +#: src/FLTK/fl_callbacks.cpp:1176 +msgid "Edit Server" +msgstr "تعديل خادم" + +#: src/FLTK/fl_callbacks.cpp:1181 +msgid "Radio.co stations cannot be edited." +msgstr "محطات Radio.co لا يمكن تعديلها." + +#: src/FLTK/fl_callbacks.cpp:1267 +msgid "Add Server Infos" +msgstr "Ø¥Ø¶Ø§ÙØ© معلومات الخادم" + +#: src/FLTK/fl_callbacks.cpp:1302 +msgid "Song update failed: WebRTC does not support song names" +msgstr "ÙØ´Ù„ تحديث الأغنية: لا يدعم WebRTC أسماء الأغاني" + +#: src/FLTK/fl_callbacks.cpp:1345 +#, c-format +msgid "" +"Updated songname to:\n" +"%s\n" +msgstr "" +"تم تحديث اسم الأغنية إلى:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:1354 +msgid "Updating songname failed" +msgstr "ÙØ´Ù„ تحديث اسم الاغنية" + +#: src/FLTK/fl_callbacks.cpp:1428 +#, c-format +msgid "Audio buffer has been set to %d ms" +msgstr "تم ضبط المخزن الصوتي المؤقت على %d مللي ثانية" + +#: src/FLTK/fl_callbacks.cpp:1592 +msgid "" +"butt will open Radio.co in a new browser window.\n" +"\n" +"Login to Radio.co and allow butt access to your account." +msgstr "" +"Ø³ÙŠÙØªØ­ تطبيق butt موقع Radio.co ÙÙŠ Ù†Ø§ÙØ°Ø© Ù…ØªØµÙØ­ جديدة.\n" +"\n" +"قم بتسجيل الدخول إلى Radio.co واسمح لـ butt بالوصول إلى حسابك." + +#: src/FLTK/fl_callbacks.cpp:1618 +msgid "Hide" +msgstr "Ø§Ø®ÙØ§Ø¡" + +#: src/FLTK/fl_callbacks.cpp:1638 +msgid "Could not revoke trust for certificate" +msgstr "تعذر إلغاء الثقة للشهادة" + +#: src/FLTK/fl_callbacks.cpp:1862 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the count of characters of each icy name" +msgstr "" +"يزيد عدد أحر٠جميع الأسماء Icy عن 1000 حرÙ\n" +"ÙŠÙØ±Ø¬Ù‰ تقليل عدد أحر٠كل اسم icy" + +#: src/FLTK/fl_callbacks.cpp:1868 src/FLTK/fl_callbacks.cpp:2557 +msgid "Newline characters and [];/\\ are not allowed within the icy name" +msgstr "لا يسمح بوجود أحر٠سطر جديد Ùˆ [];/\\ غير مسموح بها داخل الاسم icy" + +#: src/FLTK/fl_callbacks.cpp:1877 +msgid "Icy name already exist!" +msgstr "اسم icy موجود مسبقاً!" + +#: src/FLTK/fl_callbacks.cpp:2002 src/FLTK/fl_callbacks.cpp:2015 +#: src/FLTK/fl_callbacks.cpp:2029 src/FLTK/fl_callbacks.cpp:2044 +#: src/FLTK/fl_callbacks.cpp:2233 src/FLTK/fl_callbacks.cpp:2246 +#: src/FLTK/fl_callbacks.cpp:2260 src/FLTK/fl_callbacks.cpp:2275 +#: src/FLTK/fl_callbacks.cpp:2290 +msgid "" +"Warning:\n" +"The stream Sample-/Bitrate combination is invalid" +msgstr "" +"تحذير:\n" +"مجموعة عينة الدÙÙ‚-/معدل البت غير صالحة" + +#: src/FLTK/fl_callbacks.cpp:2008 src/FLTK/fl_callbacks.cpp:2021 +#: src/FLTK/fl_callbacks.cpp:2035 src/FLTK/fl_callbacks.cpp:2050 +msgid "The previous values have been set\n" +msgstr "تم تعيين القيم السابقة\n" + +#: src/FLTK/fl_callbacks.cpp:2056 +#, c-format +msgid "Stream bitrate set to: %dk" +msgstr "تم تعيين معدل بت البث إلى: %dk" + +#: src/FLTK/fl_callbacks.cpp:2142 src/FLTK/fl_callbacks.cpp:2155 +#: src/FLTK/fl_callbacks.cpp:2169 src/FLTK/fl_callbacks.cpp:2184 +#: src/FLTK/fl_callbacks.cpp:2313 src/FLTK/fl_callbacks.cpp:2326 +#: src/FLTK/fl_callbacks.cpp:2340 src/FLTK/fl_callbacks.cpp:2355 +#: src/FLTK/fl_callbacks.cpp:2369 +msgid "" +"Warning:\n" +"The record Sample-/Bitrate combination is invalid" +msgstr "" +"تحذير:\n" +"مجموعة عينة التسجل-/معدل البت غير صالحة" + +#: src/FLTK/fl_callbacks.cpp:2148 src/FLTK/fl_callbacks.cpp:2161 +#: src/FLTK/fl_callbacks.cpp:2175 src/FLTK/fl_callbacks.cpp:2190 +#: src/FLTK/fl_callbacks.cpp:2239 src/FLTK/fl_callbacks.cpp:2252 +#: src/FLTK/fl_callbacks.cpp:2266 src/FLTK/fl_callbacks.cpp:2281 +#: src/FLTK/fl_callbacks.cpp:2296 src/FLTK/fl_callbacks.cpp:2319 +#: src/FLTK/fl_callbacks.cpp:2332 src/FLTK/fl_callbacks.cpp:2346 +#: src/FLTK/fl_callbacks.cpp:2361 src/FLTK/fl_callbacks.cpp:2375 +msgid "The previous values have been set" +msgstr "تم تعيين القيم السابقة" + +#: src/FLTK/fl_callbacks.cpp:2196 +#, c-format +msgid "Record bitrate set to: %dk" +msgstr "تم تعيين معدل بت التسجيل الى: %dk" + +#: src/FLTK/fl_callbacks.cpp:2383 +#, c-format +msgid "Samplerate set to: %dHz" +msgstr "تم تعيين معدل أخذ العينات على: %dHz" + +#: src/FLTK/fl_callbacks.cpp:2449 +msgid "Channels set to: stereo" +msgstr "القنوات مضبوطة على: ستيريو" + +#: src/FLTK/fl_callbacks.cpp:2512 +msgid "Channels set to: mono" +msgstr "القنوات مضبوطة على: احادي" + +#: src/FLTK/fl_callbacks.cpp:2551 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the number of characters of each icy name" +msgstr "" +"عدد أحر٠جميع الأسماء icy الخاصة بك يتجاوز 1000 حرÙ\n" +"ÙŠÙØ±Ø¬Ù‰ تقليل عدد أحر٠كل اسم icy" + +#: src/FLTK/fl_callbacks.cpp:2659 +msgid "Edit Server Infos" +msgstr "تعديل معلومات الخادم" + +#: src/FLTK/fl_callbacks.cpp:2696 src/FLTK/fl_callbacks.cpp:2749 +msgid "" +"Primary and secondary audio device are both ASIO devices.\n" +"You can not use two ASIO devices at the same time.\n" +"Please select a different device.\n" +msgstr "" +"جهاز الصوت الأساسي والثانوي كلاهما من أجهزة ASIO.\n" +"لا يمكنك استخدام جهازي ASIO ÙÙŠ Ù†ÙØ³ الوقت.\n" +"يرجى تحديد جهاز مختلÙ.\n" + +#: src/FLTK/fl_callbacks.cpp:2717 src/FLTK/fl_callbacks.cpp:4155 +msgid "" +"butt could not open selected audio device.\n" +"Please try another device.\n" +msgstr "" +"butt تعذر Ø¨ÙØªØ­ جهاز الصوت المحدد.\n" +"الرجاء تجربة جهاز آخر.\n" + +#: src/FLTK/fl_callbacks.cpp:2732 +#, c-format +msgid "" +"Primary device:\n" +"%s\n" +msgstr "" +"الجهاز الاساسي:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:2769 +msgid "" +"butt could not open secondary audio device.\n" +"Please try another device.\n" +msgstr "" +"butt تعذر Ø¨ÙØªØ­ جهاز الصوت الثانوي المحدد.\n" +"الرجاء تجربة جهاز آخر.\n" + +#: src/FLTK/fl_callbacks.cpp:2783 +#, c-format +msgid "" +"Secondary device:\n" +"%s\n" +msgstr "" +"الجهاز الثانوي:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:2894 src/FLTK/fl_callbacks.cpp:3072 +msgid "" +"MP3 encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"غير مدعوم تشÙير MP3 الحالي\n" +"تركيبة العينة-/معدل البت" + +#: src/FLTK/fl_callbacks.cpp:2915 +msgid "Stream codec set to mp3" +msgstr "ضبط ترميز البث على mp3" + +#: src/FLTK/fl_callbacks.cpp:2927 src/FLTK/fl_callbacks.cpp:3112 +msgid "" +"OGG Vorbis encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"غير مدعوم تشÙير OGG Vorbis الحالي\n" +"تركيبة العينة-/معدل البت" + +#: src/FLTK/fl_callbacks.cpp:2948 +msgid "Stream codec set to ogg/vorbis" +msgstr "ضبط ترميز البث على ogg/vorbis" + +#: src/FLTK/fl_callbacks.cpp:2959 src/FLTK/fl_callbacks.cpp:3151 +msgid "" +"Opus encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"غير مدعوم تشÙير Opus الحالي\n" +"تركيبة العينة-/معدل البت" + +#: src/FLTK/fl_callbacks.cpp:2979 +msgid "Stream codec set to opus" +msgstr "ضبط ترميز البث على opus" + +#: src/FLTK/fl_callbacks.cpp:3011 src/FLTK/fl_callbacks.cpp:3213 +msgid "" +"AAC encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"غير مدعوم تشÙير AAC الحالي\n" +"تركيبة العينة-/معدل البت" + +#: src/FLTK/fl_callbacks.cpp:3032 +msgid "Stream codec set to aac" +msgstr "ضبط ترميز البث على aac" + +#: src/FLTK/fl_callbacks.cpp:3042 src/FLTK/fl_callbacks.cpp:3252 +msgid "ERROR: While initializing flac settings" +msgstr "خطأ: أثناء تهيئة إعدادات FLAC" + +#: src/FLTK/fl_callbacks.cpp:3060 +msgid "Stream codec set to flac" +msgstr "ضبط ترميز البث على flac" + +#: src/FLTK/fl_callbacks.cpp:3101 +msgid "Record codec set to mp3" +msgstr "ضبط ترميز التسجيل على mp3" + +#: src/FLTK/fl_callbacks.cpp:3140 +msgid "Record codec set to ogg/vorbis" +msgstr "ضبط ترميز التسجيل على ogg/vorbis" + +#: src/FLTK/fl_callbacks.cpp:3179 +msgid "Record codec set to opus" +msgstr "ضبط ترميز التسجيل على opus" + +#: src/FLTK/fl_callbacks.cpp:3242 +msgid "Record codec set to aac" +msgstr "ضبط ترميز التسجيل على aac" + +#: src/FLTK/fl_callbacks.cpp:3278 +msgid "Record codec set to flac" +msgstr "ضبط ترميز التسجيل على flac" + +#: src/FLTK/fl_callbacks.cpp:3294 +msgid "Record codec set to wav" +msgstr "ضبط ترميز التسجيل على wav" + +#: src/FLTK/fl_callbacks.cpp:3329 +msgid "Select certificate file..." +msgstr "حدد مل٠الشهادة..." + +#: src/FLTK/fl_callbacks.cpp:3334 src/FLTK/fl_callbacks.cpp:3355 +#: src/FLTK/fl_callbacks.cpp:3466 src/FLTK/fl_callbacks.cpp:3556 +#: src/FLTK/fl_callbacks.cpp:4109 src/FLTK/fl_callbacks.cpp:4133 +#: src/FLTK/fl_callbacks.cpp:4257 +#, c-format +msgid "ERROR: %s" +msgstr "خطأ: %s" + +#: src/FLTK/fl_callbacks.cpp:3347 +msgid "Select certificate directory..." +msgstr "حدد مجلد الشهادة..." + +#: src/FLTK/fl_callbacks.cpp:3458 +msgid "Record to..." +msgstr "تسجيل الى..." + +#: src/FLTK/fl_callbacks.cpp:3483 +msgid "File splitting only works if recording is active." +msgstr "لا يعمل تقسيم Ø§Ù„Ù…Ù„ÙØ§Øª إلا إذا كان التسجيل نشطاً." + +#: src/FLTK/fl_callbacks.cpp:3552 +msgid "Select Songfile" +msgstr "حدد مل٠الاغنية" + +#: src/FLTK/fl_callbacks.cpp:3657 +msgid "Gain control is disabled. Enable in Settings->GUI" +msgstr "تم تعطيل التحكم ÙÙŠ المستوى. تمكين من الإعدادات->GUI" + +#: src/FLTK/fl_callbacks.cpp:3718 +msgid "select background color" +msgstr "حدد لون الخلÙية" + +#: src/FLTK/fl_callbacks.cpp:3728 +msgid "select text color" +msgstr "حدد لون النص" + +#: src/FLTK/fl_callbacks.cpp:3761 src/FLTK/fl_callbacks.cpp:3765 +#: src/FLTK/fl_callbacks.cpp:3774 src/FLTK/fl_callbacks.cpp:3778 +msgid "Value must be a number between -54 and 0" +msgstr "يجب أن تكون القيمة رقمًا يتراوح بين -54.0 Ùˆ 0" + +#: src/FLTK/fl_callbacks.cpp:3788 +msgid "Please restart butt to apply new language." +msgstr "الرجاء إعادة تشغيل butt لضبط اللغة الجديدة." + +#: src/FLTK/fl_callbacks.cpp:3867 src/FLTK/fl_callbacks.cpp:3872 +#: src/FLTK/fl_callbacks.cpp:3882 src/FLTK/fl_callbacks.cpp:3887 +msgid "Value must be a number between -90.0 and 0" +msgstr "يجب أن تكون القيمة رقمًا يتراوح بين -90.0 Ùˆ 0" + +#: src/FLTK/fl_callbacks.cpp:4082 +msgid "Recording volume" +msgstr "مستوى التسجيل" + +#: src/FLTK/fl_callbacks.cpp:4103 +msgid "Export to..." +msgstr "تصدير الى..." + +#: src/FLTK/fl_callbacks.cpp:4146 +#, c-format +msgid "Could not import config %s" +msgstr "تعذر استيراد التكوين %s" + +#: src/FLTK/fl_callbacks.cpp:4160 +#, c-format +msgid "Config imported %s" +msgstr "التكوين المستورد %s" + +#: src/FLTK/fl_callbacks.cpp:4234 +msgid "" +"Could not get update information.\n" +"Reason: Network error" +msgstr "" +"تعذر الحصول على معلومات التحديث.\n" +"السبب: خطأ ÙÙŠ الشبكة" + +#: src/FLTK/fl_callbacks.cpp:4237 +msgid "" +"Could not get update information.\n" +"Reason: Unknown answer from server" +msgstr "" +"تعذر الحصول على معلومات التحديث.\n" +"السبب: إجابة غير Ù…Ø¹Ø±ÙˆÙØ© من الخادم" + +#: src/FLTK/fl_callbacks.cpp:4240 +msgid "You have the latest version!" +msgstr "لديك أحدث إصدار!" + +#: src/FLTK/fl_callbacks.cpp:4243 +msgid "" +"Could not get update information.\n" +"Reason: Unknown" +msgstr "" +"تعذر الحصول على معلومات التحديث.\n" +"السبب: غير معروÙ" + +#: src/FLTK/fl_callbacks.cpp:4251 +msgid "Select logfile..." +msgstr "حدد مل٠السجل..." + +#: src/FLTK/fl_callbacks.cpp:4273 +msgid "" +"butt is currently streaming.\n" +"Do you really want to close butt now?" +msgstr "" +"butt يبث حالياً.\n" +"هل تريد حقاً إغلاق butt الآن؟" + +#: src/FLTK/fl_callbacks.cpp:4279 +msgid "" +"butt is currently recording.\n" +"Do you really want to close butt now?" +msgstr "" +"butt يسجل حالياً.\n" +"هل تريد حقاً إغلاق butt الآن؟" + +#: src/FLTK/fl_callbacks.cpp:4354 +msgid "The URL must start with either http:// or https://" +msgstr "يجب أن يبدأ عنوان URL إما ب http:// أو https://" + +#: src/FLTK/fl_callbacks.cpp:4366 +msgid "Value must be a number between 1 and 1000" +msgstr "يجب أن تكون القيمة رقمًا يتراوح بين 1 Ùˆ 1000" + +#: src/FLTK/fl_callbacks.cpp:5228 src/FLTK/fl_callbacks.cpp:5263 +#: src/FLTK/fl_callbacks.cpp:5298 src/FLTK/fl_callbacks.cpp:5333 +#: src/FLTK/fl_callbacks.cpp:5368 src/FLTK/fl_callbacks.cpp:5859 +#: src/FLTK/fl_callbacks.cpp:5894 src/FLTK/fl_callbacks.cpp:5929 +#: src/FLTK/fl_callbacks.cpp:5964 src/FLTK/fl_callbacks.cpp:5999 +msgid "The encoder could not be initialized with the provided parameters." +msgstr "تعذرت تهيئة Ø§Ù„Ù…Ø´ÙØ± باستخدام المعلمات Ø§Ù„Ù…ØªÙˆÙØ±Ø©." + +#: src/FLTK/fl_callbacks.cpp:5246 src/FLTK/fl_callbacks.cpp:5877 +msgid "The value must be between 0.001 kHz and 50 kHz" +msgstr "يجب أن تتراوح القيمة بين 0.001 كيلوهرتز Ùˆ50 كيلوهرتز" + +#: src/FLTK/fl_callbacks.cpp:5281 src/FLTK/fl_callbacks.cpp:5316 +#: src/FLTK/fl_callbacks.cpp:5351 src/FLTK/fl_callbacks.cpp:5912 +#: src/FLTK/fl_callbacks.cpp:5947 src/FLTK/fl_callbacks.cpp:5982 +msgid "The value must be between 0.001 kHz and 16 kHz" +msgstr "يجب أن تكون القيمة بين 0.001 كيلوهرتز Ùˆ16 كيلوهرتز" + +#: src/FLTK/fl_callbacks.cpp:6328 +msgid "MIDI device could not be opened." +msgstr "تعذر ÙØªØ­ جهاز MIDI." + +#: src/FLTK/fl_callbacks.cpp:6334 +#, c-format +msgid "" +"MIDI device:\n" +"%s\n" +msgstr "" +"جهاز MIDI:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:6339 +msgid "MIDI device could not be started." +msgstr "تعذر بدء تشغيل جهاز MIDI." + +#: src/FLTK/fl_callbacks.cpp:6344 +msgid "MIDI support disabled\n" +msgstr "تم تعطيل دعم MIDI\n" + +#: src/FLTK/fl_callbacks.cpp:6406 +msgid "The CC value must be between 0 and 127" +msgstr "يجب أن تكون قيمة CC بين 0 Ùˆ127" + +#: src/FLTK/fl_callbacks.cpp:6429 +msgid "Waiting..." +msgstr "ÙÙŠ الانتظار..." + +#: src/FLTK/fl_funcs.cpp:193 +msgid "Disabled" +msgstr "تعطيل" + +#: src/FLTK/fl_funcs.cpp:335 +#, c-format +msgid "%d seconds" +msgstr "%d ثانية" + +#: src/FLTK/fl_funcs.cpp:386 +msgid "Not supported on Windows" +msgstr "غير مدعوم على نظام Windows" + +#: src/FLTK/fl_funcs.cpp:808 +msgid "Start/Stop broadcasting" +msgstr "بدء/إيقا٠البث" + +#: src/FLTK/fl_funcs.cpp:809 +msgid "Start/Stop recording" +msgstr "بدء/إيقا٠التسجيل" + +#: src/FLTK/fl_funcs.cpp:811 +msgid "Streaming Gain" +msgstr "مستوى البث" + +#: src/FLTK/fl_funcs.cpp:812 +msgid "Recording Gain" +msgstr "مستوى التسجيل" + +#: src/FLTK/fl_funcs.cpp:813 +msgid "Primary Device Gain" +msgstr "الجهاز الاساسي" + +#: src/FLTK/fl_funcs.cpp:814 +msgid "Secondary Device Gain" +msgstr "الجهاز الثانوي" + +#: src/FLTK/fl_funcs.cpp:815 +msgid "Cross fader" +msgstr "Ø§Ù„Ø®Ø§ÙØ¶ المتقاطع" + +#: src/FLTK/fl_funcs.cpp:816 +msgid "Mute/Unmute Primary Device" +msgstr "كتم/إلغاء كتم صوت الجهاز الأساسي" + +#: src/FLTK/fl_funcs.cpp:817 +msgid "Mute/Unmute Secondary Device" +msgstr "كتم/إلغاء كتم صوت الجهاز الثانوي" + +#: src/FLTK/fl_funcs.cpp:818 +msgid "Start broadcasting" +msgstr "بدء البث" + +#: src/FLTK/fl_funcs.cpp:819 +msgid "Stop broadcasting" +msgstr "إيقا٠البث" + +#: src/FLTK/fl_funcs.cpp:820 +msgid "Start recording" +msgstr "بدء التسجيل" + +#: src/FLTK/fl_funcs.cpp:821 +msgid "Stop recording" +msgstr "إيقا٠التسجيل" + +#: src/FLTK/fl_funcs.cpp:870 +msgid "dev. not supported" +msgstr "التطوير. غير مدعوم" + +#: src/FLTK/fl_funcs.cpp:1087 +#, c-format +msgid "" +"Could not create recording folder:\n" +"%s\n" +"Please make sure the folder contains only valid format specifiers." +msgstr "" +"تعذر إنشاء مجلد التسجيل:\n" +"%s\n" +"الرجاء التأكد من احتواء المجلد على Ù…ÙˆØ§ØµÙØ§Øª تنسيق صالحة Ùقط." + +#: src/FLTK/fl_funcs.cpp:1102 +#, c-format +msgid "Could not create recording folder %s\n" +msgstr "تعذر إنشاء مجلد التسجيل %s\n" + +#: src/FLTK/fl_funcs.cpp:1111 +#, c-format +msgid "" +"Could not create recording file:\n" +"%s\n" +"Please make sure the filename contains only valid format specifiers." +msgstr "" +"تعذر إنشاء مل٠التسجيل:\n" +"%s\n" +"الرجاء التأكد من احتواء اسم المل٠على Ù…ÙˆØ§ØµÙØ§Øª تنسيق صالحة Ùقط." + +#: src/FLTK/fl_funcs.cpp:1157 +msgid "Could not find a valid filename" +msgstr "تعذر العثور على اسم مل٠صحيح" + +#: src/FLTK/fl_funcs.cpp:1462 +msgid "TRUST" +msgstr "توثيق" + +#: src/icecast.cpp:90 +msgid "" +"\n" +"connect: Could not create network socket" +msgstr "" +"\n" +"اتصال: تعذر إنشاء مقبس الشبكة" + +#: src/icecast.cpp:102 +msgid "" +"\n" +"connect: Error resolving server address" +msgstr "" +"\n" +"اتصال: خطأ ÙÙŠ حل عنوان الخادم" + +#: src/icecast.cpp:142 +msgid "" +"\n" +"connect: SSL connection timed out. Trying again..." +msgstr "" +"\n" +"اتصال: انتهت مهلة اتصال SSL. جاري المحاولة مرة أخرى..." + +#: src/icecast.cpp:149 +#, c-format +msgid "" +"SSL/TLS certificate verification failed\n" +"Reason: %s\n" +"\n" +"Do you still want to trust this certificate?\n" +"Trusting will be permanent and can be revoked\n" +"in the server settings." +msgstr "" +"ÙØ´Ù„ التحقق من شهادة SSL/TLS\n" +"السبب: %s\n" +"\n" +"هل ما زلت تريد الوثوق بهذه الشهادة؟\n" +"ستكون الثقة دائمة ويمكن إبطالها\n" +"ÙÙŠ إعدادات الخادم." + +#: src/icecast.cpp:164 +#, c-format +msgid "" +"\n" +"connect: SSL connection failed\n" +"Reason: %s" +msgstr "" +"\n" +"اتصال: ÙØ´Ù„ اتصال SSL\n" +"السبب: %s" + +#: src/icecast.cpp:320 +msgid "" +"\n" +"connect: connection timed out. Trying again..." +msgstr "" +"\n" +"الاتصال: انتهت مهلة الاتصال. المحاولة مرة أخرى..." + +#: src/icecast.cpp:373 +msgid "" +"\n" +"connect: server answered with 400!\n" +msgstr "" +"\n" +"الاتصال: تم الرد على الخادم بـ 400!\n" + +#: src/icecast.cpp:379 +msgid "" +"\n" +"connect: invalid user/password!\n" +msgstr "" +"\n" +"اتصال: مستخدم/كلمة مرور غير صالحة!\n" + +#: src/icecast.cpp:402 +msgid "" +"\n" +"connect: server answered with 404!\n" +msgstr "" +"\n" +"الاتصال: تم الرد على الخادم بـ 404!\n" + +#: src/icecast.cpp:409 +#, c-format +msgid "" +"\n" +"connect: server answered with %d!\n" +msgstr "" +"\n" +"الاتصال: تم الرد على الخادم بـ %d!\n" + +#: src/icecast.cpp:434 +msgid "" +"\n" +"ERROR: Opus is not supported by your\n" +"Icecast server (>=1.4.0 required)!\n" +msgstr "" +"\n" +"خطأ: Opus غير مدعوم من قبل\n" +"خادم Icecast (>=1.4.0 مطلوب)!\n" + +#: src/icecast.cpp:507 +msgid "" +"\n" +"update_song: could not create network socket" +msgstr "" +"\n" +"تحديث_الأغنية: تعذر إنشاء مقبس الشبكة" + +#: src/icecast.cpp:511 +msgid "" +"\n" +"update_song: error resolving server address" +msgstr "" +"\n" +"تحديث_الأغنية: خطأ ÙÙŠ حل عنوان الخادم" + +#: src/lame_encode.cpp:74 +#, c-format +msgid "unable to init lame params %d" +msgstr "تعذر تهيئة معلمات lame %d" + +#: src/port_audio.cpp:131 +#, c-format +msgid "" +"PortAudio init failed:\n" +"%s\n" +msgstr "" +"ÙØ´Ù„ت عملية بدء تشغيل PortAudio:\n" +"%s\n" + +#: src/port_audio.cpp:180 +msgid "ERROR: no sound device with input channels found" +msgstr "خطأ: لم يتم العثور على جهاز صوت به قنوات إدخال" + +#: src/port_audio.cpp:198 src/port_audio.cpp:289 src/port_audio.cpp:1331 +#: src/port_midi.cpp:177 +#, c-format +msgid "Error getting device Info (%d)" +msgstr "خطأ ÙÙŠ الحصول على معلومات الجهاز (%d)" + +#: src/port_audio.cpp:241 +#, c-format +msgid "" +"Samplerate not supported: %dHz\n" +"Using default samplerate: %dHz" +msgstr "" +"معدل أخذ العينات غير معتمد: %dHz\n" +"استخدام معدل أخذ العينات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ: %dHz" + +#: src/port_audio.cpp:258 src/port_audio.cpp:360 +#, c-format +msgid "PA: Format not supported: %s\n" +msgstr "PA: التنسيق غير معتمد: %s\n" + +#: src/port_audio.cpp:268 +#, c-format +msgid "error opening sound device: %s" +msgstr "خطأ ÙÙŠ ÙØªØ­ جهاز الصوت: %s" + +#: src/port_audio.cpp:326 +msgid "The selected secondary audio device can not be used" +msgstr "لا يمكن استخدام جهاز الصوت الثانوي المحدد" + +#: src/port_audio.cpp:343 src/port_audio.cpp:1452 src/port_audio.cpp:1469 +msgid "ERROR: Could not initialize samplerate converter" +msgstr "خطأ: تعذر تهيئة محول العينات" + +#: src/port_audio.cpp:354 +#, c-format +msgid "Samplerate of secondary device is resampled from %dHz to %dHz\n" +msgstr "تمت إعادة معايرة معدل العينات للجهاز الثانوي من %dHz إلى %dHz\n" + +#: src/port_audio.cpp:381 +#, c-format +msgid "error opening secondary sound device: %s" +msgstr "خطأ ÙÙŠ ÙØªØ­ جهاز الصوت الثانوي: %s" + +#: src/port_audio.cpp:921 +msgid "disconnected\n" +msgstr "غير متصل\n" + +#: src/port_audio.cpp:949 +msgid "recording stopped" +msgstr "توق٠التسجيل" + +#: src/port_midi.cpp:152 src/port_midi.cpp:211 src/port_midi.cpp:233 +#: src/port_midi.cpp:255 src/port_midi.cpp:282 src/port_midi.cpp:301 +#: src/port_midi.cpp:316 src/port_midi.cpp:341 src/port_midi.cpp:352 +msgid "Error: PortMidi was not initialized." +msgstr "خطأ: لم تتم تهيئة PortMidi." + +#: src/port_midi.cpp:262 +#, c-format +msgid "" +"Error: MIDI device %s could not be opened because no MIDI devices were found." +msgstr "خطأ: تعذر ÙØªØ­ جهاز MIDI %s لأنه لم يتم العثور على أجهزة MIDI." + +#: src/port_midi.cpp:269 +#, c-format +msgid "Error: MIDI device %s could not be found." +msgstr "خطأ: تعذر العثور على جهاز MIDI %s." + +#: src/port_midi.cpp:286 +msgid "Error: MIDI thread already active." +msgstr "خطأ: مؤشر ترابط MIDI نشط Ø¨Ø§Ù„ÙØ¹Ù„." + +#: src/port_midi.cpp:291 +msgid "Error: Could not start MIDI thread." +msgstr "خطأ: تعذر بدء مؤشر ترابط MIDI." + +#: src/shoutcast.cpp:80 +msgid "" +"\n" +"Connect: Could not create network socket" +msgstr "" +"\n" +"اتصال: تعذر إنشاء مقبس الشبكة" + +#: src/shoutcast.cpp:92 +msgid "" +"\n" +"Connect: Error resolving server address" +msgstr "" +"\n" +"اتصال: خطأ ÙÙŠ حل عنوان الخادم" + +#: src/shoutcast.cpp:172 +msgid "" +"\n" +"connect: connection timed out. Trying again...\n" +msgstr "" +"\n" +"الاتصال: انتهت مهلة الاتصال. المحاولة مرة أخرى...\n" + +#: src/shoutcast.cpp:189 +msgid "" +"\n" +"Connect: Invalid password!\n" +msgstr "" +"\n" +"اتصال: كلمة المرور غير صالحة!\n" + +#: src/shoutcast.cpp:238 +msgid "" +"\n" +"Update song: Could not create network socket" +msgstr "" +"\n" +"تحديث الأغنية: تعذر إنشاء مقبس الشبكة" + +#: src/shoutcast.cpp:242 +msgid "" +"\n" +"Update song: Error resolving server address" +msgstr "" +"\n" +"تحديث الأغنية: خطأ ÙÙŠ حل عنوان الخادم" + +#: src/tls.cpp:159 +msgid "check_host: could not read host name from cert" +msgstr "check_host: تعذر قراءة اسم المضي٠من الشهادة" + +#: src/tls.cpp:194 +msgid "check_cert: No peer certificate available" +msgstr "check_cert: لا توجد شهادة نظير Ù…ØªÙˆÙØ±Ø©" + +#: src/tls.cpp:207 +msgid "check_cert: X509_check_host failed" +msgstr "check_cert: ÙØ´Ù„ X509_تحقق_مضي٠X509" + +#: src/tls.cpp:213 +msgid "check_cert: check_host failed" +msgstr "check_cert: ÙØ´Ù„ التحقق_من_المضيÙ" + +#: src/tls.cpp:229 +msgid "calc_cert_hash: No peer certificate available" +msgstr "calc_cert_hash: لا توجد شهادة نظير Ù…ØªÙˆÙØ±Ø©" + +#: src/tls.cpp:236 +msgid "calc_cert_hash: Hash calculation failed" +msgstr "calc_cert_hash: ÙØ´Ù„ حساب التجزئة" + +#: src/tls.cpp:305 +msgid "tls_setup: Could not set cipher list" +msgstr "tls_setup: تعذر تعيين قائمة Ø§Ù„Ø´ÙØ±Ø§Øª" + +#: src/tls.cpp:318 +msgid "tls_setup: SSL_new failed" +msgstr "tls_setup: ÙØ´Ù„ SSL_new" + +#: src/tls.cpp:324 +msgid "tls_setup: Could not bind socket to SSL" +msgstr "tls_setup: تعذر ربط المقبس ب SSL" + +#: src/tls.cpp:338 +msgid "tls_setup: SSL_connect read timeout" +msgstr "tls_setup: مهلة قراءة SSL_connect انتهت" + +#: src/tls.cpp:344 +msgid "tls_setup: SSL_connect write timeout" +msgstr "tls_setup: مهلة كتابة SSL_connect انتهت" + +#: src/tls.cpp:361 +msgid "tls_setup: Cert hash could not be calculated" +msgstr "tls_setup: تعذر حساب تجزئة الشهادة" + +#: src/tls.cpp:385 +msgid "tls_send: read timeout" +msgstr "tls_send: مهلة القراءة انتهت" + +#: src/tls.cpp:392 +msgid "tls_send: write timeout" +msgstr "tls_send: مهلة الكتابة انتهت" + +#: src/tls.cpp:418 +msgid "tls_recv: read timeout" +msgstr "tls_recv: مهلة القراءة انتهت" + +#: src/tls.cpp:425 +msgid "tls_recv: write timeout" +msgstr "tls_recv: مهلة الكتابة انتهت" + +#~ msgid "Listeners: 99999" +#~ msgstr "المستمعين: 99999" + +#~ msgid "Resample output" +#~ msgstr "جودة إعادة العينة" + +#~ msgid "Resample output to selected sample rate" +#~ msgstr "حدد معدل عينة الإدخال" + +#, c-format +#~ msgid "" +#~ "error while parsing config. Missing WebRTC WHIP URL entry for server " +#~ "\"%s\".\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "خطأ أثناء تحليل التكوين. إدخال عنوان WebRTC WHIP Ù…Ùقود للخادم \"%s\".\n" +#~ "سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#, c-format +#~ msgid "" +#~ "error while parsing config. Missing WebRTC ICE server entry for server " +#~ "\"%s\".\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "خطأ أثناء تحليل التكوين. إدخال Ø§Ù„Ù…Ù†ÙØ° Ù…Ùقود للخادم \"%s\".\n" +#~ "سيبدأ butt بالإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ©" + +#~ msgid "No ICE server specified" +#~ msgstr "لم يتم تحديد اسم" + +#~ msgid "Preset " +#~ msgstr "مضبوط مسبقاً " + +#~ msgid "Text color" +#~ msgstr "لون الكتابة" + +#~ msgid "Volume of Primary Device" +#~ msgstr "حجم صوت الجهاز الاساسي" + +#~ msgid "Volume of Secondary Device" +#~ msgstr "حجم صوت الجهاز الثانوي" diff --git a/po/boldquot.sed b/po/boldquot.sed new file mode 100644 index 0000000..4b937aa --- /dev/null +++ b/po/boldquot.sed @@ -0,0 +1,10 @@ +s/"\([^"]*\)"/“\1â€/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“â€/""/g +s/“/“/g +s/â€/â€/g +s/‘/‘/g +s/’/’/g diff --git a/po/butt.pot b/po/butt.pot new file mode 100644 index 0000000..33b2765 --- /dev/null +++ b/po/butt.pot @@ -0,0 +1,2867 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Daniel Nöthen +# This file is distributed under the same license as the butt package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: butt 1.45.0\n" +"Report-Msgid-Bugs-To: butt@danielnoethen.de\n" +"POT-Creation-Date: 2025-04-19 14:55+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/AskForMicPermission.m:20 +msgid "Microphone access" +msgstr "" + +#: src/AskForMicPermission.m:21 +msgid "" +"butt needs access to your microphone.\n" +"\n" +"Please go to\n" +"System Preferences->Privacy & Security->Microphone\n" +"and activate the check mark next to the butt entry." +msgstr "" + +#: src/butt.cpp:219 +msgid "No home-directory found" +msgstr "" + +#: src/butt.cpp:230 +#, c-format +msgid "" +"The shift key was held down during startup.\n" +"Do you want to start butt with a new configuration file?\n" +"This will overwrite your existing configuration file at\n" +"%s" +msgstr "" + +#: src/butt.cpp:233 +msgid "Start with old" +msgstr "" + +#: src/butt.cpp:233 +msgid "Start with new" +msgstr "" + +#: src/butt.cpp:236 src/butt.cpp:253 +#, c-format +msgid "" +"Could not create config %s\n" +"butt is going to close now" +msgstr "" + +#: src/butt.cpp:242 +#, c-format +msgid "Reading config %s\n" +msgstr "" + +#: src/butt.cpp:250 +#, c-format +msgid "Could not find config %s\n" +msgstr "" + +#: src/butt.cpp:257 +#, c-format +msgid "" +"butt created a default config at\n" +"%s\n" +msgstr "" + +#: src/butt.cpp:265 +msgid "" +"Could not find any audio device with input channels.\n" +"butt requires at least one audio device with input channels in order to " +"work.\n" +"This can either be a built-in audio device, an external audio device or a " +"virtual audio device.\n" +"\n" +"butt is going to close now." +msgstr "" + +#: src/butt.cpp:358 +#, c-format +msgid "Illegal argument: Threshold must be a non-negative number\n" +msgstr "" + +#: src/butt.cpp:382 +#, c-format +msgid "%c threshold set to %0.1f\n" +msgstr "" + +#: src/butt.cpp:464 +#, c-format +msgid "Illegal argument: Port must be a number between 1023 and 65535\n" +msgstr "" + +#: src/butt.cpp:472 src/butt.cpp:482 src/butt.cpp:489 src/butt.cpp:496 +#: src/butt.cpp:503 src/butt.cpp:510 src/butt.cpp:521 src/butt.cpp:540 +#: src/butt.cpp:550 src/butt.cpp:597 +#, c-format +msgid "" +"Warning: You may only pass one control option. Option -%c has been ignored.\n" +msgstr "" + +#: src/butt.cpp:559 +#, c-format +msgid "" +"\n" +"Options:\n" +"-h\tPrint this help text\n" +"-v\tPrint version information\n" +msgstr "" + +#: src/butt.cpp:563 +#, c-format +msgid "" +"\n" +"Options for operating mode:\n" +"-c\tPath to configuration file\n" +"-L\tPrint available audio devices\n" +"-A\tCommand server will be accessible from your network/internet (default: " +"localhost only)\n" +"-U\tCommand server will use UDP instead of TCP\n" +"-x\tDo not start a command server\n" +"-p\tPort where the command server shall listen to (default: 1256)\n" +msgstr "" + +#: src/butt.cpp:572 +#, c-format +msgid "" +"\n" +"Options for control mode:\n" +"-s\tConnect to streaming server\n" +"-d\tDisconnect from streaming server\n" +"-r\tStart recording\n" +"-t\tStop recording\n" +"-n\tSplit recording\n" +"-q\tQuit butt\n" +"-u\tupdate song name\n" +"-S\tRequest status\n" +"-M\tSet streaming signal threshold (seconds)\n" +"-m\tSet streaming silence threshold (seconds)\n" +"-O\tSet recording signal threshold (seconds)\n" +"-o\tSet recording silence threshold (seconds)\n" +"-U\tConnect via UDP instead of TCP\n" +"-a\tAddress of the butt instance to be controlled (default: 127.0.0.1)\n" +"-p\tPort of the butt instance to be controlled (default: 1256)\n" +msgstr "" + +#: src/butt.cpp:591 +#, c-format +msgid "" +"Illegal option -%c.\n" +"Type butt -h to get a list of supported options.\n" +msgstr "" + +#: src/butt.cpp:603 +#, c-format +msgid "Option -%c requires an argument\n" +msgstr "" + +#: src/butt.cpp:607 +#, c-format +msgid "Command line parsing failed\n" +msgstr "" + +#: src/butt.cpp:630 +#, c-format +msgid "No butt instance running on %s at port %d\n" +msgstr "" + +#: src/butt.cpp:635 +#, c-format +msgid "Error while sending command\n" +msgstr "" + +#: src/butt.cpp:640 +#, c-format +msgid "Error: Did not receive response packet\n" +msgstr "" + +#: src/butt.cpp:653 +#, c-format +msgid "Error: You may only request one status packet per second\n" +msgstr "" + +#: src/butt.cpp:657 +#, c-format +msgid "Error: Did not receive status packet (UDP server not running?)\n" +msgstr "" + +#: src/butt.cpp:661 +#, c-format +msgid "Network error while receiving status packet: %d\n" +msgstr "" + +#: src/butt.cpp:665 +#, c-format +msgid "Error: Client and server versions do not match\n" +msgstr "" + +#: src/butt.cpp:676 +#, c-format +msgid "" +"connected: %d\n" +"connecting: %d\n" +"recording: %d\n" +"signal present: %d\n" +"signal absent: %d\n" +msgstr "" + +#: src/butt.cpp:681 +#, c-format +msgid "stream seconds: %lu\n" +msgstr "" + +#: src/butt.cpp:682 +#, c-format +msgid "stream kBytes: %lu\n" +msgstr "" + +#: src/butt.cpp:683 +#, c-format +msgid "record seconds: %lu\n" +msgstr "" + +#: src/butt.cpp:684 +#, c-format +msgid "record kBytes: %lu\n" +msgstr "" + +#: src/butt.cpp:685 +#, c-format +msgid "volume left: %0.1f\n" +msgstr "" + +#: src/butt.cpp:686 +#, c-format +msgid "volume right: %0.1f\n" +msgstr "" + +#: src/butt.cpp:687 +#, c-format +msgid "song: %s\n" +msgstr "" + +#: src/butt.cpp:688 +#, c-format +msgid "record path: %s\n" +msgstr "" + +#: src/butt.cpp:689 +#, c-format +msgid "listeners: %d\n" +msgstr "" + +#: src/butt.cpp:703 +msgid "" +"The control key was held down during startup.\n" +"butt will start without opening an audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" + +#: src/butt.cpp:712 +msgid "" +"PortAudio init failed\n" +"butt is going to close now" +msgstr "" + +#: src/butt.cpp:747 src/FLTK/fl_timer_funcs.cpp:476 +#: src/FLTK/fl_callbacks.cpp:123 src/FLTK/fl_callbacks.cpp:899 +#: src/FLTK/fl_callbacks.cpp:977 src/FLTK/fl_funcs.cpp:1047 +msgid "idle" +msgstr "" + +#: src/butt.cpp:780 +#, c-format +msgid "" +"Starting %s\n" +"Written by Daniel Nöthen\n" +"iPhone/iPad client: https://izicast.de\n" +"Donate: paypal@danielnoethen.de\n" +msgstr "" + +#: src/butt.cpp:792 src/butt.cpp:793 src/cfg.cpp:577 src/port_audio.cpp:1314 +#: src/port_audio.cpp:1315 +msgid "Default PCM device (default)" +msgstr "" + +#: src/butt.cpp:796 src/butt.cpp:797 src/cfg.cpp:578 +#: src/FLTK/fl_callbacks.cpp:2820 src/FLTK/fl_funcs.cpp:227 +msgid "None" +msgstr "" + +#: src/butt.cpp:800 +msgid "" +"Could not open audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" + +#: src/butt.cpp:803 +msgid "" +"butt could not open previously used audio device.\n" +"The system default audio device will be used.\n" +msgstr "" + +#: src/butt.cpp:830 +#, c-format +msgid "Command server listening on port %d\n" +msgstr "" + +#: src/butt.cpp:837 +#, c-format +msgid "Warning: could not start command server on port %d\n" +msgstr "" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +#, c-format +msgid "" +"New version available: %s\n" +"You have version %s" +msgstr "" + +#: src/butt.cpp:853 +msgid "Don't ask again" +msgstr "" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:1594 +#: src/FLTK/fl_callbacks.cpp:4225 +msgid "Cancel" +msgstr "" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +msgid "Get new version" +msgstr "" + +#: src/butt.cpp:874 +#, c-format +msgid "Could not initialize PortMidi: %s" +msgstr "" + +#: src/butt.cpp:902 +msgid "butt was built without WebRTC support" +msgstr "" + +#: src/cfg.cpp:55 +#, c-format +msgid "Could not write to file: %s" +msgstr "" + +#: src/cfg.cpp:550 +#, c-format +msgid "Config written to %s" +msgstr "" + +#: src/cfg.cpp:674 +msgid "" +"error while parsing config. Missing main/server entry.\n" +"butt will start with default settings" +msgstr "" + +#: src/cfg.cpp:680 +msgid "" +"error while parsing config. Missing main/srv_ent entry.\n" +"butt will start with default settings" +msgstr "" + +#: src/cfg.cpp:699 +#, c-format +msgid "" +"error while parsing config. Missing type entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" + +#: src/cfg.cpp:707 +#, c-format +msgid "" +"error while parsing config. Missing address entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" + +#: src/cfg.cpp:716 +#, c-format +msgid "" +"error while parsing config. Missing port entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" + +#: src/cfg.cpp:725 +#, c-format +msgid "" +"error while parsing config. Missing password entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" + +#: src/cfg.cpp:734 +#, c-format +msgid "" +"error while parsing config. Missing mount entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" + +#: src/cfg.cpp:790 +msgid "" +"error while parsing config. Missing main/icy entry.\n" +"butt will start with default settings" +msgstr "" + +#: src/cfg.cpp:795 +msgid "" +"error while parsing config. Missing main/icy_ent entry.\n" +"butt will start with default settings" +msgstr "" + +#: src/cfg.cpp:821 +#, c-format +msgid "" +"error while parsing config. Missing pub entry for icy \"%s\".\n" +"butt will start with default settings" +msgstr "" + +#: src/FLTK/flgui.cpp:3088 +msgid "Bitcoin address has been copied to clipboard." +msgstr "" + +#: src/FLTK/flgui.cpp:3099 +msgid "Litecoin address has been copied to clipboard." +msgstr "" + +#: src/FLTK/flgui.cpp:3110 +msgid "Monero address has been copied to clipboard." +msgstr "" + +#: src/FLTK/flgui.cpp:4041 +msgid "press left mouse to toggle lcd info" +msgstr "" + +#: src/FLTK/flgui.cpp:4053 src/FLTK/fl_callbacks.cpp:4078 +msgid "Streaming volume" +msgstr "" + +#: src/FLTK/flgui.cpp:4057 +msgid "Mixer" +msgstr "" + +#: src/FLTK/flgui.cpp:4058 +msgid "show/hide mixer window" +msgstr "" + +#: src/FLTK/flgui.cpp:4065 +msgid "@circle" +msgstr "" + +#: src/FLTK/flgui.cpp:4066 +msgid "start/stop recording" +msgstr "" + +#: src/FLTK/flgui.cpp:4077 +msgid "@square" +msgstr "" + +#: src/FLTK/flgui.cpp:4078 +msgid "disconnect from server" +msgstr "" + +#: src/FLTK/flgui.cpp:4089 +msgid "@>" +msgstr "" + +#: src/FLTK/flgui.cpp:4090 +msgid "connect to server" +msgstr "" + +#: src/FLTK/flgui.cpp:4106 src/FLTK/flgui.cpp:4438 src/FLTK/flgui.cpp:4657 +#: src/FLTK/fl_callbacks.cpp:4077 +msgid "Streaming" +msgstr "" + +#: src/FLTK/flgui.cpp:4110 src/FLTK/flgui.cpp:4469 src/FLTK/flgui.cpp:4771 +msgid "Recording" +msgstr "" + +#: src/FLTK/flgui.cpp:4140 +msgid "Settings" +msgstr "" + +#: src/FLTK/flgui.cpp:4141 +msgid "show/hide config window" +msgstr "" + +#: src/FLTK/flgui.cpp:4148 src/FLTK/fl_callbacks.cpp:1098 +msgid "Show log" +msgstr "" + +#: src/FLTK/flgui.cpp:4149 +msgid "show/hide info window" +msgstr "" + +#: src/FLTK/flgui.cpp:4156 +msgid "-24 dB" +msgstr "" + +#: src/FLTK/flgui.cpp:4159 +msgid "Gain" +msgstr "" + +#: src/FLTK/flgui.cpp:4160 src/FLTK/fl_callbacks.cpp:3663 +#: src/FLTK/fl_funcs.cpp:810 +msgid "Master Gain" +msgstr "" + +#: src/FLTK/flgui.cpp:4178 +msgid "+24 dB" +msgstr "" + +#: src/FLTK/flgui.cpp:4185 +msgid "Listeners: 0" +msgstr "" + +#: src/FLTK/flgui.cpp:4200 +msgid "butt settings" +msgstr "" + +#: src/FLTK/flgui.cpp:4213 +msgid "Main" +msgstr "" + +#: src/FLTK/flgui.cpp:4215 +msgid "Server Settings" +msgstr "" + +#: src/FLTK/flgui.cpp:4218 +msgid "Server" +msgstr "" + +#: src/FLTK/flgui.cpp:4219 +msgid "Server to connect to" +msgstr "" + +#: src/FLTK/flgui.cpp:4224 src/FLTK/flgui.cpp:4245 +msgid "ADD" +msgstr "" + +#: src/FLTK/flgui.cpp:4225 src/FLTK/flgui.cpp:5550 +msgid "Add server" +msgstr "" + +#: src/FLTK/flgui.cpp:4229 src/FLTK/flgui.cpp:4250 +msgid "EDIT" +msgstr "" + +#: src/FLTK/flgui.cpp:4230 +msgid "Edit selected server" +msgstr "" + +#: src/FLTK/flgui.cpp:4234 src/FLTK/flgui.cpp:4255 +msgid "DEL" +msgstr "" + +#: src/FLTK/flgui.cpp:4235 +msgid "Delete selected server" +msgstr "" + +#: src/FLTK/flgui.cpp:4239 +msgid "Stream Infos" +msgstr "" + +#: src/FLTK/flgui.cpp:4240 +msgid "Stream info that shall be used" +msgstr "" + +#: src/FLTK/flgui.cpp:4246 src/FLTK/flgui.cpp:5671 +msgid "Add stream info" +msgstr "" + +#: src/FLTK/flgui.cpp:4251 +msgid "Edit stream info" +msgstr "" + +#: src/FLTK/flgui.cpp:4256 +msgid "Delete stream info" +msgstr "" + +#: src/FLTK/flgui.cpp:4262 +msgid "Log File" +msgstr "" + +#: src/FLTK/flgui.cpp:4266 +msgid "Log file path" +msgstr "" + +#: src/FLTK/flgui.cpp:4271 +msgid "Select log file" +msgstr "" + +#: src/FLTK/flgui.cpp:4278 +msgid "Configuration" +msgstr "" + +#: src/FLTK/flgui.cpp:4281 src/FLTK/fl_callbacks.cpp:4128 +msgid "Import..." +msgstr "" + +#: src/FLTK/flgui.cpp:4282 +msgid "Import settings from config file" +msgstr "" + +#: src/FLTK/flgui.cpp:4286 src/FLTK/flgui.cpp:5615 src/FLTK/flgui.cpp:5717 +msgid "&Save" +msgstr "" + +#: src/FLTK/flgui.cpp:4287 +msgid "Save settings" +msgstr "" + +#: src/FLTK/flgui.cpp:4291 +msgid "Export..." +msgstr "" + +#: src/FLTK/flgui.cpp:4292 +msgid "export settings" +msgstr "" + +#: src/FLTK/flgui.cpp:4298 +msgid "Butt Agent" +msgstr "" + +#: src/FLTK/flgui.cpp:4301 +msgid "Start agent at startup" +msgstr "" + +#: src/FLTK/flgui.cpp:4302 +msgid "Start the butt agent when butt starts" +msgstr "" + +#: src/FLTK/flgui.cpp:4306 src/FLTK/flgui.cpp:4307 +msgid "Minimize butt to tray" +msgstr "" + +#: src/FLTK/flgui.cpp:4311 +msgid "Start Agent" +msgstr "" + +#: src/FLTK/flgui.cpp:4312 +msgid "Start the butt agent now" +msgstr "" + +#: src/FLTK/flgui.cpp:4316 +msgid "Stop Agent" +msgstr "" + +#: src/FLTK/flgui.cpp:4317 +msgid "Stop the butt agent" +msgstr "" + +#: src/FLTK/flgui.cpp:4323 +msgid "Updates" +msgstr "" + +#: src/FLTK/flgui.cpp:4326 +msgid "Check at startup" +msgstr "" + +#: src/FLTK/flgui.cpp:4327 +msgid "Check for updates at start" +msgstr "" + +#: src/FLTK/flgui.cpp:4331 +msgid "Check now" +msgstr "" + +#: src/FLTK/flgui.cpp:4332 +msgid "Check if a new version is available" +msgstr "" + +#: src/FLTK/flgui.cpp:4338 +msgid "Help" +msgstr "" + +#: src/FLTK/flgui.cpp:4341 +msgid "Manual" +msgstr "" + +#: src/FLTK/flgui.cpp:4345 +msgid " YouTube" +msgstr "" + +#: src/FLTK/flgui.cpp:4355 +msgid "Audio" +msgstr "" + +#: src/FLTK/flgui.cpp:4357 +msgid "Main Audio Settings" +msgstr "" + +#: src/FLTK/flgui.cpp:4360 +msgid "Channel mode" +msgstr "" + +#: src/FLTK/flgui.cpp:4361 +msgid "Select input channel" +msgstr "" + +#: src/FLTK/flgui.cpp:4374 +msgid "Samplerate" +msgstr "" + +#: src/FLTK/flgui.cpp:4375 +msgid "Select input sample rate" +msgstr "" + +#: src/FLTK/flgui.cpp:4380 +msgid "Remember Device by" +msgstr "" + +#: src/FLTK/flgui.cpp:4383 +msgid "ID" +msgstr "" + +#: src/FLTK/flgui.cpp:4388 +msgid "Name" +msgstr "" + +#: src/FLTK/flgui.cpp:4395 +msgid "Update devices" +msgstr "" + +#: src/FLTK/flgui.cpp:4396 +msgid "Rescan audio devices" +msgstr "" + +#: src/FLTK/flgui.cpp:4400 +msgid "Primary Audio Device" +msgstr "" + +#: src/FLTK/flgui.cpp:4401 +msgid "Select your primary sound card device" +msgstr "" + +#: src/FLTK/flgui.cpp:4406 src/FLTK/flgui.cpp:4424 +msgid "Left" +msgstr "" + +#: src/FLTK/flgui.cpp:4407 src/FLTK/flgui.cpp:4425 +msgid "Select left audio channel" +msgstr "" + +#: src/FLTK/flgui.cpp:4412 src/FLTK/flgui.cpp:4430 +msgid "Right" +msgstr "" + +#: src/FLTK/flgui.cpp:4413 src/FLTK/flgui.cpp:4431 +msgid "Select right audio channel" +msgstr "" + +#: src/FLTK/flgui.cpp:4418 +msgid "Secondary Audio Device" +msgstr "" + +#: src/FLTK/flgui.cpp:4419 +msgid "Select your secondary sound card device" +msgstr "" + +#: src/FLTK/flgui.cpp:4441 src/FLTK/flgui.cpp:4472 +msgid "Codec" +msgstr "" + +#: src/FLTK/flgui.cpp:4442 +msgid "Select streaming codec" +msgstr "" + +#: src/FLTK/flgui.cpp:4455 src/FLTK/flgui.cpp:4486 +msgid "Bitrate" +msgstr "" + +#: src/FLTK/flgui.cpp:4456 +msgid "Select streaming bitrate" +msgstr "" + +#: src/FLTK/flgui.cpp:4473 +msgid "Select recording codec" +msgstr "" + +#: src/FLTK/flgui.cpp:4487 +msgid "Select recording bitrate" +msgstr "" + +#: src/FLTK/flgui.cpp:4499 +msgid "Advanced..." +msgstr "" + +#: src/FLTK/flgui.cpp:4505 +msgid "Buffer (ms)" +msgstr "" + +#: src/FLTK/flgui.cpp:4514 +msgid "Resample Quality" +msgstr "" + +#: src/FLTK/flgui.cpp:4529 +msgid "Signal detection levels" +msgstr "" + +#: src/FLTK/flgui.cpp:4532 +msgid "Signal present" +msgstr "" + +#: src/FLTK/flgui.cpp:4539 src/FLTK/flgui.cpp:4549 +msgid "dB" +msgstr "" + +#: src/FLTK/flgui.cpp:4542 +msgid "Signal absent" +msgstr "" + +#: src/FLTK/flgui.cpp:4556 src/FLTK/flgui.cpp:4833 src/FLTK/flgui.cpp:5084 +msgid "Stream" +msgstr "" + +#: src/FLTK/flgui.cpp:4558 +msgid "Update song name from file" +msgstr "" + +#: src/FLTK/flgui.cpp:4562 +msgid "Filename that holds the current song name" +msgstr "" + +#: src/FLTK/flgui.cpp:4568 +msgid "Select file that holds the current song name" +msgstr "" + +#: src/FLTK/flgui.cpp:4573 src/FLTK/flgui.cpp:4606 src/FLTK/flgui.cpp:4724 +msgid "Activate" +msgstr "" + +#: src/FLTK/flgui.cpp:4574 src/FLTK/flgui.cpp:4579 +msgid "Activate auto update song name from file" +msgstr "" + +#: src/FLTK/flgui.cpp:4578 +msgid "Read last line instead of first" +msgstr "" + +#: src/FLTK/flgui.cpp:4585 +msgid "Update song name from application" +msgstr "" + +#: src/FLTK/flgui.cpp:4589 +msgid "Changes the song through an running application" +msgstr "" + +#: src/FLTK/flgui.cpp:4594 +msgid "Title - Artist" +msgstr "" + +#: src/FLTK/flgui.cpp:4599 +msgid "Artist - Title" +msgstr "" + +#: src/FLTK/flgui.cpp:4612 +msgid "Update song name manually" +msgstr "" + +#: src/FLTK/flgui.cpp:4616 +msgid "Current song name" +msgstr "" + +#: src/FLTK/flgui.cpp:4622 src/FLTK/fl_callbacks.cpp:1594 +msgid "OK" +msgstr "" + +#: src/FLTK/flgui.cpp:4623 +msgid "Send current song name to the server" +msgstr "" + +#: src/FLTK/flgui.cpp:4631 +msgid "Update song name delay" +msgstr "" + +#: src/FLTK/flgui.cpp:4635 +msgid "Introduces a delay until the song name is actually updated" +msgstr "" + +#: src/FLTK/flgui.cpp:4642 +msgid "Extend song name" +msgstr "" + +#: src/FLTK/flgui.cpp:4645 +msgid "Prefix:" +msgstr "" + +#: src/FLTK/flgui.cpp:4650 +msgid "Suffix:" +msgstr "" + +#: src/FLTK/flgui.cpp:4660 src/FLTK/flgui.cpp:4789 +msgid "Start if signal is present for" +msgstr "" + +#: src/FLTK/flgui.cpp:4661 +msgid "" +"Start streaming if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" + +#: src/FLTK/flgui.cpp:4670 src/FLTK/flgui.cpp:4683 src/FLTK/flgui.cpp:4702 +#: src/FLTK/flgui.cpp:4799 src/FLTK/flgui.cpp:4812 src/FLTK/flgui.cpp:5499 +msgid "seconds" +msgstr "" + +#: src/FLTK/flgui.cpp:4673 src/FLTK/flgui.cpp:4802 +msgid "Stop if signal is absent for" +msgstr "" + +#: src/FLTK/flgui.cpp:4674 +msgid "" +"Stop streaming if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" + +#: src/FLTK/flgui.cpp:4686 +msgid "Start streaming after launch" +msgstr "" + +#: src/FLTK/flgui.cpp:4687 +msgid "Connect automatically to a server after launch" +msgstr "" + +#: src/FLTK/flgui.cpp:4691 +msgid "Force reconnecting" +msgstr "" + +#: src/FLTK/flgui.cpp:4692 +msgid "If enabled butt keeps reconnecting regardless of the error message" +msgstr "" + +#: src/FLTK/flgui.cpp:4696 +msgid "Reconnect delay:" +msgstr "" + +#: src/FLTK/flgui.cpp:4707 +msgid "Update song name from URL" +msgstr "" + +#: src/FLTK/flgui.cpp:4711 +msgid "URL to get song name from" +msgstr "" + +#: src/FLTK/flgui.cpp:4716 +msgid "Update interval" +msgstr "" + +#: src/FLTK/flgui.cpp:4717 +msgid "Update interval in seconds" +msgstr "" + +#: src/FLTK/flgui.cpp:4732 +msgid "Record" +msgstr "" + +#: src/FLTK/flgui.cpp:4734 +msgid "Record File Name:" +msgstr "" + +#: src/FLTK/flgui.cpp:4735 +msgid "Record file name" +msgstr "" + +#: src/FLTK/flgui.cpp:4740 +msgid "Record Directory:" +msgstr "" + +#: src/FLTK/flgui.cpp:4741 +msgid "Directory of recordings" +msgstr "" + +#: src/FLTK/flgui.cpp:4747 +msgid "Select recording directory" +msgstr "" + +#: src/FLTK/flgui.cpp:4752 +msgid "Split file" +msgstr "" + +#: src/FLTK/flgui.cpp:4755 +msgid "every" +msgstr "" + +#: src/FLTK/flgui.cpp:4758 +msgid "minutes" +msgstr "" + +#: src/FLTK/flgui.cpp:4760 src/FLTK/flgui.cpp:4761 +msgid "Sync to full hour" +msgstr "" + +#: src/FLTK/flgui.cpp:4765 +msgid "Split now" +msgstr "" + +#: src/FLTK/flgui.cpp:4774 src/FLTK/flgui.cpp:4775 +msgid "Start recording when connected" +msgstr "" + +#: src/FLTK/flgui.cpp:4779 +msgid "Stop recording when disconnected" +msgstr "" + +#: src/FLTK/flgui.cpp:4780 +msgid "Start recording when disconnected" +msgstr "" + +#: src/FLTK/flgui.cpp:4784 src/FLTK/flgui.cpp:4785 +msgid "Start recording after launch" +msgstr "" + +#: src/FLTK/flgui.cpp:4790 +msgid "" +"Start recording if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" + +#: src/FLTK/flgui.cpp:4803 +msgid "" +"Stop recording if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" + +#: src/FLTK/flgui.cpp:4815 +msgid "Overwrite existing files" +msgstr "" + +#: src/FLTK/flgui.cpp:4823 +msgid "DSP" +msgstr "" + +#: src/FLTK/flgui.cpp:4825 src/FLTK/flgui.cpp:5076 src/FLTK/flgui.cpp:6478 +msgid "Reset" +msgstr "" + +#: src/FLTK/flgui.cpp:4830 +msgid "Equalizer" +msgstr "" + +#: src/FLTK/flgui.cpp:4837 src/FLTK/flgui.cpp:5088 +msgid "Rec" +msgstr "" + +#: src/FLTK/flgui.cpp:4842 +msgid "Equalizer Preset" +msgstr "" + +#: src/FLTK/flgui.cpp:4854 src/FLTK/flgui.cpp:4876 src/FLTK/flgui.cpp:4898 +#: src/FLTK/flgui.cpp:4920 src/FLTK/flgui.cpp:4942 src/FLTK/flgui.cpp:4964 +#: src/FLTK/flgui.cpp:4986 src/FLTK/flgui.cpp:5008 src/FLTK/flgui.cpp:5030 +#: src/FLTK/flgui.cpp:5052 src/FLTK/flgui.cpp:5096 src/FLTK/flgui.cpp:5118 +#: src/FLTK/flgui.cpp:5186 +msgid "+0.0" +msgstr "" + +#: src/FLTK/flgui.cpp:4858 +msgid "32Hz" +msgstr "" + +#: src/FLTK/flgui.cpp:4880 +msgid "64Hz" +msgstr "" + +#: src/FLTK/flgui.cpp:4902 +msgid "125Hz" +msgstr "" + +#: src/FLTK/flgui.cpp:4924 +msgid "250Hz" +msgstr "" + +#: src/FLTK/flgui.cpp:4946 +msgid "500Hz" +msgstr "" + +#: src/FLTK/flgui.cpp:4968 +msgid "1kHz" +msgstr "" + +#: src/FLTK/flgui.cpp:4990 +msgid "2kHz" +msgstr "" + +#: src/FLTK/flgui.cpp:5012 +msgid "4kHz" +msgstr "" + +#: src/FLTK/flgui.cpp:5034 +msgid "8kHz" +msgstr "" + +#: src/FLTK/flgui.cpp:5056 +msgid "16kHz" +msgstr "" + +#: src/FLTK/flgui.cpp:5081 +msgid "Dynamic Range Compressor" +msgstr "" + +#: src/FLTK/flgui.cpp:5092 +msgid "Aggressive Mode" +msgstr "" + +#: src/FLTK/flgui.cpp:5100 +msgid "Threshold" +msgstr "" + +#: src/FLTK/flgui.cpp:5122 +msgid "Ratio" +msgstr "" + +#: src/FLTK/flgui.cpp:5140 src/FLTK/flgui.cpp:5163 +msgid "+0.00" +msgstr "" + +#: src/FLTK/flgui.cpp:5144 +msgid "Attack" +msgstr "" + +#: src/FLTK/flgui.cpp:5167 +msgid "Release" +msgstr "" + +#: src/FLTK/flgui.cpp:5190 +msgid "MakeupGain" +msgstr "" + +#: src/FLTK/flgui.cpp:5224 src/FLTK/flgui.cpp:5237 +msgid "MIDI" +msgstr "" + +#: src/FLTK/flgui.cpp:5226 +msgid "MIDI Device" +msgstr "" + +#: src/FLTK/flgui.cpp:5227 +msgid "Select your MIDI device" +msgstr "" + +#: src/FLTK/flgui.cpp:5232 +msgid "Rescan" +msgstr "" + +#: src/FLTK/flgui.cpp:5233 +msgid "Rescan MIDI devices" +msgstr "" + +#: src/FLTK/flgui.cpp:5238 +msgid "MIDI signal indicator" +msgstr "" + +#: src/FLTK/flgui.cpp:5250 +msgid "MIDI Commands" +msgstr "" + +#: src/FLTK/flgui.cpp:5255 +msgid "Enable" +msgstr "" + +#: src/FLTK/flgui.cpp:5256 +msgid "Enable/Disable the selected MIDI command" +msgstr "" + +#: src/FLTK/flgui.cpp:5262 +msgid "Channel" +msgstr "" + +#: src/FLTK/flgui.cpp:5263 +msgid "Select MIDI channel" +msgstr "" + +#: src/FLTK/flgui.cpp:5277 +msgid "CC" +msgstr "" + +#: src/FLTK/flgui.cpp:5278 +msgid "Select CC number" +msgstr "" + +#: src/FLTK/flgui.cpp:5283 src/FLTK/fl_callbacks.cpp:6425 +msgid "Learn" +msgstr "" + +#: src/FLTK/flgui.cpp:5284 +msgid "Activate to auto detect the channel and CC number" +msgstr "" + +#: src/FLTK/flgui.cpp:5289 +msgid "CC Mode" +msgstr "" + +#: src/FLTK/flgui.cpp:5290 +msgid "Select CC mode" +msgstr "" + +#: src/FLTK/flgui.cpp:5304 +msgid "Soft takeover" +msgstr "" + +#: src/FLTK/flgui.cpp:5305 +msgid "Prevents jumps when controlling a slider in absolute mode" +msgstr "" + +#: src/FLTK/flgui.cpp:5313 +msgid "TLS" +msgstr "" + +#: src/FLTK/flgui.cpp:5315 src/FLTK/flgui.cpp:5619 +msgid "SSL/TLS" +msgstr "" + +#: src/FLTK/flgui.cpp:5318 +msgid "" +"If your server uses a certificate from\n" +"Let's Encrypt or another well known\n" +"CA, you can leave these fields blank." +msgstr "" + +#: src/FLTK/flgui.cpp:5322 +msgid "CA Certificate File:" +msgstr "" + +#: src/FLTK/flgui.cpp:5323 +msgid "Certificate file" +msgstr "" + +#: src/FLTK/flgui.cpp:5329 +msgid "Select certificate file" +msgstr "" + +#: src/FLTK/flgui.cpp:5334 +msgid "CA Certificate Directory:" +msgstr "" + +#: src/FLTK/flgui.cpp:5335 +msgid "Certificate directory" +msgstr "" + +#: src/FLTK/flgui.cpp:5341 +msgid "Select certificate directory" +msgstr "" + +#: src/FLTK/flgui.cpp:5350 +msgid "GUI" +msgstr "" + +#: src/FLTK/flgui.cpp:5352 +msgid "Language" +msgstr "" + +#: src/FLTK/flgui.cpp:5369 +msgid "Display Color" +msgstr "" + +#: src/FLTK/flgui.cpp:5372 +msgid "Text" +msgstr "" + +#: src/FLTK/flgui.cpp:5373 +msgid "Select text color" +msgstr "" + +#: src/FLTK/flgui.cpp:5379 +msgid "Background" +msgstr "" + +#: src/FLTK/flgui.cpp:5380 +msgid "Select background color" +msgstr "" + +#: src/FLTK/flgui.cpp:5388 +msgid "VU meter" +msgstr "" + +#: src/FLTK/flgui.cpp:5391 +msgid "Gradient colors" +msgstr "" + +#: src/FLTK/flgui.cpp:5396 +msgid "Solid colors" +msgstr "" + +#: src/FLTK/flgui.cpp:5401 +msgid "Always show tabs" +msgstr "" + +#: src/FLTK/flgui.cpp:5406 +msgid "Select lower range color" +msgstr "" + +#: src/FLTK/flgui.cpp:5413 +msgid "Select mid range color" +msgstr "" + +#: src/FLTK/flgui.cpp:5420 +msgid "Select high range color" +msgstr "" + +#: src/FLTK/flgui.cpp:5427 +msgid "Low range start value (dB)" +msgstr "" + +#: src/FLTK/flgui.cpp:5431 +msgid "Mid range start value (dB)" +msgstr "" + +#: src/FLTK/flgui.cpp:5440 +msgid "High range start value (dB)" +msgstr "" + +#: src/FLTK/flgui.cpp:5450 +msgid "Misc" +msgstr "" + +#: src/FLTK/flgui.cpp:5453 +msgid "Attach settings window to main window" +msgstr "" + +#: src/FLTK/flgui.cpp:5454 +msgid "Attach this window to the butt window" +msgstr "" + +#: src/FLTK/flgui.cpp:5458 src/FLTK/flgui.cpp:5459 +msgid "Stay always on top" +msgstr "" + +#: src/FLTK/flgui.cpp:5463 src/FLTK/flgui.cpp:5464 +msgid "Remember main window position" +msgstr "" + +#: src/FLTK/flgui.cpp:5468 src/FLTK/flgui.cpp:5469 +msgid "Hide log window after start up" +msgstr "" + +#: src/FLTK/flgui.cpp:5473 src/FLTK/flgui.cpp:5474 +msgid "Change display mode every 5 seconds" +msgstr "" + +#: src/FLTK/flgui.cpp:5478 +msgid "Start minimized" +msgstr "" + +#: src/FLTK/flgui.cpp:5479 +msgid "Minimize butt at startup" +msgstr "" + +#: src/FLTK/flgui.cpp:5483 +msgid "Disable gain control" +msgstr "" + +#: src/FLTK/flgui.cpp:5489 +msgid "Show listeners" +msgstr "" + +#: src/FLTK/flgui.cpp:5490 +msgid "Show current listeners in the display (not always available)" +msgstr "" + +#: src/FLTK/flgui.cpp:5494 +msgid "Update rate:" +msgstr "" + +#: src/FLTK/flgui.cpp:5504 +msgid "Custom window title:" +msgstr "" + +#: src/FLTK/flgui.cpp:5505 +msgid "Define a custom window title" +msgstr "" + +#: src/FLTK/flgui.cpp:5515 +msgid "Donate" +msgstr "" + +#: src/FLTK/flgui.cpp:5517 +msgid "Donation" +msgstr "" + +#: src/FLTK/flgui.cpp:5520 +msgid "" +"Keeping this software up to date, adding\n" +"new features and answering support mails\n" +"takes a lot of time and effort. If you can\n" +"afford it, please consider supporting this\n" +"project.\n" +"\n" +"Thank you!" +msgstr "" + +#: src/FLTK/flgui.cpp:5525 +msgid "&Donate via PayPal" +msgstr "" + +#: src/FLTK/flgui.cpp:5529 +msgid "Become a &patron" +msgstr "" + +#: src/FLTK/flgui.cpp:5533 +msgid "&Apple Pay, Google Pay, CC and more" +msgstr "" + +#: src/FLTK/flgui.cpp:5537 +msgid "&Bitcoin && Co" +msgstr "" + +#: src/FLTK/flgui.cpp:5552 src/FLTK/flgui.cpp:5673 +msgid "Name:" +msgstr "" + +#: src/FLTK/flgui.cpp:5556 +msgid "Address:" +msgstr "" + +#: src/FLTK/flgui.cpp:5560 +msgid "Port:" +msgstr "" + +#: src/FLTK/flgui.cpp:5564 +msgid "Password:" +msgstr "" + +#: src/FLTK/flgui.cpp:5569 +msgid "Icecast mountpoint:" +msgstr "" + +#: src/FLTK/flgui.cpp:5573 +msgid "Icecast user:" +msgstr "" + +#: src/FLTK/flgui.cpp:5577 src/FLTK/fl_callbacks.cpp:1136 +#: src/FLTK/fl_callbacks.cpp:1215 src/FLTK/fl_callbacks.cpp:1623 +msgid "Show" +msgstr "" + +#: src/FLTK/flgui.cpp:5578 +msgid "show/hide password" +msgstr "" + +#: src/FLTK/flgui.cpp:5582 +msgid "Type" +msgstr "" + +#: src/FLTK/flgui.cpp:5585 +msgid "Shoutcast" +msgstr "" + +#: src/FLTK/flgui.cpp:5590 +msgid "Icecast" +msgstr "" + +#: src/FLTK/flgui.cpp:5595 +msgid "WebRTC" +msgstr "" + +#: src/FLTK/flgui.cpp:5600 +msgid "Radio.co" +msgstr "" + +#: src/FLTK/flgui.cpp:5607 src/FLTK/flgui.cpp:5709 +msgid "&Cancel" +msgstr "" + +#: src/FLTK/flgui.cpp:5611 src/FLTK/flgui.cpp:5713 +msgid "&ADD" +msgstr "" + +#: src/FLTK/flgui.cpp:5622 +msgid "Use SSL/TLS" +msgstr "" + +#: src/FLTK/flgui.cpp:5625 +msgid "Revoke certificate trust" +msgstr "" + +#: src/FLTK/flgui.cpp:5631 +msgid "Radio.co Stations" +msgstr "" + +#: src/FLTK/flgui.cpp:5634 +msgid "Get Stations" +msgstr "" + +#: src/FLTK/flgui.cpp:5638 +msgid "Select all" +msgstr "" + +#: src/FLTK/flgui.cpp:5642 +msgid "Deselect all" +msgstr "" + +#: src/FLTK/flgui.cpp:5646 +msgid "Use legacy Icecast protocol" +msgstr "" + +#: src/FLTK/flgui.cpp:5647 +msgid "" +"Activate this if you want to use the older SOURCE protocol instead of the " +"newer PUT protocol" +msgstr "" + +#: src/FLTK/flgui.cpp:5651 +msgid "ICE server (optional):" +msgstr "" + +#: src/FLTK/flgui.cpp:5654 +msgid "WebRTC (WHIP) URL:" +msgstr "" + +#: src/FLTK/flgui.cpp:5657 +msgid "Bearer token (optional):" +msgstr "" + +#: src/FLTK/flgui.cpp:5660 +msgid "Custom listener URL (optional):" +msgstr "" + +#: src/FLTK/flgui.cpp:5664 +msgid "Custom listener mountpoint (optional):" +msgstr "" + +#: src/FLTK/flgui.cpp:5674 +msgid "The name of your new ICY-entrie" +msgstr "" + +#: src/FLTK/flgui.cpp:5678 +msgid "Description:" +msgstr "" + +#: src/FLTK/flgui.cpp:5682 +msgid "Genre:" +msgstr "" + +#: src/FLTK/flgui.cpp:5686 +msgid "URL:" +msgstr "" + +#: src/FLTK/flgui.cpp:5690 +msgid "ICQ:" +msgstr "" + +#: src/FLTK/flgui.cpp:5694 +msgid "IRC:" +msgstr "" + +#: src/FLTK/flgui.cpp:5698 +msgid "AIM:" +msgstr "" + +#: src/FLTK/flgui.cpp:5702 +msgid "Make server public" +msgstr "" + +#: src/FLTK/flgui.cpp:5705 +msgid "Expand variables" +msgstr "" + +#: src/FLTK/flgui.cpp:5706 +msgid "Activate to expand date variables in name and description" +msgstr "" + +#: src/FLTK/flgui.cpp:5736 +msgid "Donate Cryptocurrency" +msgstr "" + +#: src/FLTK/flgui.cpp:5747 +msgid "Bitcoin" +msgstr "" + +#: src/FLTK/flgui.cpp:5752 src/FLTK/flgui.cpp:5761 src/FLTK/flgui.cpp:5770 +msgid "Copy" +msgstr "" + +#: src/FLTK/flgui.cpp:5756 +msgid "Litecoin" +msgstr "" + +#: src/FLTK/flgui.cpp:5765 +msgid "Monero" +msgstr "" + +#: src/FLTK/flgui.cpp:5774 src/FLTK/flgui.cpp:6106 src/FLTK/flgui.cpp:6461 +#: src/FLTK/flgui.cpp:6669 +msgid "&Close" +msgstr "" + +#: src/FLTK/flgui.cpp:5780 +msgid "Streaming Codec Settings" +msgstr "" + +#: src/FLTK/flgui.cpp:5792 src/FLTK/flgui.cpp:6124 +msgid "MP3" +msgstr "" + +#: src/FLTK/flgui.cpp:5793 src/FLTK/flgui.cpp:6125 +msgid "Encoding Quality" +msgstr "" + +#: src/FLTK/flgui.cpp:5806 src/FLTK/flgui.cpp:6138 +msgid "Stereo Mode" +msgstr "" + +#: src/FLTK/flgui.cpp:5819 src/FLTK/flgui.cpp:5949 src/FLTK/flgui.cpp:6015 +#: src/FLTK/flgui.cpp:6071 src/FLTK/flgui.cpp:6151 src/FLTK/flgui.cpp:6281 +#: src/FLTK/flgui.cpp:6334 src/FLTK/flgui.cpp:6403 +msgid "Bitrate Mode" +msgstr "" + +#: src/FLTK/flgui.cpp:5832 src/FLTK/flgui.cpp:6164 +msgid "VBR" +msgstr "" + +#: src/FLTK/flgui.cpp:5835 src/FLTK/flgui.cpp:5989 src/FLTK/flgui.cpp:6167 +#: src/FLTK/flgui.cpp:6347 +msgid "Quality" +msgstr "" + +#: src/FLTK/flgui.cpp:5848 src/FLTK/flgui.cpp:6180 +msgid "Min. Bitrate" +msgstr "" + +#: src/FLTK/flgui.cpp:5861 src/FLTK/flgui.cpp:6193 +msgid "Max. Bitrate" +msgstr "" + +#: src/FLTK/flgui.cpp:5874 src/FLTK/flgui.cpp:6206 +msgid "Force" +msgstr "" + +#: src/FLTK/flgui.cpp:5875 src/FLTK/flgui.cpp:6207 +msgid "Strictly enforce mininum Bitrate (-F option of the lame encoder)" +msgstr "" + +#: src/FLTK/flgui.cpp:5881 src/FLTK/flgui.cpp:6227 +msgid "Lowpass (kHz)" +msgstr "" + +#: src/FLTK/flgui.cpp:5884 src/FLTK/flgui.cpp:5909 src/FLTK/flgui.cpp:6230 +#: src/FLTK/flgui.cpp:6255 +msgid "Frequency" +msgstr "" + +#: src/FLTK/flgui.cpp:5890 src/FLTK/flgui.cpp:5915 src/FLTK/flgui.cpp:6236 +#: src/FLTK/flgui.cpp:6261 +msgid "Width" +msgstr "" + +#: src/FLTK/flgui.cpp:5906 src/FLTK/flgui.cpp:6252 +msgid "Highpass (kHz)" +msgstr "" + +#: src/FLTK/flgui.cpp:5931 src/FLTK/flgui.cpp:6213 +msgid "Resampling" +msgstr "" + +#: src/FLTK/flgui.cpp:5932 src/FLTK/flgui.cpp:6214 +msgid "Resample to the selected sample rate" +msgstr "" + +#: src/FLTK/flgui.cpp:5947 src/FLTK/flgui.cpp:6279 +msgid "OGG" +msgstr "" + +#: src/FLTK/flgui.cpp:5962 src/FLTK/flgui.cpp:6294 +msgid "VBR Quality" +msgstr "" + +#: src/FLTK/flgui.cpp:5975 src/FLTK/flgui.cpp:6307 +msgid "VBR min. Bitrate" +msgstr "" + +#: src/FLTK/flgui.cpp:5980 src/FLTK/flgui.cpp:6312 +msgid "VBR max. Bitrate" +msgstr "" + +#: src/FLTK/flgui.cpp:5987 src/FLTK/flgui.cpp:6319 +msgid "OPUS" +msgstr "" + +#: src/FLTK/flgui.cpp:6002 src/FLTK/flgui.cpp:6321 +msgid "Optimize for" +msgstr "" + +#: src/FLTK/flgui.cpp:6028 src/FLTK/flgui.cpp:6360 +msgid "Max. Bandwidth" +msgstr "" + +#: src/FLTK/flgui.cpp:6043 src/FLTK/flgui.cpp:6375 +msgid "AAC" +msgstr "" + +#: src/FLTK/flgui.cpp:6045 src/FLTK/flgui.cpp:6377 +msgid "Profile" +msgstr "" + +#: src/FLTK/flgui.cpp:6058 src/FLTK/flgui.cpp:6390 +msgid "Afterburner" +msgstr "" + +#: src/FLTK/flgui.cpp:6086 src/FLTK/flgui.cpp:6418 +msgid "FLAC" +msgstr "" + +#: src/FLTK/flgui.cpp:6088 src/FLTK/flgui.cpp:6420 src/FLTK/flgui.cpp:6438 +msgid "Bit depth" +msgstr "" + +#: src/FLTK/flgui.cpp:6090 src/FLTK/flgui.cpp:6422 src/FLTK/flgui.cpp:6440 +msgid "16 bit" +msgstr "" + +#: src/FLTK/flgui.cpp:6095 src/FLTK/flgui.cpp:6427 src/FLTK/flgui.cpp:6450 +msgid "24 bit" +msgstr "" + +#: src/FLTK/flgui.cpp:6112 +msgid "Recording Codec Settings" +msgstr "" + +#: src/FLTK/flgui.cpp:6436 +msgid "WAV" +msgstr "" + +#: src/FLTK/flgui.cpp:6445 +msgid "32 bit" +msgstr "" + +#: src/FLTK/flgui.cpp:6467 +msgid "butt audio mixer" +msgstr "" + +#: src/FLTK/flgui.cpp:6483 +msgid "Audio Mixer" +msgstr "" + +#: src/FLTK/flgui.cpp:6486 src/FLTK/flgui.cpp:6516 src/FLTK/flgui.cpp:6546 +#: src/FLTK/flgui.cpp:6569 src/FLTK/flgui.cpp:6592 +msgid "+0.0 dB" +msgstr "" + +#: src/FLTK/flgui.cpp:6491 src/FLTK/flgui.cpp:6634 +msgid "" +"Primary\n" +"Device" +msgstr "" + +#: src/FLTK/flgui.cpp:6509 src/FLTK/flgui.cpp:6510 src/FLTK/flgui.cpp:6539 +#: src/FLTK/flgui.cpp:6540 +msgid "Mute" +msgstr "" + +#: src/FLTK/flgui.cpp:6521 src/FLTK/flgui.cpp:6642 +msgid "" +"Secondary\n" +"Device" +msgstr "" + +#: src/FLTK/flgui.cpp:6551 +msgid "" +"Streaming\n" +"Gain" +msgstr "" + +#: src/FLTK/flgui.cpp:6574 +msgid "" +"Recording\n" +"Gain" +msgstr "" + +#: src/FLTK/flgui.cpp:6597 +msgid "" +"Master\n" +"Gain" +msgstr "" + +#: src/FLTK/flgui.cpp:6615 +msgid "" +"\n" +"Cross Fader" +msgstr "" + +#: src/FLTK/flgui.cpp:6638 +msgid "|" +msgstr "" + +#: src/FLTK/flgui.cpp:6650 +msgid "Alert" +msgstr "" + +#: src/FLTK/flgui.cpp:6661 +msgid "&Open the manual" +msgstr "" + +#: src/FLTK/flgui.cpp:6665 +msgid "" +"Could not find aac library.\n" +"\n" +"Please follow the instructions in the manual\n" +"for adding aac support." +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:318 +#, c-format +msgid "" +"stream sent\n" +"%0.2lfMB" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:323 +#, c-format +msgid "" +"stream time\n" +"%s" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:330 +#, c-format +msgid "" +"On Air\n" +"Listeners %5d" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:333 +#, c-format +msgid "" +"On Air\n" +"Listeners>%5d" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:337 +#, c-format +msgid "On Air" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:343 +#, c-format +msgid "" +"record time\n" +"%s" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:348 +#, c-format +msgid "" +"record size\n" +"%0.2lfMB" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:479 +#, c-format +msgid "" +"ERROR: Connection lost\n" +"reconnecting in %d seconds..." +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:483 +msgid "" +"ERROR: Connection lost\n" +"reconnecting..." +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:608 +msgid "Listeners" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:674 +msgid "" +"Could not find a file extension in current filename\n" +"Automatic file splitting is deactivated" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:704 +msgid "" +"Could not find a valid filename for next file\n" +"butt keeps recording to current file" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:717 src/FLTK/fl_callbacks.cpp:1033 +#, c-format +msgid "" +"Could not open:\n" +"%s" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:721 src/port_audio.cpp:938 +msgid "Recording to:" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:964 +#, c-format +msgid "" +"Warning\n" +"Could not open: %s.\n" +"Will retry in 5 seconds" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:145 +msgid "connecting" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:187 +msgid "" +"Error: No server entry found.\n" +"Please add a server in the settings-window." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:192 +msgid "" +"Error: ogg vorbis encoder doesn't support bitrates\n" +"lower than 48kbit" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:200 +#, c-format +msgid "Warning: %s is not supported by every Shoutcast version" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:204 +msgid "Error: FLAC is not supported by ShoutCast" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:211 +#, c-format +msgid "Error: Radio.co supports only mp3 and aac" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:219 +#, c-format +msgid "Error: WebRTC only supports opus" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:226 +#, c-format +msgid "Connecting to %s via %s ..." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:229 +#, c-format +msgid "Connecting to %s:%u ..." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:232 +#, c-format +msgid "Connecting to %s:%u (%u) ..." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:328 +msgid "Connection established" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "no" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "yes" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:344 +#, c-format +msgid "Device 1:\t%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:345 +#, c-format +msgid "Device 2:\t%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:396 +#, c-format +msgid "Connected to: %s" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:567 src/FLTK/fl_callbacks.cpp:1669 +msgid "The custom listener URL must start with http:// or https://" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:574 src/FLTK/fl_callbacks.cpp:1676 +msgid "" +"No mountpoint specified\n" +"Setting mountpoint to \"stream\"" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:578 src/FLTK/fl_callbacks.cpp:1680 +msgid "" +"No user specified\n" +"Setting user to \"source\"" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:586 src/FLTK/fl_callbacks.cpp:1688 +msgid "" +"Unsupported listener URL.\n" +"The listener URL must end with status-json.xsl, 7.xsl, 7.html or contain " +"stats?sid" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:592 src/FLTK/fl_callbacks.cpp:1694 +#: src/FLTK/fl_callbacks.cpp:1857 src/FLTK/fl_callbacks.cpp:2545 +msgid "No name specified" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:597 src/FLTK/fl_callbacks.cpp:1699 +msgid "" +"The number of characters of all your server names exeeds 1000\n" +"Please reduce the number of characters of each server name" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:603 src/FLTK/fl_callbacks.cpp:1705 +msgid "Newline characters and [];/\\ are not allowed within the server name" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:609 src/FLTK/fl_callbacks.cpp:1710 +msgid "No address specified" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:613 src/FLTK/fl_callbacks.cpp:1714 +msgid "No password specified" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:617 src/FLTK/fl_callbacks.cpp:1718 +msgid "No port specified" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:621 src/FLTK/fl_callbacks.cpp:1722 +msgid "" +"Invalid port number\n" +"The port number must be between 1 and 65535" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:628 src/FLTK/fl_callbacks.cpp:1729 +msgid "No WHIP URL specified" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:637 src/FLTK/fl_callbacks.cpp:1740 +#: src/FLTK/fl_callbacks.cpp:2564 +msgid "Server name already exist!" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "stop recording?" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:966 src/FLTK/fl_funcs.cpp:1462 +msgid "No" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "Yes" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1005 +msgid "No recording filename specified" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1015 +#, c-format +msgid "%s already exists!" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "overwrite" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "cancel" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "append" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1021 +msgid "Recording canceled" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1090 src/FLTK/fl_funcs.cpp:1308 +msgid "Hide log" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1123 +msgid "Add Server" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1176 +msgid "Edit Server" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1181 +msgid "Radio.co stations cannot be edited." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1267 +msgid "Add Server Infos" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1302 +msgid "Song update failed: WebRTC does not support song names" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1345 +#, c-format +msgid "" +"Updated songname to:\n" +"%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1354 +msgid "Updating songname failed" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1428 +#, c-format +msgid "Audio buffer has been set to %d ms" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1592 +msgid "" +"butt will open Radio.co in a new browser window.\n" +"\n" +"Login to Radio.co and allow butt access to your account." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1618 +msgid "Hide" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1638 +msgid "Could not revoke trust for certificate" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1862 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the count of characters of each icy name" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1868 src/FLTK/fl_callbacks.cpp:2557 +msgid "Newline characters and [];/\\ are not allowed within the icy name" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1877 +msgid "Icy name already exist!" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2002 src/FLTK/fl_callbacks.cpp:2015 +#: src/FLTK/fl_callbacks.cpp:2029 src/FLTK/fl_callbacks.cpp:2044 +#: src/FLTK/fl_callbacks.cpp:2233 src/FLTK/fl_callbacks.cpp:2246 +#: src/FLTK/fl_callbacks.cpp:2260 src/FLTK/fl_callbacks.cpp:2275 +#: src/FLTK/fl_callbacks.cpp:2290 +msgid "" +"Warning:\n" +"The stream Sample-/Bitrate combination is invalid" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2008 src/FLTK/fl_callbacks.cpp:2021 +#: src/FLTK/fl_callbacks.cpp:2035 src/FLTK/fl_callbacks.cpp:2050 +msgid "The previous values have been set\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2056 +#, c-format +msgid "Stream bitrate set to: %dk" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2142 src/FLTK/fl_callbacks.cpp:2155 +#: src/FLTK/fl_callbacks.cpp:2169 src/FLTK/fl_callbacks.cpp:2184 +#: src/FLTK/fl_callbacks.cpp:2313 src/FLTK/fl_callbacks.cpp:2326 +#: src/FLTK/fl_callbacks.cpp:2340 src/FLTK/fl_callbacks.cpp:2355 +#: src/FLTK/fl_callbacks.cpp:2369 +msgid "" +"Warning:\n" +"The record Sample-/Bitrate combination is invalid" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2148 src/FLTK/fl_callbacks.cpp:2161 +#: src/FLTK/fl_callbacks.cpp:2175 src/FLTK/fl_callbacks.cpp:2190 +#: src/FLTK/fl_callbacks.cpp:2239 src/FLTK/fl_callbacks.cpp:2252 +#: src/FLTK/fl_callbacks.cpp:2266 src/FLTK/fl_callbacks.cpp:2281 +#: src/FLTK/fl_callbacks.cpp:2296 src/FLTK/fl_callbacks.cpp:2319 +#: src/FLTK/fl_callbacks.cpp:2332 src/FLTK/fl_callbacks.cpp:2346 +#: src/FLTK/fl_callbacks.cpp:2361 src/FLTK/fl_callbacks.cpp:2375 +msgid "The previous values have been set" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2196 +#, c-format +msgid "Record bitrate set to: %dk" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2383 +#, c-format +msgid "Samplerate set to: %dHz" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2449 +msgid "Channels set to: stereo" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2512 +msgid "Channels set to: mono" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2551 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the number of characters of each icy name" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2659 +msgid "Edit Server Infos" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2696 src/FLTK/fl_callbacks.cpp:2749 +msgid "" +"Primary and secondary audio device are both ASIO devices.\n" +"You can not use two ASIO devices at the same time.\n" +"Please select a different device.\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2717 src/FLTK/fl_callbacks.cpp:4155 +msgid "" +"butt could not open selected audio device.\n" +"Please try another device.\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2732 +#, c-format +msgid "" +"Primary device:\n" +"%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2769 +msgid "" +"butt could not open secondary audio device.\n" +"Please try another device.\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2783 +#, c-format +msgid "" +"Secondary device:\n" +"%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2894 src/FLTK/fl_callbacks.cpp:3072 +msgid "" +"MP3 encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2915 +msgid "Stream codec set to mp3" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2927 src/FLTK/fl_callbacks.cpp:3112 +msgid "" +"OGG Vorbis encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2948 +msgid "Stream codec set to ogg/vorbis" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2959 src/FLTK/fl_callbacks.cpp:3151 +msgid "" +"Opus encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2979 +msgid "Stream codec set to opus" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3011 src/FLTK/fl_callbacks.cpp:3213 +msgid "" +"AAC encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3032 +msgid "Stream codec set to aac" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3042 src/FLTK/fl_callbacks.cpp:3252 +msgid "ERROR: While initializing flac settings" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3060 +msgid "Stream codec set to flac" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3101 +msgid "Record codec set to mp3" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3140 +msgid "Record codec set to ogg/vorbis" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3179 +msgid "Record codec set to opus" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3242 +msgid "Record codec set to aac" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3278 +msgid "Record codec set to flac" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3294 +msgid "Record codec set to wav" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3329 +msgid "Select certificate file..." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3334 src/FLTK/fl_callbacks.cpp:3355 +#: src/FLTK/fl_callbacks.cpp:3466 src/FLTK/fl_callbacks.cpp:3556 +#: src/FLTK/fl_callbacks.cpp:4109 src/FLTK/fl_callbacks.cpp:4133 +#: src/FLTK/fl_callbacks.cpp:4257 +#, c-format +msgid "ERROR: %s" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3347 +msgid "Select certificate directory..." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3458 +msgid "Record to..." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3483 +msgid "File splitting only works if recording is active." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3552 +msgid "Select Songfile" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3657 +msgid "Gain control is disabled. Enable in Settings->GUI" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3718 +msgid "select background color" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3728 +msgid "select text color" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3761 src/FLTK/fl_callbacks.cpp:3765 +#: src/FLTK/fl_callbacks.cpp:3774 src/FLTK/fl_callbacks.cpp:3778 +msgid "Value must be a number between -54 and 0" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3788 +msgid "Please restart butt to apply new language." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:3867 src/FLTK/fl_callbacks.cpp:3872 +#: src/FLTK/fl_callbacks.cpp:3882 src/FLTK/fl_callbacks.cpp:3887 +msgid "Value must be a number between -90.0 and 0" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4082 +msgid "Recording volume" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4103 +msgid "Export to..." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4146 +#, c-format +msgid "Could not import config %s" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4160 +#, c-format +msgid "Config imported %s" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4234 +msgid "" +"Could not get update information.\n" +"Reason: Network error" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4237 +msgid "" +"Could not get update information.\n" +"Reason: Unknown answer from server" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4240 +msgid "You have the latest version!" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4243 +msgid "" +"Could not get update information.\n" +"Reason: Unknown" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4251 +msgid "Select logfile..." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4273 +msgid "" +"butt is currently streaming.\n" +"Do you really want to close butt now?" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4279 +msgid "" +"butt is currently recording.\n" +"Do you really want to close butt now?" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4354 +msgid "The URL must start with either http:// or https://" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4366 +msgid "Value must be a number between 1 and 1000" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:5228 src/FLTK/fl_callbacks.cpp:5263 +#: src/FLTK/fl_callbacks.cpp:5298 src/FLTK/fl_callbacks.cpp:5333 +#: src/FLTK/fl_callbacks.cpp:5368 src/FLTK/fl_callbacks.cpp:5859 +#: src/FLTK/fl_callbacks.cpp:5894 src/FLTK/fl_callbacks.cpp:5929 +#: src/FLTK/fl_callbacks.cpp:5964 src/FLTK/fl_callbacks.cpp:5999 +msgid "The encoder could not be initialized with the provided parameters." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:5246 src/FLTK/fl_callbacks.cpp:5877 +msgid "The value must be between 0.001 kHz and 50 kHz" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:5281 src/FLTK/fl_callbacks.cpp:5316 +#: src/FLTK/fl_callbacks.cpp:5351 src/FLTK/fl_callbacks.cpp:5912 +#: src/FLTK/fl_callbacks.cpp:5947 src/FLTK/fl_callbacks.cpp:5982 +msgid "The value must be between 0.001 kHz and 16 kHz" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6328 +msgid "MIDI device could not be opened." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6334 +#, c-format +msgid "" +"MIDI device:\n" +"%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6339 +msgid "MIDI device could not be started." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6344 +msgid "MIDI support disabled\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6406 +msgid "The CC value must be between 0 and 127" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6429 +msgid "Waiting..." +msgstr "" + +#: src/FLTK/fl_funcs.cpp:193 +msgid "Disabled" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:335 +#, c-format +msgid "%d seconds" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:386 +msgid "Not supported on Windows" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:808 +msgid "Start/Stop broadcasting" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:809 +msgid "Start/Stop recording" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:811 +msgid "Streaming Gain" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:812 +msgid "Recording Gain" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:813 +msgid "Primary Device Gain" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:814 +msgid "Secondary Device Gain" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:815 +msgid "Cross fader" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:816 +msgid "Mute/Unmute Primary Device" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:817 +msgid "Mute/Unmute Secondary Device" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:818 +msgid "Start broadcasting" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:819 +msgid "Stop broadcasting" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:820 +msgid "Start recording" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:821 +msgid "Stop recording" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:870 +msgid "dev. not supported" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:1087 +#, c-format +msgid "" +"Could not create recording folder:\n" +"%s\n" +"Please make sure the folder contains only valid format specifiers." +msgstr "" + +#: src/FLTK/fl_funcs.cpp:1102 +#, c-format +msgid "Could not create recording folder %s\n" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:1111 +#, c-format +msgid "" +"Could not create recording file:\n" +"%s\n" +"Please make sure the filename contains only valid format specifiers." +msgstr "" + +#: src/FLTK/fl_funcs.cpp:1157 +msgid "Could not find a valid filename" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:1462 +msgid "TRUST" +msgstr "" + +#: src/icecast.cpp:90 +msgid "" +"\n" +"connect: Could not create network socket" +msgstr "" + +#: src/icecast.cpp:102 +msgid "" +"\n" +"connect: Error resolving server address" +msgstr "" + +#: src/icecast.cpp:142 +msgid "" +"\n" +"connect: SSL connection timed out. Trying again..." +msgstr "" + +#: src/icecast.cpp:149 +#, c-format +msgid "" +"SSL/TLS certificate verification failed\n" +"Reason: %s\n" +"\n" +"Do you still want to trust this certificate?\n" +"Trusting will be permanent and can be revoked\n" +"in the server settings." +msgstr "" + +#: src/icecast.cpp:164 +#, c-format +msgid "" +"\n" +"connect: SSL connection failed\n" +"Reason: %s" +msgstr "" + +#: src/icecast.cpp:320 +msgid "" +"\n" +"connect: connection timed out. Trying again..." +msgstr "" + +#: src/icecast.cpp:373 +msgid "" +"\n" +"connect: server answered with 400!\n" +msgstr "" + +#: src/icecast.cpp:379 +msgid "" +"\n" +"connect: invalid user/password!\n" +msgstr "" + +#: src/icecast.cpp:402 +msgid "" +"\n" +"connect: server answered with 404!\n" +msgstr "" + +#: src/icecast.cpp:409 +#, c-format +msgid "" +"\n" +"connect: server answered with %d!\n" +msgstr "" + +#: src/icecast.cpp:434 +msgid "" +"\n" +"ERROR: Opus is not supported by your\n" +"Icecast server (>=1.4.0 required)!\n" +msgstr "" + +#: src/icecast.cpp:507 +msgid "" +"\n" +"update_song: could not create network socket" +msgstr "" + +#: src/icecast.cpp:511 +msgid "" +"\n" +"update_song: error resolving server address" +msgstr "" + +#: src/lame_encode.cpp:74 +#, c-format +msgid "unable to init lame params %d" +msgstr "" + +#: src/port_audio.cpp:131 +#, c-format +msgid "" +"PortAudio init failed:\n" +"%s\n" +msgstr "" + +#: src/port_audio.cpp:180 +msgid "ERROR: no sound device with input channels found" +msgstr "" + +#: src/port_audio.cpp:198 src/port_audio.cpp:289 src/port_audio.cpp:1331 +#: src/port_midi.cpp:177 +#, c-format +msgid "Error getting device Info (%d)" +msgstr "" + +#: src/port_audio.cpp:241 +#, c-format +msgid "" +"Samplerate not supported: %dHz\n" +"Using default samplerate: %dHz" +msgstr "" + +#: src/port_audio.cpp:258 src/port_audio.cpp:360 +#, c-format +msgid "PA: Format not supported: %s\n" +msgstr "" + +#: src/port_audio.cpp:268 +#, c-format +msgid "error opening sound device: %s" +msgstr "" + +#: src/port_audio.cpp:326 +msgid "The selected secondary audio device can not be used" +msgstr "" + +#: src/port_audio.cpp:343 src/port_audio.cpp:1452 src/port_audio.cpp:1469 +msgid "ERROR: Could not initialize samplerate converter" +msgstr "" + +#: src/port_audio.cpp:354 +#, c-format +msgid "Samplerate of secondary device is resampled from %dHz to %dHz\n" +msgstr "" + +#: src/port_audio.cpp:381 +#, c-format +msgid "error opening secondary sound device: %s" +msgstr "" + +#: src/port_audio.cpp:921 +msgid "disconnected\n" +msgstr "" + +#: src/port_audio.cpp:949 +msgid "recording stopped" +msgstr "" + +#: src/port_midi.cpp:152 src/port_midi.cpp:211 src/port_midi.cpp:233 +#: src/port_midi.cpp:255 src/port_midi.cpp:282 src/port_midi.cpp:301 +#: src/port_midi.cpp:316 src/port_midi.cpp:341 src/port_midi.cpp:352 +msgid "Error: PortMidi was not initialized." +msgstr "" + +#: src/port_midi.cpp:262 +#, c-format +msgid "" +"Error: MIDI device %s could not be opened because no MIDI devices were found." +msgstr "" + +#: src/port_midi.cpp:269 +#, c-format +msgid "Error: MIDI device %s could not be found." +msgstr "" + +#: src/port_midi.cpp:286 +msgid "Error: MIDI thread already active." +msgstr "" + +#: src/port_midi.cpp:291 +msgid "Error: Could not start MIDI thread." +msgstr "" + +#: src/shoutcast.cpp:80 +msgid "" +"\n" +"Connect: Could not create network socket" +msgstr "" + +#: src/shoutcast.cpp:92 +msgid "" +"\n" +"Connect: Error resolving server address" +msgstr "" + +#: src/shoutcast.cpp:172 +msgid "" +"\n" +"connect: connection timed out. Trying again...\n" +msgstr "" + +#: src/shoutcast.cpp:189 +msgid "" +"\n" +"Connect: Invalid password!\n" +msgstr "" + +#: src/shoutcast.cpp:238 +msgid "" +"\n" +"Update song: Could not create network socket" +msgstr "" + +#: src/shoutcast.cpp:242 +msgid "" +"\n" +"Update song: Error resolving server address" +msgstr "" + +#: src/tls.cpp:159 +msgid "check_host: could not read host name from cert" +msgstr "" + +#: src/tls.cpp:194 +msgid "check_cert: No peer certificate available" +msgstr "" + +#: src/tls.cpp:207 +msgid "check_cert: X509_check_host failed" +msgstr "" + +#: src/tls.cpp:213 +msgid "check_cert: check_host failed" +msgstr "" + +#: src/tls.cpp:229 +msgid "calc_cert_hash: No peer certificate available" +msgstr "" + +#: src/tls.cpp:236 +msgid "calc_cert_hash: Hash calculation failed" +msgstr "" + +#: src/tls.cpp:305 +msgid "tls_setup: Could not set cipher list" +msgstr "" + +#: src/tls.cpp:318 +msgid "tls_setup: SSL_new failed" +msgstr "" + +#: src/tls.cpp:324 +msgid "tls_setup: Could not bind socket to SSL" +msgstr "" + +#: src/tls.cpp:338 +msgid "tls_setup: SSL_connect read timeout" +msgstr "" + +#: src/tls.cpp:344 +msgid "tls_setup: SSL_connect write timeout" +msgstr "" + +#: src/tls.cpp:361 +msgid "tls_setup: Cert hash could not be calculated" +msgstr "" + +#: src/tls.cpp:385 +msgid "tls_send: read timeout" +msgstr "" + +#: src/tls.cpp:392 +msgid "tls_send: write timeout" +msgstr "" + +#: src/tls.cpp:418 +msgid "tls_recv: read timeout" +msgstr "" + +#: src/tls.cpp:425 +msgid "tls_recv: write timeout" +msgstr "" diff --git a/po/de.gmo b/po/de.gmo new file mode 100644 index 0000000000000000000000000000000000000000..ff44de360f043b47cf154ff92d71cb91b4dd6ab0 GIT binary patch literal 53118 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 Ic^rQJf34quBme*a literal 0 HcmV?d00001 diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..e7095e4 --- /dev/null +++ b/po/de.po @@ -0,0 +1,3253 @@ +# German translations for butt-0.1.41 package. +# Copyright (C) Daniel Nöthen +# This file is distributed under the same license as the butt package. +# Daniel Nöthen , 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: butt 1.45.0\n" +"Report-Msgid-Bugs-To: butt@danielnoethen.de\n" +"POT-Creation-Date: 2025-04-19 14:55+0200\n" +"PO-Revision-Date: 2025-04-19 15:19+0200\n" +"Last-Translator: Daniel Nöthen \n" +"Language-Team: German\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#: src/AskForMicPermission.m:20 +msgid "Microphone access" +msgstr "Zugriff auf Mikrofon" + +#: src/AskForMicPermission.m:21 +msgid "" +"butt needs access to your microphone.\n" +"\n" +"Please go to\n" +"System Preferences->Privacy & Security->Microphone\n" +"and activate the check mark next to the butt entry." +msgstr "" +"butt benötigt Zugriff auf Dein Microfon\n" +"Bitte gehe zu\n" +"Systemeinstellungen->Sicherheit->Datenschutz->Mikrofon\n" +"Und aktiviere die Checkbox neben dem butt Eintrag." + +#: src/butt.cpp:219 +msgid "No home-directory found" +msgstr "Keine Heimatverzeichnis gefunden" + +#: src/butt.cpp:230 +#, c-format +msgid "" +"The shift key was held down during startup.\n" +"Do you want to start butt with a new configuration file?\n" +"This will overwrite your existing configuration file at\n" +"%s" +msgstr "" +"Die Shift Taste wurde während des Starts gedrückt.\n" +"Möchtest du butt mit einer neuen Konfiguration starten?\n" +"Dabei wird die existierende Konfigurationsdatei\n" +"%s\n" +"überschrieben" + +#: src/butt.cpp:233 +msgid "Start with old" +msgstr "Mit alter starten" + +#: src/butt.cpp:233 +msgid "Start with new" +msgstr "Mit neuer start" + +#: src/butt.cpp:236 src/butt.cpp:253 +#, c-format +msgid "" +"Could not create config %s\n" +"butt is going to close now" +msgstr "" +"Konfigurationsdatei %s konnte nicht erstellt werden\n" +"butt wird automatisch geschlossen" + +#: src/butt.cpp:242 +#, c-format +msgid "Reading config %s\n" +msgstr "Lese Konfiguration %s\n" + +#: src/butt.cpp:250 +#, c-format +msgid "Could not find config %s\n" +msgstr "Konnte Konfigurationsdatei %s nicht finden\n" + +#: src/butt.cpp:257 +#, c-format +msgid "" +"butt created a default config at\n" +"%s\n" +msgstr "" +"Konfigurationsdatei wurde erstellt\n" +"%s\n" + +#: src/butt.cpp:265 +msgid "" +"Could not find any audio device with input channels.\n" +"butt requires at least one audio device with input channels in order to " +"work.\n" +"This can either be a built-in audio device, an external audio device or a " +"virtual audio device.\n" +"\n" +"butt is going to close now." +msgstr "" +"Es konnte kein Aufnahmegerät gefunden werden.\n" +"butt benötigt ein Aufnahmegerät mit mindestens einem Eingangskanal, um " +"korrekt zu funktionieren.\n" +"Dabei kann es sich entweder um ein internes, externes oder virtuelles " +"Audiogerät handeln.\n" +"\n" +"butt wird jetzt beendet." + +#: src/butt.cpp:358 +#, c-format +msgid "Illegal argument: Threshold must be a non-negative number\n" +msgstr "Ungültiges Argument: Detektionsschwelle darf nicht negativ sein\n" + +#: src/butt.cpp:382 +#, c-format +msgid "%c threshold set to %0.1f\n" +msgstr "%c Detektionsschwelle auf %0.1f gesetzt\n" + +#: src/butt.cpp:464 +#, c-format +msgid "Illegal argument: Port must be a number between 1023 and 65535\n" +msgstr "" +"Ungültiges Argument: Port muss eine Nummer zwischen 1023 and 65535 sein\n" + +#: src/butt.cpp:472 src/butt.cpp:482 src/butt.cpp:489 src/butt.cpp:496 +#: src/butt.cpp:503 src/butt.cpp:510 src/butt.cpp:521 src/butt.cpp:540 +#: src/butt.cpp:550 src/butt.cpp:597 +#, c-format +msgid "" +"Warning: You may only pass one control option. Option -%c has been ignored.\n" +msgstr "" +"Warnung: Es darf nur ein Kommando angegeben werden. Kommando -%c wurde " +"ignoriert.\n" + +#: src/butt.cpp:559 +#, c-format +msgid "" +"\n" +"Options:\n" +"-h\tPrint this help text\n" +"-v\tPrint version information\n" +msgstr "" +"\n" +"Optionen:\n" +"-h\tHilfe ausgeben\n" +"-v\tVersion ausgeben\n" + +#: src/butt.cpp:563 +#, c-format +msgid "" +"\n" +"Options for operating mode:\n" +"-c\tPath to configuration file\n" +"-L\tPrint available audio devices\n" +"-A\tCommand server will be accessible from your network/internet (default: " +"localhost only)\n" +"-U\tCommand server will use UDP instead of TCP\n" +"-x\tDo not start a command server\n" +"-p\tPort where the command server shall listen to (default: 1256)\n" +msgstr "" +"\n" +"Optionen für den operativen Modus\n" +"-c\tPfad zur Konfigurationsdatei\n" +"-L\tVerfügbare Audiogeräte anzeigen\n" +"-A\tKommandos können über das Netzwerk/Internet empfangen werden (default: " +"nur von localhost)\n" +"-U\tKommando Server nutzt UDP anstatt TCP\n" +"-x\tKeinen Kommando Server starten\n" +"-p\tPort des Kommando Servers (default: 1256)\n" + +#: src/butt.cpp:572 +#, c-format +msgid "" +"\n" +"Options for control mode:\n" +"-s\tConnect to streaming server\n" +"-d\tDisconnect from streaming server\n" +"-r\tStart recording\n" +"-t\tStop recording\n" +"-n\tSplit recording\n" +"-q\tQuit butt\n" +"-u\tupdate song name\n" +"-S\tRequest status\n" +"-M\tSet streaming signal threshold (seconds)\n" +"-m\tSet streaming silence threshold (seconds)\n" +"-O\tSet recording signal threshold (seconds)\n" +"-o\tSet recording silence threshold (seconds)\n" +"-U\tConnect via UDP instead of TCP\n" +"-a\tAddress of the butt instance to be controlled (default: 127.0.0.1)\n" +"-p\tPort of the butt instance to be controlled (default: 1256)\n" +msgstr "" +"\n" +"Optionen für den Steuerungsmodus:\n" +"-s\tMit streaming server verbinden\n" +"-d\tVon streaming server trennen\n" +"-r\tAufnahme starten\n" +"-t\tAufnahme beenden\n" +"-n\tAufnahme aufteilen\n" +"-q\tbutt beenden\n" +"-u\tSongnamen updaten\n" +"-S\tStatus abrufen\n" +"-M\tStreaming Detektionsschwelle für vorhandenes Signal setzen (Sekunden)\n" +"-m\tStreaming Detektionsschwelle für abswesendes Signal setzen (Sekunden)\n" +"-O\tAufnahme Detektionsschwelle für vorhandenes Signal setzen (Sekunden)\n" +"-o\tAufnahme Detektionsschwelle für abwesendes Signal setzen(Sekunden)\n" +"-U\tNutze UDP anstatt TCP\n" +"-a\tAdresse des Kommando Servers (default: 127.0.0.1)\n" +"-p\tPort des Kommando Servers (default: 1256)\n" + +#: src/butt.cpp:591 +#, c-format +msgid "" +"Illegal option -%c.\n" +"Type butt -h to get a list of supported options.\n" +msgstr "" +"Ungültige Option -%c.\n" +"Gebe butt -h ein, um eine Liste aller gültigen Optionen zu erhalten.\n" + +#: src/butt.cpp:603 +#, c-format +msgid "Option -%c requires an argument\n" +msgstr "Option -%c benötigt ein Argument\n" + +#: src/butt.cpp:607 +#, c-format +msgid "Command line parsing failed\n" +msgstr "Ungültige Optionen angegeben\n" + +#: src/butt.cpp:630 +#, c-format +msgid "No butt instance running on %s at port %d\n" +msgstr "Keine butt Instanz an Adresse %s mit Port %d vorhanden\n" + +#: src/butt.cpp:635 +#, c-format +msgid "Error while sending command\n" +msgstr "Fehler beim Senden des Kommandos\n" + +#: src/butt.cpp:640 +#, c-format +msgid "Error: Did not receive response packet\n" +msgstr "Fehler: Keine Antwort vom Server erhalten\n" + +#: src/butt.cpp:653 +#, c-format +msgid "Error: You may only request one status packet per second\n" +msgstr "Fehler: Der Status darf nur einmal pro Sekunde abgefragt werden\n" + +#: src/butt.cpp:657 +#, c-format +msgid "Error: Did not receive status packet (UDP server not running?)\n" +msgstr "Error: Keine Antwort vom Server erhalten (UDP server nicht aktiv?)\n" + +#: src/butt.cpp:661 +#, c-format +msgid "Network error while receiving status packet: %d\n" +msgstr "Netzwerkfehler beim Empfangen des Status Pakets: %d\n" + +#: src/butt.cpp:665 +#, c-format +msgid "Error: Client and server versions do not match\n" +msgstr "Fehler: Client and Server Versionen sind unterschiedlich\n" + +#: src/butt.cpp:676 +#, c-format +msgid "" +"connected: %d\n" +"connecting: %d\n" +"recording: %d\n" +"signal present: %d\n" +"signal absent: %d\n" +msgstr "" +"Verbunden: %d\n" +"Verbinde: %d\n" +"Nehme auf: %d\n" +"Signal vorhanden: %d\n" +"Signal abwesend: %d\n" + +#: src/butt.cpp:681 +#, c-format +msgid "stream seconds: %lu\n" +msgstr "Stream Sekunden: %lu\n" + +#: src/butt.cpp:682 +#, c-format +msgid "stream kBytes: %lu\n" +msgstr "Stream kBytes: %lu\n" + +#: src/butt.cpp:683 +#, c-format +msgid "record seconds: %lu\n" +msgstr "Aufnahme Sekunden: %lu\n" + +#: src/butt.cpp:684 +#, c-format +msgid "record kBytes: %lu\n" +msgstr "Aufnahme kBytes: %lu\n" + +#: src/butt.cpp:685 +#, c-format +msgid "volume left: %0.1f\n" +msgstr "Lautstärke links: %0.1f\n" + +#: src/butt.cpp:686 +#, c-format +msgid "volume right: %0.1f\n" +msgstr "Lautstärke rechts: %0.1f\n" + +#: src/butt.cpp:687 +#, c-format +msgid "song: %s\n" +msgstr "song: %s\n" + +#: src/butt.cpp:688 +#, c-format +msgid "record path: %s\n" +msgstr "Aufnahmepfad: %s\n" + +#: src/butt.cpp:689 +#, c-format +msgid "listeners: %d\n" +msgstr "Zuhörer: %d\n" + +#: src/butt.cpp:703 +msgid "" +"The control key was held down during startup.\n" +"butt will start without opening an audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"Die STRG-Taste würde während des startens gedrückt.\n" +"butt wird daher kein Audiogerät öffnen.\n" +"Bitte wählen sie ihr bevorzugtes Audiogerät in Einstellungen->Audio aus" + +#: src/butt.cpp:712 +msgid "" +"PortAudio init failed\n" +"butt is going to close now" +msgstr "" +"PortAudio Initzialisierung fehlgeschlagen\n" +"butt wird automatisch geschlossen" + +#: src/butt.cpp:747 src/FLTK/fl_timer_funcs.cpp:476 +#: src/FLTK/fl_callbacks.cpp:123 src/FLTK/fl_callbacks.cpp:899 +#: src/FLTK/fl_callbacks.cpp:977 src/FLTK/fl_funcs.cpp:1047 +msgid "idle" +msgstr "Warte" + +#: src/butt.cpp:780 +#, c-format +msgid "" +"Starting %s\n" +"Written by Daniel Nöthen\n" +"iPhone/iPad client: https://izicast.de\n" +"Donate: paypal@danielnoethen.de\n" +msgstr "" +"Starte %s\n" +"Entwickelt von Daniel Nöthen\n" +"iPhone/iPad client: https://izicast.de\n" +"Spende: paypal@danielnoethen.de\n" + +#: src/butt.cpp:792 src/butt.cpp:793 src/cfg.cpp:577 src/port_audio.cpp:1314 +#: src/port_audio.cpp:1315 +msgid "Default PCM device (default)" +msgstr "Default PCM device (default)" + +#: src/butt.cpp:796 src/butt.cpp:797 src/cfg.cpp:578 +#: src/FLTK/fl_callbacks.cpp:2820 src/FLTK/fl_funcs.cpp:227 +msgid "None" +msgstr "Keins" + +#: src/butt.cpp:800 +msgid "" +"Could not open audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"Audiogerät konnte nicht geöffnet werden.\n" +"Bitte wählen sie ihr bevorzugtes Audiogerät in Einstellungen->Audio aus" + +#: src/butt.cpp:803 +msgid "" +"butt could not open previously used audio device.\n" +"The system default audio device will be used.\n" +msgstr "" +"Das zuvor genutzte Audiogerät konnte nicht geöffnet werden.\n" +"butt wird das standard Audiogerät verwenden. \n" + +#: src/butt.cpp:830 +#, c-format +msgid "Command server listening on port %d\n" +msgstr "Command server listening on port %d\n" + +#: src/butt.cpp:837 +#, c-format +msgid "Warning: could not start command server on port %d\n" +msgstr "Warnung: Konnte Kommandoserver nicht an port %d starten\n" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +#, c-format +msgid "" +"New version available: %s\n" +"You have version %s" +msgstr "" +"Neue Version verfügbar: %s\n" +"Du hast Version Version %s" + +#: src/butt.cpp:853 +msgid "Don't ask again" +msgstr "Nicht erneut fragen" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:1594 +#: src/FLTK/fl_callbacks.cpp:4225 +msgid "Cancel" +msgstr "Abbrechen" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +msgid "Get new version" +msgstr "Neue version holen" + +#: src/butt.cpp:874 +#, c-format +msgid "Could not initialize PortMidi: %s" +msgstr "PortMidi konnte nicht initialisiert werden: %s" + +#: src/butt.cpp:902 +msgid "butt was built without WebRTC support" +msgstr "BUTT wurde ohne WebRTC Unterstützung kompiliert" + +#: src/cfg.cpp:55 +#, c-format +msgid "Could not write to file: %s" +msgstr "Konnte Datei nicht schreiben: %s" + +#: src/cfg.cpp:550 +#, c-format +msgid "Config written to %s" +msgstr "Konfiguration gespeichert nach %s" + +#: src/cfg.cpp:674 +msgid "" +"error while parsing config. Missing main/server entry.\n" +"butt will start with default settings" +msgstr "" +"Fehler beim Lesen der Konfigurationsdatei. Ein main/server Eintrag fehlt.\n" +"butt wird mit den Standardeinstellungen gestartet" + +#: src/cfg.cpp:680 +msgid "" +"error while parsing config. Missing main/srv_ent entry.\n" +"butt will start with default settings" +msgstr "" +"Fehler beim Lesen der Konfigurationsdatei. Ein main/srv_ent Eintrag fehlt.\n" +"butt wird mit den Standardeinstellungen gestartet" + +#: src/cfg.cpp:699 +#, c-format +msgid "" +"error while parsing config. Missing type entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Fehler beim Lesen der Konfigurationsdatei. Der Type für server \"%s\" " +"fehlt.\n" +"butt wird mit den Standardeinstellungen gestartet" + +#: src/cfg.cpp:707 +#, c-format +msgid "" +"error while parsing config. Missing address entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Fehler beim Lesen der Konfigurationsdatei. Für den server \"%s\" existiert " +"keine Adresse.\n" +"butt wird mit den Standardeinstellungen gestartet" + +#: src/cfg.cpp:716 +#, c-format +msgid "" +"error while parsing config. Missing port entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Fehler beim Lesen der Konfigurationsdatei. Der Port für server \"%s\" " +"fehlt.\n" +"butt wird mit den Standardeinstellungen gestartet" + +#: src/cfg.cpp:725 +#, c-format +msgid "" +"error while parsing config. Missing password entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Fehler beim Lesen der Konfigurationsdatei. Das Password für server \"%s\" " +"fehlt.\n" +"butt wird mit den Standardeinstellungen gestartet" + +#: src/cfg.cpp:734 +#, c-format +msgid "" +"error while parsing config. Missing mount entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Fehler beim Lesen der Konfigurationsdatei. Der Mountpoint für server \"%s\" " +"fehlt.\n" +"butt wird mit den Standardeinstellungen gestartet" + +#: src/cfg.cpp:790 +msgid "" +"error while parsing config. Missing main/icy entry.\n" +"butt will start with default settings" +msgstr "" +"Fehler beim Lesen der Konfigurationsdatei. Es fehlt ein main/icy Eintrag.\n" +"butt wird mit den Standardeinstellungen gestartet" + +#: src/cfg.cpp:795 +msgid "" +"error while parsing config. Missing main/icy_ent entry.\n" +"butt will start with default settings" +msgstr "" +"Fehler beim Lesen der Konfigurationsdatei. Es fehlt ein main/icy_ent " +"Eintrag.\n" +"butt wird mit den Standardeinstellungen gestartet" + +#: src/cfg.cpp:821 +#, c-format +msgid "" +"error while parsing config. Missing pub entry for icy \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Fehler beim Lesen der Konfigurationsdatei. Es fehlt der pub Eintrag für icy " +"\"%s\".\n" +"butt wird mit den Standardeinstellungen gestartet" + +#: src/FLTK/flgui.cpp:3088 +msgid "Bitcoin address has been copied to clipboard." +msgstr "Bitcoin Adresse wurde in die Zwischenablage kopiert." + +#: src/FLTK/flgui.cpp:3099 +msgid "Litecoin address has been copied to clipboard." +msgstr "Litecoin Adresse wurde in die Zwischenablage kopiert." + +#: src/FLTK/flgui.cpp:3110 +msgid "Monero address has been copied to clipboard." +msgstr "Monero Adresse wurde in die Zwischenablage kopiert." + +#: src/FLTK/flgui.cpp:4041 +msgid "press left mouse to toggle lcd info" +msgstr "Linke Maustaste betätigen, um Anzeige zu ändern" + +#: src/FLTK/flgui.cpp:4053 src/FLTK/fl_callbacks.cpp:4078 +msgid "Streaming volume" +msgstr "Stream Lautstärke" + +#: src/FLTK/flgui.cpp:4057 +msgid "Mixer" +msgstr "Mischpult" + +#: src/FLTK/flgui.cpp:4058 +msgid "show/hide mixer window" +msgstr "Mischer anzeigen/verbergen" + +#: src/FLTK/flgui.cpp:4065 +msgid "@circle" +msgstr "@circle" + +#: src/FLTK/flgui.cpp:4066 +msgid "start/stop recording" +msgstr "Aufnahme starten/stoppen" + +#: src/FLTK/flgui.cpp:4077 +msgid "@square" +msgstr "@square" + +#: src/FLTK/flgui.cpp:4078 +msgid "disconnect from server" +msgstr "Von Server trennen" + +#: src/FLTK/flgui.cpp:4089 +msgid "@>" +msgstr "@>" + +#: src/FLTK/flgui.cpp:4090 +msgid "connect to server" +msgstr "Mit Server verbinden" + +#: src/FLTK/flgui.cpp:4106 src/FLTK/flgui.cpp:4438 src/FLTK/flgui.cpp:4657 +#: src/FLTK/fl_callbacks.cpp:4077 +msgid "Streaming" +msgstr "Streaming" + +#: src/FLTK/flgui.cpp:4110 src/FLTK/flgui.cpp:4469 src/FLTK/flgui.cpp:4771 +msgid "Recording" +msgstr "Aufnahme" + +#: src/FLTK/flgui.cpp:4140 +msgid "Settings" +msgstr "Einstellungen" + +#: src/FLTK/flgui.cpp:4141 +msgid "show/hide config window" +msgstr "Einstellungen anzeigen/verbergen" + +#: src/FLTK/flgui.cpp:4148 src/FLTK/fl_callbacks.cpp:1098 +msgid "Show log" +msgstr "Log anzeigen" + +#: src/FLTK/flgui.cpp:4149 +msgid "show/hide info window" +msgstr "Informationsfenster anzeigen/verbergen" + +#: src/FLTK/flgui.cpp:4156 +msgid "-24 dB" +msgstr "-24 dB" + +#: src/FLTK/flgui.cpp:4159 +msgid "Gain" +msgstr "Verstärkung" + +#: src/FLTK/flgui.cpp:4160 src/FLTK/fl_callbacks.cpp:3663 +#: src/FLTK/fl_funcs.cpp:810 +msgid "Master Gain" +msgstr "Haupt Verstärkung" + +#: src/FLTK/flgui.cpp:4178 +msgid "+24 dB" +msgstr "+24 dB" + +#: src/FLTK/flgui.cpp:4185 +msgid "Listeners: 0" +msgstr "Zuhörer: 0" + +#: src/FLTK/flgui.cpp:4200 +msgid "butt settings" +msgstr "butt Einstellungen" + +#: src/FLTK/flgui.cpp:4213 +msgid "Main" +msgstr "Main" + +#: src/FLTK/flgui.cpp:4215 +msgid "Server Settings" +msgstr "Server Einstellungen" + +#: src/FLTK/flgui.cpp:4218 +msgid "Server" +msgstr "Server" + +#: src/FLTK/flgui.cpp:4219 +msgid "Server to connect to" +msgstr "Mit diesem Server verbinden" + +#: src/FLTK/flgui.cpp:4224 src/FLTK/flgui.cpp:4245 +msgid "ADD" +msgstr "NEU" + +#: src/FLTK/flgui.cpp:4225 src/FLTK/flgui.cpp:5550 +msgid "Add server" +msgstr "Neuer Server" + +#: src/FLTK/flgui.cpp:4229 src/FLTK/flgui.cpp:4250 +msgid "EDIT" +msgstr "EDIT" + +#: src/FLTK/flgui.cpp:4230 +msgid "Edit selected server" +msgstr "Server editieren" + +#: src/FLTK/flgui.cpp:4234 src/FLTK/flgui.cpp:4255 +msgid "DEL" +msgstr "ENTF" + +#: src/FLTK/flgui.cpp:4235 +msgid "Delete selected server" +msgstr "Server löschen" + +#: src/FLTK/flgui.cpp:4239 +msgid "Stream Infos" +msgstr "Stream Infos" + +#: src/FLTK/flgui.cpp:4240 +msgid "Stream info that shall be used" +msgstr "Zu verwendende Stream Info" + +#: src/FLTK/flgui.cpp:4246 src/FLTK/flgui.cpp:5671 +msgid "Add stream info" +msgstr "Neue Stream Infos" + +#: src/FLTK/flgui.cpp:4251 +msgid "Edit stream info" +msgstr "Stream info editieren" + +#: src/FLTK/flgui.cpp:4256 +msgid "Delete stream info" +msgstr "Stream info löschen" + +#: src/FLTK/flgui.cpp:4262 +msgid "Log File" +msgstr "Logdatei" + +#: src/FLTK/flgui.cpp:4266 +msgid "Log file path" +msgstr "Logdatei Pfad" + +#: src/FLTK/flgui.cpp:4271 +msgid "Select log file" +msgstr "Logdatei wählen" + +#: src/FLTK/flgui.cpp:4278 +msgid "Configuration" +msgstr "Konfiguration" + +#: src/FLTK/flgui.cpp:4281 src/FLTK/fl_callbacks.cpp:4128 +msgid "Import..." +msgstr "Import..." + +#: src/FLTK/flgui.cpp:4282 +msgid "Import settings from config file" +msgstr "Einstellungen importieren" + +#: src/FLTK/flgui.cpp:4286 src/FLTK/flgui.cpp:5615 src/FLTK/flgui.cpp:5717 +msgid "&Save" +msgstr "Speichern" + +#: src/FLTK/flgui.cpp:4287 +msgid "Save settings" +msgstr "Einst. speichern" + +#: src/FLTK/flgui.cpp:4291 +msgid "Export..." +msgstr "Export..." + +#: src/FLTK/flgui.cpp:4292 +msgid "export settings" +msgstr "Einstellungen exportieren" + +#: src/FLTK/flgui.cpp:4298 +msgid "Butt Agent" +msgstr "Butt Agent" + +#: src/FLTK/flgui.cpp:4301 +msgid "Start agent at startup" +msgstr "Agent beim Start starten" + +#: src/FLTK/flgui.cpp:4302 +msgid "Start the butt agent when butt starts" +msgstr "Agent beim Starten von butt starten" + +#: src/FLTK/flgui.cpp:4306 src/FLTK/flgui.cpp:4307 +msgid "Minimize butt to tray" +msgstr "In Tray minimieren" + +#: src/FLTK/flgui.cpp:4311 +msgid "Start Agent" +msgstr "Agent starten" + +#: src/FLTK/flgui.cpp:4312 +msgid "Start the butt agent now" +msgstr "Agent jetzt starten" + +#: src/FLTK/flgui.cpp:4316 +msgid "Stop Agent" +msgstr "Agent beenden" + +#: src/FLTK/flgui.cpp:4317 +msgid "Stop the butt agent" +msgstr "Agent jetzt beenden" + +#: src/FLTK/flgui.cpp:4323 +msgid "Updates" +msgstr "Aktualisierung" + +#: src/FLTK/flgui.cpp:4326 +msgid "Check at startup" +msgstr "Beim Starten prüfen" + +#: src/FLTK/flgui.cpp:4327 +msgid "Check for updates at start" +msgstr "Beim Starten prüfen" + +#: src/FLTK/flgui.cpp:4331 +msgid "Check now" +msgstr "Prüfen" + +#: src/FLTK/flgui.cpp:4332 +msgid "Check if a new version is available" +msgstr "Prüft ob eine neue Version verfügbar ist" + +#: src/FLTK/flgui.cpp:4338 +msgid "Help" +msgstr "Hilfe" + +#: src/FLTK/flgui.cpp:4341 +msgid "Manual" +msgstr "Manuell" + +#: src/FLTK/flgui.cpp:4345 +msgid " YouTube" +msgstr " YouTube" + +#: src/FLTK/flgui.cpp:4355 +msgid "Audio" +msgstr "Audio" + +#: src/FLTK/flgui.cpp:4357 +msgid "Main Audio Settings" +msgstr "Audio Einstellungen" + +#: src/FLTK/flgui.cpp:4360 +msgid "Channel mode" +msgstr "Kanalmodus" + +#: src/FLTK/flgui.cpp:4361 +msgid "Select input channel" +msgstr "Eingangskanal wählen" + +#: src/FLTK/flgui.cpp:4374 +msgid "Samplerate" +msgstr "Samplerate" + +#: src/FLTK/flgui.cpp:4375 +msgid "Select input sample rate" +msgstr "Samplerate wählen" + +#: src/FLTK/flgui.cpp:4380 +msgid "Remember Device by" +msgstr "Audiogerät speichern als" + +#: src/FLTK/flgui.cpp:4383 +msgid "ID" +msgstr "ID" + +#: src/FLTK/flgui.cpp:4388 +msgid "Name" +msgstr "Name" + +#: src/FLTK/flgui.cpp:4395 +msgid "Update devices" +msgstr "Geräte aktualisieren" + +#: src/FLTK/flgui.cpp:4396 +msgid "Rescan audio devices" +msgstr "Nach neuen Audiogeräten suchen" + +#: src/FLTK/flgui.cpp:4400 +msgid "Primary Audio Device" +msgstr "Primäres Audiogerät" + +#: src/FLTK/flgui.cpp:4401 +msgid "Select your primary sound card device" +msgstr "Wähle dein primäres Audiogerät" + +#: src/FLTK/flgui.cpp:4406 src/FLTK/flgui.cpp:4424 +msgid "Left" +msgstr "Links" + +#: src/FLTK/flgui.cpp:4407 src/FLTK/flgui.cpp:4425 +msgid "Select left audio channel" +msgstr "Wähle den linken Audio Kanal" + +#: src/FLTK/flgui.cpp:4412 src/FLTK/flgui.cpp:4430 +msgid "Right" +msgstr "Rechts" + +#: src/FLTK/flgui.cpp:4413 src/FLTK/flgui.cpp:4431 +msgid "Select right audio channel" +msgstr "Wähle den rechten Audio Kanal" + +#: src/FLTK/flgui.cpp:4418 +msgid "Secondary Audio Device" +msgstr "Sekundäres Audiogerät" + +#: src/FLTK/flgui.cpp:4419 +msgid "Select your secondary sound card device" +msgstr "Wähle dein sekundäres Audiogerät" + +#: src/FLTK/flgui.cpp:4441 src/FLTK/flgui.cpp:4472 +msgid "Codec" +msgstr "Codec" + +#: src/FLTK/flgui.cpp:4442 +msgid "Select streaming codec" +msgstr "Stream Codec wählen" + +#: src/FLTK/flgui.cpp:4455 src/FLTK/flgui.cpp:4486 +msgid "Bitrate" +msgstr "Bitrate" + +#: src/FLTK/flgui.cpp:4456 +msgid "Select streaming bitrate" +msgstr "Stream Bitrate wählen" + +#: src/FLTK/flgui.cpp:4473 +msgid "Select recording codec" +msgstr "Aufnahme Codec wählen" + +#: src/FLTK/flgui.cpp:4487 +msgid "Select recording bitrate" +msgstr "Aufnahme Bitrate wählen" + +#: src/FLTK/flgui.cpp:4499 +msgid "Advanced..." +msgstr "Erweitert..." + +#: src/FLTK/flgui.cpp:4505 +msgid "Buffer (ms)" +msgstr "Puffer (ms)" + +#: src/FLTK/flgui.cpp:4514 +msgid "Resample Quality" +msgstr "Resample Qualtät" + +#: src/FLTK/flgui.cpp:4529 +msgid "Signal detection levels" +msgstr "Detektions Pegel" + +#: src/FLTK/flgui.cpp:4532 +msgid "Signal present" +msgstr "Signal vorhanden" + +#: src/FLTK/flgui.cpp:4539 src/FLTK/flgui.cpp:4549 +msgid "dB" +msgstr "dB" + +#: src/FLTK/flgui.cpp:4542 +msgid "Signal absent" +msgstr "Signal abwesend" + +#: src/FLTK/flgui.cpp:4556 src/FLTK/flgui.cpp:4833 src/FLTK/flgui.cpp:5084 +msgid "Stream" +msgstr "Stream" + +#: src/FLTK/flgui.cpp:4558 +msgid "Update song name from file" +msgstr "Song von Datei aktualisieren" + +#: src/FLTK/flgui.cpp:4562 +msgid "Filename that holds the current song name" +msgstr "Datei mit aktuellem Songnamen" + +#: src/FLTK/flgui.cpp:4568 +msgid "Select file that holds the current song name" +msgstr "Datei mit Songnamen auswählen" + +#: src/FLTK/flgui.cpp:4573 src/FLTK/flgui.cpp:4606 src/FLTK/flgui.cpp:4724 +msgid "Activate" +msgstr "Aktivieren" + +#: src/FLTK/flgui.cpp:4574 src/FLTK/flgui.cpp:4579 +msgid "Activate auto update song name from file" +msgstr "Aktualisierung des Songnamens von Datei aktivieren" + +#: src/FLTK/flgui.cpp:4578 +msgid "Read last line instead of first" +msgstr "Lese letzte Zeile der Datei" + +#: src/FLTK/flgui.cpp:4585 +msgid "Update song name from application" +msgstr "Song von Applikation aktualisieren" + +#: src/FLTK/flgui.cpp:4589 +msgid "Changes the song through an running application" +msgstr "Song wird durch ein Musikprogramm geändert" + +#: src/FLTK/flgui.cpp:4594 +msgid "Title - Artist" +msgstr "Titel - Artist" + +#: src/FLTK/flgui.cpp:4599 +msgid "Artist - Title" +msgstr "Artist - Titel" + +#: src/FLTK/flgui.cpp:4612 +msgid "Update song name manually" +msgstr "Song manuell einstellen" + +#: src/FLTK/flgui.cpp:4616 +msgid "Current song name" +msgstr "Aktueller Song" + +#: src/FLTK/flgui.cpp:4622 src/FLTK/fl_callbacks.cpp:1594 +msgid "OK" +msgstr "OK" + +#: src/FLTK/flgui.cpp:4623 +msgid "Send current song name to the server" +msgstr "Aktuellen Song dem Server mitteilen" + +#: src/FLTK/flgui.cpp:4631 +msgid "Update song name delay" +msgstr "Song update Verzögerung" + +#: src/FLTK/flgui.cpp:4635 +msgid "Introduces a delay until the song name is actually updated" +msgstr "Verzögert die Aktualisierung des song namens" + +#: src/FLTK/flgui.cpp:4642 +msgid "Extend song name" +msgstr "Song erweitern" + +#: src/FLTK/flgui.cpp:4645 +msgid "Prefix:" +msgstr "Präfix:" + +#: src/FLTK/flgui.cpp:4650 +msgid "Suffix:" +msgstr "Suffix:" + +#: src/FLTK/flgui.cpp:4660 src/FLTK/flgui.cpp:4789 +msgid "Start if signal is present for" +msgstr "Starten wenn Signal da für" + +#: src/FLTK/flgui.cpp:4661 +msgid "" +"Start streaming if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" +"Starte den Stream wenn der Audiopegel den eingestellten Pegel im \"Audio\" " +"Tab überschreitet" + +#: src/FLTK/flgui.cpp:4670 src/FLTK/flgui.cpp:4683 src/FLTK/flgui.cpp:4702 +#: src/FLTK/flgui.cpp:4799 src/FLTK/flgui.cpp:4812 src/FLTK/flgui.cpp:5499 +msgid "seconds" +msgstr "Sekunden" + +#: src/FLTK/flgui.cpp:4673 src/FLTK/flgui.cpp:4802 +msgid "Stop if signal is absent for" +msgstr "Stoppen wenn Signal weg für" + +#: src/FLTK/flgui.cpp:4674 +msgid "" +"Stop streaming if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" +"Beende den Stream wenn der Audiopegel den eingestellten Pegel im \"Audio\" " +"Tab unterschreitet" + +#: src/FLTK/flgui.cpp:4686 +msgid "Start streaming after launch" +msgstr "Nach Start mit server verbinden" + +#: src/FLTK/flgui.cpp:4687 +msgid "Connect automatically to a server after launch" +msgstr "Nach dem starten mit Server verbinden" + +#: src/FLTK/flgui.cpp:4691 +msgid "Force reconnecting" +msgstr "Erzwinge Neuverbindung" + +#: src/FLTK/flgui.cpp:4692 +msgid "If enabled butt keeps reconnecting regardless of the error message" +msgstr "" +"Bei Aktivierung versucht butt sich unabhängig von einer Fehlermeldung mit " +"dem Server neu zu verbinden" + +#: src/FLTK/flgui.cpp:4696 +msgid "Reconnect delay:" +msgstr "Neuverbindungsverzögerung:" + +#: src/FLTK/flgui.cpp:4707 +msgid "Update song name from URL" +msgstr "Song von URL aktualisieren" + +#: src/FLTK/flgui.cpp:4711 +msgid "URL to get song name from" +msgstr "Die URL, von welcher der Songname geholt werden soll" + +#: src/FLTK/flgui.cpp:4716 +msgid "Update interval" +msgstr "Aktualisierungsintervall" + +#: src/FLTK/flgui.cpp:4717 +msgid "Update interval in seconds" +msgstr "Aktualisierungsintervall in Sekunden" + +#: src/FLTK/flgui.cpp:4732 +msgid "Record" +msgstr "Aufnahme" + +#: src/FLTK/flgui.cpp:4734 +msgid "Record File Name:" +msgstr "Aufnahmedatei:" + +#: src/FLTK/flgui.cpp:4735 +msgid "Record file name" +msgstr "Aufnahmedatei" + +#: src/FLTK/flgui.cpp:4740 +msgid "Record Directory:" +msgstr "Aufnahmen Ordner:" + +#: src/FLTK/flgui.cpp:4741 +msgid "Directory of recordings" +msgstr "Order für Aufnahmen" + +#: src/FLTK/flgui.cpp:4747 +msgid "Select recording directory" +msgstr "Aufnahme Ordner wählen" + +#: src/FLTK/flgui.cpp:4752 +msgid "Split file" +msgstr "Datei aufteilen" + +#: src/FLTK/flgui.cpp:4755 +msgid "every" +msgstr "jede" + +#: src/FLTK/flgui.cpp:4758 +msgid "minutes" +msgstr "minuten" + +#: src/FLTK/flgui.cpp:4760 src/FLTK/flgui.cpp:4761 +msgid "Sync to full hour" +msgstr "Zur Stunde synchronisieren" + +#: src/FLTK/flgui.cpp:4765 +msgid "Split now" +msgstr "Aufteilen" + +#: src/FLTK/flgui.cpp:4774 src/FLTK/flgui.cpp:4775 +msgid "Start recording when connected" +msgstr "Aufnahme beginnen wenn verbunden" + +#: src/FLTK/flgui.cpp:4779 +msgid "Stop recording when disconnected" +msgstr "Aufnahme nach Trennung stoppen" + +#: src/FLTK/flgui.cpp:4780 +msgid "Start recording when disconnected" +msgstr "Aufnahme nach Trennung stoppen" + +#: src/FLTK/flgui.cpp:4784 src/FLTK/flgui.cpp:4785 +msgid "Start recording after launch" +msgstr "Aufnahme nach Start beginnen" + +#: src/FLTK/flgui.cpp:4790 +msgid "" +"Start recording if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" +"Starte die Aufnahme wenn der Audiopegel den eingestellten Pegel im \"Audio\" " +"Tab überschreitet" + +#: src/FLTK/flgui.cpp:4803 +msgid "" +"Stop recording if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" +"Beende die Aufnahme wenn der Audiopegel den eingestellten Pegel im \"Audio\" " +"Tab unterschreitet" + +#: src/FLTK/flgui.cpp:4815 +msgid "Overwrite existing files" +msgstr "Überschreibe existierende Dateien" + +#: src/FLTK/flgui.cpp:4823 +msgid "DSP" +msgstr "DSP" + +#: src/FLTK/flgui.cpp:4825 src/FLTK/flgui.cpp:5076 src/FLTK/flgui.cpp:6478 +msgid "Reset" +msgstr "Reset" + +#: src/FLTK/flgui.cpp:4830 +msgid "Equalizer" +msgstr "Equalizer" + +#: src/FLTK/flgui.cpp:4837 src/FLTK/flgui.cpp:5088 +msgid "Rec" +msgstr "Aufnahme" + +#: src/FLTK/flgui.cpp:4842 +msgid "Equalizer Preset" +msgstr "Equalizer Voreinstellung" + +#: src/FLTK/flgui.cpp:4854 src/FLTK/flgui.cpp:4876 src/FLTK/flgui.cpp:4898 +#: src/FLTK/flgui.cpp:4920 src/FLTK/flgui.cpp:4942 src/FLTK/flgui.cpp:4964 +#: src/FLTK/flgui.cpp:4986 src/FLTK/flgui.cpp:5008 src/FLTK/flgui.cpp:5030 +#: src/FLTK/flgui.cpp:5052 src/FLTK/flgui.cpp:5096 src/FLTK/flgui.cpp:5118 +#: src/FLTK/flgui.cpp:5186 +msgid "+0.0" +msgstr "+0.0" + +#: src/FLTK/flgui.cpp:4858 +msgid "32Hz" +msgstr "32Hz" + +#: src/FLTK/flgui.cpp:4880 +msgid "64Hz" +msgstr "64Hz" + +#: src/FLTK/flgui.cpp:4902 +msgid "125Hz" +msgstr "125Hz" + +#: src/FLTK/flgui.cpp:4924 +msgid "250Hz" +msgstr "250Hz" + +#: src/FLTK/flgui.cpp:4946 +msgid "500Hz" +msgstr "500Hz" + +#: src/FLTK/flgui.cpp:4968 +msgid "1kHz" +msgstr "1kHz" + +#: src/FLTK/flgui.cpp:4990 +msgid "2kHz" +msgstr "2kHz" + +#: src/FLTK/flgui.cpp:5012 +msgid "4kHz" +msgstr "4kHz" + +#: src/FLTK/flgui.cpp:5034 +msgid "8kHz" +msgstr "8kHz" + +#: src/FLTK/flgui.cpp:5056 +msgid "16kHz" +msgstr "16kHz" + +#: src/FLTK/flgui.cpp:5081 +msgid "Dynamic Range Compressor" +msgstr "Dynamic Range Compressor" + +#: src/FLTK/flgui.cpp:5092 +msgid "Aggressive Mode" +msgstr "Aggressive Mode" + +#: src/FLTK/flgui.cpp:5100 +msgid "Threshold" +msgstr "Threshold" + +#: src/FLTK/flgui.cpp:5122 +msgid "Ratio" +msgstr "Ratio" + +#: src/FLTK/flgui.cpp:5140 src/FLTK/flgui.cpp:5163 +msgid "+0.00" +msgstr "+0.00" + +#: src/FLTK/flgui.cpp:5144 +msgid "Attack" +msgstr "Attack" + +#: src/FLTK/flgui.cpp:5167 +msgid "Release" +msgstr "Release" + +#: src/FLTK/flgui.cpp:5190 +msgid "MakeupGain" +msgstr "MakeupGain" + +#: src/FLTK/flgui.cpp:5224 src/FLTK/flgui.cpp:5237 +msgid "MIDI" +msgstr "MIDI" + +#: src/FLTK/flgui.cpp:5226 +msgid "MIDI Device" +msgstr "MIDI Gerät" + +#: src/FLTK/flgui.cpp:5227 +msgid "Select your MIDI device" +msgstr "MIDI-Gerät selektieren" + +#: src/FLTK/flgui.cpp:5232 +msgid "Rescan" +msgstr "Suchen" + +#: src/FLTK/flgui.cpp:5233 +msgid "Rescan MIDI devices" +msgstr "Nach neuen MIDI-Geräten suchen" + +#: src/FLTK/flgui.cpp:5238 +msgid "MIDI signal indicator" +msgstr "MIDI-Signal indikator" + +#: src/FLTK/flgui.cpp:5250 +msgid "MIDI Commands" +msgstr "MIDI-Befehle" + +#: src/FLTK/flgui.cpp:5255 +msgid "Enable" +msgstr "Aktivieren" + +#: src/FLTK/flgui.cpp:5256 +msgid "Enable/Disable the selected MIDI command" +msgstr "Den selektieren MIDI-Befehl aktivieren/deaktivieren" + +#: src/FLTK/flgui.cpp:5262 +msgid "Channel" +msgstr "Kanal" + +#: src/FLTK/flgui.cpp:5263 +msgid "Select MIDI channel" +msgstr "MIDI-Kanal wählen" + +#: src/FLTK/flgui.cpp:5277 +msgid "CC" +msgstr "CC" + +#: src/FLTK/flgui.cpp:5278 +msgid "Select CC number" +msgstr "CC-Nummer wählen" + +#: src/FLTK/flgui.cpp:5283 src/FLTK/fl_callbacks.cpp:6425 +msgid "Learn" +msgstr "Lernen" + +#: src/FLTK/flgui.cpp:5284 +msgid "Activate to auto detect the channel and CC number" +msgstr "Den MIDI-Kanal und die CC-Nummer automatisch erkennen" + +#: src/FLTK/flgui.cpp:5289 +msgid "CC Mode" +msgstr "CC-Modus" + +#: src/FLTK/flgui.cpp:5290 +msgid "Select CC mode" +msgstr "CC-Modus wählen" + +#: src/FLTK/flgui.cpp:5304 +msgid "Soft takeover" +msgstr "Sanfte Übernahme" + +#: src/FLTK/flgui.cpp:5305 +msgid "Prevents jumps when controlling a slider in absolute mode" +msgstr "" +"Verhindert Sprünge wenn ein Schieberegler im Absolutmodus betrieben wird" + +#: src/FLTK/flgui.cpp:5313 +msgid "TLS" +msgstr "TLS" + +#: src/FLTK/flgui.cpp:5315 src/FLTK/flgui.cpp:5619 +msgid "SSL/TLS" +msgstr "SSL/TLS" + +#: src/FLTK/flgui.cpp:5318 +msgid "" +"If your server uses a certificate from\n" +"Let's Encrypt or another well known\n" +"CA, you can leave these fields blank." +msgstr "" +"Wenn dein Server ein Zertifikat von\n" +"Let's Encrypt oder einer anderen bekannten\n" +"CA verwenden, kann dieses Feld leer gelassen\n" +"werden." + +#: src/FLTK/flgui.cpp:5322 +msgid "CA Certificate File:" +msgstr "CA Zertifikate Datei:" + +#: src/FLTK/flgui.cpp:5323 +msgid "Certificate file" +msgstr "Zertifikate Datei" + +#: src/FLTK/flgui.cpp:5329 +msgid "Select certificate file" +msgstr "Zertifikatedatei" + +#: src/FLTK/flgui.cpp:5334 +msgid "CA Certificate Directory:" +msgstr "CA Zertifikate Ordner:" + +#: src/FLTK/flgui.cpp:5335 +msgid "Certificate directory" +msgstr "Zertifikate Ordner" + +#: src/FLTK/flgui.cpp:5341 +msgid "Select certificate directory" +msgstr "Zertifikate Ordner" + +#: src/FLTK/flgui.cpp:5350 +msgid "GUI" +msgstr "GUI" + +#: src/FLTK/flgui.cpp:5352 +msgid "Language" +msgstr "Sprache" + +#: src/FLTK/flgui.cpp:5369 +msgid "Display Color" +msgstr "Anzeige Farbe" + +#: src/FLTK/flgui.cpp:5372 +msgid "Text" +msgstr "Text" + +#: src/FLTK/flgui.cpp:5373 +msgid "Select text color" +msgstr "Textfarbe" + +#: src/FLTK/flgui.cpp:5379 +msgid "Background" +msgstr "Hintergrund" + +#: src/FLTK/flgui.cpp:5380 +msgid "Select background color" +msgstr "Hintergrundfarbe wählen" + +#: src/FLTK/flgui.cpp:5388 +msgid "VU meter" +msgstr "VU meter" + +#: src/FLTK/flgui.cpp:5391 +msgid "Gradient colors" +msgstr "Farbverlauf" + +#: src/FLTK/flgui.cpp:5396 +msgid "Solid colors" +msgstr "Harte Übergänge" + +#: src/FLTK/flgui.cpp:5401 +msgid "Always show tabs" +msgstr "Tabs immer anzeigen" + +#: src/FLTK/flgui.cpp:5406 +msgid "Select lower range color" +msgstr "Farbe für unter Grenze auswählen" + +#: src/FLTK/flgui.cpp:5413 +msgid "Select mid range color" +msgstr "Farbe für mittlere Grenze auswählen" + +#: src/FLTK/flgui.cpp:5420 +msgid "Select high range color" +msgstr "Farbe für obere Grenze auswählen" + +#: src/FLTK/flgui.cpp:5427 +msgid "Low range start value (dB)" +msgstr "Unterer Startwert (dB)" + +#: src/FLTK/flgui.cpp:5431 +msgid "Mid range start value (dB)" +msgstr "Mittlerer Startwert (dB)" + +#: src/FLTK/flgui.cpp:5440 +msgid "High range start value (dB)" +msgstr "Oberer Startwert (dB)" + +#: src/FLTK/flgui.cpp:5450 +msgid "Misc" +msgstr "Sonstiges" + +#: src/FLTK/flgui.cpp:5453 +msgid "Attach settings window to main window" +msgstr "Fenster an Hauptfenster anhaften" + +#: src/FLTK/flgui.cpp:5454 +msgid "Attach this window to the butt window" +msgstr "Fenster an Hauptfenster anhaften" + +#: src/FLTK/flgui.cpp:5458 src/FLTK/flgui.cpp:5459 +msgid "Stay always on top" +msgstr "Im Vordergrund bleiben" + +#: src/FLTK/flgui.cpp:5463 src/FLTK/flgui.cpp:5464 +msgid "Remember main window position" +msgstr "Fensterposition merken" + +#: src/FLTK/flgui.cpp:5468 src/FLTK/flgui.cpp:5469 +msgid "Hide log window after start up" +msgstr "Logfenster nach Start verbergen" + +#: src/FLTK/flgui.cpp:5473 src/FLTK/flgui.cpp:5474 +msgid "Change display mode every 5 seconds" +msgstr "Anzeige alle 5 Sekunden ändern" + +#: src/FLTK/flgui.cpp:5478 +msgid "Start minimized" +msgstr "Minimiert starten" + +#: src/FLTK/flgui.cpp:5479 +msgid "Minimize butt at startup" +msgstr "butt minimiert starten" + +#: src/FLTK/flgui.cpp:5483 +msgid "Disable gain control" +msgstr "Lautstärkeregler deaktivieren" + +#: src/FLTK/flgui.cpp:5489 +msgid "Show listeners" +msgstr "Zuhörer anzeigen" + +#: src/FLTK/flgui.cpp:5490 +msgid "Show current listeners in the display (not always available)" +msgstr "" +"Zeige die aktuelle Zuhörerzahl auf dem Display an (nicht immer möglich)" + +#: src/FLTK/flgui.cpp:5494 +msgid "Update rate:" +msgstr "Aktualisieren:" + +#: src/FLTK/flgui.cpp:5504 +msgid "Custom window title:" +msgstr "Benutzerdefinierter Fenstertitel:" + +#: src/FLTK/flgui.cpp:5505 +msgid "Define a custom window title" +msgstr "Bestimme einen Benutzerdefinierten Fenstertitel" + +#: src/FLTK/flgui.cpp:5515 +msgid "Donate" +msgstr "Spende" + +#: src/FLTK/flgui.cpp:5517 +msgid "Donation" +msgstr "Spenden" + +#: src/FLTK/flgui.cpp:5520 +msgid "" +"Keeping this software up to date, adding\n" +"new features and answering support mails\n" +"takes a lot of time and effort. If you can\n" +"afford it, please consider supporting this\n" +"project.\n" +"\n" +"Thank you!" +msgstr "" +"Es benötigt viel Zeit und Fleiß, diese\n" +"Software aktuell zu halten und mit\n" +"neuen Funktionen zu erweitern. Wenn Du\n" +"es Dir erlauben kannst, würde ich mich\n" +"sehr über eine Spende freuen.\n" +"\n" +"Danke!" + +#: src/FLTK/flgui.cpp:5525 +msgid "&Donate via PayPal" +msgstr "Mit PayPal spenden" + +#: src/FLTK/flgui.cpp:5529 +msgid "Become a &patron" +msgstr "Patron werden" + +#: src/FLTK/flgui.cpp:5533 +msgid "&Apple Pay, Google Pay, CC and more" +msgstr "&Apple Pay, Google Pay, Kreditkarte und mehr" + +#: src/FLTK/flgui.cpp:5537 +msgid "&Bitcoin && Co" +msgstr "&Bitcoin && Co" + +#: src/FLTK/flgui.cpp:5552 src/FLTK/flgui.cpp:5673 +msgid "Name:" +msgstr "Name:" + +#: src/FLTK/flgui.cpp:5556 +msgid "Address:" +msgstr "Adresse:" + +#: src/FLTK/flgui.cpp:5560 +msgid "Port:" +msgstr "Port:" + +#: src/FLTK/flgui.cpp:5564 +msgid "Password:" +msgstr "Passwort:" + +#: src/FLTK/flgui.cpp:5569 +msgid "Icecast mountpoint:" +msgstr "Icecast mountpoint:" + +#: src/FLTK/flgui.cpp:5573 +msgid "Icecast user:" +msgstr "Icecast Benutzer:" + +#: src/FLTK/flgui.cpp:5577 src/FLTK/fl_callbacks.cpp:1136 +#: src/FLTK/fl_callbacks.cpp:1215 src/FLTK/fl_callbacks.cpp:1623 +msgid "Show" +msgstr "Zeigen" + +#: src/FLTK/flgui.cpp:5578 +msgid "show/hide password" +msgstr "Password anzeigen/verbergen" + +#: src/FLTK/flgui.cpp:5582 +msgid "Type" +msgstr "Typ" + +#: src/FLTK/flgui.cpp:5585 +msgid "Shoutcast" +msgstr "Shoutcast" + +#: src/FLTK/flgui.cpp:5590 +msgid "Icecast" +msgstr "Icecast" + +#: src/FLTK/flgui.cpp:5595 +msgid "WebRTC" +msgstr "WebRTC" + +#: src/FLTK/flgui.cpp:5600 +msgid "Radio.co" +msgstr "Radio.co" + +#: src/FLTK/flgui.cpp:5607 src/FLTK/flgui.cpp:5709 +msgid "&Cancel" +msgstr "Abbrechen" + +#: src/FLTK/flgui.cpp:5611 src/FLTK/flgui.cpp:5713 +msgid "&ADD" +msgstr "OK" + +#: src/FLTK/flgui.cpp:5622 +msgid "Use SSL/TLS" +msgstr "SSL/TLS verwenden" + +#: src/FLTK/flgui.cpp:5625 +msgid "Revoke certificate trust" +msgstr "Vertrauen zurücksetzen" + +#: src/FLTK/flgui.cpp:5631 +msgid "Radio.co Stations" +msgstr "Radio.co Stationen" + +#: src/FLTK/flgui.cpp:5634 +msgid "Get Stations" +msgstr "Stationen holen" + +#: src/FLTK/flgui.cpp:5638 +msgid "Select all" +msgstr "Alle" + +#: src/FLTK/flgui.cpp:5642 +msgid "Deselect all" +msgstr "Keinen" + +#: src/FLTK/flgui.cpp:5646 +msgid "Use legacy Icecast protocol" +msgstr "Älteres Icecast Protokoll verwenden" + +#: src/FLTK/flgui.cpp:5647 +msgid "" +"Activate this if you want to use the older SOURCE protocol instead of the " +"newer PUT protocol" +msgstr "" +"Aktiviere dieses Feld, wenn du das ältere SOURCE Protokoll anstatt das " +"neuere PUT Protokoll verwenden möchtest" + +#: src/FLTK/flgui.cpp:5651 +msgid "ICE server (optional):" +msgstr "ICE Server (optional):" + +#: src/FLTK/flgui.cpp:5654 +msgid "WebRTC (WHIP) URL:" +msgstr "WebRTC (WHIP) URL:" + +#: src/FLTK/flgui.cpp:5657 +msgid "Bearer token (optional):" +msgstr "Bearer token (optional):" + +#: src/FLTK/flgui.cpp:5660 +msgid "Custom listener URL (optional):" +msgstr "Spezielle URL für die Höreranzahl (optional):" + +#: src/FLTK/flgui.cpp:5664 +msgid "Custom listener mountpoint (optional):" +msgstr "Spezieller Mountpoint für die Höreranzahl (optional):" + +#: src/FLTK/flgui.cpp:5674 +msgid "The name of your new ICY-entrie" +msgstr "Name des neue ICY-Eintrags" + +#: src/FLTK/flgui.cpp:5678 +msgid "Description:" +msgstr "Beschreibung:" + +#: src/FLTK/flgui.cpp:5682 +msgid "Genre:" +msgstr "Genre:" + +#: src/FLTK/flgui.cpp:5686 +msgid "URL:" +msgstr "URL:" + +#: src/FLTK/flgui.cpp:5690 +msgid "ICQ:" +msgstr "ICQ:" + +#: src/FLTK/flgui.cpp:5694 +msgid "IRC:" +msgstr "IRC:" + +#: src/FLTK/flgui.cpp:5698 +msgid "AIM:" +msgstr "AIM:" + +#: src/FLTK/flgui.cpp:5702 +msgid "Make server public" +msgstr "Server publizieren" + +#: src/FLTK/flgui.cpp:5705 +msgid "Expand variables" +msgstr "Variablen ersetzen" + +#: src/FLTK/flgui.cpp:5706 +msgid "Activate to expand date variables in name and description" +msgstr "Aktiviere, um Variablen im Namen und der Beschreibung zu ersetzen" + +#: src/FLTK/flgui.cpp:5736 +msgid "Donate Cryptocurrency" +msgstr "Kryptowährung spenden" + +#: src/FLTK/flgui.cpp:5747 +msgid "Bitcoin" +msgstr "Bitcoin" + +#: src/FLTK/flgui.cpp:5752 src/FLTK/flgui.cpp:5761 src/FLTK/flgui.cpp:5770 +msgid "Copy" +msgstr "Kopieren" + +#: src/FLTK/flgui.cpp:5756 +msgid "Litecoin" +msgstr "Litecoin" + +#: src/FLTK/flgui.cpp:5765 +msgid "Monero" +msgstr "Monero" + +#: src/FLTK/flgui.cpp:5774 src/FLTK/flgui.cpp:6106 src/FLTK/flgui.cpp:6461 +#: src/FLTK/flgui.cpp:6669 +msgid "&Close" +msgstr "&Schließen" + +#: src/FLTK/flgui.cpp:5780 +msgid "Streaming Codec Settings" +msgstr "Stream Codec Einstellungen" + +#: src/FLTK/flgui.cpp:5792 src/FLTK/flgui.cpp:6124 +msgid "MP3" +msgstr "MP3" + +#: src/FLTK/flgui.cpp:5793 src/FLTK/flgui.cpp:6125 +msgid "Encoding Quality" +msgstr "Qualität" + +#: src/FLTK/flgui.cpp:5806 src/FLTK/flgui.cpp:6138 +msgid "Stereo Mode" +msgstr "Stereo Modus" + +#: src/FLTK/flgui.cpp:5819 src/FLTK/flgui.cpp:5949 src/FLTK/flgui.cpp:6015 +#: src/FLTK/flgui.cpp:6071 src/FLTK/flgui.cpp:6151 src/FLTK/flgui.cpp:6281 +#: src/FLTK/flgui.cpp:6334 src/FLTK/flgui.cpp:6403 +msgid "Bitrate Mode" +msgstr "Bitrate Modus" + +#: src/FLTK/flgui.cpp:5832 src/FLTK/flgui.cpp:6164 +msgid "VBR" +msgstr "VBR" + +#: src/FLTK/flgui.cpp:5835 src/FLTK/flgui.cpp:5989 src/FLTK/flgui.cpp:6167 +#: src/FLTK/flgui.cpp:6347 +msgid "Quality" +msgstr "Qualität" + +#: src/FLTK/flgui.cpp:5848 src/FLTK/flgui.cpp:6180 +msgid "Min. Bitrate" +msgstr "Min. Bitrate" + +#: src/FLTK/flgui.cpp:5861 src/FLTK/flgui.cpp:6193 +msgid "Max. Bitrate" +msgstr "Max. Bitrate" + +#: src/FLTK/flgui.cpp:5874 src/FLTK/flgui.cpp:6206 +msgid "Force" +msgstr "Erzwingen" + +#: src/FLTK/flgui.cpp:5875 src/FLTK/flgui.cpp:6207 +msgid "Strictly enforce mininum Bitrate (-F option of the lame encoder)" +msgstr "" +"Minimale Bitrate erzwingen (entspricht der -F Option des lame encoders)" + +#: src/FLTK/flgui.cpp:5881 src/FLTK/flgui.cpp:6227 +msgid "Lowpass (kHz)" +msgstr "Tiefpass (kHz)" + +#: src/FLTK/flgui.cpp:5884 src/FLTK/flgui.cpp:5909 src/FLTK/flgui.cpp:6230 +#: src/FLTK/flgui.cpp:6255 +msgid "Frequency" +msgstr "Frequenz" + +#: src/FLTK/flgui.cpp:5890 src/FLTK/flgui.cpp:5915 src/FLTK/flgui.cpp:6236 +#: src/FLTK/flgui.cpp:6261 +msgid "Width" +msgstr "Breite" + +#: src/FLTK/flgui.cpp:5906 src/FLTK/flgui.cpp:6252 +msgid "Highpass (kHz)" +msgstr "Hochpass (kHz)" + +#: src/FLTK/flgui.cpp:5931 src/FLTK/flgui.cpp:6213 +msgid "Resampling" +msgstr "Resampling" + +#: src/FLTK/flgui.cpp:5932 src/FLTK/flgui.cpp:6214 +msgid "Resample to the selected sample rate" +msgstr "Ausgabe zur selektierten Samplerate resamplen" + +#: src/FLTK/flgui.cpp:5947 src/FLTK/flgui.cpp:6279 +msgid "OGG" +msgstr "OGG" + +#: src/FLTK/flgui.cpp:5962 src/FLTK/flgui.cpp:6294 +msgid "VBR Quality" +msgstr "VBR Qualität" + +#: src/FLTK/flgui.cpp:5975 src/FLTK/flgui.cpp:6307 +msgid "VBR min. Bitrate" +msgstr "VBR min. Bitrate" + +#: src/FLTK/flgui.cpp:5980 src/FLTK/flgui.cpp:6312 +msgid "VBR max. Bitrate" +msgstr "VBR max. Bitrate" + +#: src/FLTK/flgui.cpp:5987 src/FLTK/flgui.cpp:6319 +msgid "OPUS" +msgstr "OPUS" + +#: src/FLTK/flgui.cpp:6002 src/FLTK/flgui.cpp:6321 +msgid "Optimize for" +msgstr "Optimiere für" + +#: src/FLTK/flgui.cpp:6028 src/FLTK/flgui.cpp:6360 +msgid "Max. Bandwidth" +msgstr "Max. Bandbreite" + +#: src/FLTK/flgui.cpp:6043 src/FLTK/flgui.cpp:6375 +msgid "AAC" +msgstr "AAC" + +#: src/FLTK/flgui.cpp:6045 src/FLTK/flgui.cpp:6377 +msgid "Profile" +msgstr "Profil" + +#: src/FLTK/flgui.cpp:6058 src/FLTK/flgui.cpp:6390 +msgid "Afterburner" +msgstr "Nachbrenner" + +#: src/FLTK/flgui.cpp:6086 src/FLTK/flgui.cpp:6418 +msgid "FLAC" +msgstr "FLAC" + +#: src/FLTK/flgui.cpp:6088 src/FLTK/flgui.cpp:6420 src/FLTK/flgui.cpp:6438 +msgid "Bit depth" +msgstr "Bittiefe" + +#: src/FLTK/flgui.cpp:6090 src/FLTK/flgui.cpp:6422 src/FLTK/flgui.cpp:6440 +msgid "16 bit" +msgstr "16 bit" + +#: src/FLTK/flgui.cpp:6095 src/FLTK/flgui.cpp:6427 src/FLTK/flgui.cpp:6450 +msgid "24 bit" +msgstr "24 bit" + +#: src/FLTK/flgui.cpp:6112 +msgid "Recording Codec Settings" +msgstr "Aufnahme Codec Einstellungen" + +#: src/FLTK/flgui.cpp:6436 +msgid "WAV" +msgstr "WAV" + +#: src/FLTK/flgui.cpp:6445 +msgid "32 bit" +msgstr "32 bit" + +#: src/FLTK/flgui.cpp:6467 +msgid "butt audio mixer" +msgstr "butt Mischpult" + +#: src/FLTK/flgui.cpp:6483 +msgid "Audio Mixer" +msgstr "Mischpult" + +#: src/FLTK/flgui.cpp:6486 src/FLTK/flgui.cpp:6516 src/FLTK/flgui.cpp:6546 +#: src/FLTK/flgui.cpp:6569 src/FLTK/flgui.cpp:6592 +msgid "+0.0 dB" +msgstr "+0.0 dB" + +#: src/FLTK/flgui.cpp:6491 src/FLTK/flgui.cpp:6634 +msgid "" +"Primary\n" +"Device" +msgstr "" +"Primäres\n" +"Gerät" + +#: src/FLTK/flgui.cpp:6509 src/FLTK/flgui.cpp:6510 src/FLTK/flgui.cpp:6539 +#: src/FLTK/flgui.cpp:6540 +msgid "Mute" +msgstr "Aus" + +#: src/FLTK/flgui.cpp:6521 src/FLTK/flgui.cpp:6642 +msgid "" +"Secondary\n" +"Device" +msgstr "" +"Sekundäres\n" +"Gerät" + +#: src/FLTK/flgui.cpp:6551 +msgid "" +"Streaming\n" +"Gain" +msgstr "" +"Streaming\n" +"Verstärking" + +#: src/FLTK/flgui.cpp:6574 +msgid "" +"Recording\n" +"Gain" +msgstr "" +"Aufnahme\n" +"Verstärkung" + +#: src/FLTK/flgui.cpp:6597 +msgid "" +"Master\n" +"Gain" +msgstr "" +"Haupt\n" +"Verstärkung" + +#: src/FLTK/flgui.cpp:6615 +msgid "" +"\n" +"Cross Fader" +msgstr "" +"\n" +"Cross Fader" + +#: src/FLTK/flgui.cpp:6638 +msgid "|" +msgstr "|" + +#: src/FLTK/flgui.cpp:6650 +msgid "Alert" +msgstr "Warnung" + +#: src/FLTK/flgui.cpp:6661 +msgid "&Open the manual" +msgstr "&Handbuch öffnen" + +#: src/FLTK/flgui.cpp:6665 +msgid "" +"Could not find aac library.\n" +"\n" +"Please follow the instructions in the manual\n" +"for adding aac support." +msgstr "" +"Konnte die AAC Bibliothek nicht finden.\n" +"\n" +"Bitte folge den Schritten im Handbuch, um die AAC Unterstützung zu " +"aktivieren." + +#: src/FLTK/fl_timer_funcs.cpp:318 +#, c-format +msgid "" +"stream sent\n" +"%0.2lfMB" +msgstr "" +"Stream gesendet\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:323 +#, c-format +msgid "" +"stream time\n" +"%s" +msgstr "" +"Stream Zeit\n" +"%s" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "Listeners". Also the string length should not exceed 10 characters. +#: src/FLTK/fl_timer_funcs.cpp:330 +#, c-format +msgid "" +"On Air\n" +"Listeners %5d" +msgstr "" +"On Air\n" +"Zuhoerer %5d" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "Listeners>". Also the string length should not exceed 10 characters. +#: src/FLTK/fl_timer_funcs.cpp:333 +#, c-format +msgid "" +"On Air\n" +"Listeners>%5d" +msgstr "" +"On Air\n" +"Hoerer>%5d" + +# Will be shown in the main display and thus may only contain ascii-characters. When in doubt just keep "On Air" +#: src/FLTK/fl_timer_funcs.cpp:337 +#, c-format +msgid "On Air" +msgstr "On Air" + +#: src/FLTK/fl_timer_funcs.cpp:343 +#, c-format +msgid "" +"record time\n" +"%s" +msgstr "" +"Record Zeit\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:348 +#, c-format +msgid "" +"record size\n" +"%0.2lfMB" +msgstr "" +"Record groesse\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:479 +#, c-format +msgid "" +"ERROR: Connection lost\n" +"reconnecting in %d seconds..." +msgstr "" +"FEHLER: Verbindung verloren\n" +"Verbinde neu in %d Sekunden..." + +#: src/FLTK/fl_timer_funcs.cpp:483 +msgid "" +"ERROR: Connection lost\n" +"reconnecting..." +msgstr "" +"FEHLER: Verbindung verloren\n" +"Verbinde neu..." + +#: src/FLTK/fl_timer_funcs.cpp:608 +msgid "Listeners" +msgstr "Zuhörer" + +#: src/FLTK/fl_timer_funcs.cpp:674 +msgid "" +"Could not find a file extension in current filename\n" +"Automatic file splitting is deactivated" +msgstr "" +"Der Aufnahmedateiname hat keine Dateiendung\n" +"Automatische Dateiaufteilung wird deaktiviert" + +#: src/FLTK/fl_timer_funcs.cpp:704 +msgid "" +"Could not find a valid filename for next file\n" +"butt keeps recording to current file" +msgstr "" +"Konnte keinen gültigen Dateinahmen für die nächste Datei erstellen\n" +"butt wird die Aufnahme in der aktuellen Datei fortführen" + +#: src/FLTK/fl_timer_funcs.cpp:717 src/FLTK/fl_callbacks.cpp:1033 +#, c-format +msgid "" +"Could not open:\n" +"%s" +msgstr "" +"Konnte Datei nicht öffnen:\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:721 src/port_audio.cpp:938 +msgid "Recording to:" +msgstr "Aufnahmedatei:" + +#: src/FLTK/fl_timer_funcs.cpp:964 +#, c-format +msgid "" +"Warning\n" +"Could not open: %s.\n" +"Will retry in 5 seconds" +msgstr "" +"Warnung\n" +"Konnte Datei nicht öffnen: %s.\n" +"Versuche in 5 Sekunden erneut" + +#: src/FLTK/fl_callbacks.cpp:145 +msgid "connecting" +msgstr "Verbinde" + +#: src/FLTK/fl_callbacks.cpp:187 +msgid "" +"Error: No server entry found.\n" +"Please add a server in the settings-window." +msgstr "" +"Fehler: Kein Servereintrag gefunden.\n" +"Bitte füge einen Server in den Einstellungen hinzu." + +#: src/FLTK/fl_callbacks.cpp:192 +msgid "" +"Error: ogg vorbis encoder doesn't support bitrates\n" +"lower than 48kbit" +msgstr "" +"Fehler: Der ogg vorbis encoder erlaubt keine Bitraten\n" +"kleiner als 48kbit" + +#: src/FLTK/fl_callbacks.cpp:200 +#, c-format +msgid "Warning: %s is not supported by every Shoutcast version" +msgstr "Warnung: %s wird nicht von jeder Shoutcast version unterstützt" + +#: src/FLTK/fl_callbacks.cpp:204 +msgid "Error: FLAC is not supported by ShoutCast" +msgstr "Fehler: FLAC wird von Shoutcast nicht unterstützt" + +#: src/FLTK/fl_callbacks.cpp:211 +#, c-format +msgid "Error: Radio.co supports only mp3 and aac" +msgstr "Fehler: Radio.co unterstützt nur mp3 und aac" + +#: src/FLTK/fl_callbacks.cpp:219 +#, c-format +msgid "Error: WebRTC only supports opus" +msgstr "Fehler: WebRTC funktioniert nur mit dem opus codec" + +#: src/FLTK/fl_callbacks.cpp:226 +#, c-format +msgid "Connecting to %s via %s ..." +msgstr "Verbinde mit %s via %s ..." + +#: src/FLTK/fl_callbacks.cpp:229 +#, c-format +msgid "Connecting to %s:%u ..." +msgstr "Verbinde mit %s:%u ..." + +#: src/FLTK/fl_callbacks.cpp:232 +#, c-format +msgid "Connecting to %s:%u (%u) ..." +msgstr "Verbinde mit %s:%u (%u) ..." + +#: src/FLTK/fl_callbacks.cpp:328 +msgid "Connection established" +msgstr "Verbindung hergestellt" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "no" +msgstr "nein" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "yes" +msgstr "ja" + +#: src/FLTK/fl_callbacks.cpp:344 +#, c-format +msgid "Device 1:\t%s\n" +msgstr "Gerät 1:\t%s\n" + +#: src/FLTK/fl_callbacks.cpp:345 +#, c-format +msgid "Device 2:\t%s\n" +msgstr "Gerät 2:\t%s\n" + +#: src/FLTK/fl_callbacks.cpp:396 +#, c-format +msgid "Connected to: %s" +msgstr "Verbunden mit: %s" + +#: src/FLTK/fl_callbacks.cpp:567 src/FLTK/fl_callbacks.cpp:1669 +msgid "The custom listener URL must start with http:// or https://" +msgstr "Die URL muss entweder mit http:// oder https:// beginnen" + +#: src/FLTK/fl_callbacks.cpp:574 src/FLTK/fl_callbacks.cpp:1676 +msgid "" +"No mountpoint specified\n" +"Setting mountpoint to \"stream\"" +msgstr "" +"Kein Mountpoint angegeben\n" +"Nutze Mountpoint \"stream\"" + +#: src/FLTK/fl_callbacks.cpp:578 src/FLTK/fl_callbacks.cpp:1680 +msgid "" +"No user specified\n" +"Setting user to \"source\"" +msgstr "" +"Kein Benutzer angegeben\n" +"Nutze Benutzer \"source\"" + +#: src/FLTK/fl_callbacks.cpp:586 src/FLTK/fl_callbacks.cpp:1688 +msgid "" +"Unsupported listener URL.\n" +"The listener URL must end with status-json.xsl, 7.xsl, 7.html or contain " +"stats?sid" +msgstr "" +"Die eingegebene URL wird nicht unterstützt.\n" +"Sie muss mit status-json.xsl, 7.xsl, 7.html enden oder stats?sid beinhalten" + +#: src/FLTK/fl_callbacks.cpp:592 src/FLTK/fl_callbacks.cpp:1694 +#: src/FLTK/fl_callbacks.cpp:1857 src/FLTK/fl_callbacks.cpp:2545 +msgid "No name specified" +msgstr "Kein Name angegeben" + +#: src/FLTK/fl_callbacks.cpp:597 src/FLTK/fl_callbacks.cpp:1699 +msgid "" +"The number of characters of all your server names exeeds 1000\n" +"Please reduce the number of characters of each server name" +msgstr "" +"Der Name des Servers ist länger als 1000 Zeichen\n" +"Bitte wähle einen kürzeren Namen" + +#: src/FLTK/fl_callbacks.cpp:603 src/FLTK/fl_callbacks.cpp:1705 +msgid "Newline characters and [];/\\ are not allowed within the server name" +msgstr "Der Name darf weder neue Zeilen noch die Zeichen [];/\\ enthalten" + +#: src/FLTK/fl_callbacks.cpp:609 src/FLTK/fl_callbacks.cpp:1710 +msgid "No address specified" +msgstr "Keine Adresse angegeben" + +#: src/FLTK/fl_callbacks.cpp:613 src/FLTK/fl_callbacks.cpp:1714 +msgid "No password specified" +msgstr "Keine Password angegeben" + +#: src/FLTK/fl_callbacks.cpp:617 src/FLTK/fl_callbacks.cpp:1718 +msgid "No port specified" +msgstr "Kein Port angegeben" + +#: src/FLTK/fl_callbacks.cpp:621 src/FLTK/fl_callbacks.cpp:1722 +msgid "" +"Invalid port number\n" +"The port number must be between 1 and 65535" +msgstr "" +"Ungültiger Port\n" +"Der Port muss eine Zahl zwischen 1 und 65535 sein" + +#: src/FLTK/fl_callbacks.cpp:628 src/FLTK/fl_callbacks.cpp:1729 +msgid "No WHIP URL specified" +msgstr "Keine WHIP URL angegeben" + +#: src/FLTK/fl_callbacks.cpp:637 src/FLTK/fl_callbacks.cpp:1740 +#: src/FLTK/fl_callbacks.cpp:2564 +msgid "Server name already exist!" +msgstr "Der Servername existiert bereits!" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "stop recording?" +msgstr "Aufnahme beenden?" + +#: src/FLTK/fl_callbacks.cpp:966 src/FLTK/fl_funcs.cpp:1462 +msgid "No" +msgstr "Nein" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "Yes" +msgstr "Ja" + +#: src/FLTK/fl_callbacks.cpp:1005 +msgid "No recording filename specified" +msgstr "Keine Aufnahmedatei spezifiziert" + +#: src/FLTK/fl_callbacks.cpp:1015 +#, c-format +msgid "%s already exists!" +msgstr "%s existiert bereits!" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "overwrite" +msgstr "Überschreiben" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "cancel" +msgstr "Abbrechen" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "append" +msgstr "Anhängen" + +#: src/FLTK/fl_callbacks.cpp:1021 +msgid "Recording canceled" +msgstr "Aufnahme wurde nicht gestarted" + +#: src/FLTK/fl_callbacks.cpp:1090 src/FLTK/fl_funcs.cpp:1308 +msgid "Hide log" +msgstr "Log verbergen" + +#: src/FLTK/fl_callbacks.cpp:1123 +msgid "Add Server" +msgstr "Neuer Server" + +#: src/FLTK/fl_callbacks.cpp:1176 +msgid "Edit Server" +msgstr "Server editieren" + +#: src/FLTK/fl_callbacks.cpp:1181 +msgid "Radio.co stations cannot be edited." +msgstr "Radio.co server können nicht editiert werden." + +#: src/FLTK/fl_callbacks.cpp:1267 +msgid "Add Server Infos" +msgstr "Neue Server Infos" + +#: src/FLTK/fl_callbacks.cpp:1302 +msgid "Song update failed: WebRTC does not support song names" +msgstr "Song update fehlgeschlagen: Wird von WebRTC nicht unterstützt" + +#: src/FLTK/fl_callbacks.cpp:1345 +#, c-format +msgid "" +"Updated songname to:\n" +"%s\n" +msgstr "" +"Neuer Songname:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:1354 +msgid "Updating songname failed" +msgstr "Aktualisierung des Songnamens ist fehlgeschlagen" + +#: src/FLTK/fl_callbacks.cpp:1428 +#, c-format +msgid "Audio buffer has been set to %d ms" +msgstr "Audio Puffer wurde auf %d ms gesetzt" + +#: src/FLTK/fl_callbacks.cpp:1592 +msgid "" +"butt will open Radio.co in a new browser window.\n" +"\n" +"Login to Radio.co and allow butt access to your account." +msgstr "" +"butt wird jetzt Radio.co in einem neuen Browser Fenster öffnen.\n" +"\n" +"Bitte loggen Sie sich ein und erlauben Sie den Zugriff mit butt." + +#: src/FLTK/fl_callbacks.cpp:1618 +msgid "Hide" +msgstr "Ausbl." + +#: src/FLTK/fl_callbacks.cpp:1638 +msgid "Could not revoke trust for certificate" +msgstr "Konnte Vertrauen für Zertifikat nicht zurückziehen" + +#: src/FLTK/fl_callbacks.cpp:1862 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the count of characters of each icy name" +msgstr "" +"Der ICY Namen ist länger als 1000 Zeichen\n" +"Bitte wähle einen kürzeren Namen" + +#: src/FLTK/fl_callbacks.cpp:1868 src/FLTK/fl_callbacks.cpp:2557 +msgid "Newline characters and [];/\\ are not allowed within the icy name" +msgstr "Der Name darf weder neue Zeilen noch die Zeichen [];/\\ enthalten" + +#: src/FLTK/fl_callbacks.cpp:1877 +msgid "Icy name already exist!" +msgstr "ICY Name existiert bereits!" + +#: src/FLTK/fl_callbacks.cpp:2002 src/FLTK/fl_callbacks.cpp:2015 +#: src/FLTK/fl_callbacks.cpp:2029 src/FLTK/fl_callbacks.cpp:2044 +#: src/FLTK/fl_callbacks.cpp:2233 src/FLTK/fl_callbacks.cpp:2246 +#: src/FLTK/fl_callbacks.cpp:2260 src/FLTK/fl_callbacks.cpp:2275 +#: src/FLTK/fl_callbacks.cpp:2290 +msgid "" +"Warning:\n" +"The stream Sample-/Bitrate combination is invalid" +msgstr "" +"Warnung:\n" +"Ungültige stream Sample-/Bitrate Kombination" + +#: src/FLTK/fl_callbacks.cpp:2008 src/FLTK/fl_callbacks.cpp:2021 +#: src/FLTK/fl_callbacks.cpp:2035 src/FLTK/fl_callbacks.cpp:2050 +msgid "The previous values have been set\n" +msgstr "Die vorherigen Werte werden verwenden\n" + +#: src/FLTK/fl_callbacks.cpp:2056 +#, c-format +msgid "Stream bitrate set to: %dk" +msgstr "Stream Bitrate geändert: %dk" + +#: src/FLTK/fl_callbacks.cpp:2142 src/FLTK/fl_callbacks.cpp:2155 +#: src/FLTK/fl_callbacks.cpp:2169 src/FLTK/fl_callbacks.cpp:2184 +#: src/FLTK/fl_callbacks.cpp:2313 src/FLTK/fl_callbacks.cpp:2326 +#: src/FLTK/fl_callbacks.cpp:2340 src/FLTK/fl_callbacks.cpp:2355 +#: src/FLTK/fl_callbacks.cpp:2369 +msgid "" +"Warning:\n" +"The record Sample-/Bitrate combination is invalid" +msgstr "" +"Warnung:\n" +"Ungültige Aufnahme Sample-/Bitrate Kombination" + +#: src/FLTK/fl_callbacks.cpp:2148 src/FLTK/fl_callbacks.cpp:2161 +#: src/FLTK/fl_callbacks.cpp:2175 src/FLTK/fl_callbacks.cpp:2190 +#: src/FLTK/fl_callbacks.cpp:2239 src/FLTK/fl_callbacks.cpp:2252 +#: src/FLTK/fl_callbacks.cpp:2266 src/FLTK/fl_callbacks.cpp:2281 +#: src/FLTK/fl_callbacks.cpp:2296 src/FLTK/fl_callbacks.cpp:2319 +#: src/FLTK/fl_callbacks.cpp:2332 src/FLTK/fl_callbacks.cpp:2346 +#: src/FLTK/fl_callbacks.cpp:2361 src/FLTK/fl_callbacks.cpp:2375 +msgid "The previous values have been set" +msgstr "Die vorherigen Werte werden verwenden" + +#: src/FLTK/fl_callbacks.cpp:2196 +#, c-format +msgid "Record bitrate set to: %dk" +msgstr "Neue Aufnahme Bitrate: %dk" + +#: src/FLTK/fl_callbacks.cpp:2383 +#, c-format +msgid "Samplerate set to: %dHz" +msgstr "Neue Samplerate: %dHz" + +#: src/FLTK/fl_callbacks.cpp:2449 +msgid "Channels set to: stereo" +msgstr "Verwende stereo" + +#: src/FLTK/fl_callbacks.cpp:2512 +msgid "Channels set to: mono" +msgstr "Verwende mono" + +#: src/FLTK/fl_callbacks.cpp:2551 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the number of characters of each icy name" +msgstr "" +"Der ICY Namen ist länger als 1000 Zeichen\n" +"Bitte wähle einen kürzeren Namen" + +#: src/FLTK/fl_callbacks.cpp:2659 +msgid "Edit Server Infos" +msgstr "Server Infos Editieren" + +#: src/FLTK/fl_callbacks.cpp:2696 src/FLTK/fl_callbacks.cpp:2749 +msgid "" +"Primary and secondary audio device are both ASIO devices.\n" +"You can not use two ASIO devices at the same time.\n" +"Please select a different device.\n" +msgstr "" +"Primäres und sekundäres Audiogerät sind beides ASIO-Geräte.\n" +"Es können nicht zwei ASIO-Geräte gleichzeitig verwendet werden.\n" +"Wähle bitte ein anderes Gerät.\n" + +#: src/FLTK/fl_callbacks.cpp:2717 src/FLTK/fl_callbacks.cpp:4155 +msgid "" +"butt could not open selected audio device.\n" +"Please try another device.\n" +msgstr "" +"butt konnte das ausgewählte Audiogerät öffnen.\n" +"Bitte wählen Sie ein alternatives Audiogerät aus.\n" + +#: src/FLTK/fl_callbacks.cpp:2732 +#, c-format +msgid "" +"Primary device:\n" +"%s\n" +msgstr "" +"Primäres Gerät:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:2769 +msgid "" +"butt could not open secondary audio device.\n" +"Please try another device.\n" +msgstr "" +"butt konnte das sekundäre Audiogerät nicht öffnen.\n" +"Bitte wählen Sie ein alternatives Audiogerät aus.\n" + +#: src/FLTK/fl_callbacks.cpp:2783 +#, c-format +msgid "" +"Secondary device:\n" +"%s\n" +msgstr "" +"Sekundäres Gerät: \n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:2894 src/FLTK/fl_callbacks.cpp:3072 +msgid "" +"MP3 encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"MP3 encoder unterstützt die aktuelle\n" +"Sample-/Bitrate Kombination nicht" + +#: src/FLTK/fl_callbacks.cpp:2915 +msgid "Stream codec set to mp3" +msgstr "Stream Codec nach mp3 geändert" + +#: src/FLTK/fl_callbacks.cpp:2927 src/FLTK/fl_callbacks.cpp:3112 +msgid "" +"OGG Vorbis encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"OGG Vorbis encoder unterstützt die aktuelle\n" +"Sample-/Bitrate Kombination nicht" + +#: src/FLTK/fl_callbacks.cpp:2948 +msgid "Stream codec set to ogg/vorbis" +msgstr "Stream Codec nach ogg/vorbis geändert" + +#: src/FLTK/fl_callbacks.cpp:2959 src/FLTK/fl_callbacks.cpp:3151 +msgid "" +"Opus encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"Opus encoder unterstützt die aktuelle\n" +"Sample-/Bitrate Kombination nicht" + +#: src/FLTK/fl_callbacks.cpp:2979 +msgid "Stream codec set to opus" +msgstr "Stream Codec nach opus geändert" + +#: src/FLTK/fl_callbacks.cpp:3011 src/FLTK/fl_callbacks.cpp:3213 +msgid "" +"AAC encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"AAC encoder unterstützt die aktuelle\n" +"Sample-/Bitrate Kombination nicht" + +#: src/FLTK/fl_callbacks.cpp:3032 +msgid "Stream codec set to aac" +msgstr "Stream Codec nach AAC geändert" + +#: src/FLTK/fl_callbacks.cpp:3042 src/FLTK/fl_callbacks.cpp:3252 +msgid "ERROR: While initializing flac settings" +msgstr "FEHLER: Beim Initialisieren der FLAC Einstellungen" + +#: src/FLTK/fl_callbacks.cpp:3060 +msgid "Stream codec set to flac" +msgstr "Stream Codec nach FLAC geändert" + +#: src/FLTK/fl_callbacks.cpp:3101 +msgid "Record codec set to mp3" +msgstr "Aufnahme Codec nach mp3 geändert" + +#: src/FLTK/fl_callbacks.cpp:3140 +msgid "Record codec set to ogg/vorbis" +msgstr "Aufnahme Codec nach ogg/vorbis geändert" + +#: src/FLTK/fl_callbacks.cpp:3179 +msgid "Record codec set to opus" +msgstr "Aufnahme Codec nach opus geändert" + +#: src/FLTK/fl_callbacks.cpp:3242 +msgid "Record codec set to aac" +msgstr "Aufnahme Codec nach ACC geändert" + +#: src/FLTK/fl_callbacks.cpp:3278 +msgid "Record codec set to flac" +msgstr "Aufnahme Codec nach FLAC geändert" + +#: src/FLTK/fl_callbacks.cpp:3294 +msgid "Record codec set to wav" +msgstr "Aufnahme Codec nach wav geändert" + +#: src/FLTK/fl_callbacks.cpp:3329 +msgid "Select certificate file..." +msgstr "Zertifikat auswählen..." + +#: src/FLTK/fl_callbacks.cpp:3334 src/FLTK/fl_callbacks.cpp:3355 +#: src/FLTK/fl_callbacks.cpp:3466 src/FLTK/fl_callbacks.cpp:3556 +#: src/FLTK/fl_callbacks.cpp:4109 src/FLTK/fl_callbacks.cpp:4133 +#: src/FLTK/fl_callbacks.cpp:4257 +#, c-format +msgid "ERROR: %s" +msgstr "FEHLER: %s" + +#: src/FLTK/fl_callbacks.cpp:3347 +msgid "Select certificate directory..." +msgstr "Zertifikate Ordner auswählen..." + +#: src/FLTK/fl_callbacks.cpp:3458 +msgid "Record to..." +msgstr "Aufnehmen nach..." + +#: src/FLTK/fl_callbacks.cpp:3483 +msgid "File splitting only works if recording is active." +msgstr "Aufnahme nicht aktiv." + +#: src/FLTK/fl_callbacks.cpp:3552 +msgid "Select Songfile" +msgstr "Songdatei wählen" + +#: src/FLTK/fl_callbacks.cpp:3657 +msgid "Gain control is disabled. Enable in Settings->GUI" +msgstr "Lautstärkeregelung ist deaktiviert. Aktivieren in Einstellungen->GUI" + +#: src/FLTK/fl_callbacks.cpp:3718 +msgid "select background color" +msgstr "Hintergrundfarbe wählen" + +#: src/FLTK/fl_callbacks.cpp:3728 +msgid "select text color" +msgstr "Textfarbe wählen" + +#: src/FLTK/fl_callbacks.cpp:3761 src/FLTK/fl_callbacks.cpp:3765 +#: src/FLTK/fl_callbacks.cpp:3774 src/FLTK/fl_callbacks.cpp:3778 +msgid "Value must be a number between -54 and 0" +msgstr "Bitte eine Zahl zwischen --54 und 0 eingeben" + +#: src/FLTK/fl_callbacks.cpp:3788 +msgid "Please restart butt to apply new language." +msgstr "Bitte starte butt neu, um die neue Sprache zu laden." + +#: src/FLTK/fl_callbacks.cpp:3867 src/FLTK/fl_callbacks.cpp:3872 +#: src/FLTK/fl_callbacks.cpp:3882 src/FLTK/fl_callbacks.cpp:3887 +msgid "Value must be a number between -90.0 and 0" +msgstr "Bitte eine Zahl zwischen -90 und 0 eingeben" + +#: src/FLTK/fl_callbacks.cpp:4082 +msgid "Recording volume" +msgstr "Aufnahmelautstärke" + +#: src/FLTK/fl_callbacks.cpp:4103 +msgid "Export to..." +msgstr "Expotieren nach..." + +#: src/FLTK/fl_callbacks.cpp:4146 +#, c-format +msgid "Could not import config %s" +msgstr "Konnte Konfiguration nicht importieren %s" + +#: src/FLTK/fl_callbacks.cpp:4160 +#, c-format +msgid "Config imported %s" +msgstr "Konfiguration importiert %s" + +#: src/FLTK/fl_callbacks.cpp:4234 +msgid "" +"Could not get update information.\n" +"Reason: Network error" +msgstr "" +"Konnte aktuelle Version nicht empfangen.\n" +"Grund: Netzwerkfehler" + +#: src/FLTK/fl_callbacks.cpp:4237 +msgid "" +"Could not get update information.\n" +"Reason: Unknown answer from server" +msgstr "" +"Konnte aktuelle Version nicht empfangen.\n" +"Grund: Ungültige Antwort von Server" + +#: src/FLTK/fl_callbacks.cpp:4240 +msgid "You have the latest version!" +msgstr "Du hast die aktuellste Version!" + +#: src/FLTK/fl_callbacks.cpp:4243 +msgid "" +"Could not get update information.\n" +"Reason: Unknown" +msgstr "" +"Konnte aktuelle Version nicht empfangen.\n" +"Grund: Unbekannt" + +#: src/FLTK/fl_callbacks.cpp:4251 +msgid "Select logfile..." +msgstr "Logdatei wählen..." + +#: src/FLTK/fl_callbacks.cpp:4273 +msgid "" +"butt is currently streaming.\n" +"Do you really want to close butt now?" +msgstr "" +"butt ist gerade mit einem Server verbunden.\n" +"Soll butt wirklich geschlossen werden?" + +#: src/FLTK/fl_callbacks.cpp:4279 +msgid "" +"butt is currently recording.\n" +"Do you really want to close butt now?" +msgstr "" +"butt nimmt gerade auf.\n" +"Soll butt wirklich geschlossen werden?" + +#: src/FLTK/fl_callbacks.cpp:4354 +msgid "The URL must start with either http:// or https://" +msgstr "Die URL muss entweder mit http:// oder https:// beginnen" + +#: src/FLTK/fl_callbacks.cpp:4366 +msgid "Value must be a number between 1 and 1000" +msgstr "Bitte eine Zahl zwischen -1 und 1000" + +#: src/FLTK/fl_callbacks.cpp:5228 src/FLTK/fl_callbacks.cpp:5263 +#: src/FLTK/fl_callbacks.cpp:5298 src/FLTK/fl_callbacks.cpp:5333 +#: src/FLTK/fl_callbacks.cpp:5368 src/FLTK/fl_callbacks.cpp:5859 +#: src/FLTK/fl_callbacks.cpp:5894 src/FLTK/fl_callbacks.cpp:5929 +#: src/FLTK/fl_callbacks.cpp:5964 src/FLTK/fl_callbacks.cpp:5999 +msgid "The encoder could not be initialized with the provided parameters." +msgstr "" +"Der Encoder konnte mit den aktuellen Einstellungen nicht initialisiert " +"werden." + +#: src/FLTK/fl_callbacks.cpp:5246 src/FLTK/fl_callbacks.cpp:5877 +msgid "The value must be between 0.001 kHz and 50 kHz" +msgstr "Der Wert muss zwischen 0.001 kHz und 50 kHz liegen" + +#: src/FLTK/fl_callbacks.cpp:5281 src/FLTK/fl_callbacks.cpp:5316 +#: src/FLTK/fl_callbacks.cpp:5351 src/FLTK/fl_callbacks.cpp:5912 +#: src/FLTK/fl_callbacks.cpp:5947 src/FLTK/fl_callbacks.cpp:5982 +msgid "The value must be between 0.001 kHz and 16 kHz" +msgstr "Der Wert muss zwischen 0.001 kHz und 16 kHz liegen" + +#: src/FLTK/fl_callbacks.cpp:6328 +msgid "MIDI device could not be opened." +msgstr "Das MIDI-Gerät konnte nicht geöffnet werden." + +#: src/FLTK/fl_callbacks.cpp:6334 +#, c-format +msgid "" +"MIDI device:\n" +"%s\n" +msgstr "" +"MIDI-Gerät:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:6339 +msgid "MIDI device could not be started." +msgstr "Das MIDI-Gerät konnte nicht initialisiert werden." + +#: src/FLTK/fl_callbacks.cpp:6344 +msgid "MIDI support disabled\n" +msgstr "MIDI-Unterstützung wurde deaktiviert\n" + +#: src/FLTK/fl_callbacks.cpp:6406 +msgid "The CC value must be between 0 and 127" +msgstr "Der CC-Wert muss zwischen 0 und 127 liegen" + +#: src/FLTK/fl_callbacks.cpp:6429 +msgid "Waiting..." +msgstr "Warte..." + +#: src/FLTK/fl_funcs.cpp:193 +msgid "Disabled" +msgstr "Deaktiviert" + +#: src/FLTK/fl_funcs.cpp:335 +#, c-format +msgid "%d seconds" +msgstr "%d Sekunden" + +#: src/FLTK/fl_funcs.cpp:386 +msgid "Not supported on Windows" +msgstr "Wird nicht unterstüzt" + +#: src/FLTK/fl_funcs.cpp:808 +msgid "Start/Stop broadcasting" +msgstr "Stream starten/stoppen" + +#: src/FLTK/fl_funcs.cpp:809 +msgid "Start/Stop recording" +msgstr "Aufnahme starten/stoppen" + +#: src/FLTK/fl_funcs.cpp:811 +msgid "Streaming Gain" +msgstr "Streaming Verstärkung" + +#: src/FLTK/fl_funcs.cpp:812 +msgid "Recording Gain" +msgstr "Aufnahme Verstärkung" + +#: src/FLTK/fl_funcs.cpp:813 +msgid "Primary Device Gain" +msgstr "Vestärkung des primären Gerätes" + +#: src/FLTK/fl_funcs.cpp:814 +msgid "Secondary Device Gain" +msgstr "Vestärkung des sekundären Gerätes" + +#: src/FLTK/fl_funcs.cpp:815 +msgid "Cross fader" +msgstr "Cross Fader" + +#: src/FLTK/fl_funcs.cpp:816 +msgid "Mute/Unmute Primary Device" +msgstr "Primäres Audiogerät ein/aus" + +#: src/FLTK/fl_funcs.cpp:817 +msgid "Mute/Unmute Secondary Device" +msgstr "Sekundäres Audiogerät ein/aus" + +#: src/FLTK/fl_funcs.cpp:818 +msgid "Start broadcasting" +msgstr "Stream starten" + +#: src/FLTK/fl_funcs.cpp:819 +msgid "Stop broadcasting" +msgstr "Stream beenden" + +#: src/FLTK/fl_funcs.cpp:820 +msgid "Start recording" +msgstr "Aufnahme starten" + +#: src/FLTK/fl_funcs.cpp:821 +msgid "Stop recording" +msgstr "Aufnahme beenden" + +#: src/FLTK/fl_funcs.cpp:870 +msgid "dev. not supported" +msgstr "Gerät wird nicht unterstützt" + +#: src/FLTK/fl_funcs.cpp:1087 +#, c-format +msgid "" +"Could not create recording folder:\n" +"%s\n" +"Please make sure the folder contains only valid format specifiers." +msgstr "" +"Aufnahmeordner konnte nicht erstellt werden:\n" +"%s\n" +"Bitte vergewissern Sie sich, dass der Pfad ausschließlich gültige " +"Vormatvariablen beeinhaltet." + +#: src/FLTK/fl_funcs.cpp:1102 +#, c-format +msgid "Could not create recording folder %s\n" +msgstr "Konnte Datei nicht schreiben: %s\n" + +#: src/FLTK/fl_funcs.cpp:1111 +#, c-format +msgid "" +"Could not create recording file:\n" +"%s\n" +"Please make sure the filename contains only valid format specifiers." +msgstr "" +"Aufnahmedatei konnte nicht erstellt werden:\n" +"%s\n" +"Bitte vergewissern Sie sich, dass der Dateiname ausschließlich gültige " +"Vormatvariablen beeinhaltet." + +#: src/FLTK/fl_funcs.cpp:1157 +msgid "Could not find a valid filename" +msgstr "Konnte keinen gültigen Dateinamen finden" + +#: src/FLTK/fl_funcs.cpp:1462 +msgid "TRUST" +msgstr "VERTRAUE" + +#: src/icecast.cpp:90 +msgid "" +"\n" +"connect: Could not create network socket" +msgstr "" +"\n" +"connect: Netzwerk socket konnte nicht erstellt werden" + +#: src/icecast.cpp:102 +msgid "" +"\n" +"connect: Error resolving server address" +msgstr "" +"\n" +"connect: Konnte Servernamen nicht auflösen" + +#: src/icecast.cpp:142 +msgid "" +"\n" +"connect: SSL connection timed out. Trying again..." +msgstr "" +"\n" +"connect: Zeitüberschreitung der SSL-Verbindung . Versuche erneut..." + +#: src/icecast.cpp:149 +#, c-format +msgid "" +"SSL/TLS certificate verification failed\n" +"Reason: %s\n" +"\n" +"Do you still want to trust this certificate?\n" +"Trusting will be permanent and can be revoked\n" +"in the server settings." +msgstr "" +"SSL/TLS Zertfikat ist ungültig\n" +"Grund: %s\n" +"\n" +"Möchtest Du dem Zertifikat dennoch vertrauen?\n" +"Das Vertrauen kann zu einem späteren Zeitpunkt\n" +"in den Servereinstellungen zurückgezogen werden." + +#: src/icecast.cpp:164 +#, c-format +msgid "" +"\n" +"connect: SSL connection failed\n" +"Reason: %s" +msgstr "" +"\n" +"connect: SSL Verbindung fehlgeschlagen\n" +"Grund: %s" + +#: src/icecast.cpp:320 +msgid "" +"\n" +"connect: connection timed out. Trying again..." +msgstr "" +"\n" +"connect: Zeitüberschreitung. Versuche erneut..." + +#: src/icecast.cpp:373 +msgid "" +"\n" +"connect: server answered with 400!\n" +msgstr "" +"\n" +"connect: Server hat mit Fehler 400 geantworted.\n" + +#: src/icecast.cpp:379 +msgid "" +"\n" +"connect: invalid user/password!\n" +msgstr "" +"\n" +"connect: Falscher Benutzername oder Passwort\n" + +#: src/icecast.cpp:402 +msgid "" +"\n" +"connect: server answered with 404!\n" +msgstr "" +"\n" +"connect: Server hat mit 404 geantwortet. Falscher mountpoint?\n" + +#: src/icecast.cpp:409 +#, c-format +msgid "" +"\n" +"connect: server answered with %d!\n" +msgstr "" +"\n" +"connect: Server hat mit %d geantwortet\n" + +#: src/icecast.cpp:434 +msgid "" +"\n" +"ERROR: Opus is not supported by your\n" +"Icecast server (>=1.4.0 required)!\n" +msgstr "" +"\n" +"FEHLER: Opus wird von Deinem Icecast server\n" +"nicht unterstützt (>=1.4.0 wird benötigt)!\n" + +#: src/icecast.cpp:507 +msgid "" +"\n" +"update_song: could not create network socket" +msgstr "" +"\n" +"update_song: Konnte Netzwerk socket nicht erstellen" + +#: src/icecast.cpp:511 +msgid "" +"\n" +"update_song: error resolving server address" +msgstr "" +"\n" +"update_song: Konnte Servernamen nicht auflösen" + +#: src/lame_encode.cpp:74 +#, c-format +msgid "unable to init lame params %d" +msgstr "Lame Parameter konnten nicht initialisiert werden %d" + +#: src/port_audio.cpp:131 +#, c-format +msgid "" +"PortAudio init failed:\n" +"%s\n" +msgstr "" +"PortAudio Initialisierung fehlgeschlagen:\n" +"%s\n" + +#: src/port_audio.cpp:180 +msgid "ERROR: no sound device with input channels found" +msgstr "FEHLER: Konnte kein Aufnahmegerät finden" + +#: src/port_audio.cpp:198 src/port_audio.cpp:289 src/port_audio.cpp:1331 +#: src/port_midi.cpp:177 +#, c-format +msgid "Error getting device Info (%d)" +msgstr "Fehler beim Einholen der Geräteinfos (%d)" + +#: src/port_audio.cpp:241 +#, c-format +msgid "" +"Samplerate not supported: %dHz\n" +"Using default samplerate: %dHz" +msgstr "" +"Samplerate nicht unterstsützt: %dHz\n" +"Nutze Samplerate: %dHz" + +#: src/port_audio.cpp:258 src/port_audio.cpp:360 +#, c-format +msgid "PA: Format not supported: %s\n" +msgstr "PA: Format wird nicht unterstützt: %s\n" + +#: src/port_audio.cpp:268 +#, c-format +msgid "error opening sound device: %s" +msgstr "Fehler beim Öffnen des Audiogerätes: %s" + +#: src/port_audio.cpp:326 +msgid "The selected secondary audio device can not be used" +msgstr "Das ausgewählte sekundäre Audiogerät kann nicht verwendet werden" + +#: src/port_audio.cpp:343 src/port_audio.cpp:1452 src/port_audio.cpp:1469 +msgid "ERROR: Could not initialize samplerate converter" +msgstr "FEHLER: Konnte Sampleratenkonverter nicht initialisieren" + +#: src/port_audio.cpp:354 +#, c-format +msgid "Samplerate of secondary device is resampled from %dHz to %dHz\n" +msgstr "" +"Die Samplerate des sekundären Audiogerätes wird von %dHz auf %dHz angepasst\n" + +#: src/port_audio.cpp:381 +#, c-format +msgid "error opening secondary sound device: %s" +msgstr "Fehler beim Öffnen des sekundären Audiogerätes: %s" + +#: src/port_audio.cpp:921 +msgid "disconnected\n" +msgstr "Verbindung getrennt\n" + +#: src/port_audio.cpp:949 +msgid "recording stopped" +msgstr "Aufnahme gestoppt" + +#: src/port_midi.cpp:152 src/port_midi.cpp:211 src/port_midi.cpp:233 +#: src/port_midi.cpp:255 src/port_midi.cpp:282 src/port_midi.cpp:301 +#: src/port_midi.cpp:316 src/port_midi.cpp:341 src/port_midi.cpp:352 +msgid "Error: PortMidi was not initialized." +msgstr "Error: PortMidi wurde nicht initialisiert." + +#: src/port_midi.cpp:262 +#, c-format +msgid "" +"Error: MIDI device %s could not be opened because no MIDI devices were found." +msgstr "" +"Error: Das MIDI-Gerät %s konnte nicht geöffnet werden, weil keine MIDI-" +"Geräte gefunden wurden." + +#: src/port_midi.cpp:269 +#, c-format +msgid "Error: MIDI device %s could not be found." +msgstr "Das MIDI-Gerät %s wurde nicht gefunden." + +#: src/port_midi.cpp:286 +msgid "Error: MIDI thread already active." +msgstr "Error: MIDI-Thread läuft bereits." + +#: src/port_midi.cpp:291 +msgid "Error: Could not start MIDI thread." +msgstr "Error: MIDI-Thread konnte nicht gestartet werden." + +#: src/shoutcast.cpp:80 +msgid "" +"\n" +"Connect: Could not create network socket" +msgstr "" +"\n" +"Connect: Netzwerk Socket konnte nicht erstellen werden" + +#: src/shoutcast.cpp:92 +msgid "" +"\n" +"Connect: Error resolving server address" +msgstr "" +"\n" +"Connect: Fehler beim Auflösen des Servernamens" + +#: src/shoutcast.cpp:172 +msgid "" +"\n" +"connect: connection timed out. Trying again...\n" +msgstr "" +"\n" +"connect: Zeitüberschreitung. Versuche erneut...\n" + +#: src/shoutcast.cpp:189 +msgid "" +"\n" +"Connect: Invalid password!\n" +msgstr "" +"\n" +"Connect: Falsches Passwort\n" + +#: src/shoutcast.cpp:238 +msgid "" +"\n" +"Update song: Could not create network socket" +msgstr "" +"\n" +"Update song: Netzwerk Socket konnte nicht erstellt werden" + +#: src/shoutcast.cpp:242 +msgid "" +"\n" +"Update song: Error resolving server address" +msgstr "" +"\n" +"Update song: Fehler beim Auflösung des Servernamens" + +#: src/tls.cpp:159 +msgid "check_host: could not read host name from cert" +msgstr "check_host: Zertifikat enthält keinen Hostnamen" + +#: src/tls.cpp:194 +msgid "check_cert: No peer certificate available" +msgstr "check_cert: Kein peer Zertifikat vorhanden" + +#: src/tls.cpp:207 +msgid "check_cert: X509_check_host failed" +msgstr "check_cert: X509_check_host fehlgeschlagen" + +#: src/tls.cpp:213 +msgid "check_cert: check_host failed" +msgstr "check_ert: check_host fehlgeschlagen" + +#: src/tls.cpp:229 +msgid "calc_cert_hash: No peer certificate available" +msgstr "calc_cert_hash: Kein peer Zertifikat vorhanden" + +#: src/tls.cpp:236 +msgid "calc_cert_hash: Hash calculation failed" +msgstr "calc_cert_hash: Konnte Hash nicht berechnen" + +#: src/tls.cpp:305 +msgid "tls_setup: Could not set cipher list" +msgstr "tls_setup: Konnte cipher Liste nicht setzen" + +#: src/tls.cpp:318 +msgid "tls_setup: SSL_new failed" +msgstr "tls_setup: SSL_new fehlgeschlagen" + +#: src/tls.cpp:324 +msgid "tls_setup: Could not bind socket to SSL" +msgstr "tls_setup: Konnte socket nicht an SSL binden" + +#: src/tls.cpp:338 +msgid "tls_setup: SSL_connect read timeout" +msgstr "tls_setup: SSL_connect Zeitüberschreitung beim Lesen" + +#: src/tls.cpp:344 +msgid "tls_setup: SSL_connect write timeout" +msgstr "tls_setup: SSL_connect Zeitüberschreitung beim Schreiben" + +#: src/tls.cpp:361 +msgid "tls_setup: Cert hash could not be calculated" +msgstr "tls_setup: Es konnte kein Hashwert für das Zertifikat berechnet werden" + +#: src/tls.cpp:385 +msgid "tls_send: read timeout" +msgstr "tls_send: Zeitüberschreitung beim Lesen" + +#: src/tls.cpp:392 +msgid "tls_send: write timeout" +msgstr "tls_send: Zeitüberschreitung beim Schreiben" + +#: src/tls.cpp:418 +msgid "tls_recv: read timeout" +msgstr "tls_recv: Zeitüberschreitung beim Lesen" + +#: src/tls.cpp:425 +msgid "tls_recv: write timeout" +msgstr "tls_recv: Zeitüberschreitung beim Schreiben" + +#~ msgid "Listeners: 99999" +#~ msgstr "Zuhörer: 99999" + +#~ msgid "Resample output" +#~ msgstr "Resample Frequenz" + +#~ msgid "Resample output to selected sample rate" +#~ msgstr "Ausgang zur selektierten Samplerate resamplen" + +#, c-format +#~ msgid "" +#~ "error while parsing config. Missing WebRTC WHIP URL entry for server " +#~ "\"%s\".\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "Fehler beim Lesen der Konfigurationsdatei. Die WebRTC WHIP URL für Server " +#~ "\"%s\" fehlt.\n" +#~ "butt wird mit den Standardeinstellungen gestartet" + +#, c-format +#~ msgid "" +#~ "error while parsing config. Missing WebRTC ICE server entry for server " +#~ "\"%s\".\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "Fehler beim Lesen der Konfigurationsdatei. Der WebRTC ICE Server Eintrag " +#~ "für Server \"%s\" fehlt.\n" +#~ "butt wird mit den Standardeinstellungen gestartet" + +#~ msgid "No ICE server specified" +#~ msgstr "Kein ICE Server angegeben" + +#~ msgid "Text color" +#~ msgstr "Textfarbe " + +#~ msgid "Preset " +#~ msgstr "Voreinstellung" + +#~ msgid "Volume of Primary Device" +#~ msgstr "Lautstärke des primäre Audiogerätes" + +#~ msgid "Volume of Secondary Device" +#~ msgstr "Lautstärke des sekundären Audiogerätes" + +#~ msgid "" +#~ "error while parsing config. Illegal value (-1) for num_of_srv.\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "Fehler beim lesen der Konfigurationsdatei. Ungültiger Wert (-1) für " +#~ "num_of_srv.\n" +#~ "butt wird mit den Standardeinstellungen gestartet" + +#~ msgid "" +#~ "error while parsing config. Illegal value (-1) for num_of_icy.\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "Fehler beim Lesen der Konfigurationsdatei. Ungültiger Wert (-1) für " +#~ "num_of_icy.\n" +#~ "butt wird mit den Standardeinstellungen gestartet" + +#~ msgid "Dash address has been copied to clipboard." +#~ msgstr "Dash Adresse wurde in die Zwischenablage kopiert." + +#~ msgid "Dash" +#~ msgstr "Dash" + +#~ msgid "recording to:" +#~ msgstr "Nehme auf nach:" + +#~ msgid "Convert Mono to Stereo" +#~ msgstr "Konvertiere Mono nach Stereo" + +#~ msgid "Copies a mono channel to both stereo channels" +#~ msgstr "Kopiert einen Mono Kanal in beide Stereo Kanäle" + +#~ msgid "IceCast" +#~ msgstr "IceCast" + +#~ msgid "3.5kHz" +#~ msgstr "3.5kHz" + +#~ msgid "10kHz" +#~ msgstr "10kHz" + +#~ msgid "hello\n" +#~ msgstr "HAllo\n" + +#~ msgid "More @2<" +#~ msgstr "Mehr @2<" diff --git a/po/en@boldquot.header b/po/en@boldquot.header new file mode 100644 index 0000000..fedb6a0 --- /dev/null +++ b/po/en@boldquot.header @@ -0,0 +1,25 @@ +# All this catalog "translates" are quotation characters. +# The msgids must be ASCII and therefore cannot contain real quotation +# characters, only substitutes like grave accent (0x60), apostrophe (0x27) +# and double quote (0x22). These substitutes look strange; see +# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html +# +# This catalog translates grave accent (0x60) and apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019). +# It also translates pairs of apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019) +# and pairs of quotation mark (0x22) to +# left double quotation mark (U+201C) and right double quotation mark (U+201D). +# +# When output to an UTF-8 terminal, the quotation characters appear perfectly. +# When output to an ISO-8859-1 terminal, the single quotation marks are +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to +# grave/acute accent (by libiconv), and the double quotation marks are +# transliterated to 0x22. +# When output to an ASCII terminal, the single quotation marks are +# transliterated to apostrophes, and the double quotation marks are +# transliterated to 0x22. +# +# This catalog furthermore displays the text between the quotation marks in +# bold face, assuming the VT100/XTerm escape sequences. +# diff --git a/po/en@quot.header b/po/en@quot.header new file mode 100644 index 0000000..a9647fc --- /dev/null +++ b/po/en@quot.header @@ -0,0 +1,22 @@ +# All this catalog "translates" are quotation characters. +# The msgids must be ASCII and therefore cannot contain real quotation +# characters, only substitutes like grave accent (0x60), apostrophe (0x27) +# and double quote (0x22). These substitutes look strange; see +# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html +# +# This catalog translates grave accent (0x60) and apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019). +# It also translates pairs of apostrophe (0x27) to +# left single quotation mark (U+2018) and right single quotation mark (U+2019) +# and pairs of quotation mark (0x22) to +# left double quotation mark (U+201C) and right double quotation mark (U+201D). +# +# When output to an UTF-8 terminal, the quotation characters appear perfectly. +# When output to an ISO-8859-1 terminal, the single quotation marks are +# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to +# grave/acute accent (by libiconv), and the double quotation marks are +# transliterated to 0x22. +# When output to an ASCII terminal, the single quotation marks are +# transliterated to apostrophes, and the double quotation marks are +# transliterated to 0x22. +# diff --git a/po/es.gmo b/po/es.gmo new file mode 100644 index 0000000000000000000000000000000000000000..0f9909a7319cad11e74ee35de9634c7f6cd92bf4 GIT binary patch literal 55708 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%0AkK*D!& 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 literal 0 HcmV?d00001 diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..a46fdec --- /dev/null +++ b/po/es.po @@ -0,0 +1,3239 @@ +# Spanish translation for butt-0.1.41 package. +# Copyright (C) 2021 Daniel Nöthen +# This file is distributed under the same license as the butt package. +# 01iver , 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: butt 1.45.0\n" +"Report-Msgid-Bugs-To: butt@danielnoethen.de\n" +"POT-Creation-Date: 2025-04-19 14:55+0200\n" +"PO-Revision-Date: 2025-04-19 15:14+0200\n" +"Last-Translator: 01iver \n" +"Language-Team: Spanish\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#: src/AskForMicPermission.m:20 +msgid "Microphone access" +msgstr "Acesso al micrófono" + +#: src/AskForMicPermission.m:21 +msgid "" +"butt needs access to your microphone.\n" +"\n" +"Please go to\n" +"System Preferences->Privacy & Security->Microphone\n" +"and activate the check mark next to the butt entry." +msgstr "" +"butt necesita acceder a su micrófono\n" +"Por favor, vaya a\n" +"Preferencias del Sistema->Seguridad y privacidad->Privacidad->Micrófono\n" +"y active la casilla de verificación junto a la línea de butt" + +#: src/butt.cpp:219 +msgid "No home-directory found" +msgstr "No se encontró directorio de inicio" + +#: src/butt.cpp:230 +#, c-format +msgid "" +"The shift key was held down during startup.\n" +"Do you want to start butt with a new configuration file?\n" +"This will overwrite your existing configuration file at\n" +"%s" +msgstr "" +"La tecla Shift (mayúsculas) estaba presionada durante el inicio\n" +"¿Desea iniciar butt con un archivo de configuración nuevo?\n" +"Esto sobreescribirá su archivo de configuración existente en\n" +"%s" + +#: src/butt.cpp:233 +msgid "Start with old" +msgstr "Iniciar con el anterior" + +#: src/butt.cpp:233 +msgid "Start with new" +msgstr "Iniciar con el nuevo" + +#: src/butt.cpp:236 src/butt.cpp:253 +#, c-format +msgid "" +"Could not create config %s\n" +"butt is going to close now" +msgstr "" +"No se pudo crear la configuración %s\n" +"butt se cerrará ahora" + +#: src/butt.cpp:242 +#, c-format +msgid "Reading config %s\n" +msgstr "Leyendo la configuración %s\n" + +#: src/butt.cpp:250 +#, c-format +msgid "Could not find config %s\n" +msgstr "No pudo encontrar la configuración %s\n" + +#: src/butt.cpp:257 +#, c-format +msgid "" +"butt created a default config at\n" +"%s\n" +msgstr "" +"butt creó una configuración por defecto en\n" +"%s\n" + +#: src/butt.cpp:265 +msgid "" +"Could not find any audio device with input channels.\n" +"butt requires at least one audio device with input channels in order to " +"work.\n" +"This can either be a built-in audio device, an external audio device or a " +"virtual audio device.\n" +"\n" +"butt is going to close now." +msgstr "" +"No se pudo encontrar un dispositivo de audio con canales de entrada\n" +"butt requiere al menos un dispositivo de audio con canales de entrada para " +"funcionar.\n" +"Puede ser un dispositivo de audio integrado, externo o virtual.\n" +"\n" +"butt se cerrará ahora." + +#: src/butt.cpp:358 +#, c-format +msgid "Illegal argument: Threshold must be a non-negative number\n" +msgstr "Argumento inválido: El umbral debe ser un número positivo\n" + +#: src/butt.cpp:382 +#, c-format +msgid "%c threshold set to %0.1f\n" +msgstr "Umbral de %c definido en %0.1f\n" + +#: src/butt.cpp:464 +#, c-format +msgid "Illegal argument: Port must be a number between 1023 and 65535\n" +msgstr "Argumento inválido: El puerto debe ser un número entre 1023 y 65535\n" + +#: src/butt.cpp:472 src/butt.cpp:482 src/butt.cpp:489 src/butt.cpp:496 +#: src/butt.cpp:503 src/butt.cpp:510 src/butt.cpp:521 src/butt.cpp:540 +#: src/butt.cpp:550 src/butt.cpp:597 +#, c-format +msgid "" +"Warning: You may only pass one control option. Option -%c has been ignored.\n" +msgstr "" +"Advertencia: Solo puede pasar una opción de control. La opción -%c se ha " +"ignorado.\n" + +#: src/butt.cpp:559 +#, c-format +msgid "" +"\n" +"Options:\n" +"-h\tPrint this help text\n" +"-v\tPrint version information\n" +msgstr "" +"\n" +"Opciones:\n" +"-h\tImprima este texto de ayuda\n" +"-v\tImprima la información sobre la versión\n" + +#: src/butt.cpp:563 +#, c-format +msgid "" +"\n" +"Options for operating mode:\n" +"-c\tPath to configuration file\n" +"-L\tPrint available audio devices\n" +"-A\tCommand server will be accessible from your network/internet (default: " +"localhost only)\n" +"-U\tCommand server will use UDP instead of TCP\n" +"-x\tDo not start a command server\n" +"-p\tPort where the command server shall listen to (default: 1256)\n" +msgstr "" +"\n" +"Opciones para el modo de operación\n" +"-c\tRuta del archivo de configuración\n" +"-L\tImprimir dispositivos de audio disponibles\n" +"-A\tServidor de mandatos que será accesible desde su red o internet (por " +"defecto: solamente localhost)\n" +"-U\tEl servidor de mandatos usará UDP en vez de TCP\n" +"-x\tNo iniciar un servidor de mandatos\n" +"-p\tPuerto que escuchará el servidor de mandatos (por defecto: 1256)\n" + +#: src/butt.cpp:572 +#, c-format +msgid "" +"\n" +"Options for control mode:\n" +"-s\tConnect to streaming server\n" +"-d\tDisconnect from streaming server\n" +"-r\tStart recording\n" +"-t\tStop recording\n" +"-n\tSplit recording\n" +"-q\tQuit butt\n" +"-u\tupdate song name\n" +"-S\tRequest status\n" +"-M\tSet streaming signal threshold (seconds)\n" +"-m\tSet streaming silence threshold (seconds)\n" +"-O\tSet recording signal threshold (seconds)\n" +"-o\tSet recording silence threshold (seconds)\n" +"-U\tConnect via UDP instead of TCP\n" +"-a\tAddress of the butt instance to be controlled (default: 127.0.0.1)\n" +"-p\tPort of the butt instance to be controlled (default: 1256)\n" +msgstr "" +"\n" +"Opciones para el modo de control:\n" +"-s\tConectar al servidor de streaming\n" +"-d\tDesconectar del servidor de streaming\n" +"-r\tComenzar grabación\n" +"-t\tDetener grabación\n" +"-n\tDividir grabación\n" +"-q\tSalir de butt\n" +"-u\tactualizar nombre de la canción\n" +"-S\tEstado de la solicitud\n" +"-M\tDefinir umbral de señal para streaming (segundos)\n" +"-m\tDefinir umbral de silencio (segundos)\n" +"-O\tDefinir umbral de señal para grabación (segundos)\n" +"-o\tDefinir umbral de silencio para grabación (segundos)\n" +"-U\tConectar por UDP en vez de TCP\n" +"-a\tDirección de la instancia de butt a controlar (por defecto: 127.0.0.1)\n" +"-p\tPuerto de la instancia de butt a controlar (por defecto: 1256)\n" + +#: src/butt.cpp:591 +#, c-format +msgid "" +"Illegal option -%c.\n" +"Type butt -h to get a list of supported options.\n" +msgstr "" +"Opción inválida -%c.\n" +"Escriba butt -h para obtener una lista de opciones permitidas.\n" + +#: src/butt.cpp:603 +#, c-format +msgid "Option -%c requires an argument\n" +msgstr "La opción -%c requiere un argumento\n" + +#: src/butt.cpp:607 +#, c-format +msgid "Command line parsing failed\n" +msgstr "Falló el análisis de la línea del mandato\n" + +#: src/butt.cpp:630 +#, c-format +msgid "No butt instance running on %s at port %d\n" +msgstr "No hay una instancia de butt en ejecución en %s en el puerto %d\n" + +#: src/butt.cpp:635 +#, c-format +msgid "Error while sending command\n" +msgstr "Error al enviar el mandato\n" + +#: src/butt.cpp:640 +#, c-format +msgid "Error: Did not receive response packet\n" +msgstr "Error: No se recibió el paquete de respuesta\n" + +#: src/butt.cpp:653 +#, c-format +msgid "Error: You may only request one status packet per second\n" +msgstr "Error: Solo puede solicitar un paquete de status por segundo\n" + +#: src/butt.cpp:657 +#, c-format +msgid "Error: Did not receive status packet (UDP server not running?)\n" +msgstr "" +"No se recibió paquete de status (El servidor de UDP no está en ejecución?)\n" + +#: src/butt.cpp:661 +#, c-format +msgid "Network error while receiving status packet: %d\n" +msgstr "Error de red al recibir el paquete de status: %d\n" + +#: src/butt.cpp:665 +#, c-format +msgid "Error: Client and server versions do not match\n" +msgstr "Error: Las versiones de cliente y servidor no coinciden\n" + +#: src/butt.cpp:676 +#, c-format +msgid "" +"connected: %d\n" +"connecting: %d\n" +"recording: %d\n" +"signal present: %d\n" +"signal absent: %d\n" +msgstr "" +"conectado: %d\n" +"conectando: %d\n" +"grabando: %d\n" +"señal presente: %d\n" +"señal ausente: %d\n" + +#: src/butt.cpp:681 +#, c-format +msgid "stream seconds: %lu\n" +msgstr "segundos streaming: %lu\n" + +#: src/butt.cpp:682 +#, c-format +msgid "stream kBytes: %lu\n" +msgstr "kBytes streaming: %lu\n" + +#: src/butt.cpp:683 +#, c-format +msgid "record seconds: %lu\n" +msgstr "segundos grabación: %lu\n" + +#: src/butt.cpp:684 +#, c-format +msgid "record kBytes: %lu\n" +msgstr "kBytes grabación: %lu\n" + +#: src/butt.cpp:685 +#, c-format +msgid "volume left: %0.1f\n" +msgstr "volumen izquierda: %0.1f\n" + +#: src/butt.cpp:686 +#, c-format +msgid "volume right: %0.1f\n" +msgstr "volumen derecha: %0.1f\n" + +#: src/butt.cpp:687 +#, c-format +msgid "song: %s\n" +msgstr "canción: %s\n" + +#: src/butt.cpp:688 +#, c-format +msgid "record path: %s\n" +msgstr "ruta de grabación: %s\n" + +#: src/butt.cpp:689 +#, c-format +msgid "listeners: %d\n" +msgstr "Oyentes: %d\n" + +#: src/butt.cpp:703 +msgid "" +"The control key was held down during startup.\n" +"butt will start without opening an audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"La tecla Control estaba presionada durante el arranque.\n" +"butt iniciará sin abrir ningún dispositivo de audio.\n" +"Por favor, seleccione su dispositivo preferido en Config. -> audio" + +#: src/butt.cpp:712 +msgid "" +"PortAudio init failed\n" +"butt is going to close now" +msgstr "" +"Falló la inicialización de PortAudio\n" +"butt se cerrará ahora" + +#: src/butt.cpp:747 src/FLTK/fl_timer_funcs.cpp:476 +#: src/FLTK/fl_callbacks.cpp:123 src/FLTK/fl_callbacks.cpp:899 +#: src/FLTK/fl_callbacks.cpp:977 src/FLTK/fl_funcs.cpp:1047 +msgid "idle" +msgstr "inactivo" + +#: src/butt.cpp:780 +#, c-format +msgid "" +"Starting %s\n" +"Written by Daniel Nöthen\n" +"iPhone/iPad client: https://izicast.de\n" +"Donate: paypal@danielnoethen.de\n" +msgstr "" +"Iniciando %s\n" +"Escrito por Daniel Nöthen\n" +"Cliente iPhone/iPad: https://izicast.de\n" +"Donaciones: paypal@danielnoethen.de\n" + +#: src/butt.cpp:792 src/butt.cpp:793 src/cfg.cpp:577 src/port_audio.cpp:1314 +#: src/port_audio.cpp:1315 +msgid "Default PCM device (default)" +msgstr "Dispositivo PCM predeterminado (por defecto)" + +#: src/butt.cpp:796 src/butt.cpp:797 src/cfg.cpp:578 +#: src/FLTK/fl_callbacks.cpp:2820 src/FLTK/fl_funcs.cpp:227 +msgid "None" +msgstr "Ninguno" + +#: src/butt.cpp:800 +msgid "" +"Could not open audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"No se pudo abrir el dispositivo de audio.\n" +"Por favor, seleccione su dispositivo preferido en Config. -> audio" + +#: src/butt.cpp:803 +msgid "" +"butt could not open previously used audio device.\n" +"The system default audio device will be used.\n" +msgstr "" +"butt no pudo abrir el dispositivo de audio usado anteriormente.\n" +"Se usará el dispositivo de audio predeterminado del sistema.\n" + +#: src/butt.cpp:830 +#, c-format +msgid "Command server listening on port %d\n" +msgstr "Servidor de mandatos escuchando en el puerto %d\n" + +#: src/butt.cpp:837 +#, c-format +msgid "Warning: could not start command server on port %d\n" +msgstr "" +"Advertencia: no se pudo iniciar el servidor de mandatos en el puerto %d\n" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +#, c-format +msgid "" +"New version available: %s\n" +"You have version %s" +msgstr "" +"Nueva versión disponible: %s\n" +"Usted tiene la versión %s" + +#: src/butt.cpp:853 +msgid "Don't ask again" +msgstr "No volver a preguntar" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:1594 +#: src/FLTK/fl_callbacks.cpp:4225 +msgid "Cancel" +msgstr "Cancelar" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +msgid "Get new version" +msgstr "Obtener nueva versión" + +#: src/butt.cpp:874 +#, c-format +msgid "Could not initialize PortMidi: %s" +msgstr "No se pudo inicializar PortMidi: %s" + +#: src/butt.cpp:902 +msgid "butt was built without WebRTC support" +msgstr "butt se construyó sin apoyo de WebRTC" + +#: src/cfg.cpp:55 +#, c-format +msgid "Could not write to file: %s" +msgstr "No se pudo escribir en el archivo: %s" + +#: src/cfg.cpp:550 +#, c-format +msgid "Config written to %s" +msgstr "Configuración escrita en %s" + +#: src/cfg.cpp:674 +msgid "" +"error while parsing config. Missing main/server entry.\n" +"butt will start with default settings" +msgstr "" +"Error al analizar la configuración. Falta el servidor principal.\n" +"butt iniciará con la configuración por defecto" + +#: src/cfg.cpp:680 +msgid "" +"error while parsing config. Missing main/srv_ent entry.\n" +"butt will start with default settings" +msgstr "" +"Error al analizar la configuración. Falta el servidor principal (main/" +"srv_ent).\n" +"butt iniciará con la configuración por defecto" + +#: src/cfg.cpp:699 +#, c-format +msgid "" +"error while parsing config. Missing type entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Error al analizar la configuración. Falta el tipo para el servidor \"%s\".\n" +"butt iniciará con la configuración por defecto" + +#: src/cfg.cpp:707 +#, c-format +msgid "" +"error while parsing config. Missing address entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Error al analizar la configuración. Falta la dirección del servidor \"%s\".\n" +"butt iniciará con la configuración por defecto" + +#: src/cfg.cpp:716 +#, c-format +msgid "" +"error while parsing config. Missing port entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Error al analizar la configuración. Falta el puerto para el servidor " +"\"%s\".\n" +"butt iniciará con la configuración por defecto" + +#: src/cfg.cpp:725 +#, c-format +msgid "" +"error while parsing config. Missing password entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Error al analizar la configuración. Falta la contraseña para el servidor " +"\"%s\".\n" +"butt iniciará con la configuración por defecto" + +#: src/cfg.cpp:734 +#, c-format +msgid "" +"error while parsing config. Missing mount entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Error al analizar la configuración. Falta el punto de montaje \"%s\".\n" +"butt iniciará con la configuración por defecto" + +#: src/cfg.cpp:790 +msgid "" +"error while parsing config. Missing main/icy entry.\n" +"butt will start with default settings" +msgstr "" +"Error al analizar la configuración. Falta el valor de icy principal (main/" +"icy).\n" +"butt iniciará con la configuración por defecto" + +#: src/cfg.cpp:795 +msgid "" +"error while parsing config. Missing main/icy_ent entry.\n" +"butt will start with default settings" +msgstr "" +"Error al analizar la configuración. Falta el valor de icy principal (main/" +"icy_ent).\n" +"butt iniciará con la configuración por defecto" + +#: src/cfg.cpp:821 +#, c-format +msgid "" +"error while parsing config. Missing pub entry for icy \"%s\".\n" +"butt will start with default settings" +msgstr "" +"Error al analizar la configuración. Falta el valor pub para icy \"%s\".\n" +"butt iniciará con la configuración por defecto" + +#: src/FLTK/flgui.cpp:3088 +msgid "Bitcoin address has been copied to clipboard." +msgstr "Se copió la dirección de Bitcoin al portapapeles." + +#: src/FLTK/flgui.cpp:3099 +msgid "Litecoin address has been copied to clipboard." +msgstr "Se copió la dirección de Litecoin al portapapeles." + +#: src/FLTK/flgui.cpp:3110 +msgid "Monero address has been copied to clipboard." +msgstr "Se copió la dirección de Monero al portapapeles." + +#: src/FLTK/flgui.cpp:4041 +msgid "press left mouse to toggle lcd info" +msgstr "" +"Presione click izquierdo en el ratón para activar o desactivar la " +"información del lcd" + +#: src/FLTK/flgui.cpp:4053 src/FLTK/fl_callbacks.cpp:4078 +msgid "Streaming volume" +msgstr "Volumen de streaming" + +#: src/FLTK/flgui.cpp:4057 +msgid "Mixer" +msgstr "Mezclador" + +#: src/FLTK/flgui.cpp:4058 +msgid "show/hide mixer window" +msgstr "Mostrar/ocultar Consola de mezclas" + +#: src/FLTK/flgui.cpp:4065 +msgid "@circle" +msgstr "@circle" + +#: src/FLTK/flgui.cpp:4066 +msgid "start/stop recording" +msgstr "iniciar/detener grabación" + +#: src/FLTK/flgui.cpp:4077 +msgid "@square" +msgstr "@square" + +#: src/FLTK/flgui.cpp:4078 +msgid "disconnect from server" +msgstr "desconectar del servidor" + +#: src/FLTK/flgui.cpp:4089 +msgid "@>" +msgstr "@>" + +#: src/FLTK/flgui.cpp:4090 +msgid "connect to server" +msgstr "conectar al servidor" + +#: src/FLTK/flgui.cpp:4106 src/FLTK/flgui.cpp:4438 src/FLTK/flgui.cpp:4657 +#: src/FLTK/fl_callbacks.cpp:4077 +msgid "Streaming" +msgstr "Streaming" + +#: src/FLTK/flgui.cpp:4110 src/FLTK/flgui.cpp:4469 src/FLTK/flgui.cpp:4771 +msgid "Recording" +msgstr "Grabación" + +#: src/FLTK/flgui.cpp:4140 +msgid "Settings" +msgstr "Config." + +#: src/FLTK/flgui.cpp:4141 +msgid "show/hide config window" +msgstr "Mostrar/ocultar ventana de configuración" + +#: src/FLTK/flgui.cpp:4148 src/FLTK/fl_callbacks.cpp:1098 +msgid "Show log" +msgstr "Mostrar log" + +#: src/FLTK/flgui.cpp:4149 +msgid "show/hide info window" +msgstr "Mostrar/ocultar ventana de información" + +#: src/FLTK/flgui.cpp:4156 +msgid "-24 dB" +msgstr "-24 dB" + +#: src/FLTK/flgui.cpp:4159 +msgid "Gain" +msgstr "Ganancia" + +#: src/FLTK/flgui.cpp:4160 src/FLTK/fl_callbacks.cpp:3663 +#: src/FLTK/fl_funcs.cpp:810 +msgid "Master Gain" +msgstr "Ganancia maestra" + +#: src/FLTK/flgui.cpp:4178 +msgid "+24 dB" +msgstr "+24 dB" + +#: src/FLTK/flgui.cpp:4185 +msgid "Listeners: 0" +msgstr "Oyentes: 0" + +#: src/FLTK/flgui.cpp:4200 +msgid "butt settings" +msgstr "configuraciones de butt" + +#: src/FLTK/flgui.cpp:4213 +msgid "Main" +msgstr "Principal" + +#: src/FLTK/flgui.cpp:4215 +msgid "Server Settings" +msgstr "Configuraciones del Servidor" + +#: src/FLTK/flgui.cpp:4218 +msgid "Server" +msgstr "Servidor" + +#: src/FLTK/flgui.cpp:4219 +msgid "Server to connect to" +msgstr "Servidor al que se conectará" + +#: src/FLTK/flgui.cpp:4224 src/FLTK/flgui.cpp:4245 +msgid "ADD" +msgstr "AGREGAR" + +#: src/FLTK/flgui.cpp:4225 src/FLTK/flgui.cpp:5550 +msgid "Add server" +msgstr "Agregar servidor" + +#: src/FLTK/flgui.cpp:4229 src/FLTK/flgui.cpp:4250 +msgid "EDIT" +msgstr "EDITAR" + +#: src/FLTK/flgui.cpp:4230 +msgid "Edit selected server" +msgstr "Editar servidor seleccionado" + +#: src/FLTK/flgui.cpp:4234 src/FLTK/flgui.cpp:4255 +msgid "DEL" +msgstr "ELIM" + +#: src/FLTK/flgui.cpp:4235 +msgid "Delete selected server" +msgstr "Eliminar servidor seleccionado" + +#: src/FLTK/flgui.cpp:4239 +msgid "Stream Infos" +msgstr "Información de transmisión" + +#: src/FLTK/flgui.cpp:4240 +msgid "Stream info that shall be used" +msgstr "Información de transmisión que se utlilizará" + +#: src/FLTK/flgui.cpp:4246 src/FLTK/flgui.cpp:5671 +msgid "Add stream info" +msgstr "Agregar información de transmisión" + +#: src/FLTK/flgui.cpp:4251 +msgid "Edit stream info" +msgstr "Editar información de transmisión" + +#: src/FLTK/flgui.cpp:4256 +msgid "Delete stream info" +msgstr "Eliminar información de transmisión" + +#: src/FLTK/flgui.cpp:4262 +msgid "Log File" +msgstr "Archivo de log" + +#: src/FLTK/flgui.cpp:4266 +msgid "Log file path" +msgstr "Dirección del archivo de log" + +#: src/FLTK/flgui.cpp:4271 +msgid "Select log file" +msgstr "Seleccionar archivo de log" + +#: src/FLTK/flgui.cpp:4278 +msgid "Configuration" +msgstr "Configuración" + +#: src/FLTK/flgui.cpp:4281 src/FLTK/fl_callbacks.cpp:4128 +msgid "Import..." +msgstr "Importar..." + +#: src/FLTK/flgui.cpp:4282 +msgid "Import settings from config file" +msgstr "Importar configuración desde archivo" + +#: src/FLTK/flgui.cpp:4286 src/FLTK/flgui.cpp:5615 src/FLTK/flgui.cpp:5717 +msgid "&Save" +msgstr "&Guardar" + +#: src/FLTK/flgui.cpp:4287 +msgid "Save settings" +msgstr "Guardar configuraciones" + +#: src/FLTK/flgui.cpp:4291 +msgid "Export..." +msgstr "Exportar..." + +#: src/FLTK/flgui.cpp:4292 +msgid "export settings" +msgstr "exportar configuraciones" + +#: src/FLTK/flgui.cpp:4298 +msgid "Butt Agent" +msgstr "Agente de Butt" + +#: src/FLTK/flgui.cpp:4301 +msgid "Start agent at startup" +msgstr "Comenzar agente al iniciar" + +#: src/FLTK/flgui.cpp:4302 +msgid "Start the butt agent when butt starts" +msgstr "Comenzar el agente de butt cuando butt inicie" + +#: src/FLTK/flgui.cpp:4306 src/FLTK/flgui.cpp:4307 +msgid "Minimize butt to tray" +msgstr "Minim. butt a la bandeja" + +#: src/FLTK/flgui.cpp:4311 +msgid "Start Agent" +msgstr "Iniciar Agente" + +#: src/FLTK/flgui.cpp:4312 +msgid "Start the butt agent now" +msgstr "Inicia el agente de butt ahora" + +#: src/FLTK/flgui.cpp:4316 +msgid "Stop Agent" +msgstr "Detener Agente" + +#: src/FLTK/flgui.cpp:4317 +msgid "Stop the butt agent" +msgstr "Detener el agente de butt" + +#: src/FLTK/flgui.cpp:4323 +msgid "Updates" +msgstr "Actualizaciones" + +#: src/FLTK/flgui.cpp:4326 +msgid "Check at startup" +msgstr "Verificar al iniciar" + +#: src/FLTK/flgui.cpp:4327 +msgid "Check for updates at start" +msgstr "Buscar actualizaciones al iniciar" + +#: src/FLTK/flgui.cpp:4331 +msgid "Check now" +msgstr "Verificar ahora" + +#: src/FLTK/flgui.cpp:4332 +msgid "Check if a new version is available" +msgstr "Verificar si hay una nueva versión disponible" + +#: src/FLTK/flgui.cpp:4338 +msgid "Help" +msgstr "Ayuda" + +#: src/FLTK/flgui.cpp:4341 +msgid "Manual" +msgstr "Manual" + +#: src/FLTK/flgui.cpp:4345 +msgid " YouTube" +msgstr "YouTube" + +#: src/FLTK/flgui.cpp:4355 +msgid "Audio" +msgstr "Audio" + +#: src/FLTK/flgui.cpp:4357 +msgid "Main Audio Settings" +msgstr "Configuraciones principales de audio" + +#: src/FLTK/flgui.cpp:4360 +msgid "Channel mode" +msgstr "Modo de canal" + +#: src/FLTK/flgui.cpp:4361 +msgid "Select input channel" +msgstr "Seleccione el canal de entrada" + +#: src/FLTK/flgui.cpp:4374 +msgid "Samplerate" +msgstr "Tasa de muestreo" + +#: src/FLTK/flgui.cpp:4375 +msgid "Select input sample rate" +msgstr "Seleccione la tasa de muestreo de entrada" + +#: src/FLTK/flgui.cpp:4380 +msgid "Remember Device by" +msgstr "Recordar dispositivo por" + +#: src/FLTK/flgui.cpp:4383 +msgid "ID" +msgstr "ID" + +#: src/FLTK/flgui.cpp:4388 +msgid "Name" +msgstr "Nombre" + +#: src/FLTK/flgui.cpp:4395 +msgid "Update devices" +msgstr "Actualizar dispositivos" + +#: src/FLTK/flgui.cpp:4396 +msgid "Rescan audio devices" +msgstr "Volver a buscar dispositivos de audio" + +#: src/FLTK/flgui.cpp:4400 +msgid "Primary Audio Device" +msgstr "Dispositivo de audio principal" + +#: src/FLTK/flgui.cpp:4401 +msgid "Select your primary sound card device" +msgstr "Seleccione la tarjeta de sonido de su dispositivo principal" + +#: src/FLTK/flgui.cpp:4406 src/FLTK/flgui.cpp:4424 +msgid "Left" +msgstr "Izquierda" + +#: src/FLTK/flgui.cpp:4407 src/FLTK/flgui.cpp:4425 +msgid "Select left audio channel" +msgstr "Seleccione el canal izquierdo de audio" + +#: src/FLTK/flgui.cpp:4412 src/FLTK/flgui.cpp:4430 +msgid "Right" +msgstr "Derecha" + +#: src/FLTK/flgui.cpp:4413 src/FLTK/flgui.cpp:4431 +msgid "Select right audio channel" +msgstr "Seleccione el canal derecho de audio" + +#: src/FLTK/flgui.cpp:4418 +msgid "Secondary Audio Device" +msgstr "Mezclador de audio" + +#: src/FLTK/flgui.cpp:4419 +msgid "Select your secondary sound card device" +msgstr "Seleccione la tarjeta de sonido de su dispositivo secundario" + +#: src/FLTK/flgui.cpp:4441 src/FLTK/flgui.cpp:4472 +msgid "Codec" +msgstr "Códec" + +#: src/FLTK/flgui.cpp:4442 +msgid "Select streaming codec" +msgstr "Seleccione el códec de streaming" + +#: src/FLTK/flgui.cpp:4455 src/FLTK/flgui.cpp:4486 +msgid "Bitrate" +msgstr "Tasa de bits" + +#: src/FLTK/flgui.cpp:4456 +msgid "Select streaming bitrate" +msgstr "Seleccionar la tasa de bits del streaming" + +#: src/FLTK/flgui.cpp:4473 +msgid "Select recording codec" +msgstr "Seleccionar el códec de grabación" + +#: src/FLTK/flgui.cpp:4487 +msgid "Select recording bitrate" +msgstr "Seleccionar la tasa de bits para la grabación" + +#: src/FLTK/flgui.cpp:4499 +msgid "Advanced..." +msgstr "Avanzado..." + +#: src/FLTK/flgui.cpp:4505 +msgid "Buffer (ms)" +msgstr "Buffer (ms)" + +#: src/FLTK/flgui.cpp:4514 +msgid "Resample Quality" +msgstr "Calidad de remuestreo" + +#: src/FLTK/flgui.cpp:4529 +msgid "Signal detection levels" +msgstr "Niveles de detección de señal" + +#: src/FLTK/flgui.cpp:4532 +msgid "Signal present" +msgstr "Señal presente" + +#: src/FLTK/flgui.cpp:4539 src/FLTK/flgui.cpp:4549 +msgid "dB" +msgstr "dB" + +#: src/FLTK/flgui.cpp:4542 +msgid "Signal absent" +msgstr "Señal ausente" + +#: src/FLTK/flgui.cpp:4556 src/FLTK/flgui.cpp:4833 src/FLTK/flgui.cpp:5084 +msgid "Stream" +msgstr "Stream" + +#: src/FLTK/flgui.cpp:4558 +msgid "Update song name from file" +msgstr "Actualizar nombre de canción desde archivo" + +#: src/FLTK/flgui.cpp:4562 +msgid "Filename that holds the current song name" +msgstr "Nombre de archivo que contiene el nombre de la canción actual" + +#: src/FLTK/flgui.cpp:4568 +msgid "Select file that holds the current song name" +msgstr "Seleccione el archivo que contiene el nombre de la canción actual" + +#: src/FLTK/flgui.cpp:4573 src/FLTK/flgui.cpp:4606 src/FLTK/flgui.cpp:4724 +msgid "Activate" +msgstr "Activar" + +#: src/FLTK/flgui.cpp:4574 src/FLTK/flgui.cpp:4579 +msgid "Activate auto update song name from file" +msgstr "Activar actualización automática de nombre de canción desde archivo" + +#: src/FLTK/flgui.cpp:4578 +msgid "Read last line instead of first" +msgstr "Leer últ. línea en vez de la primera" + +#: src/FLTK/flgui.cpp:4585 +msgid "Update song name from application" +msgstr "Actualizar nombre de la canción desde la aplicación" + +#: src/FLTK/flgui.cpp:4589 +msgid "Changes the song through an running application" +msgstr "Cambia la canción mediante una aplicación en ejecución" + +#: src/FLTK/flgui.cpp:4594 +msgid "Title - Artist" +msgstr "Título - Artista" + +#: src/FLTK/flgui.cpp:4599 +msgid "Artist - Title" +msgstr "Artista - Título" + +#: src/FLTK/flgui.cpp:4612 +msgid "Update song name manually" +msgstr "Actualizar nombre de canción manualmente" + +#: src/FLTK/flgui.cpp:4616 +msgid "Current song name" +msgstr "Nombre de la canción actual" + +#: src/FLTK/flgui.cpp:4622 src/FLTK/fl_callbacks.cpp:1594 +msgid "OK" +msgstr "OK" + +#: src/FLTK/flgui.cpp:4623 +msgid "Send current song name to the server" +msgstr "Enviar nombre de la canción actual al servidor" + +#: src/FLTK/flgui.cpp:4631 +msgid "Update song name delay" +msgstr "Tiempo espera para actualizar nombre canción" + +#: src/FLTK/flgui.cpp:4635 +msgid "Introduces a delay until the song name is actually updated" +msgstr "" +"Introduce un tiempo de espera hasta que el nombre de canción se actualice " +"realmente" + +#: src/FLTK/flgui.cpp:4642 +msgid "Extend song name" +msgstr "Extender el nombre de canción" + +#: src/FLTK/flgui.cpp:4645 +msgid "Prefix:" +msgstr "Prefijo:" + +#: src/FLTK/flgui.cpp:4650 +msgid "Suffix:" +msgstr "Sufijo:" + +#: src/FLTK/flgui.cpp:4660 src/FLTK/flgui.cpp:4789 +msgid "Start if signal is present for" +msgstr "Iniciar si hay señal durante" + +#: src/FLTK/flgui.cpp:4661 +msgid "" +"Start streaming if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" +"Comenzar la transmisión si el nivel de audio supera el valor asignado en " +"\"Señal presente\" en la pestaña \"Audio\"" + +#: src/FLTK/flgui.cpp:4670 src/FLTK/flgui.cpp:4683 src/FLTK/flgui.cpp:4702 +#: src/FLTK/flgui.cpp:4799 src/FLTK/flgui.cpp:4812 src/FLTK/flgui.cpp:5499 +msgid "seconds" +msgstr "segundos" + +#: src/FLTK/flgui.cpp:4673 src/FLTK/flgui.cpp:4802 +msgid "Stop if signal is absent for" +msgstr "Detener si no hay señal durante" + +#: src/FLTK/flgui.cpp:4674 +msgid "" +"Stop streaming if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" +"Detener la transmisión si el nivel de audio baja del valor asignado en " +"\"Señal presente\" en la pestaña \"Audio\"" + +#: src/FLTK/flgui.cpp:4686 +msgid "Start streaming after launch" +msgstr "Comenzar streaming después de iniciar" + +#: src/FLTK/flgui.cpp:4687 +msgid "Connect automatically to a server after launch" +msgstr "Conectar automáticamente al servidor al iniciar" + +#: src/FLTK/flgui.cpp:4691 +msgid "Force reconnecting" +msgstr "Forzar reconexión" + +#: src/FLTK/flgui.cpp:4692 +msgid "If enabled butt keeps reconnecting regardless of the error message" +msgstr "" +"Si está activado butt intenta reconectarse sin importar el mensaje de error" + +#: src/FLTK/flgui.cpp:4696 +msgid "Reconnect delay:" +msgstr "Tiempo de espera para reconexión:" + +#: src/FLTK/flgui.cpp:4707 +msgid "Update song name from URL" +msgstr "Actualizar nombre de canción desde URL" + +#: src/FLTK/flgui.cpp:4711 +msgid "URL to get song name from" +msgstr "URL para obteer el nombre de la canción" + +#: src/FLTK/flgui.cpp:4716 +msgid "Update interval" +msgstr "Intervalo de actualización" + +#: src/FLTK/flgui.cpp:4717 +msgid "Update interval in seconds" +msgstr "Intervalo de actualización en segundos" + +#: src/FLTK/flgui.cpp:4732 +msgid "Record" +msgstr "Grabar" + +#: src/FLTK/flgui.cpp:4734 +msgid "Record File Name:" +msgstr "archivo de grabación:" + +#: src/FLTK/flgui.cpp:4735 +msgid "Record file name" +msgstr "archivo de grabación" + +#: src/FLTK/flgui.cpp:4740 +msgid "Record Directory:" +msgstr "Directorio de grabación:" + +#: src/FLTK/flgui.cpp:4741 +msgid "Directory of recordings" +msgstr "Directorio para las grabaciones" + +#: src/FLTK/flgui.cpp:4747 +msgid "Select recording directory" +msgstr "Seleccionar el directorio de grabación" + +#: src/FLTK/flgui.cpp:4752 +msgid "Split file" +msgstr "Dividir archivo" + +#: src/FLTK/flgui.cpp:4755 +msgid "every" +msgstr "cada" + +#: src/FLTK/flgui.cpp:4758 +msgid "minutes" +msgstr "minutos" + +#: src/FLTK/flgui.cpp:4760 src/FLTK/flgui.cpp:4761 +msgid "Sync to full hour" +msgstr "Sincronizar a hora completa" + +#: src/FLTK/flgui.cpp:4765 +msgid "Split now" +msgstr "Dividir ahora" + +#: src/FLTK/flgui.cpp:4774 src/FLTK/flgui.cpp:4775 +msgid "Start recording when connected" +msgstr "Comenzar grabación al conectar" + +#: src/FLTK/flgui.cpp:4779 +msgid "Stop recording when disconnected" +msgstr "Detener grabación al desconectar" + +#: src/FLTK/flgui.cpp:4780 +msgid "Start recording when disconnected" +msgstr "Comenzar grabación al desconectar" + +#: src/FLTK/flgui.cpp:4784 src/FLTK/flgui.cpp:4785 +msgid "Start recording after launch" +msgstr "Comenzar grabación después de iniciar" + +#: src/FLTK/flgui.cpp:4790 +msgid "" +"Start recording if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" +"Comenzar la grabación si el nivel de audio supera el valor asignado en " +"\"Señal presente\" en la pestaña \"Audio\"" + +#: src/FLTK/flgui.cpp:4803 +msgid "" +"Stop recording if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" +"Detener la grabación si el nivel de audio baja del valor asignado en \"Señal " +"presente\" en la pestaña \"Audio\"" + +#: src/FLTK/flgui.cpp:4815 +msgid "Overwrite existing files" +msgstr "Sobreescribir archivos existentes" + +#: src/FLTK/flgui.cpp:4823 +msgid "DSP" +msgstr "DSP" + +#: src/FLTK/flgui.cpp:4825 src/FLTK/flgui.cpp:5076 src/FLTK/flgui.cpp:6478 +msgid "Reset" +msgstr "Restablecer" + +#: src/FLTK/flgui.cpp:4830 +msgid "Equalizer" +msgstr "Ecualizador" + +#: src/FLTK/flgui.cpp:4837 src/FLTK/flgui.cpp:5088 +msgid "Rec" +msgstr "Grab" + +#: src/FLTK/flgui.cpp:4842 +msgid "Equalizer Preset" +msgstr "Ecualizador predeterminado" + +#: src/FLTK/flgui.cpp:4854 src/FLTK/flgui.cpp:4876 src/FLTK/flgui.cpp:4898 +#: src/FLTK/flgui.cpp:4920 src/FLTK/flgui.cpp:4942 src/FLTK/flgui.cpp:4964 +#: src/FLTK/flgui.cpp:4986 src/FLTK/flgui.cpp:5008 src/FLTK/flgui.cpp:5030 +#: src/FLTK/flgui.cpp:5052 src/FLTK/flgui.cpp:5096 src/FLTK/flgui.cpp:5118 +#: src/FLTK/flgui.cpp:5186 +msgid "+0.0" +msgstr "+0.0" + +#: src/FLTK/flgui.cpp:4858 +msgid "32Hz" +msgstr "32Hz" + +#: src/FLTK/flgui.cpp:4880 +msgid "64Hz" +msgstr "64Hz" + +#: src/FLTK/flgui.cpp:4902 +msgid "125Hz" +msgstr "125Hz" + +#: src/FLTK/flgui.cpp:4924 +msgid "250Hz" +msgstr "250Hz" + +#: src/FLTK/flgui.cpp:4946 +msgid "500Hz" +msgstr "500Hz" + +#: src/FLTK/flgui.cpp:4968 +msgid "1kHz" +msgstr "1kHz" + +#: src/FLTK/flgui.cpp:4990 +msgid "2kHz" +msgstr "2kHz" + +#: src/FLTK/flgui.cpp:5012 +msgid "4kHz" +msgstr "4kHz" + +#: src/FLTK/flgui.cpp:5034 +msgid "8kHz" +msgstr "8kHz" + +#: src/FLTK/flgui.cpp:5056 +msgid "16kHz" +msgstr "16kHz" + +#: src/FLTK/flgui.cpp:5081 +msgid "Dynamic Range Compressor" +msgstr "Compresor dinámico de rango" + +#: src/FLTK/flgui.cpp:5092 +msgid "Aggressive Mode" +msgstr "Modo Agresivo" + +#: src/FLTK/flgui.cpp:5100 +msgid "Threshold" +msgstr "Umbral" + +#: src/FLTK/flgui.cpp:5122 +msgid "Ratio" +msgstr "relación" + +#: src/FLTK/flgui.cpp:5140 src/FLTK/flgui.cpp:5163 +msgid "+0.00" +msgstr "+0.00" + +#: src/FLTK/flgui.cpp:5144 +msgid "Attack" +msgstr "Ataque" + +#: src/FLTK/flgui.cpp:5167 +msgid "Release" +msgstr "Liberar" + +#: src/FLTK/flgui.cpp:5190 +msgid "MakeupGain" +msgstr "Ganancia" + +#: src/FLTK/flgui.cpp:5224 src/FLTK/flgui.cpp:5237 +msgid "MIDI" +msgstr "MIDI" + +#: src/FLTK/flgui.cpp:5226 +msgid "MIDI Device" +msgstr "Disposit. MIDI" + +#: src/FLTK/flgui.cpp:5227 +msgid "Select your MIDI device" +msgstr "Seleccione su dispositivo MIDI" + +#: src/FLTK/flgui.cpp:5232 +msgid "Rescan" +msgstr "Volver a buscar" + +#: src/FLTK/flgui.cpp:5233 +msgid "Rescan MIDI devices" +msgstr "Volver a buscar dispositivos MIDI" + +#: src/FLTK/flgui.cpp:5238 +msgid "MIDI signal indicator" +msgstr "Indicador de señal de MIDI" + +#: src/FLTK/flgui.cpp:5250 +msgid "MIDI Commands" +msgstr "Mandatos MIDI" + +#: src/FLTK/flgui.cpp:5255 +msgid "Enable" +msgstr "Activar" + +#: src/FLTK/flgui.cpp:5256 +msgid "Enable/Disable the selected MIDI command" +msgstr "Activar/Desactivar el mandato MIDI seleccionado" + +#: src/FLTK/flgui.cpp:5262 +msgid "Channel" +msgstr "Canal" + +#: src/FLTK/flgui.cpp:5263 +msgid "Select MIDI channel" +msgstr "Seleccionar canal MIDI" + +#: src/FLTK/flgui.cpp:5277 +msgid "CC" +msgstr "CC" + +#: src/FLTK/flgui.cpp:5278 +msgid "Select CC number" +msgstr "Seleccionar número de CC" + +#: src/FLTK/flgui.cpp:5283 src/FLTK/fl_callbacks.cpp:6425 +msgid "Learn" +msgstr "Aprender" + +#: src/FLTK/flgui.cpp:5284 +msgid "Activate to auto detect the channel and CC number" +msgstr "Activar para autodetectar el canal y número de CC" + +#: src/FLTK/flgui.cpp:5289 +msgid "CC Mode" +msgstr "Modo de CC" + +#: src/FLTK/flgui.cpp:5290 +msgid "Select CC mode" +msgstr "Seleccionar modo de CC" + +#: src/FLTK/flgui.cpp:5304 +msgid "Soft takeover" +msgstr "Toma de control suave" + +#: src/FLTK/flgui.cpp:5305 +msgid "Prevents jumps when controlling a slider in absolute mode" +msgstr "" +"Impide saltos al desplazar un control de deslizamiento en modo absoluto" + +#: src/FLTK/flgui.cpp:5313 +msgid "TLS" +msgstr "TLS" + +#: src/FLTK/flgui.cpp:5315 src/FLTK/flgui.cpp:5619 +msgid "SSL/TLS" +msgstr "SSL/TLS" + +#: src/FLTK/flgui.cpp:5318 +msgid "" +"If your server uses a certificate from\n" +"Let's Encrypt or another well known\n" +"CA, you can leave these fields blank." +msgstr "" +"Si su servidor usa un certificado de\n" +"Let's Encrypt u otra CA reconocida\n" +"puede dejar estos campos en blanco." + +#: src/FLTK/flgui.cpp:5322 +msgid "CA Certificate File:" +msgstr "Archivo de Certificado CA:" + +#: src/FLTK/flgui.cpp:5323 +msgid "Certificate file" +msgstr "Archivo de Certificado" + +#: src/FLTK/flgui.cpp:5329 +msgid "Select certificate file" +msgstr "Seleccionar archivo de certificado" + +#: src/FLTK/flgui.cpp:5334 +msgid "CA Certificate Directory:" +msgstr "Directorio de Certificado CA:" + +#: src/FLTK/flgui.cpp:5335 +msgid "Certificate directory" +msgstr "Directorio de certificado" + +#: src/FLTK/flgui.cpp:5341 +msgid "Select certificate directory" +msgstr "Seleccionar directorio de certificado" + +#: src/FLTK/flgui.cpp:5350 +msgid "GUI" +msgstr "GUI" + +#: src/FLTK/flgui.cpp:5352 +msgid "Language" +msgstr "Idioma" + +#: src/FLTK/flgui.cpp:5369 +msgid "Display Color" +msgstr "Color para mostrar" + +#: src/FLTK/flgui.cpp:5372 +msgid "Text" +msgstr "Texto" + +#: src/FLTK/flgui.cpp:5373 +msgid "Select text color" +msgstr "Seleccione color del texto" + +#: src/FLTK/flgui.cpp:5379 +msgid "Background" +msgstr "Color de fondo" + +#: src/FLTK/flgui.cpp:5380 +msgid "Select background color" +msgstr "Seleccione color de fondo" + +#: src/FLTK/flgui.cpp:5388 +msgid "VU meter" +msgstr "VU meter" + +#: src/FLTK/flgui.cpp:5391 +msgid "Gradient colors" +msgstr "Colores degradados" + +#: src/FLTK/flgui.cpp:5396 +msgid "Solid colors" +msgstr "Colores sólidos" + +#: src/FLTK/flgui.cpp:5401 +msgid "Always show tabs" +msgstr "Mostrar las pestañas siempre" + +#: src/FLTK/flgui.cpp:5406 +msgid "Select lower range color" +msgstr "Seleccione color del texto para rango bajo" + +#: src/FLTK/flgui.cpp:5413 +msgid "Select mid range color" +msgstr "Seleccione color del texto para rango medio" + +#: src/FLTK/flgui.cpp:5420 +msgid "Select high range color" +msgstr "Seleccione color del texto para rango alto" + +#: src/FLTK/flgui.cpp:5427 +msgid "Low range start value (dB)" +msgstr "Valor inicial de rango bajo (dB)" + +#: src/FLTK/flgui.cpp:5431 +msgid "Mid range start value (dB)" +msgstr "Valor inicial de rango medio (dB)" + +#: src/FLTK/flgui.cpp:5440 +msgid "High range start value (dB)" +msgstr "Valor inicial de rango alto (dB)" + +#: src/FLTK/flgui.cpp:5450 +msgid "Misc" +msgstr "Misc." + +#: src/FLTK/flgui.cpp:5453 +msgid "Attach settings window to main window" +msgstr "Anexar ventana configs. a ventana principal" + +#: src/FLTK/flgui.cpp:5454 +msgid "Attach this window to the butt window" +msgstr "Anexar esta ventana a la pantalla de butt" + +#: src/FLTK/flgui.cpp:5458 src/FLTK/flgui.cpp:5459 +msgid "Stay always on top" +msgstr "Siempre arriba" + +#: src/FLTK/flgui.cpp:5463 src/FLTK/flgui.cpp:5464 +msgid "Remember main window position" +msgstr "Recordar la posición de la ventana principal" + +#: src/FLTK/flgui.cpp:5468 src/FLTK/flgui.cpp:5469 +msgid "Hide log window after start up" +msgstr "Ocultar ventana de log después de iniciar" + +#: src/FLTK/flgui.cpp:5473 src/FLTK/flgui.cpp:5474 +msgid "Change display mode every 5 seconds" +msgstr "Cambiar modo visualización cada 5 segundos" + +#: src/FLTK/flgui.cpp:5478 +msgid "Start minimized" +msgstr "Iniciar minimizado" + +#: src/FLTK/flgui.cpp:5479 +msgid "Minimize butt at startup" +msgstr "Minimizar butt al iniciar" + +#: src/FLTK/flgui.cpp:5483 +msgid "Disable gain control" +msgstr "Desactivar control de ganancia" + +#: src/FLTK/flgui.cpp:5489 +msgid "Show listeners" +msgstr "Mostrar oyentes" + +#: src/FLTK/flgui.cpp:5490 +msgid "Show current listeners in the display (not always available)" +msgstr "" +"Mostrar el número actual de oyentes en la pantalla (no siempre es posible)" + +#: src/FLTK/flgui.cpp:5494 +msgid "Update rate:" +msgstr "Actualizaciones:" + +#: src/FLTK/flgui.cpp:5504 +msgid "Custom window title:" +msgstr "Título personalizado de ventana:" + +#: src/FLTK/flgui.cpp:5505 +msgid "Define a custom window title" +msgstr "Defina un título personalizado de ventana" + +#: src/FLTK/flgui.cpp:5515 +msgid "Donate" +msgstr "Donar" + +#: src/FLTK/flgui.cpp:5517 +msgid "Donation" +msgstr "Donación" + +#: src/FLTK/flgui.cpp:5520 +msgid "" +"Keeping this software up to date, adding\n" +"new features and answering support mails\n" +"takes a lot of time and effort. If you can\n" +"afford it, please consider supporting this\n" +"project.\n" +"\n" +"Thank you!" +msgstr "" +"Mantener este software actualizado, agregar\n" +"nuevas funcionalidades y responder correos\n" +"de consultas consume mucho tiempo y esfuerzo.\n" +"Si le es posible, por favor, considere apoyar este \n" +"proyecto.\n" +"\n" +"¡Gracias!" + +#: src/FLTK/flgui.cpp:5525 +msgid "&Donate via PayPal" +msgstr "&Donar via PayPal" + +#: src/FLTK/flgui.cpp:5529 +msgid "Become a &patron" +msgstr "Convertirse en &patrón" + +#: src/FLTK/flgui.cpp:5533 +msgid "&Apple Pay, Google Pay, CC and more" +msgstr "&Apple Pay, Google Pay, CC y más" + +#: src/FLTK/flgui.cpp:5537 +msgid "&Bitcoin && Co" +msgstr "&Bitcoin && Co" + +#: src/FLTK/flgui.cpp:5552 src/FLTK/flgui.cpp:5673 +msgid "Name:" +msgstr "Nombre:" + +#: src/FLTK/flgui.cpp:5556 +msgid "Address:" +msgstr "Dirección:" + +#: src/FLTK/flgui.cpp:5560 +msgid "Port:" +msgstr "Puerto:" + +#: src/FLTK/flgui.cpp:5564 +msgid "Password:" +msgstr "Contraseña:" + +#: src/FLTK/flgui.cpp:5569 +msgid "Icecast mountpoint:" +msgstr "Punto montaje Icecast:" + +#: src/FLTK/flgui.cpp:5573 +msgid "Icecast user:" +msgstr "Usuario de Icecast:" + +#: src/FLTK/flgui.cpp:5577 src/FLTK/fl_callbacks.cpp:1136 +#: src/FLTK/fl_callbacks.cpp:1215 src/FLTK/fl_callbacks.cpp:1623 +msgid "Show" +msgstr "Mostrar" + +#: src/FLTK/flgui.cpp:5578 +msgid "show/hide password" +msgstr "mostrar/ocultar contraseña" + +#: src/FLTK/flgui.cpp:5582 +msgid "Type" +msgstr "Tipo" + +#: src/FLTK/flgui.cpp:5585 +msgid "Shoutcast" +msgstr "Shoutcast" + +#: src/FLTK/flgui.cpp:5590 +msgid "Icecast" +msgstr "Icecast" + +#: src/FLTK/flgui.cpp:5595 +msgid "WebRTC" +msgstr "WebRTC" + +#: src/FLTK/flgui.cpp:5600 +msgid "Radio.co" +msgstr "Radio.co" + +#: src/FLTK/flgui.cpp:5607 src/FLTK/flgui.cpp:5709 +msgid "&Cancel" +msgstr "&Cancelar" + +#: src/FLTK/flgui.cpp:5611 src/FLTK/flgui.cpp:5713 +msgid "&ADD" +msgstr "&AGREGAR" + +#: src/FLTK/flgui.cpp:5622 +msgid "Use SSL/TLS" +msgstr "Usar SSL/TLS" + +#: src/FLTK/flgui.cpp:5625 +msgid "Revoke certificate trust" +msgstr "Revocar certif. confianza" + +#: src/FLTK/flgui.cpp:5631 +msgid "Radio.co Stations" +msgstr "Estaciones de Radio.co" + +#: src/FLTK/flgui.cpp:5634 +msgid "Get Stations" +msgstr "Obtener Estaciones" + +#: src/FLTK/flgui.cpp:5638 +msgid "Select all" +msgstr "Seleccionar todo" + +#: src/FLTK/flgui.cpp:5642 +msgid "Deselect all" +msgstr "No seleccionar ninguno" + +#: src/FLTK/flgui.cpp:5646 +msgid "Use legacy Icecast protocol" +msgstr "Use protocolo anticuado Icecast" + +#: src/FLTK/flgui.cpp:5647 +msgid "" +"Activate this if you want to use the older SOURCE protocol instead of the " +"newer PUT protocol" +msgstr "" +"Active esto si desea usar el antiguo protocolo SOURCE en lugar del nuevo " +"protocolo PUT" + +#: src/FLTK/flgui.cpp:5651 +msgid "ICE server (optional):" +msgstr "Servidor ICE (opcional):" + +#: src/FLTK/flgui.cpp:5654 +msgid "WebRTC (WHIP) URL:" +msgstr "URL WebRTC (WHIP):" + +#: src/FLTK/flgui.cpp:5657 +msgid "Bearer token (optional):" +msgstr "Token de portador (opcional):" + +#: src/FLTK/flgui.cpp:5660 +msgid "Custom listener URL (optional):" +msgstr "URL para los números de oyente (opcional):" + +#: src/FLTK/flgui.cpp:5664 +msgid "Custom listener mountpoint (optional):" +msgstr "Punto de montaje para números de oyente (opcional):" + +#: src/FLTK/flgui.cpp:5674 +msgid "The name of your new ICY-entrie" +msgstr "Nombre de su nuevo valor de ICY" + +#: src/FLTK/flgui.cpp:5678 +msgid "Description:" +msgstr "Descripción:" + +#: src/FLTK/flgui.cpp:5682 +msgid "Genre:" +msgstr "Género:" + +#: src/FLTK/flgui.cpp:5686 +msgid "URL:" +msgstr "URL:" + +#: src/FLTK/flgui.cpp:5690 +msgid "ICQ:" +msgstr "ICQ:" + +#: src/FLTK/flgui.cpp:5694 +msgid "IRC:" +msgstr "IRC:" + +#: src/FLTK/flgui.cpp:5698 +msgid "AIM:" +msgstr "AIM:" + +#: src/FLTK/flgui.cpp:5702 +msgid "Make server public" +msgstr "Hacer público el servidor" + +#: src/FLTK/flgui.cpp:5705 +msgid "Expand variables" +msgstr "Expandir variables" + +#: src/FLTK/flgui.cpp:5706 +msgid "Activate to expand date variables in name and description" +msgstr "Activar para expandir las variables de fecha en nombre y descripción" + +#: src/FLTK/flgui.cpp:5736 +msgid "Donate Cryptocurrency" +msgstr "Donar criptomoedas" + +#: src/FLTK/flgui.cpp:5747 +msgid "Bitcoin" +msgstr "Bitcoin" + +#: src/FLTK/flgui.cpp:5752 src/FLTK/flgui.cpp:5761 src/FLTK/flgui.cpp:5770 +msgid "Copy" +msgstr "Copiar" + +#: src/FLTK/flgui.cpp:5756 +msgid "Litecoin" +msgstr "Litecoin" + +#: src/FLTK/flgui.cpp:5765 +msgid "Monero" +msgstr "Monero" + +#: src/FLTK/flgui.cpp:5774 src/FLTK/flgui.cpp:6106 src/FLTK/flgui.cpp:6461 +#: src/FLTK/flgui.cpp:6669 +msgid "&Close" +msgstr "&Cerrar" + +#: src/FLTK/flgui.cpp:5780 +msgid "Streaming Codec Settings" +msgstr "Configuraciones del códec de Streaming" + +#: src/FLTK/flgui.cpp:5792 src/FLTK/flgui.cpp:6124 +msgid "MP3" +msgstr "MP3" + +#: src/FLTK/flgui.cpp:5793 src/FLTK/flgui.cpp:6125 +msgid "Encoding Quality" +msgstr "Calidad de codificación" + +#: src/FLTK/flgui.cpp:5806 src/FLTK/flgui.cpp:6138 +msgid "Stereo Mode" +msgstr "Modo Estéreo" + +#: src/FLTK/flgui.cpp:5819 src/FLTK/flgui.cpp:5949 src/FLTK/flgui.cpp:6015 +#: src/FLTK/flgui.cpp:6071 src/FLTK/flgui.cpp:6151 src/FLTK/flgui.cpp:6281 +#: src/FLTK/flgui.cpp:6334 src/FLTK/flgui.cpp:6403 +msgid "Bitrate Mode" +msgstr "Modo de tasa de Bits" + +#: src/FLTK/flgui.cpp:5832 src/FLTK/flgui.cpp:6164 +msgid "VBR" +msgstr "VBR" + +#: src/FLTK/flgui.cpp:5835 src/FLTK/flgui.cpp:5989 src/FLTK/flgui.cpp:6167 +#: src/FLTK/flgui.cpp:6347 +msgid "Quality" +msgstr "Calidad" + +#: src/FLTK/flgui.cpp:5848 src/FLTK/flgui.cpp:6180 +msgid "Min. Bitrate" +msgstr "Tasa bits mín." + +#: src/FLTK/flgui.cpp:5861 src/FLTK/flgui.cpp:6193 +msgid "Max. Bitrate" +msgstr "Tasa bits máx." + +#: src/FLTK/flgui.cpp:5874 src/FLTK/flgui.cpp:6206 +msgid "Force" +msgstr "Fuerza" + +#: src/FLTK/flgui.cpp:5875 src/FLTK/flgui.cpp:6207 +msgid "Strictly enforce mininum Bitrate (-F option of the lame encoder)" +msgstr "" +"Implementar estrictamente tasa de bits mínima (opción -F del codificador " +"lame)" + +#: src/FLTK/flgui.cpp:5881 src/FLTK/flgui.cpp:6227 +msgid "Lowpass (kHz)" +msgstr "Paso bajo (kHz)" + +#: src/FLTK/flgui.cpp:5884 src/FLTK/flgui.cpp:5909 src/FLTK/flgui.cpp:6230 +#: src/FLTK/flgui.cpp:6255 +msgid "Frequency" +msgstr "Frecuencia" + +#: src/FLTK/flgui.cpp:5890 src/FLTK/flgui.cpp:5915 src/FLTK/flgui.cpp:6236 +#: src/FLTK/flgui.cpp:6261 +msgid "Width" +msgstr "Ancho" + +#: src/FLTK/flgui.cpp:5906 src/FLTK/flgui.cpp:6252 +msgid "Highpass (kHz)" +msgstr "Paso alto" + +#: src/FLTK/flgui.cpp:5931 src/FLTK/flgui.cpp:6213 +msgid "Resampling" +msgstr "Remuestreo" + +#: src/FLTK/flgui.cpp:5932 src/FLTK/flgui.cpp:6214 +msgid "Resample to the selected sample rate" +msgstr "Remostrar a la tasa de muestreo seleccionada" + +#: src/FLTK/flgui.cpp:5947 src/FLTK/flgui.cpp:6279 +msgid "OGG" +msgstr "OGG" + +#: src/FLTK/flgui.cpp:5962 src/FLTK/flgui.cpp:6294 +msgid "VBR Quality" +msgstr "Calidad de VBR" + +#: src/FLTK/flgui.cpp:5975 src/FLTK/flgui.cpp:6307 +msgid "VBR min. Bitrate" +msgstr "Tasa bits mín. VBR" + +#: src/FLTK/flgui.cpp:5980 src/FLTK/flgui.cpp:6312 +msgid "VBR max. Bitrate" +msgstr "Tasa bits máx. VBR" + +#: src/FLTK/flgui.cpp:5987 src/FLTK/flgui.cpp:6319 +msgid "OPUS" +msgstr "OPUS" + +#: src/FLTK/flgui.cpp:6002 src/FLTK/flgui.cpp:6321 +msgid "Optimize for" +msgstr "Optimizar para" + +#: src/FLTK/flgui.cpp:6028 src/FLTK/flgui.cpp:6360 +msgid "Max. Bandwidth" +msgstr "Máximo ancho de banda" + +#: src/FLTK/flgui.cpp:6043 src/FLTK/flgui.cpp:6375 +msgid "AAC" +msgstr "AAC" + +#: src/FLTK/flgui.cpp:6045 src/FLTK/flgui.cpp:6377 +msgid "Profile" +msgstr "Perfil" + +#: src/FLTK/flgui.cpp:6058 src/FLTK/flgui.cpp:6390 +msgid "Afterburner" +msgstr "Afterburner" + +#: src/FLTK/flgui.cpp:6086 src/FLTK/flgui.cpp:6418 +msgid "FLAC" +msgstr "FLAC" + +#: src/FLTK/flgui.cpp:6088 src/FLTK/flgui.cpp:6420 src/FLTK/flgui.cpp:6438 +msgid "Bit depth" +msgstr "Profundidad de bits" + +#: src/FLTK/flgui.cpp:6090 src/FLTK/flgui.cpp:6422 src/FLTK/flgui.cpp:6440 +msgid "16 bit" +msgstr "16 bit" + +#: src/FLTK/flgui.cpp:6095 src/FLTK/flgui.cpp:6427 src/FLTK/flgui.cpp:6450 +msgid "24 bit" +msgstr "24 bit" + +#: src/FLTK/flgui.cpp:6112 +msgid "Recording Codec Settings" +msgstr "Configuraciones del códec de grabación" + +#: src/FLTK/flgui.cpp:6436 +msgid "WAV" +msgstr "WAV" + +#: src/FLTK/flgui.cpp:6445 +msgid "32 bit" +msgstr "32 bit" + +#: src/FLTK/flgui.cpp:6467 +msgid "butt audio mixer" +msgstr "Mezclador de audio de butt" + +#: src/FLTK/flgui.cpp:6483 +msgid "Audio Mixer" +msgstr "Mezclador de audio" + +#: src/FLTK/flgui.cpp:6486 src/FLTK/flgui.cpp:6516 src/FLTK/flgui.cpp:6546 +#: src/FLTK/flgui.cpp:6569 src/FLTK/flgui.cpp:6592 +msgid "+0.0 dB" +msgstr "+0.0 dB" + +#: src/FLTK/flgui.cpp:6491 src/FLTK/flgui.cpp:6634 +msgid "" +"Primary\n" +"Device" +msgstr "" +"Dispositivo\n" +"principal" + +#: src/FLTK/flgui.cpp:6509 src/FLTK/flgui.cpp:6510 src/FLTK/flgui.cpp:6539 +#: src/FLTK/flgui.cpp:6540 +msgid "Mute" +msgstr "Mudo" + +#: src/FLTK/flgui.cpp:6521 src/FLTK/flgui.cpp:6642 +msgid "" +"Secondary\n" +"Device" +msgstr "" +"Dispositivo\n" +"secundario" + +#: src/FLTK/flgui.cpp:6551 +msgid "" +"Streaming\n" +"Gain" +msgstr "" +"Ganancia\n" +"de streaming" + +#: src/FLTK/flgui.cpp:6574 +msgid "" +"Recording\n" +"Gain" +msgstr "" +"Ganancia\n" +"de grabación" + +#: src/FLTK/flgui.cpp:6597 +msgid "" +"Master\n" +"Gain" +msgstr "" +"Ganancia\n" +"maestra" + +#: src/FLTK/flgui.cpp:6615 +msgid "" +"\n" +"Cross Fader" +msgstr "" +"\n" +"Cross fader" + +#: src/FLTK/flgui.cpp:6638 +msgid "|" +msgstr "|" + +#: src/FLTK/flgui.cpp:6650 +msgid "Alert" +msgstr "Alerta" + +#: src/FLTK/flgui.cpp:6661 +msgid "&Open the manual" +msgstr "&Abrir el manual" + +#: src/FLTK/flgui.cpp:6665 +msgid "" +"Could not find aac library.\n" +"\n" +"Please follow the instructions in the manual\n" +"for adding aac support." +msgstr "" +"No pudo encontrar la biblioteca de aac.\n" +"Por favor, siga las instrucciones del manual para agregar el soporte a aac." + +#: src/FLTK/fl_timer_funcs.cpp:318 +#, c-format +msgid "" +"stream sent\n" +"%0.2lfMB" +msgstr "" +"transm. enviada\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:323 +#, c-format +msgid "" +"stream time\n" +"%s" +msgstr "" +"tiempo transm.\n" +"%s" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "Listeners". Also the +# string length should not exceed 10 +# characters. +#: src/FLTK/fl_timer_funcs.cpp:330 +#, c-format +msgid "" +"On Air\n" +"Listeners %5d" +msgstr "" +"Al aire\n" +"Oyentes %5d" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "Listeners>". Also the +# string length should not exceed 10 +# characters. +#: src/FLTK/fl_timer_funcs.cpp:333 +#, c-format +msgid "" +"On Air\n" +"Listeners>%5d" +msgstr "" +"Al aire\n" +"Oyentes>%5d" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "On Air" +#: src/FLTK/fl_timer_funcs.cpp:337 +#, c-format +msgid "On Air" +msgstr "Al aire" + +#: src/FLTK/fl_timer_funcs.cpp:343 +#, c-format +msgid "" +"record time\n" +"%s" +msgstr "" +"tiempo grabac.\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:348 +#, c-format +msgid "" +"record size\n" +"%0.2lfMB" +msgstr "" +"tamaño grabac.\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:479 +#, c-format +msgid "" +"ERROR: Connection lost\n" +"reconnecting in %d seconds..." +msgstr "" +"ERROR: Conexión perdida\n" +"reconnexión en %d segundos..." + +#: src/FLTK/fl_timer_funcs.cpp:483 +msgid "" +"ERROR: Connection lost\n" +"reconnecting..." +msgstr "" +"ERROR: Conexión perdida\n" +"reconectando..." + +#: src/FLTK/fl_timer_funcs.cpp:608 +msgid "Listeners" +msgstr "Oyentes" + +#: src/FLTK/fl_timer_funcs.cpp:674 +msgid "" +"Could not find a file extension in current filename\n" +"Automatic file splitting is deactivated" +msgstr "" +"No se pudo encontrar una extensión en el nombre actual de archivo\n" +"Se desactivó la división automática de archivo" + +#: src/FLTK/fl_timer_funcs.cpp:704 +msgid "" +"Could not find a valid filename for next file\n" +"butt keeps recording to current file" +msgstr "" +"No se pudo encontrar un nombre válido para el próximo archivo\n" +"butt continuará grabando en el archivo actual" + +#: src/FLTK/fl_timer_funcs.cpp:717 src/FLTK/fl_callbacks.cpp:1033 +#, c-format +msgid "" +"Could not open:\n" +"%s" +msgstr "" +"No se pudo abrir:\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:721 src/port_audio.cpp:938 +msgid "Recording to:" +msgstr "Grabando en:" + +#: src/FLTK/fl_timer_funcs.cpp:964 +#, c-format +msgid "" +"Warning\n" +"Could not open: %s.\n" +"Will retry in 5 seconds" +msgstr "" +"Advertencia\n" +"No se pudo abrir %s.\n" +"Se volverá a intentar en 5 segundos" + +#: src/FLTK/fl_callbacks.cpp:145 +msgid "connecting" +msgstr "conectando" + +#: src/FLTK/fl_callbacks.cpp:187 +msgid "" +"Error: No server entry found.\n" +"Please add a server in the settings-window." +msgstr "" +"Error: No se encontró valor para el servidor.\n" +"Por favor, agregue un servidor en la ventana de configuración." + +#: src/FLTK/fl_callbacks.cpp:192 +msgid "" +"Error: ogg vorbis encoder doesn't support bitrates\n" +"lower than 48kbit" +msgstr "" +"Error: el codificador de ogg vorbis no soporta las tasas de bits\n" +"menores a 48kbit" + +#: src/FLTK/fl_callbacks.cpp:200 +#, c-format +msgid "Warning: %s is not supported by every Shoutcast version" +msgstr "Advertencia: %s no está soportado por todas las versiones de Shoutcast" + +#: src/FLTK/fl_callbacks.cpp:204 +msgid "Error: FLAC is not supported by ShoutCast" +msgstr "Error: ShoutCast no soporta FLAC" + +#: src/FLTK/fl_callbacks.cpp:211 +#, c-format +msgid "Error: Radio.co supports only mp3 and aac" +msgstr "Error: Radio.co soporta solo mp3 y aac" + +#: src/FLTK/fl_callbacks.cpp:219 +#, c-format +msgid "Error: WebRTC only supports opus" +msgstr "Error: WebRTC solo soporta opus" + +#: src/FLTK/fl_callbacks.cpp:226 +#, c-format +msgid "Connecting to %s via %s ..." +msgstr "Conectando a %s mediante %s ..." + +#: src/FLTK/fl_callbacks.cpp:229 +#, c-format +msgid "Connecting to %s:%u ..." +msgstr "Conectando a %s:%u ..." + +#: src/FLTK/fl_callbacks.cpp:232 +#, c-format +msgid "Connecting to %s:%u (%u) ..." +msgstr "Conectando a %s:%u (%u) ..." + +#: src/FLTK/fl_callbacks.cpp:328 +msgid "Connection established" +msgstr "Conexión establecida" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "no" +msgstr "no" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "yes" +msgstr "sí" + +#: src/FLTK/fl_callbacks.cpp:344 +#, c-format +msgid "Device 1:\t%s\n" +msgstr "Dispositivo 1:\t%s\n" + +#: src/FLTK/fl_callbacks.cpp:345 +#, c-format +msgid "Device 2:\t%s\n" +msgstr "Dispositivo 2:\t%s\n" + +#: src/FLTK/fl_callbacks.cpp:396 +#, c-format +msgid "Connected to: %s" +msgstr "Conectado a %s" + +#: src/FLTK/fl_callbacks.cpp:567 src/FLTK/fl_callbacks.cpp:1669 +msgid "The custom listener URL must start with http:// or https://" +msgstr "La URL debe empezar con http:// o https://" + +#: src/FLTK/fl_callbacks.cpp:574 src/FLTK/fl_callbacks.cpp:1676 +msgid "" +"No mountpoint specified\n" +"Setting mountpoint to \"stream\"" +msgstr "" +"No hay ningún punto de montaje definido\n" +"Definiendo punto de montaje como \"streaming\"" + +#: src/FLTK/fl_callbacks.cpp:578 src/FLTK/fl_callbacks.cpp:1680 +msgid "" +"No user specified\n" +"Setting user to \"source\"" +msgstr "" +"No se especificó un usuario\n" +"Definiendo usuario como \"source\"" + +#: src/FLTK/fl_callbacks.cpp:586 src/FLTK/fl_callbacks.cpp:1688 +msgid "" +"Unsupported listener URL.\n" +"The listener URL must end with status-json.xsl, 7.xsl, 7.html or contain " +"stats?sid" +msgstr "" +"URL de escucha no compatible.\n" +"La URL de escucha debe terminar en status-json.xsl, 7.xsl, 7.html o contener " +"stats?sid" + +#: src/FLTK/fl_callbacks.cpp:592 src/FLTK/fl_callbacks.cpp:1694 +#: src/FLTK/fl_callbacks.cpp:1857 src/FLTK/fl_callbacks.cpp:2545 +msgid "No name specified" +msgstr "No se especificó un nombre" + +#: src/FLTK/fl_callbacks.cpp:597 src/FLTK/fl_callbacks.cpp:1699 +msgid "" +"The number of characters of all your server names exeeds 1000\n" +"Please reduce the number of characters of each server name" +msgstr "" +"La cantidad de caracteres de todos sus nombres de servidor excede los 1000\n" +"Por favor, reduzca la cantidad de caracteres de cada nombre de servidor" + +#: src/FLTK/fl_callbacks.cpp:603 src/FLTK/fl_callbacks.cpp:1705 +msgid "Newline characters and [];/\\ are not allowed within the server name" +msgstr "" +"No se permiten los caracteres de salto de línea ni [];/\\ en el nombre de " +"servidor" + +#: src/FLTK/fl_callbacks.cpp:609 src/FLTK/fl_callbacks.cpp:1710 +msgid "No address specified" +msgstr "No se especificó una dirección" + +#: src/FLTK/fl_callbacks.cpp:613 src/FLTK/fl_callbacks.cpp:1714 +msgid "No password specified" +msgstr "No se especificó una contraseña" + +#: src/FLTK/fl_callbacks.cpp:617 src/FLTK/fl_callbacks.cpp:1718 +msgid "No port specified" +msgstr "No se especificó un puerto" + +#: src/FLTK/fl_callbacks.cpp:621 src/FLTK/fl_callbacks.cpp:1722 +msgid "" +"Invalid port number\n" +"The port number must be between 1 and 65535" +msgstr "" +"Número de puerto inválido\n" +"El número de puerto debe estar entre 1 y 65535" + +#: src/FLTK/fl_callbacks.cpp:628 src/FLTK/fl_callbacks.cpp:1729 +msgid "No WHIP URL specified" +msgstr "No se especificó URL WHIP" + +#: src/FLTK/fl_callbacks.cpp:637 src/FLTK/fl_callbacks.cpp:1740 +#: src/FLTK/fl_callbacks.cpp:2564 +msgid "Server name already exist!" +msgstr "¡Nombre de servidor ya existe!" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "stop recording?" +msgstr "¿detener grabación?" + +#: src/FLTK/fl_callbacks.cpp:966 src/FLTK/fl_funcs.cpp:1462 +msgid "No" +msgstr "No" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "Yes" +msgstr "Sí" + +#: src/FLTK/fl_callbacks.cpp:1005 +msgid "No recording filename specified" +msgstr "No se especificó un nombre de archivo de grabación" + +#: src/FLTK/fl_callbacks.cpp:1015 +#, c-format +msgid "%s already exists!" +msgstr "¡%s ya existe!" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "overwrite" +msgstr "sobrescribir" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "cancel" +msgstr "cancelar" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "append" +msgstr "anexar" + +#: src/FLTK/fl_callbacks.cpp:1021 +msgid "Recording canceled" +msgstr "Grabación cancelada" + +#: src/FLTK/fl_callbacks.cpp:1090 src/FLTK/fl_funcs.cpp:1308 +msgid "Hide log" +msgstr "Ocultar log" + +#: src/FLTK/fl_callbacks.cpp:1123 +msgid "Add Server" +msgstr "Agregar servidor" + +#: src/FLTK/fl_callbacks.cpp:1176 +msgid "Edit Server" +msgstr "Editar servidor" + +#: src/FLTK/fl_callbacks.cpp:1181 +msgid "Radio.co stations cannot be edited." +msgstr "Las estaciones de Radio.co no pueden editarse." + +#: src/FLTK/fl_callbacks.cpp:1267 +msgid "Add Server Infos" +msgstr "Agregar datos de Servidor" + +#: src/FLTK/fl_callbacks.cpp:1302 +msgid "Song update failed: WebRTC does not support song names" +msgstr "" +"Falló la actualización de canción: WebRTC no soporta el uso de nombres de " +"canciones" + +#: src/FLTK/fl_callbacks.cpp:1345 +#, c-format +msgid "" +"Updated songname to:\n" +"%s\n" +msgstr "" +"Se actualizó el nombre de canción a:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:1354 +msgid "Updating songname failed" +msgstr "Falló la actualización del nombre de canción" + +#: src/FLTK/fl_callbacks.cpp:1428 +#, c-format +msgid "Audio buffer has been set to %d ms" +msgstr "Se asignó el valor de buffer de audio en %d ms" + +#: src/FLTK/fl_callbacks.cpp:1592 +msgid "" +"butt will open Radio.co in a new browser window.\n" +"\n" +"Login to Radio.co and allow butt access to your account." +msgstr "" +"butt abrirá Radio.co en una nueva ventana del navegador.\n" +"\n" +"Inicie sesión en Radio.co y permita el acceso a su cuenta a butt." + +#: src/FLTK/fl_callbacks.cpp:1618 +msgid "Hide" +msgstr "Ocultar" + +#: src/FLTK/fl_callbacks.cpp:1638 +msgid "Could not revoke trust for certificate" +msgstr "No fue posible revocar el certificado de confianza" + +#: src/FLTK/fl_callbacks.cpp:1862 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the count of characters of each icy name" +msgstr "" +"La cantidad de caracteres de todos sus nombres de icy supera los 1000\n" +"Por favor, reduzca la cantidad de caracteres de cada nombre icy" + +#: src/FLTK/fl_callbacks.cpp:1868 src/FLTK/fl_callbacks.cpp:2557 +msgid "Newline characters and [];/\\ are not allowed within the icy name" +msgstr "" +"No se permiten los caracteres de salto de línea ni [];/\\ en el nombre de icy" + +#: src/FLTK/fl_callbacks.cpp:1877 +msgid "Icy name already exist!" +msgstr "¡Nombre de icy ya existe!" + +#: src/FLTK/fl_callbacks.cpp:2002 src/FLTK/fl_callbacks.cpp:2015 +#: src/FLTK/fl_callbacks.cpp:2029 src/FLTK/fl_callbacks.cpp:2044 +#: src/FLTK/fl_callbacks.cpp:2233 src/FLTK/fl_callbacks.cpp:2246 +#: src/FLTK/fl_callbacks.cpp:2260 src/FLTK/fl_callbacks.cpp:2275 +#: src/FLTK/fl_callbacks.cpp:2290 +msgid "" +"Warning:\n" +"The stream Sample-/Bitrate combination is invalid" +msgstr "" +"Advertencia:\n" +"La combinación de tasa de bits y de muestreo de transmisión es inválida" + +#: src/FLTK/fl_callbacks.cpp:2008 src/FLTK/fl_callbacks.cpp:2021 +#: src/FLTK/fl_callbacks.cpp:2035 src/FLTK/fl_callbacks.cpp:2050 +msgid "The previous values have been set\n" +msgstr "Se asignaron los valores previos\n" + +#: src/FLTK/fl_callbacks.cpp:2056 +#, c-format +msgid "Stream bitrate set to: %dk" +msgstr "la tasa de bits de transmisión se asignó en: %dk" + +#: src/FLTK/fl_callbacks.cpp:2142 src/FLTK/fl_callbacks.cpp:2155 +#: src/FLTK/fl_callbacks.cpp:2169 src/FLTK/fl_callbacks.cpp:2184 +#: src/FLTK/fl_callbacks.cpp:2313 src/FLTK/fl_callbacks.cpp:2326 +#: src/FLTK/fl_callbacks.cpp:2340 src/FLTK/fl_callbacks.cpp:2355 +#: src/FLTK/fl_callbacks.cpp:2369 +msgid "" +"Warning:\n" +"The record Sample-/Bitrate combination is invalid" +msgstr "" +"Advertencia:\n" +"La combinación de tasa de bits y de muestreo de grabación es inválida" + +#: src/FLTK/fl_callbacks.cpp:2148 src/FLTK/fl_callbacks.cpp:2161 +#: src/FLTK/fl_callbacks.cpp:2175 src/FLTK/fl_callbacks.cpp:2190 +#: src/FLTK/fl_callbacks.cpp:2239 src/FLTK/fl_callbacks.cpp:2252 +#: src/FLTK/fl_callbacks.cpp:2266 src/FLTK/fl_callbacks.cpp:2281 +#: src/FLTK/fl_callbacks.cpp:2296 src/FLTK/fl_callbacks.cpp:2319 +#: src/FLTK/fl_callbacks.cpp:2332 src/FLTK/fl_callbacks.cpp:2346 +#: src/FLTK/fl_callbacks.cpp:2361 src/FLTK/fl_callbacks.cpp:2375 +msgid "The previous values have been set" +msgstr "Se asignaron los valores previos" + +#: src/FLTK/fl_callbacks.cpp:2196 +#, c-format +msgid "Record bitrate set to: %dk" +msgstr "la tasa de bits de grabación se asignó en: %dk" + +#: src/FLTK/fl_callbacks.cpp:2383 +#, c-format +msgid "Samplerate set to: %dHz" +msgstr "Se asignó la tasa de muestreo en: %dHz" + +#: src/FLTK/fl_callbacks.cpp:2449 +msgid "Channels set to: stereo" +msgstr "Se configuraron los canales en: estéreo" + +#: src/FLTK/fl_callbacks.cpp:2512 +msgid "Channels set to: mono" +msgstr "Se configuraron los canales en: mono" + +#: src/FLTK/fl_callbacks.cpp:2551 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the number of characters of each icy name" +msgstr "" +"La cantidad de caracteres de todos sus nombres de icy supera los 1000\n" +"Por favor, reduzca la cantidad de caracteres de cada nombre icy" + +#: src/FLTK/fl_callbacks.cpp:2659 +msgid "Edit Server Infos" +msgstr "Editar datos de Servidor" + +#: src/FLTK/fl_callbacks.cpp:2696 src/FLTK/fl_callbacks.cpp:2749 +msgid "" +"Primary and secondary audio device are both ASIO devices.\n" +"You can not use two ASIO devices at the same time.\n" +"Please select a different device.\n" +msgstr "" +"Los dispositivos de audio principal y secundario son ambos ASIO.\n" +"No puede usar dos dispositivos ASIO a la vez.\n" +"Por favor, seleccione un dispositivo diferente.\n" + +#: src/FLTK/fl_callbacks.cpp:2717 src/FLTK/fl_callbacks.cpp:4155 +msgid "" +"butt could not open selected audio device.\n" +"Please try another device.\n" +msgstr "" +"butt no pudo abrir el dispositivo de audio seleccionado.\n" +"Por favor, intente con otro dispositivo.\n" + +#: src/FLTK/fl_callbacks.cpp:2732 +#, c-format +msgid "" +"Primary device:\n" +"%s\n" +msgstr "" +"Dispositivo principal:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:2769 +msgid "" +"butt could not open secondary audio device.\n" +"Please try another device.\n" +msgstr "" +"butt no pudo abrir el dispositivo secundario de audio.\n" +"Por favor, intente con otro dispositivo.\n" + +#: src/FLTK/fl_callbacks.cpp:2783 +#, c-format +msgid "" +"Secondary device:\n" +"%s\n" +msgstr "" +"Dispositivo secundario:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:2894 src/FLTK/fl_callbacks.cpp:3072 +msgid "" +"MP3 encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"El codificador de MP3 no soporta la combinación actual\n" +"de tasa de bits y de muestreo" + +#: src/FLTK/fl_callbacks.cpp:2915 +msgid "Stream codec set to mp3" +msgstr "El códec de transmisión se asigno a mp3" + +#: src/FLTK/fl_callbacks.cpp:2927 src/FLTK/fl_callbacks.cpp:3112 +msgid "" +"OGG Vorbis encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"El codificador de OGG Vorbis no soporta la combinación actual\n" +"de tasa de bits y de muestreo" + +#: src/FLTK/fl_callbacks.cpp:2948 +msgid "Stream codec set to ogg/vorbis" +msgstr "El códec de transmisión se asigno a ogg/vorbis" + +#: src/FLTK/fl_callbacks.cpp:2959 src/FLTK/fl_callbacks.cpp:3151 +msgid "" +"Opus encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"El codificador de Opus no soporta la combinación actual\n" +"de tasa de bits y de muestreo" + +#: src/FLTK/fl_callbacks.cpp:2979 +msgid "Stream codec set to opus" +msgstr "El códec de transmisión se asigno a opus" + +#: src/FLTK/fl_callbacks.cpp:3011 src/FLTK/fl_callbacks.cpp:3213 +msgid "" +"AAC encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"El codificador de AAC no soporta la combinación actual\n" +"de tasa de bits y de muestreo" + +#: src/FLTK/fl_callbacks.cpp:3032 +msgid "Stream codec set to aac" +msgstr "El códec de transmisión se asigno a aac" + +#: src/FLTK/fl_callbacks.cpp:3042 src/FLTK/fl_callbacks.cpp:3252 +msgid "ERROR: While initializing flac settings" +msgstr "ERROR: Al inicializar la configuración de flac" + +#: src/FLTK/fl_callbacks.cpp:3060 +msgid "Stream codec set to flac" +msgstr "El códec de transmisión se asigno a flac" + +#: src/FLTK/fl_callbacks.cpp:3101 +msgid "Record codec set to mp3" +msgstr "El códec de grabación se asigno a mp3" + +#: src/FLTK/fl_callbacks.cpp:3140 +msgid "Record codec set to ogg/vorbis" +msgstr "El códec de grabación se asigno a ogg/vorbis" + +#: src/FLTK/fl_callbacks.cpp:3179 +msgid "Record codec set to opus" +msgstr "El códec de grabación se asigno a opus" + +#: src/FLTK/fl_callbacks.cpp:3242 +msgid "Record codec set to aac" +msgstr "El códec de grabación se asigno a aac" + +#: src/FLTK/fl_callbacks.cpp:3278 +msgid "Record codec set to flac" +msgstr "El códec de grabación se asigno a flac" + +#: src/FLTK/fl_callbacks.cpp:3294 +msgid "Record codec set to wav" +msgstr "El códec de grabación se asigno a wav" + +#: src/FLTK/fl_callbacks.cpp:3329 +msgid "Select certificate file..." +msgstr "Seleccionar certificado..." + +#: src/FLTK/fl_callbacks.cpp:3334 src/FLTK/fl_callbacks.cpp:3355 +#: src/FLTK/fl_callbacks.cpp:3466 src/FLTK/fl_callbacks.cpp:3556 +#: src/FLTK/fl_callbacks.cpp:4109 src/FLTK/fl_callbacks.cpp:4133 +#: src/FLTK/fl_callbacks.cpp:4257 +#, c-format +msgid "ERROR: %s" +msgstr "ERROR: %s" + +#: src/FLTK/fl_callbacks.cpp:3347 +msgid "Select certificate directory..." +msgstr "Seleccione el directorio del certificado..." + +#: src/FLTK/fl_callbacks.cpp:3458 +msgid "Record to..." +msgstr "Grabar en..." + +#: src/FLTK/fl_callbacks.cpp:3483 +msgid "File splitting only works if recording is active." +msgstr "La división de archivos solo funciona si la grabación está activa." + +#: src/FLTK/fl_callbacks.cpp:3552 +msgid "Select Songfile" +msgstr "Seleccionar archivo de audio" + +#: src/FLTK/fl_callbacks.cpp:3657 +msgid "Gain control is disabled. Enable in Settings->GUI" +msgstr "El control de ganancia está desactivado. Actívelo en Config. -> GUI" + +#: src/FLTK/fl_callbacks.cpp:3718 +msgid "select background color" +msgstr "Seleccione el color de fondo" + +#: src/FLTK/fl_callbacks.cpp:3728 +msgid "select text color" +msgstr "Seleccione el color del texto" + +#: src/FLTK/fl_callbacks.cpp:3761 src/FLTK/fl_callbacks.cpp:3765 +#: src/FLTK/fl_callbacks.cpp:3774 src/FLTK/fl_callbacks.cpp:3778 +msgid "Value must be a number between -54 and 0" +msgstr "El valor debe ser un número entre -54 y 0" + +#: src/FLTK/fl_callbacks.cpp:3788 +msgid "Please restart butt to apply new language." +msgstr "Por favor, reinicie butt para aplicar el nuevo idioma." + +#: src/FLTK/fl_callbacks.cpp:3867 src/FLTK/fl_callbacks.cpp:3872 +#: src/FLTK/fl_callbacks.cpp:3882 src/FLTK/fl_callbacks.cpp:3887 +msgid "Value must be a number between -90.0 and 0" +msgstr "El valor debe ser un número entre -90.0 y 0" + +#: src/FLTK/fl_callbacks.cpp:4082 +msgid "Recording volume" +msgstr "Volumen de grabación" + +#: src/FLTK/fl_callbacks.cpp:4103 +msgid "Export to..." +msgstr "Exportar a..." + +#: src/FLTK/fl_callbacks.cpp:4146 +#, c-format +msgid "Could not import config %s" +msgstr "No pudo importar la configuración %s" + +#: src/FLTK/fl_callbacks.cpp:4160 +#, c-format +msgid "Config imported %s" +msgstr "Configuración %s importada" + +#: src/FLTK/fl_callbacks.cpp:4234 +msgid "" +"Could not get update information.\n" +"Reason: Network error" +msgstr "" +"No pudo obtener la información sobre la actualización.\n" +"Razón: Error de red" + +#: src/FLTK/fl_callbacks.cpp:4237 +msgid "" +"Could not get update information.\n" +"Reason: Unknown answer from server" +msgstr "" +"No se pudo obtener respuesta del servidor.\n" +"Razón: Respuesta desconocida del servidor" + +#: src/FLTK/fl_callbacks.cpp:4240 +msgid "You have the latest version!" +msgstr "¡Usted tiene la última versión!" + +#: src/FLTK/fl_callbacks.cpp:4243 +msgid "" +"Could not get update information.\n" +"Reason: Unknown" +msgstr "" +"No pudo obtener la información sobre la actualización.\n" +"Razón: Desconocida" + +#: src/FLTK/fl_callbacks.cpp:4251 +msgid "Select logfile..." +msgstr "Seleccionar archivo de log..." + +#: src/FLTK/fl_callbacks.cpp:4273 +msgid "" +"butt is currently streaming.\n" +"Do you really want to close butt now?" +msgstr "" +"butt está transmitiendo por streaming.\n" +"¿Está seguro de que desea cerrar butt ahora?" + +#: src/FLTK/fl_callbacks.cpp:4279 +msgid "" +"butt is currently recording.\n" +"Do you really want to close butt now?" +msgstr "" +"butt está grabando.\n" +"¿Está seguro de que desea cerrar butt ahora?" + +#: src/FLTK/fl_callbacks.cpp:4354 +msgid "The URL must start with either http:// or https://" +msgstr "La URL debe empezar con http:// o https://" + +#: src/FLTK/fl_callbacks.cpp:4366 +msgid "Value must be a number between 1 and 1000" +msgstr "El valor debe ser un número entre 1 y 1000" + +#: src/FLTK/fl_callbacks.cpp:5228 src/FLTK/fl_callbacks.cpp:5263 +#: src/FLTK/fl_callbacks.cpp:5298 src/FLTK/fl_callbacks.cpp:5333 +#: src/FLTK/fl_callbacks.cpp:5368 src/FLTK/fl_callbacks.cpp:5859 +#: src/FLTK/fl_callbacks.cpp:5894 src/FLTK/fl_callbacks.cpp:5929 +#: src/FLTK/fl_callbacks.cpp:5964 src/FLTK/fl_callbacks.cpp:5999 +msgid "The encoder could not be initialized with the provided parameters." +msgstr "" +"El codificador no se pudo inicializar con los parámetros suministrados." + +#: src/FLTK/fl_callbacks.cpp:5246 src/FLTK/fl_callbacks.cpp:5877 +msgid "The value must be between 0.001 kHz and 50 kHz" +msgstr "El valor debe estar entre 0.001 y 50 kHz" + +#: src/FLTK/fl_callbacks.cpp:5281 src/FLTK/fl_callbacks.cpp:5316 +#: src/FLTK/fl_callbacks.cpp:5351 src/FLTK/fl_callbacks.cpp:5912 +#: src/FLTK/fl_callbacks.cpp:5947 src/FLTK/fl_callbacks.cpp:5982 +msgid "The value must be between 0.001 kHz and 16 kHz" +msgstr "El valor debe estar entre 0.001 y 16 kHz" + +#: src/FLTK/fl_callbacks.cpp:6328 +msgid "MIDI device could not be opened." +msgstr "No se pudo abrir el Dispositivo MIDI." + +#: src/FLTK/fl_callbacks.cpp:6334 +#, c-format +msgid "" +"MIDI device:\n" +"%s\n" +msgstr "" +"Dispositivo MIDI:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:6339 +msgid "MIDI device could not be started." +msgstr "No se pudo iniciar el dispositivo MIDI." + +#: src/FLTK/fl_callbacks.cpp:6344 +msgid "MIDI support disabled\n" +msgstr "Soporte de MIDI desactivado\n" + +#: src/FLTK/fl_callbacks.cpp:6406 +msgid "The CC value must be between 0 and 127" +msgstr "El valor de CC debe estar entre 0 y 127" + +#: src/FLTK/fl_callbacks.cpp:6429 +msgid "Waiting..." +msgstr "Esperando..." + +#: src/FLTK/fl_funcs.cpp:193 +msgid "Disabled" +msgstr "Desactivado" + +#: src/FLTK/fl_funcs.cpp:335 +#, c-format +msgid "%d seconds" +msgstr "%d segundos" + +#: src/FLTK/fl_funcs.cpp:386 +msgid "Not supported on Windows" +msgstr "No soportado en Windows" + +#: src/FLTK/fl_funcs.cpp:808 +msgid "Start/Stop broadcasting" +msgstr "Iniciar/Detener transmisión" + +#: src/FLTK/fl_funcs.cpp:809 +msgid "Start/Stop recording" +msgstr "Iniciar/Detener grabación" + +#: src/FLTK/fl_funcs.cpp:811 +msgid "Streaming Gain" +msgstr "Ganancia de streaming" + +#: src/FLTK/fl_funcs.cpp:812 +msgid "Recording Gain" +msgstr "Ganancia de grabación" + +#: src/FLTK/fl_funcs.cpp:813 +msgid "Primary Device Gain" +msgstr "Ganacia de dispositivo principal" + +#: src/FLTK/fl_funcs.cpp:814 +msgid "Secondary Device Gain" +msgstr "Ganacia de dispositivo secundario" + +#: src/FLTK/fl_funcs.cpp:815 +msgid "Cross fader" +msgstr "Cross fader" + +#: src/FLTK/fl_funcs.cpp:816 +msgid "Mute/Unmute Primary Device" +msgstr "Silenciar/Activar dispositivo principal" + +#: src/FLTK/fl_funcs.cpp:817 +msgid "Mute/Unmute Secondary Device" +msgstr "Silenciar/Activar dispositivo secundario" + +#: src/FLTK/fl_funcs.cpp:818 +msgid "Start broadcasting" +msgstr "Iniciar transmisión" + +#: src/FLTK/fl_funcs.cpp:819 +msgid "Stop broadcasting" +msgstr "Detener transmisión" + +#: src/FLTK/fl_funcs.cpp:820 +msgid "Start recording" +msgstr "Iniciar grabación" + +#: src/FLTK/fl_funcs.cpp:821 +msgid "Stop recording" +msgstr "Detener grabación" + +#: src/FLTK/fl_funcs.cpp:870 +msgid "dev. not supported" +msgstr "Dispositivo no compatible" + +#: src/FLTK/fl_funcs.cpp:1087 +#, c-format +msgid "" +"Could not create recording folder:\n" +"%s\n" +"Please make sure the folder contains only valid format specifiers." +msgstr "" +"No pudo crear la carpeta de grabación:\n" +"%s\n" +"Por favor, asegúrese de que la carpeta contenga solo especificadores de " +"formato válidos." + +#: src/FLTK/fl_funcs.cpp:1102 +#, c-format +msgid "Could not create recording folder %s\n" +msgstr "No se pudo crear la carpeta de grabación %s\n" + +#: src/FLTK/fl_funcs.cpp:1111 +#, c-format +msgid "" +"Could not create recording file:\n" +"%s\n" +"Please make sure the filename contains only valid format specifiers." +msgstr "" +"No pudo crear el archivo de grabación:\n" +"%s\n" +"Por favor, asegúrese de que el nombre de archivo contenga solo " +"especificadores de formato válidos." + +#: src/FLTK/fl_funcs.cpp:1157 +msgid "Could not find a valid filename" +msgstr "No se pudo encontrar un nombre de archivo válido" + +#: src/FLTK/fl_funcs.cpp:1462 +msgid "TRUST" +msgstr "CONFIANZA" + +#: src/icecast.cpp:90 +msgid "" +"\n" +"connect: Could not create network socket" +msgstr "" +"\n" +"conectar: No pudo crear el socket de red" + +#: src/icecast.cpp:102 +msgid "" +"\n" +"connect: Error resolving server address" +msgstr "" +"\n" +"conectar: Error al resolver la dirección del servidor" + +#: src/icecast.cpp:142 +msgid "" +"\n" +"connect: SSL connection timed out. Trying again..." +msgstr "" +"\n" +"conectar: Se excedió el tiempo límite de espera por conexión SSL. Intentando " +"de nuevo..." + +#: src/icecast.cpp:149 +#, c-format +msgid "" +"SSL/TLS certificate verification failed\n" +"Reason: %s\n" +"\n" +"Do you still want to trust this certificate?\n" +"Trusting will be permanent and can be revoked\n" +"in the server settings." +msgstr "" +"Falló la verificación del certificado SSL/TLS\n" +"Razón: %s\n" +"\n" +"¿Desea seguir confiando en este certificado?\n" +"La confianza será permanente y también puede ser revocada\n" +"en las configuraciones del servidor." + +#: src/icecast.cpp:164 +#, c-format +msgid "" +"\n" +"connect: SSL connection failed\n" +"Reason: %s" +msgstr "" +"\n" +"conectar: Falló la conexión SSL\n" +"Motivo: %s" + +#: src/icecast.cpp:320 +msgid "" +"\n" +"connect: connection timed out. Trying again..." +msgstr "" +"\n" +"conectar: Se excedió el tiempo límite de espera para conectarse. Intentando " +"nuevamente..." + +#: src/icecast.cpp:373 +msgid "" +"\n" +"connect: server answered with 400!\n" +msgstr "" +"\n" +"conectar: ¡el servidor respondió con 400!\n" + +#: src/icecast.cpp:379 +msgid "" +"\n" +"connect: invalid user/password!\n" +msgstr "" +"\n" +"conectar: ¡Usuario/Contraseña inválidos!\n" + +#: src/icecast.cpp:402 +msgid "" +"\n" +"connect: server answered with 404!\n" +msgstr "" +"\n" +"conectar: ¡el servidor respondió con 404!\n" + +#: src/icecast.cpp:409 +#, c-format +msgid "" +"\n" +"connect: server answered with %d!\n" +msgstr "" +"\n" +"conectar: ¡el servidor respondió con %d!\n" + +#: src/icecast.cpp:434 +msgid "" +"\n" +"ERROR: Opus is not supported by your\n" +"Icecast server (>=1.4.0 required)!\n" +msgstr "" +"\n" +"ERROR: ¡Opus no está soportado por su\n" +"servidor Icecast (versión >=1.4.0 requerida)!\n" + +#: src/icecast.cpp:507 +msgid "" +"\n" +"update_song: could not create network socket" +msgstr "" +"\n" +"update_song: No fue posible crear el socket de red" + +#: src/icecast.cpp:511 +msgid "" +"\n" +"update_song: error resolving server address" +msgstr "" +"\n" +"update_song: error al resolver la dirección del servidor" + +#: src/lame_encode.cpp:74 +#, c-format +msgid "unable to init lame params %d" +msgstr "No fue posible iniciar los parámetros de lame %d" + +#: src/port_audio.cpp:131 +#, c-format +msgid "" +"PortAudio init failed:\n" +"%s\n" +msgstr "" +"Falló la inicialización de PortAudio:\n" +"%s\n" + +#: src/port_audio.cpp:180 +msgid "ERROR: no sound device with input channels found" +msgstr "" +"ERROR: No se encontró ningún dispositivo de audio con canales de entrada" + +#: src/port_audio.cpp:198 src/port_audio.cpp:289 src/port_audio.cpp:1331 +#: src/port_midi.cpp:177 +#, c-format +msgid "Error getting device Info (%d)" +msgstr "Error al obtener la información del dispositivo (%d)" + +#: src/port_audio.cpp:241 +#, c-format +msgid "" +"Samplerate not supported: %dHz\n" +"Using default samplerate: %dHz" +msgstr "" +"Tasa de muestreo no soportada: %dHz\n" +"Usando la tasa por defecto: %dHz" + +#: src/port_audio.cpp:258 src/port_audio.cpp:360 +#, c-format +msgid "PA: Format not supported: %s\n" +msgstr "PA: Formato no soportado: %s\n" + +#: src/port_audio.cpp:268 +#, c-format +msgid "error opening sound device: %s" +msgstr "error al abrir dispositivo de audio: %s" + +#: src/port_audio.cpp:326 +msgid "The selected secondary audio device can not be used" +msgstr "El dispositivo secundario de audio no se puede usar" + +#: src/port_audio.cpp:343 src/port_audio.cpp:1452 src/port_audio.cpp:1469 +msgid "ERROR: Could not initialize samplerate converter" +msgstr "ERROR: No se pudo inicializar el convertidor de tasa de muestreo" + +#: src/port_audio.cpp:354 +#, c-format +msgid "Samplerate of secondary device is resampled from %dHz to %dHz\n" +msgstr "Tasa de muestreo del dispositivo secundario se ajustó de %dHz a %dHz\n" + +#: src/port_audio.cpp:381 +#, c-format +msgid "error opening secondary sound device: %s" +msgstr "error al abrir dispositivo de audio secundario: %s" + +#: src/port_audio.cpp:921 +msgid "disconnected\n" +msgstr "desconectado\n" + +#: src/port_audio.cpp:949 +msgid "recording stopped" +msgstr "grabación detenida" + +#: src/port_midi.cpp:152 src/port_midi.cpp:211 src/port_midi.cpp:233 +#: src/port_midi.cpp:255 src/port_midi.cpp:282 src/port_midi.cpp:301 +#: src/port_midi.cpp:316 src/port_midi.cpp:341 src/port_midi.cpp:352 +msgid "Error: PortMidi was not initialized." +msgstr "Error: PortMidi no estaba inicializado." + +#: src/port_midi.cpp:262 +#, c-format +msgid "" +"Error: MIDI device %s could not be opened because no MIDI devices were found." +msgstr "" +"Error: Dispositivo MIDI %s no se pudo abrir porque no se encontraron " +"dispositivos MIDI." + +#: src/port_midi.cpp:269 +#, c-format +msgid "Error: MIDI device %s could not be found." +msgstr "Error: No se pudo encontrar el dispositivo MIDI %s" + +#: src/port_midi.cpp:286 +msgid "Error: MIDI thread already active." +msgstr "Error: hilo MIDI ya está activo." + +#: src/port_midi.cpp:291 +msgid "Error: Could not start MIDI thread." +msgstr "Error: No se pudo iniciar el hilo MIDI." + +#: src/shoutcast.cpp:80 +msgid "" +"\n" +"Connect: Could not create network socket" +msgstr "" +"\n" +"Conectar: No se pudo crear el socket de red" + +#: src/shoutcast.cpp:92 +msgid "" +"\n" +"Connect: Error resolving server address" +msgstr "" +"\n" +"Conectar: Error al resolver la dirección del servidor" + +#: src/shoutcast.cpp:172 +msgid "" +"\n" +"connect: connection timed out. Trying again...\n" +msgstr "" +"\n" +"conectar: Se excedió el tiempo límite de espera para conectarse. Intentando " +"nuevamente...\n" + +#: src/shoutcast.cpp:189 +msgid "" +"\n" +"Connect: Invalid password!\n" +msgstr "" +"\n" +"Conectar: ¡Contraseña inválida!\n" + +#: src/shoutcast.cpp:238 +msgid "" +"\n" +"Update song: Could not create network socket" +msgstr "" +"\n" +"Actualizar canción: No fue posible crear el socket de red" + +#: src/shoutcast.cpp:242 +msgid "" +"\n" +"Update song: Error resolving server address" +msgstr "" +"\n" +"Actualizar canción: Error resolviendo la dirección del servidor" + +#: src/tls.cpp:159 +msgid "check_host: could not read host name from cert" +msgstr "" +"check_host: no fue posible leer el nombre del host desde el certificado" + +#: src/tls.cpp:194 +msgid "check_cert: No peer certificate available" +msgstr "check_cert: No hay disponible ningún certificado de pares" + +#: src/tls.cpp:207 +msgid "check_cert: X509_check_host failed" +msgstr "check_cert: Falló el proceso X509_check_host" + +#: src/tls.cpp:213 +msgid "check_cert: check_host failed" +msgstr "check_cert: falló el proceso check_host" + +#: src/tls.cpp:229 +msgid "calc_cert_hash: No peer certificate available" +msgstr "calc_cert_hash: No hay disponible ningún certificado de pares" + +#: src/tls.cpp:236 +msgid "calc_cert_hash: Hash calculation failed" +msgstr "calc_cert_hash: Falló el cálculo de hash" + +#: src/tls.cpp:305 +msgid "tls_setup: Could not set cipher list" +msgstr "tls_setup: No pudo asignar una lista de cifrado" + +#: src/tls.cpp:318 +msgid "tls_setup: SSL_new failed" +msgstr "tls_setup: Falló el proceso SSL_new" + +#: src/tls.cpp:324 +msgid "tls_setup: Could not bind socket to SSL" +msgstr "tls_setup: No fue posible asociar el socket a SSL" + +#: src/tls.cpp:338 +msgid "tls_setup: SSL_connect read timeout" +msgstr "" +"tls_setup: Se excedió el tiempo límite de espera para lectura de SSL_connect" + +#: src/tls.cpp:344 +msgid "tls_setup: SSL_connect write timeout" +msgstr "" +"tls_setup: Se excedió el tiempo límite de espera para escritura de " +"SSL_connect" + +#: src/tls.cpp:361 +msgid "tls_setup: Cert hash could not be calculated" +msgstr "tls_setup: El hash del certificado no pudo ser calculado" + +#: src/tls.cpp:385 +msgid "tls_send: read timeout" +msgstr "tls_send: Se excedió el tiempo límite de espera para lectura" + +#: src/tls.cpp:392 +msgid "tls_send: write timeout" +msgstr "tls_send: Se excedió el tiempo límite de espera para escritura" + +#: src/tls.cpp:418 +msgid "tls_recv: read timeout" +msgstr "tls_recv: Se excedió el tiempo límite de espera para lectura" + +#: src/tls.cpp:425 +msgid "tls_recv: write timeout" +msgstr "tls_recv: Se excedió el tiempo límite de espera para escritura" + +#~ msgid "Listeners: 99999" +#~ msgstr "Oyentes: 99999" + +#~ msgid "Resample output" +#~ msgstr "Calidad de remuestreo" + +#~ msgid "Resample output to selected sample rate" +#~ msgstr "Seleccione la tasa de muestreo de entrada" + +#, c-format +#~ msgid "" +#~ "error while parsing config. Missing WebRTC WHIP URL entry for server " +#~ "\"%s\".\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "Error al analizar la configuración. Falta el tipo para el servidor " +#~ "\"%s\".\n" +#~ "butt iniciará con la configuración por defecto" + +#~ msgid "Preset " +#~ msgstr "Predeterminado " + +#~ msgid "Text color" +#~ msgstr "Color del texto" + +#~ msgid "Volume of Primary Device" +#~ msgstr "Volumen de dispositivo principal" + +#~ msgid "Volume of Secondary Device" +#~ msgstr "Volumen de dispositivo secundario" + +#~ msgid "" +#~ "error while parsing config. Illegal value (-1) for num_of_srv.\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "Error al analizar la configuración. Valor inválido (-1) para num_of_srv\n" +#~ "butt iniciará con la configuración por defecto" + +#~ msgid "" +#~ "error while parsing config. Illegal value (-1) for num_of_icy.\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "Error al analizar la configuración. Valor inválido (-1) para num_of_icy.\n" +#~ "butt iniciará con la configuración por defecto" + +#~ msgid "Dash address has been copied to clipboard." +#~ msgstr "Se copió la dirección de Dash al portapapeles." + +#~ msgid "Dash" +#~ msgstr "Dash" + +#~ msgid "recording to:" +#~ msgstr "grabando en:" + +#~ msgid "Convert Mono to Stereo" +#~ msgstr "Convertir Mono en Estéreo" + +#~ msgid "Copies a mono channel to both stereo channels" +#~ msgstr "Copia un canal mono a ambos canales estéreo" diff --git a/po/fr.gmo b/po/fr.gmo new file mode 100644 index 0000000000000000000000000000000000000000..a015c9ba44998ddfa4c3908182a7f5a37bb83210 GIT binary patch literal 43658 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 Jp=G9F{~zfpP!#|G literal 0 HcmV?d00001 diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..4d04680 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,3202 @@ +# French translations for butt-0.1.41 package. +# Copyright (C) 2020 Daniel Nöthen +# This file is distributed under the same license as the butt package. +# Daniel Nöthen , 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: butt 0.1.41\n" +"Report-Msgid-Bugs-To: butt@danielnoethen.de\n" +"POT-Creation-Date: 2025-04-19 14:55+0200\n" +"PO-Revision-Date: 2024-08-04 12:17+0200\n" +"Last-Translator: cacatoès \n" +"Language-Team: French\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#: src/AskForMicPermission.m:20 +msgid "Microphone access" +msgstr "Accès au microphone" + +#: src/AskForMicPermission.m:21 +#, fuzzy +msgid "" +"butt needs access to your microphone.\n" +"\n" +"Please go to\n" +"System Preferences->Privacy & Security->Microphone\n" +"and activate the check mark next to the butt entry." +msgstr "" +"butt demande l'accès à votre microphone\n" +"Veuillez vous rendre dans\n" +"Préférences Système->Sécurité et Confidentialité->Confidentialité-" +">Microphone\n" +"et cocher la case relative à butt" + +#: src/butt.cpp:219 +msgid "No home-directory found" +msgstr "Aucun répertoire personnel trouvé" + +#: src/butt.cpp:230 +#, c-format +msgid "" +"The shift key was held down during startup.\n" +"Do you want to start butt with a new configuration file?\n" +"This will overwrite your existing configuration file at\n" +"%s" +msgstr "" +"La touche majuscule a été maintenue au démarrage.\n" +"Voulez-vous démarrer butt avec une nouvelle configuration ?\n" +"Cela écrasera la configuration existante sur\n" +"%s" + +#: src/butt.cpp:233 +msgid "Start with old" +msgstr "Démarrer avec ancienne" + +#: src/butt.cpp:233 +msgid "Start with new" +msgstr "Démarrer avec nouvelle" + +#: src/butt.cpp:236 src/butt.cpp:253 +#, c-format +msgid "" +"Could not create config %s\n" +"butt is going to close now" +msgstr "" +"Impossible de créer la configuration %s\n" +"butt va fermer maintenant" + +#: src/butt.cpp:242 +#, c-format +msgid "Reading config %s\n" +msgstr "Lecture de la configuration %s\n" + +#: src/butt.cpp:250 +#, c-format +msgid "Could not find config %s\n" +msgstr "La configuration %s n'a pas été trouvée\n" + +#: src/butt.cpp:257 +#, c-format +msgid "" +"butt created a default config at\n" +"%s\n" +msgstr "" +"Création d'une configuration par défaut dans\n" +"%s\n" + +#: src/butt.cpp:265 +msgid "" +"Could not find any audio device with input channels.\n" +"butt requires at least one audio device with input channels in order to " +"work.\n" +"This can either be a built-in audio device, an external audio device or a " +"virtual audio device.\n" +"\n" +"butt is going to close now." +msgstr "" +"Aucun périphérique audio disposant de canaux d'entrée trouvé.\n" +"butt nécessite au moins un périphérique audio disposant de canaux d'entrée " +"pour fonctionner correctement.\n" +"Cela peut être un périphérique audio intégré, une carte son externe ou un " +"périphérique virtuel.\n" +"\n" +"butt va fermer maintenant." + +#: src/butt.cpp:358 +#, c-format +msgid "Illegal argument: Threshold must be a non-negative number\n" +msgstr "Argument incorrect : le seuil doit être un nombre non négatif\n" + +#: src/butt.cpp:382 +#, c-format +msgid "%c threshold set to %0.1f\n" +msgstr "%c seuil défini sur %0.1f\n" + +#: src/butt.cpp:464 +#, c-format +msgid "Illegal argument: Port must be a number between 1023 and 65535\n" +msgstr "Argument incorrect : Le port doit être compris entre 1023 et 65535\n" + +#: src/butt.cpp:472 src/butt.cpp:482 src/butt.cpp:489 src/butt.cpp:496 +#: src/butt.cpp:503 src/butt.cpp:510 src/butt.cpp:521 src/butt.cpp:540 +#: src/butt.cpp:550 src/butt.cpp:597 +#, c-format +msgid "" +"Warning: You may only pass one control option. Option -%c has been ignored.\n" +msgstr "" +"Attention : Vous ne pouvez passer qu'une seule option de contrôle. L'option -" +"%c a été ignorée.\n" + +#: src/butt.cpp:559 +#, c-format +msgid "" +"\n" +"Options:\n" +"-h\tPrint this help text\n" +"-v\tPrint version information\n" +msgstr "" +"\n" +"Options :\n" +"-h\tImprimer ce texte d'aide\n" +"-v\tImprimer les informations de version\n" + +#: src/butt.cpp:563 +#, c-format +msgid "" +"\n" +"Options for operating mode:\n" +"-c\tPath to configuration file\n" +"-L\tPrint available audio devices\n" +"-A\tCommand server will be accessible from your network/internet (default: " +"localhost only)\n" +"-U\tCommand server will use UDP instead of TCP\n" +"-x\tDo not start a command server\n" +"-p\tPort where the command server shall listen to (default: 1256)\n" +msgstr "" +"\n" +"Options pour le mode opératoire :\n" +"-c\tChemin du fichier de configuration\n" +"-L\tPrint available audio devices\n" +"-A\tLe serveur de commande sera accessible sur votre réseau/internet (par " +"défaut : hôte local uniquement)\n" +"-U\tLe serveur de commande utilisera le protocole UDP au lieu du protocole " +"TCP.\n" +"-x\tNe pas démarrer le serveur de commande\n" +"-p\tPort d'écoute du serveur de commande (par défaut : 1256)\n" + +#: src/butt.cpp:572 +#, c-format +msgid "" +"\n" +"Options for control mode:\n" +"-s\tConnect to streaming server\n" +"-d\tDisconnect from streaming server\n" +"-r\tStart recording\n" +"-t\tStop recording\n" +"-n\tSplit recording\n" +"-q\tQuit butt\n" +"-u\tupdate song name\n" +"-S\tRequest status\n" +"-M\tSet streaming signal threshold (seconds)\n" +"-m\tSet streaming silence threshold (seconds)\n" +"-O\tSet recording signal threshold (seconds)\n" +"-o\tSet recording silence threshold (seconds)\n" +"-U\tConnect via UDP instead of TCP\n" +"-a\tAddress of the butt instance to be controlled (default: 127.0.0.1)\n" +"-p\tPort of the butt instance to be controlled (default: 1256)\n" +msgstr "" +"\n" +"Options pour le mode contrôle :\n" +"-s\tSe connecter au serveur de diffusion\n" +"-d\tSe déconnecter du serveur de diffusion\n" +"-r\tDémarrer l'enregistrement\n" +"-t\tArrêter l'enregistrement\n" +"-n\tScinder l'enregistrement\n" +"-q\tFermer butt\n" +"-u\tMettre à jour le titre du morceau\n" +"-S\tRécupérer le statut\n" +"-M\tDéfinir le seuil du signal de diffusion (secondes)\n" +"-m\tDéfinir le seuil de silence du streaming (secondes)\n" +"-O\tDéfinir le seuil du signal d'enregistrement (secondes)\n" +"-o\tDéfinir le seuil de silence d'enregistrement (secondes)\n" +"-U\tConnexion via UDP au lieu de TCP\n" +"-a\tAdresse de l'instance butt à contrôler (par défaut : 127.0.0.1)\n" +"-p\tPort de l'instance butt à contrôler (default : 1256)\n" + +#: src/butt.cpp:591 +#, c-format +msgid "" +"Illegal option -%c.\n" +"Type butt -h to get a list of supported options.\n" +msgstr "" +"Option incorrecte -%c.\n" +"Tapez butt -h pour afficher la liste des options disponibles.\n" + +#: src/butt.cpp:603 +#, c-format +msgid "Option -%c requires an argument\n" +msgstr "L'option -%c nécessite un argument\n" + +#: src/butt.cpp:607 +#, c-format +msgid "Command line parsing failed\n" +msgstr "L'interprétation de la ligne de commande a échoué\n" + +#: src/butt.cpp:630 +#, c-format +msgid "No butt instance running on %s at port %d\n" +msgstr "Aucune instance de butt active sur %s sur le port %d\n" + +#: src/butt.cpp:635 +#, c-format +msgid "Error while sending command\n" +msgstr "Erreur lors de l'envoi de l'instruction\n" + +#: src/butt.cpp:640 +#, c-format +msgid "Error: Did not receive response packet\n" +msgstr "Erreur : N'a pas reçu le paquet de réponse\n" + +#: src/butt.cpp:653 +#, c-format +msgid "Error: You may only request one status packet per second\n" +msgstr "" +"Erreur : Vous ne pouvez demander qu'un seul paquet d'état par seconde\n" + +#: src/butt.cpp:657 +#, c-format +msgid "Error: Did not receive status packet (UDP server not running?)\n" +msgstr "" +"Erreur : N'a pas reçu le paquet d'état (le serveur UDP n'est pas actif ?)\n" + +#: src/butt.cpp:661 +#, c-format +msgid "Network error while receiving status packet: %d\n" +msgstr "Erreur de réseau lors de la réception du paquet d'état : %d\n" + +#: src/butt.cpp:665 +#, c-format +msgid "Error: Client and server versions do not match\n" +msgstr "Erreur : Les versions du client et du serveur ne correspondent pas\n" + +#: src/butt.cpp:676 +#, c-format +msgid "" +"connected: %d\n" +"connecting: %d\n" +"recording: %d\n" +"signal present: %d\n" +"signal absent: %d\n" +msgstr "" +"connecté : %d\n" +"se connecte : %d\n" +"enregistre : %d\n" +"signal présent : %d\n" +"signal absent : %d\n" + +#: src/butt.cpp:681 +#, c-format +msgid "stream seconds: %lu\n" +msgstr "secondes de flux : %lu\n" + +#: src/butt.cpp:682 +#, c-format +msgid "stream kBytes: %lu\n" +msgstr "kBytes de flux : %lu\n" + +#: src/butt.cpp:683 +#, c-format +msgid "record seconds: %lu\n" +msgstr "enregistrer les secondes : %lu\n" + +#: src/butt.cpp:684 +#, c-format +msgid "record kBytes: %lu\n" +msgstr "kBytes de enregistrerment : %lu\n" + +#: src/butt.cpp:685 +#, c-format +msgid "volume left: %0.1f\n" +msgstr "Volume à gauche : %0.1f\n" + +#: src/butt.cpp:686 +#, c-format +msgid "volume right: %0.1f\n" +msgstr "Volume droit : %0.1f\n" + +#: src/butt.cpp:687 +#, c-format +msgid "song: %s\n" +msgstr "titre : %s\n" + +#: src/butt.cpp:688 +#, c-format +msgid "record path: %s\n" +msgstr "voie d'enregistrement : %s\n" + +#: src/butt.cpp:689 +#, c-format +msgid "listeners: %d\n" +msgstr "Auditeurs : %d\n" + +#: src/butt.cpp:703 +msgid "" +"The control key was held down during startup.\n" +"butt will start without opening an audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"La touche de contrôle a été maintenue enfoncée pendant le démarrage.\n" +"butt démarre sans ouvrir de périphérique audio.\n" +"Veuillez sélectionner votre périphérique audio préféré dans Paramètres->Audio" + +#: src/butt.cpp:712 +msgid "" +"PortAudio init failed\n" +"butt is going to close now" +msgstr "" +"L'initialisation de PortAudio a échoué\n" +"butt va fermer maintenant" + +#: src/butt.cpp:747 src/FLTK/fl_timer_funcs.cpp:476 +#: src/FLTK/fl_callbacks.cpp:123 src/FLTK/fl_callbacks.cpp:899 +#: src/FLTK/fl_callbacks.cpp:977 src/FLTK/fl_funcs.cpp:1047 +msgid "idle" +msgstr "inactif" + +#: src/butt.cpp:780 +#, c-format +msgid "" +"Starting %s\n" +"Written by Daniel Nöthen\n" +"iPhone/iPad client: https://izicast.de\n" +"Donate: paypal@danielnoethen.de\n" +msgstr "" +"Démarrage de %s\n" +"Écrit par Daniel Nöthen\n" +"Client iPhone/iPad : https://izicast.de\n" +"Donations : paypal@danielnoethen.de\n" + +#: src/butt.cpp:792 src/butt.cpp:793 src/cfg.cpp:577 src/port_audio.cpp:1314 +#: src/port_audio.cpp:1315 +msgid "Default PCM device (default)" +msgstr "Périphérique PCM par défaut (default)" + +#: src/butt.cpp:796 src/butt.cpp:797 src/cfg.cpp:578 +#: src/FLTK/fl_callbacks.cpp:2820 src/FLTK/fl_funcs.cpp:227 +msgid "None" +msgstr "" + +#: src/butt.cpp:800 +msgid "" +"Could not open audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"Impossible d'ouvrir le périphérique audio.\n" +"Veuillez sélectionner votre périphérique audio préféré dans Paramètres-" +">Audio." + +#: src/butt.cpp:803 +msgid "" +"butt could not open previously used audio device.\n" +"The system default audio device will be used.\n" +msgstr "" +"butt n'a pas pu ouvrir le périphérique audio précédemment utilisé.\n" +"Le périphérique audio par défaut du système sera utilisé.\n" + +#: src/butt.cpp:830 +#, c-format +msgid "Command server listening on port %d\n" +msgstr "Serveur de commande en écoute sur le port %d\n" + +#: src/butt.cpp:837 +#, c-format +msgid "Warning: could not start command server on port %d\n" +msgstr "" +"Attention : impossible démarrer le serveur de commande sur le port %d\n" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +#, c-format +msgid "" +"New version available: %s\n" +"You have version %s" +msgstr "" +"Nouvelle version disponible : %s\n" +"Vous disposez de la version %s" + +#: src/butt.cpp:853 +msgid "Don't ask again" +msgstr "Ne plus demander" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:1594 +#: src/FLTK/fl_callbacks.cpp:4225 +msgid "Cancel" +msgstr "Annuler" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +msgid "Get new version" +msgstr "Obtenir la nouvelle version" + +#: src/butt.cpp:874 +#, c-format +msgid "Could not initialize PortMidi: %s" +msgstr "" + +#: src/butt.cpp:902 +msgid "butt was built without WebRTC support" +msgstr "" + +#: src/cfg.cpp:55 +#, c-format +msgid "Could not write to file: %s" +msgstr "Impossible d'écrire dans le fichier : %s" + +#: src/cfg.cpp:550 +#, c-format +msgid "Config written to %s" +msgstr "Configuration écrite dans %s" + +#: src/cfg.cpp:674 +msgid "" +"error while parsing config. Missing main/server entry.\n" +"butt will start with default settings" +msgstr "" +"erreur de lecture de la configuration. L'entrée main/server est manquante.\n" +"butt va fermer maintenant" + +#: src/cfg.cpp:680 +msgid "" +"error while parsing config. Missing main/srv_ent entry.\n" +"butt will start with default settings" +msgstr "" +"erreur de lecture de la configuration. L'entrée main/srv_ent est manquante.\n" +"butt va fermer maintenant" + +#: src/cfg.cpp:699 +#, c-format +msgid "" +"error while parsing config. Missing type entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erreur de lecture de la configuration. Le type du serveur \"%s\" est " +"manquant.\n" +"butt va fermer maintenant" + +#: src/cfg.cpp:707 +#, c-format +msgid "" +"error while parsing config. Missing address entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erreur de lecture de la configuration. L'adresse du serveur \"%s\" est " +"manquante.\n" +"butt va fermer maintenant" + +#: src/cfg.cpp:716 +#, c-format +msgid "" +"error while parsing config. Missing port entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erreur de lecture de la configuration. Le port du serveur \"%s\" est " +"manquant.\n" +"butt va fermer maintenant" + +#: src/cfg.cpp:725 +#, c-format +msgid "" +"error while parsing config. Missing password entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erreur de lecture de la configuration. Le mot de passe du serveur \"%s\" est " +"manquant.\n" +"butt va fermer maintenant" + +#: src/cfg.cpp:734 +#, c-format +msgid "" +"error while parsing config. Missing mount entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erreur de lecture de la configuration. Le point de montage du serveur \"%s\" " +"est manquant.\n" +"butt va fermer maintenant" + +#: src/cfg.cpp:790 +msgid "" +"error while parsing config. Missing main/icy entry.\n" +"butt will start with default settings" +msgstr "" +"erreur de lecture de la configuration. L'entrée main/num_of_icy est " +"manquante.\n" +"butt va fermer maintenant" + +#: src/cfg.cpp:795 +msgid "" +"error while parsing config. Missing main/icy_ent entry.\n" +"butt will start with default settings" +msgstr "" +"erreur de lecture de la configuration. L'entrée main/icy_ent est manquante.\n" +"butt va fermer maintenant" + +#: src/cfg.cpp:821 +#, c-format +msgid "" +"error while parsing config. Missing pub entry for icy \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erreur de lecture de la configuration. L'entrée pub pour icy \"%s\" est " +"manquante.\n" +"butt va fermer maintenant" + +#: src/FLTK/flgui.cpp:3088 +msgid "Bitcoin address has been copied to clipboard." +msgstr "L'adresse Bitcoin a été copiée dans le presse papier." + +#: src/FLTK/flgui.cpp:3099 +msgid "Litecoin address has been copied to clipboard." +msgstr "L'adresse Litecoin a été copiée dans le presse papier." + +#: src/FLTK/flgui.cpp:3110 +msgid "Monero address has been copied to clipboard." +msgstr "L'adresse Monero a été copiée dans le presse papier." + +#: src/FLTK/flgui.cpp:4041 +msgid "press left mouse to toggle lcd info" +msgstr "Faire un clic gauche pour activer les informations du LCD" + +#: src/FLTK/flgui.cpp:4053 src/FLTK/fl_callbacks.cpp:4078 +msgid "Streaming volume" +msgstr "" + +#: src/FLTK/flgui.cpp:4057 +msgid "Mixer" +msgstr "" + +#: src/FLTK/flgui.cpp:4058 +msgid "show/hide mixer window" +msgstr "montrer/cacher Table de mixage" + +#: src/FLTK/flgui.cpp:4065 +msgid "@circle" +msgstr "@circle" + +#: src/FLTK/flgui.cpp:4066 +msgid "start/stop recording" +msgstr "démarrer/arrêter l'enregistrement" + +#: src/FLTK/flgui.cpp:4077 +msgid "@square" +msgstr "@square" + +#: src/FLTK/flgui.cpp:4078 +msgid "disconnect from server" +msgstr "déconnexion du serveur" + +#: src/FLTK/flgui.cpp:4089 +msgid "@>" +msgstr "@>" + +#: src/FLTK/flgui.cpp:4090 +msgid "connect to server" +msgstr "connexion au serveur" + +#: src/FLTK/flgui.cpp:4106 src/FLTK/flgui.cpp:4438 src/FLTK/flgui.cpp:4657 +#: src/FLTK/fl_callbacks.cpp:4077 +msgid "Streaming" +msgstr "Diffusion" + +#: src/FLTK/flgui.cpp:4110 src/FLTK/flgui.cpp:4469 src/FLTK/flgui.cpp:4771 +msgid "Recording" +msgstr "Enregistrement" + +#: src/FLTK/flgui.cpp:4140 +msgid "Settings" +msgstr "Paramètres" + +#: src/FLTK/flgui.cpp:4141 +msgid "show/hide config window" +msgstr "montrer/cacher la fenêtre de configuration" + +#: src/FLTK/flgui.cpp:4148 src/FLTK/fl_callbacks.cpp:1098 +msgid "Show log" +msgstr "Journal" + +#: src/FLTK/flgui.cpp:4149 +msgid "show/hide info window" +msgstr "montrer/cacher la fenêtre d'informations" + +#: src/FLTK/flgui.cpp:4156 +msgid "-24 dB" +msgstr "-24 dB" + +#: src/FLTK/flgui.cpp:4159 +msgid "Gain" +msgstr "Gain" + +#: src/FLTK/flgui.cpp:4160 src/FLTK/fl_callbacks.cpp:3663 +#: src/FLTK/fl_funcs.cpp:810 +msgid "Master Gain" +msgstr "" + +#: src/FLTK/flgui.cpp:4178 +msgid "+24 dB" +msgstr "+24 dB" + +#: src/FLTK/flgui.cpp:4185 +#, fuzzy +msgid "Listeners: 0" +msgstr "Auditeurs" + +#: src/FLTK/flgui.cpp:4200 +msgid "butt settings" +msgstr "Paramètres de butt" + +#: src/FLTK/flgui.cpp:4213 +msgid "Main" +msgstr "Principal" + +#: src/FLTK/flgui.cpp:4215 +msgid "Server Settings" +msgstr "Paramètres du serveur" + +#: src/FLTK/flgui.cpp:4218 +msgid "Server" +msgstr "Serveur" + +#: src/FLTK/flgui.cpp:4219 +msgid "Server to connect to" +msgstr "Serveur auquel se connecter" + +#: src/FLTK/flgui.cpp:4224 src/FLTK/flgui.cpp:4245 +msgid "ADD" +msgstr "Ajout." + +#: src/FLTK/flgui.cpp:4225 src/FLTK/flgui.cpp:5550 +msgid "Add server" +msgstr "Ajouter un serveur" + +#: src/FLTK/flgui.cpp:4229 src/FLTK/flgui.cpp:4250 +msgid "EDIT" +msgstr "Modif." + +#: src/FLTK/flgui.cpp:4230 +msgid "Edit selected server" +msgstr "Modifier le serveur sélectionné" + +#: src/FLTK/flgui.cpp:4234 src/FLTK/flgui.cpp:4255 +msgid "DEL" +msgstr "Suppr." + +#: src/FLTK/flgui.cpp:4235 +msgid "Delete selected server" +msgstr "Supprimer le serveur sélectionné" + +#: src/FLTK/flgui.cpp:4239 +msgid "Stream Infos" +msgstr "Informations du flux" + +#: src/FLTK/flgui.cpp:4240 +msgid "Stream info that shall be used" +msgstr "Informations du flux devant être utilisé" + +#: src/FLTK/flgui.cpp:4246 src/FLTK/flgui.cpp:5671 +msgid "Add stream info" +msgstr "Ajouter les informations du flux" + +#: src/FLTK/flgui.cpp:4251 +msgid "Edit stream info" +msgstr "Modifier les informations du flux" + +#: src/FLTK/flgui.cpp:4256 +msgid "Delete stream info" +msgstr "Supprimer les informations du flux" + +#: src/FLTK/flgui.cpp:4262 +msgid "Log File" +msgstr "Fichier du journal" + +#: src/FLTK/flgui.cpp:4266 +msgid "Log file path" +msgstr "Chemin vers le fichier du journal" + +#: src/FLTK/flgui.cpp:4271 +msgid "Select log file" +msgstr "Sélectionnez le fichier du journal" + +#: src/FLTK/flgui.cpp:4278 +msgid "Configuration" +msgstr "Configuration" + +#: src/FLTK/flgui.cpp:4281 src/FLTK/fl_callbacks.cpp:4128 +msgid "Import..." +msgstr "Importer…" + +#: src/FLTK/flgui.cpp:4282 +msgid "Import settings from config file" +msgstr "Importer les paramètres depuis le fichier de configuration" + +#: src/FLTK/flgui.cpp:4286 src/FLTK/flgui.cpp:5615 src/FLTK/flgui.cpp:5717 +msgid "&Save" +msgstr "&Sauvegarder" + +#: src/FLTK/flgui.cpp:4287 +msgid "Save settings" +msgstr "Sauvegarder les paramètres" + +#: src/FLTK/flgui.cpp:4291 +msgid "Export..." +msgstr "Exporter…" + +#: src/FLTK/flgui.cpp:4292 +msgid "export settings" +msgstr "Exporter les paramètres" + +#: src/FLTK/flgui.cpp:4298 +msgid "Butt Agent" +msgstr "Agent Butt" + +#: src/FLTK/flgui.cpp:4301 +msgid "Start agent at startup" +msgstr "Démarrer au démarrage du système" + +#: src/FLTK/flgui.cpp:4302 +msgid "Start the butt agent when butt starts" +msgstr "Démarrer l'agent au démarrage de butt" + +#: src/FLTK/flgui.cpp:4306 src/FLTK/flgui.cpp:4307 +msgid "Minimize butt to tray" +msgstr "Réduire butt dans le systray" + +#: src/FLTK/flgui.cpp:4311 +msgid "Start Agent" +msgstr "Démarrer" + +#: src/FLTK/flgui.cpp:4312 +msgid "Start the butt agent now" +msgstr "Démarrer l'agent maintenant" + +#: src/FLTK/flgui.cpp:4316 +msgid "Stop Agent" +msgstr "Fermer" + +#: src/FLTK/flgui.cpp:4317 +msgid "Stop the butt agent" +msgstr "Fermer l'agent butt" + +#: src/FLTK/flgui.cpp:4323 +msgid "Updates" +msgstr "Mises à jour" + +#: src/FLTK/flgui.cpp:4326 +msgid "Check at startup" +msgstr "Vérifier au démarrage" + +#: src/FLTK/flgui.cpp:4327 +msgid "Check for updates at start" +msgstr "Vérifier les mises à jour au démarrage" + +#: src/FLTK/flgui.cpp:4331 +msgid "Check now" +msgstr "Vérifier" + +#: src/FLTK/flgui.cpp:4332 +msgid "Check if a new version is available" +msgstr "Vérifier si une mise à jour est disponible" + +#: src/FLTK/flgui.cpp:4338 +msgid "Help" +msgstr "" + +#: src/FLTK/flgui.cpp:4341 +msgid "Manual" +msgstr "" + +#: src/FLTK/flgui.cpp:4345 +msgid " YouTube" +msgstr "" + +#: src/FLTK/flgui.cpp:4355 +msgid "Audio" +msgstr "Audio" + +#: src/FLTK/flgui.cpp:4357 +msgid "Main Audio Settings" +msgstr "Paramètres audio principaux" + +#: src/FLTK/flgui.cpp:4360 +msgid "Channel mode" +msgstr "Mode du canal" + +#: src/FLTK/flgui.cpp:4361 +msgid "Select input channel" +msgstr "Sélectionnez le canal d'entrée" + +#: src/FLTK/flgui.cpp:4374 +msgid "Samplerate" +msgstr "Taux échantillonnage" + +#: src/FLTK/flgui.cpp:4375 +msgid "Select input sample rate" +msgstr "Sélectionnez le taux d'échantillonnage de l'entrée" + +#: src/FLTK/flgui.cpp:4380 +msgid "Remember Device by" +msgstr "Se souvenir du périph. par" + +#: src/FLTK/flgui.cpp:4383 +msgid "ID" +msgstr "ID" + +#: src/FLTK/flgui.cpp:4388 +msgid "Name" +msgstr "Nom" + +#: src/FLTK/flgui.cpp:4395 +msgid "Update devices" +msgstr "" + +#: src/FLTK/flgui.cpp:4396 +msgid "Rescan audio devices" +msgstr "Détecter les périphériques audio" + +#: src/FLTK/flgui.cpp:4400 +msgid "Primary Audio Device" +msgstr "" + +#: src/FLTK/flgui.cpp:4401 +msgid "Select your primary sound card device" +msgstr "" + +#: src/FLTK/flgui.cpp:4406 src/FLTK/flgui.cpp:4424 +msgid "Left" +msgstr "Gauche" + +#: src/FLTK/flgui.cpp:4407 src/FLTK/flgui.cpp:4425 +msgid "Select left audio channel" +msgstr "" + +#: src/FLTK/flgui.cpp:4412 src/FLTK/flgui.cpp:4430 +msgid "Right" +msgstr "Droite" + +#: src/FLTK/flgui.cpp:4413 src/FLTK/flgui.cpp:4431 +msgid "Select right audio channel" +msgstr "" + +#: src/FLTK/flgui.cpp:4418 +msgid "Secondary Audio Device" +msgstr "" + +#: src/FLTK/flgui.cpp:4419 +msgid "Select your secondary sound card device" +msgstr "" + +#: src/FLTK/flgui.cpp:4441 src/FLTK/flgui.cpp:4472 +msgid "Codec" +msgstr "Codec" + +#: src/FLTK/flgui.cpp:4442 +msgid "Select streaming codec" +msgstr "Sélectionnez le codec du flux" + +#: src/FLTK/flgui.cpp:4455 src/FLTK/flgui.cpp:4486 +msgid "Bitrate" +msgstr "Bitrate" + +#: src/FLTK/flgui.cpp:4456 +msgid "Select streaming bitrate" +msgstr "Sélectionnez le bitrate du flux" + +#: src/FLTK/flgui.cpp:4473 +msgid "Select recording codec" +msgstr "Sélectionnez le codec d'enregistrement" + +#: src/FLTK/flgui.cpp:4487 +msgid "Select recording bitrate" +msgstr "Sélectionnez le bitrate d'enregistrement" + +#: src/FLTK/flgui.cpp:4499 +msgid "Advanced..." +msgstr "Avancé…" + +#: src/FLTK/flgui.cpp:4505 +msgid "Buffer (ms)" +msgstr "Tampon (ms)" + +#: src/FLTK/flgui.cpp:4514 +msgid "Resample Quality" +msgstr "Qualité du rééchantillonnage" + +#: src/FLTK/flgui.cpp:4529 +msgid "Signal detection levels" +msgstr "Détection des niveaux du signal" + +#: src/FLTK/flgui.cpp:4532 +msgid "Signal present" +msgstr "Signal présent" + +#: src/FLTK/flgui.cpp:4539 src/FLTK/flgui.cpp:4549 +msgid "dB" +msgstr "dB" + +#: src/FLTK/flgui.cpp:4542 +msgid "Signal absent" +msgstr "Signal absent" + +#: src/FLTK/flgui.cpp:4556 src/FLTK/flgui.cpp:4833 src/FLTK/flgui.cpp:5084 +msgid "Stream" +msgstr "Flux" + +#: src/FLTK/flgui.cpp:4558 +msgid "Update song name from file" +msgstr "Mettre à jour le titre du morceau depuis un fichier" + +#: src/FLTK/flgui.cpp:4562 +msgid "Filename that holds the current song name" +msgstr "Fichier contenant le titre du morceau actuel" + +#: src/FLTK/flgui.cpp:4568 +msgid "Select file that holds the current song name" +msgstr "Sélectionnez le fichier contenant le titre du morceau actuel" + +#: src/FLTK/flgui.cpp:4573 src/FLTK/flgui.cpp:4606 src/FLTK/flgui.cpp:4724 +msgid "Activate" +msgstr "Activer" + +#: src/FLTK/flgui.cpp:4574 src/FLTK/flgui.cpp:4579 +msgid "Activate auto update song name from file" +msgstr "Activer la mise à jour automatique du nom du morceau depuis un fichier" + +#: src/FLTK/flgui.cpp:4578 +msgid "Read last line instead of first" +msgstr "Dernière ligne plutôt que la première" + +#: src/FLTK/flgui.cpp:4585 +msgid "Update song name from application" +msgstr "Mettre à jour le titre du morceau depuis une application" + +#: src/FLTK/flgui.cpp:4589 +msgid "Changes the song through an running application" +msgstr "Change le morceau depuis une application en cours d'exécution" + +#: src/FLTK/flgui.cpp:4594 +msgid "Title - Artist" +msgstr "Titre - Artiste" + +#: src/FLTK/flgui.cpp:4599 +msgid "Artist - Title" +msgstr "Artiste - Titre" + +#: src/FLTK/flgui.cpp:4612 +msgid "Update song name manually" +msgstr "Mettre à jour le titre du morceau manuellement" + +#: src/FLTK/flgui.cpp:4616 +msgid "Current song name" +msgstr "Titre du morceau actuel" + +#: src/FLTK/flgui.cpp:4622 src/FLTK/fl_callbacks.cpp:1594 +msgid "OK" +msgstr "OK" + +#: src/FLTK/flgui.cpp:4623 +msgid "Send current song name to the server" +msgstr "Envoyer le titre du morceau actuel vers le serveur" + +#: src/FLTK/flgui.cpp:4631 +msgid "Update song name delay" +msgstr "Retard du titre de la chanson" + +#: src/FLTK/flgui.cpp:4635 +msgid "Introduces a delay until the song name is actually updated" +msgstr "Retarde la mise à jour de la chanson" + +#: src/FLTK/flgui.cpp:4642 +msgid "Extend song name" +msgstr "Étendre le nom du morceau" + +#: src/FLTK/flgui.cpp:4645 +msgid "Prefix:" +msgstr "Préfixe :" + +#: src/FLTK/flgui.cpp:4650 +msgid "Suffix:" +msgstr "Suffixe :" + +#: src/FLTK/flgui.cpp:4660 src/FLTK/flgui.cpp:4789 +msgid "Start if signal is present for" +msgstr "Démarrer si signal présent pdt." + +#: src/FLTK/flgui.cpp:4661 +msgid "" +"Start streaming if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" + +#: src/FLTK/flgui.cpp:4670 src/FLTK/flgui.cpp:4683 src/FLTK/flgui.cpp:4702 +#: src/FLTK/flgui.cpp:4799 src/FLTK/flgui.cpp:4812 src/FLTK/flgui.cpp:5499 +msgid "seconds" +msgstr "secondes" + +#: src/FLTK/flgui.cpp:4673 src/FLTK/flgui.cpp:4802 +msgid "Stop if signal is absent for" +msgstr "Arrêter si signal absent pdt." + +#: src/FLTK/flgui.cpp:4674 +msgid "" +"Stop streaming if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" + +#: src/FLTK/flgui.cpp:4686 +msgid "Start streaming after launch" +msgstr "Commencer la diffusion au démarrage" + +#: src/FLTK/flgui.cpp:4687 +msgid "Connect automatically to a server after launch" +msgstr "Se connecter automatiquement au serveur après le démarrage" + +#: src/FLTK/flgui.cpp:4691 +msgid "Force reconnecting" +msgstr "Forcer la reconnexion" + +#: src/FLTK/flgui.cpp:4692 +msgid "If enabled butt keeps reconnecting regardless of the error message" +msgstr "Si activé butt se reconnecte sans tenir compte du message d'erreur" + +#: src/FLTK/flgui.cpp:4696 +msgid "Reconnect delay:" +msgstr "" + +#: src/FLTK/flgui.cpp:4707 +#, fuzzy +msgid "Update song name from URL" +msgstr "Mettre à jour le titre du morceau depuis un fichier" + +#: src/FLTK/flgui.cpp:4711 +#, fuzzy +msgid "URL to get song name from" +msgstr "Mettre à jour le titre du morceau depuis un fichier" + +#: src/FLTK/flgui.cpp:4716 +#, fuzzy +msgid "Update interval" +msgstr "Mises à jour:" + +#: src/FLTK/flgui.cpp:4717 +msgid "Update interval in seconds" +msgstr "" + +#: src/FLTK/flgui.cpp:4732 +msgid "Record" +msgstr "Enregistr." + +#: src/FLTK/flgui.cpp:4734 +msgid "Record File Name:" +msgstr "Nom du fichier de l'enregistrement :" + +#: src/FLTK/flgui.cpp:4735 +msgid "Record file name" +msgstr "Nom du fichier de l'enregistrement" + +#: src/FLTK/flgui.cpp:4740 +msgid "Record Directory:" +msgstr "Répertoire de l'enregistrement :" + +#: src/FLTK/flgui.cpp:4741 +msgid "Directory of recordings" +msgstr "Répertoire des enregistrements" + +#: src/FLTK/flgui.cpp:4747 +msgid "Select recording directory" +msgstr "Sélectionnez le répertoire d'enregistrement" + +#: src/FLTK/flgui.cpp:4752 +msgid "Split file" +msgstr "Scinder le fichier" + +#: src/FLTK/flgui.cpp:4755 +msgid "every" +msgstr "chaque" + +#: src/FLTK/flgui.cpp:4758 +msgid "minutes" +msgstr "minutes" + +#: src/FLTK/flgui.cpp:4760 src/FLTK/flgui.cpp:4761 +msgid "Sync to full hour" +msgstr "Synchroniser aux heures pleines" + +#: src/FLTK/flgui.cpp:4765 +msgid "Split now" +msgstr "Scinder" + +#: src/FLTK/flgui.cpp:4774 src/FLTK/flgui.cpp:4775 +msgid "Start recording when connected" +msgstr "Démarrer l'enregistrement une fois connecté" + +#: src/FLTK/flgui.cpp:4779 +msgid "Stop recording when disconnected" +msgstr "Arrêter l'enregistrement à la déconnexion" + +#: src/FLTK/flgui.cpp:4780 +msgid "Start recording when disconnected" +msgstr "Démarrer l'enregistrement à la déconnexion" + +#: src/FLTK/flgui.cpp:4784 src/FLTK/flgui.cpp:4785 +msgid "Start recording after launch" +msgstr "Démarrer l'enregistrement au lancement" + +#: src/FLTK/flgui.cpp:4790 +msgid "" +"Start recording if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" + +#: src/FLTK/flgui.cpp:4803 +msgid "" +"Stop recording if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" + +#: src/FLTK/flgui.cpp:4815 +msgid "Overwrite existing files" +msgstr "" + +#: src/FLTK/flgui.cpp:4823 +msgid "DSP" +msgstr "DSP" + +#: src/FLTK/flgui.cpp:4825 src/FLTK/flgui.cpp:5076 src/FLTK/flgui.cpp:6478 +msgid "Reset" +msgstr "Réinit." + +#: src/FLTK/flgui.cpp:4830 +msgid "Equalizer" +msgstr "Égaliseur" + +#: src/FLTK/flgui.cpp:4837 src/FLTK/flgui.cpp:5088 +msgid "Rec" +msgstr "" + +#: src/FLTK/flgui.cpp:4842 +msgid "Equalizer Preset" +msgstr "Présélection de l'égaliseur" + +#: src/FLTK/flgui.cpp:4854 src/FLTK/flgui.cpp:4876 src/FLTK/flgui.cpp:4898 +#: src/FLTK/flgui.cpp:4920 src/FLTK/flgui.cpp:4942 src/FLTK/flgui.cpp:4964 +#: src/FLTK/flgui.cpp:4986 src/FLTK/flgui.cpp:5008 src/FLTK/flgui.cpp:5030 +#: src/FLTK/flgui.cpp:5052 src/FLTK/flgui.cpp:5096 src/FLTK/flgui.cpp:5118 +#: src/FLTK/flgui.cpp:5186 +msgid "+0.0" +msgstr "+0.0" + +#: src/FLTK/flgui.cpp:4858 +msgid "32Hz" +msgstr "32Hz" + +#: src/FLTK/flgui.cpp:4880 +msgid "64Hz" +msgstr "64Hz" + +#: src/FLTK/flgui.cpp:4902 +msgid "125Hz" +msgstr "125Hz" + +#: src/FLTK/flgui.cpp:4924 +msgid "250Hz" +msgstr "250Hz" + +#: src/FLTK/flgui.cpp:4946 +msgid "500Hz" +msgstr "500Hz" + +#: src/FLTK/flgui.cpp:4968 +msgid "1kHz" +msgstr "1kHz" + +#: src/FLTK/flgui.cpp:4990 +msgid "2kHz" +msgstr "2KHz" + +#: src/FLTK/flgui.cpp:5012 +msgid "4kHz" +msgstr "4kHz" + +#: src/FLTK/flgui.cpp:5034 +msgid "8kHz" +msgstr "8kHz" + +#: src/FLTK/flgui.cpp:5056 +msgid "16kHz" +msgstr "16kHz" + +#: src/FLTK/flgui.cpp:5081 +msgid "Dynamic Range Compressor" +msgstr "Compresseur" + +#: src/FLTK/flgui.cpp:5092 +msgid "Aggressive Mode" +msgstr "Mode agressif" + +#: src/FLTK/flgui.cpp:5100 +msgid "Threshold" +msgstr "Seuil" + +#: src/FLTK/flgui.cpp:5122 +msgid "Ratio" +msgstr "Ratio" + +#: src/FLTK/flgui.cpp:5140 src/FLTK/flgui.cpp:5163 +msgid "+0.00" +msgstr "+0.00" + +#: src/FLTK/flgui.cpp:5144 +msgid "Attack" +msgstr "Attaque" + +#: src/FLTK/flgui.cpp:5167 +msgid "Release" +msgstr "Relâche" + +#: src/FLTK/flgui.cpp:5190 +msgid "MakeupGain" +msgstr "MakeupGain" + +#: src/FLTK/flgui.cpp:5224 src/FLTK/flgui.cpp:5237 +msgid "MIDI" +msgstr "" + +#: src/FLTK/flgui.cpp:5226 +msgid "MIDI Device" +msgstr "" + +#: src/FLTK/flgui.cpp:5227 +msgid "Select your MIDI device" +msgstr "" + +#: src/FLTK/flgui.cpp:5232 +msgid "Rescan" +msgstr "" + +#: src/FLTK/flgui.cpp:5233 +msgid "Rescan MIDI devices" +msgstr "" + +#: src/FLTK/flgui.cpp:5238 +msgid "MIDI signal indicator" +msgstr "" + +#: src/FLTK/flgui.cpp:5250 +msgid "MIDI Commands" +msgstr "" + +#: src/FLTK/flgui.cpp:5255 +msgid "Enable" +msgstr "" + +#: src/FLTK/flgui.cpp:5256 +msgid "Enable/Disable the selected MIDI command" +msgstr "" + +#: src/FLTK/flgui.cpp:5262 +msgid "Channel" +msgstr "" + +#: src/FLTK/flgui.cpp:5263 +msgid "Select MIDI channel" +msgstr "" + +#: src/FLTK/flgui.cpp:5277 +msgid "CC" +msgstr "CC" + +#: src/FLTK/flgui.cpp:5278 +msgid "Select CC number" +msgstr "" + +#: src/FLTK/flgui.cpp:5283 src/FLTK/fl_callbacks.cpp:6425 +msgid "Learn" +msgstr "" + +#: src/FLTK/flgui.cpp:5284 +msgid "Activate to auto detect the channel and CC number" +msgstr "" + +#: src/FLTK/flgui.cpp:5289 +msgid "CC Mode" +msgstr "" + +#: src/FLTK/flgui.cpp:5290 +msgid "Select CC mode" +msgstr "" + +#: src/FLTK/flgui.cpp:5304 +msgid "Soft takeover" +msgstr "" + +#: src/FLTK/flgui.cpp:5305 +msgid "Prevents jumps when controlling a slider in absolute mode" +msgstr "" + +#: src/FLTK/flgui.cpp:5313 +msgid "TLS" +msgstr "TLS" + +#: src/FLTK/flgui.cpp:5315 src/FLTK/flgui.cpp:5619 +msgid "SSL/TLS" +msgstr "SSL/TLS" + +#: src/FLTK/flgui.cpp:5318 +msgid "" +"If your server uses a certificate from\n" +"Let's Encrypt or another well known\n" +"CA, you can leave these fields blank." +msgstr "" +"Si votre serveur utilise un certificat\n" +"Let's Encrypt ou d'une autre CA bien connue,\n" +"vous pouvez laisser ces champs vides." + +#: src/FLTK/flgui.cpp:5322 +msgid "CA Certificate File:" +msgstr "Fichier du Certificat d'Autorité (CA) :" + +#: src/FLTK/flgui.cpp:5323 +msgid "Certificate file" +msgstr "Fichier du certificat" + +#: src/FLTK/flgui.cpp:5329 +msgid "Select certificate file" +msgstr "Sélectionnez le fichier du certificat" + +#: src/FLTK/flgui.cpp:5334 +msgid "CA Certificate Directory:" +msgstr "Répertoire du Certificat d'Autorité :" + +#: src/FLTK/flgui.cpp:5335 +msgid "Certificate directory" +msgstr "Répertoire du certificat" + +#: src/FLTK/flgui.cpp:5341 +msgid "Select certificate directory" +msgstr "Sélectionnez le répertoire du certificat" + +#: src/FLTK/flgui.cpp:5350 +msgid "GUI" +msgstr "GUI" + +#: src/FLTK/flgui.cpp:5352 +msgid "Language" +msgstr "Langue" + +#: src/FLTK/flgui.cpp:5369 +msgid "Display Color" +msgstr "Couleurs d'affichage" + +#: src/FLTK/flgui.cpp:5372 +msgid "Text" +msgstr "" + +#: src/FLTK/flgui.cpp:5373 +msgid "Select text color" +msgstr "Sélectionnez la couleur du texte" + +#: src/FLTK/flgui.cpp:5379 +msgid "Background" +msgstr "" + +#: src/FLTK/flgui.cpp:5380 +msgid "Select background color" +msgstr "Sélectionnez la couleur du fond" + +#: src/FLTK/flgui.cpp:5388 +msgid "VU meter" +msgstr "VU mètre" + +#: src/FLTK/flgui.cpp:5391 +msgid "Gradient colors" +msgstr "Couleurs du dégradé" + +#: src/FLTK/flgui.cpp:5396 +msgid "Solid colors" +msgstr "Couleurs solides" + +#: src/FLTK/flgui.cpp:5401 +msgid "Always show tabs" +msgstr "" + +#: src/FLTK/flgui.cpp:5406 +msgid "Select lower range color" +msgstr "" + +#: src/FLTK/flgui.cpp:5413 +msgid "Select mid range color" +msgstr "" + +#: src/FLTK/flgui.cpp:5420 +msgid "Select high range color" +msgstr "" + +#: src/FLTK/flgui.cpp:5427 +msgid "Low range start value (dB)" +msgstr "" + +#: src/FLTK/flgui.cpp:5431 +msgid "Mid range start value (dB)" +msgstr "" + +#: src/FLTK/flgui.cpp:5440 +msgid "High range start value (dB)" +msgstr "" + +#: src/FLTK/flgui.cpp:5450 +msgid "Misc" +msgstr "Divers" + +#: src/FLTK/flgui.cpp:5453 +msgid "Attach settings window to main window" +msgstr "Lier la fenêtre de paramètres à la principale" + +#: src/FLTK/flgui.cpp:5454 +msgid "Attach this window to the butt window" +msgstr "Lier cette fenêtre à la fenêtre butt" + +#: src/FLTK/flgui.cpp:5458 src/FLTK/flgui.cpp:5459 +msgid "Stay always on top" +msgstr "Rester toujours au dessus" + +#: src/FLTK/flgui.cpp:5463 src/FLTK/flgui.cpp:5464 +msgid "Remember main window position" +msgstr "Se souvenir de la position de la fenêtre principale" + +#: src/FLTK/flgui.cpp:5468 src/FLTK/flgui.cpp:5469 +msgid "Hide log window after start up" +msgstr "Masquer la fenêtre des journaux au démarrage" + +#: src/FLTK/flgui.cpp:5473 src/FLTK/flgui.cpp:5474 +msgid "Change display mode every 5 seconds" +msgstr "Changer le mode d'affichage toutes les 5 secs" + +#: src/FLTK/flgui.cpp:5478 +msgid "Start minimized" +msgstr "Démarrer réduit" + +#: src/FLTK/flgui.cpp:5479 +msgid "Minimize butt at startup" +msgstr "Réduire butt au démarrage" + +#: src/FLTK/flgui.cpp:5483 +msgid "Disable gain control" +msgstr "Désactiver le contrôle du gain" + +#: src/FLTK/flgui.cpp:5489 +msgid "Show listeners" +msgstr "Afficher le nombre d'auditeurs" + +#: src/FLTK/flgui.cpp:5490 +msgid "Show current listeners in the display (not always available)" +msgstr "" +"Afficher le nombre actuel d'auditeurs sur l'écran (pas toujours possible)" + +#: src/FLTK/flgui.cpp:5494 +msgid "Update rate:" +msgstr "Mises à jour:" + +#: src/FLTK/flgui.cpp:5504 +msgid "Custom window title:" +msgstr "" + +#: src/FLTK/flgui.cpp:5505 +msgid "Define a custom window title" +msgstr "" + +#: src/FLTK/flgui.cpp:5515 +msgid "Donate" +msgstr "Don" + +#: src/FLTK/flgui.cpp:5517 +msgid "Donation" +msgstr "Faire un don" + +#: src/FLTK/flgui.cpp:5520 +msgid "" +"Keeping this software up to date, adding\n" +"new features and answering support mails\n" +"takes a lot of time and effort. If you can\n" +"afford it, please consider supporting this\n" +"project.\n" +"\n" +"Thank you!" +msgstr "" +"Maintenir ce logiciel à jour, ajouter des nouvelles\n" +"fonctionnalités et répondre aux emails demande\n" +"beaucoup de temps et d'efforts. Si vous pouvez\n" +"vous le permettre, merci d'envisager de soutenir\n" +"ce projet.\n" +"\n" +"Merci !" + +#: src/FLTK/flgui.cpp:5525 +msgid "&Donate via PayPal" +msgstr "&Donner via PayPal" + +#: src/FLTK/flgui.cpp:5529 +msgid "Become a &patron" +msgstr "Devenir un &patron" + +#: src/FLTK/flgui.cpp:5533 +msgid "&Apple Pay, Google Pay, CC and more" +msgstr "&Apple Pay, Google Pay, CC et plus" + +#: src/FLTK/flgui.cpp:5537 +msgid "&Bitcoin && Co" +msgstr "&Bitcoin && Co" + +#: src/FLTK/flgui.cpp:5552 src/FLTK/flgui.cpp:5673 +msgid "Name:" +msgstr "Nom :" + +#: src/FLTK/flgui.cpp:5556 +msgid "Address:" +msgstr "Adresse :" + +#: src/FLTK/flgui.cpp:5560 +msgid "Port:" +msgstr "Port :" + +#: src/FLTK/flgui.cpp:5564 +msgid "Password:" +msgstr "Mot de passe :" + +#: src/FLTK/flgui.cpp:5569 +msgid "Icecast mountpoint:" +msgstr "Point de montage Icecast :" + +#: src/FLTK/flgui.cpp:5573 +msgid "Icecast user:" +msgstr "Utilisateur Icecast :" + +#: src/FLTK/flgui.cpp:5577 src/FLTK/fl_callbacks.cpp:1136 +#: src/FLTK/fl_callbacks.cpp:1215 src/FLTK/fl_callbacks.cpp:1623 +msgid "Show" +msgstr "Afficher" + +#: src/FLTK/flgui.cpp:5578 +msgid "show/hide password" +msgstr "afficher/masquer le mot de passe" + +#: src/FLTK/flgui.cpp:5582 +msgid "Type" +msgstr "Type" + +#: src/FLTK/flgui.cpp:5585 +msgid "Shoutcast" +msgstr "Shoutcast" + +#: src/FLTK/flgui.cpp:5590 +msgid "Icecast" +msgstr "Icecast" + +#: src/FLTK/flgui.cpp:5595 +msgid "WebRTC" +msgstr "" + +#: src/FLTK/flgui.cpp:5600 +msgid "Radio.co" +msgstr "Radio.co" + +#: src/FLTK/flgui.cpp:5607 src/FLTK/flgui.cpp:5709 +msgid "&Cancel" +msgstr "Annuler" + +#: src/FLTK/flgui.cpp:5611 src/FLTK/flgui.cpp:5713 +msgid "&ADD" +msgstr "&Ajouter" + +#: src/FLTK/flgui.cpp:5622 +msgid "Use SSL/TLS" +msgstr "Utiliser SSL/TLS" + +#: src/FLTK/flgui.cpp:5625 +msgid "Revoke certificate trust" +msgstr "Révoquer la confiance" + +#: src/FLTK/flgui.cpp:5631 +msgid "Radio.co Stations" +msgstr "Radio.co Stations" + +#: src/FLTK/flgui.cpp:5634 +msgid "Get Stations" +msgstr "Obtenir stations" + +#: src/FLTK/flgui.cpp:5638 +msgid "Select all" +msgstr "Tous" + +#: src/FLTK/flgui.cpp:5642 +msgid "Deselect all" +msgstr "Rien" + +#: src/FLTK/flgui.cpp:5646 +msgid "Use legacy Icecast protocol" +msgstr "" + +#: src/FLTK/flgui.cpp:5647 +msgid "" +"Activate this if you want to use the older SOURCE protocol instead of the " +"newer PUT protocol" +msgstr "" + +#: src/FLTK/flgui.cpp:5651 +msgid "ICE server (optional):" +msgstr "" + +#: src/FLTK/flgui.cpp:5654 +msgid "WebRTC (WHIP) URL:" +msgstr "" + +#: src/FLTK/flgui.cpp:5657 +msgid "Bearer token (optional):" +msgstr "" + +#: src/FLTK/flgui.cpp:5660 +msgid "Custom listener URL (optional):" +msgstr "" + +#: src/FLTK/flgui.cpp:5664 +msgid "Custom listener mountpoint (optional):" +msgstr "" + +#: src/FLTK/flgui.cpp:5674 +msgid "The name of your new ICY-entrie" +msgstr "Le nom de votre ICY-entrie" + +#: src/FLTK/flgui.cpp:5678 +msgid "Description:" +msgstr "Description :" + +#: src/FLTK/flgui.cpp:5682 +msgid "Genre:" +msgstr "Genre :" + +#: src/FLTK/flgui.cpp:5686 +msgid "URL:" +msgstr "URL :" + +#: src/FLTK/flgui.cpp:5690 +msgid "ICQ:" +msgstr "ICQ :" + +#: src/FLTK/flgui.cpp:5694 +msgid "IRC:" +msgstr "IRC :" + +#: src/FLTK/flgui.cpp:5698 +msgid "AIM:" +msgstr "AIM :" + +#: src/FLTK/flgui.cpp:5702 +msgid "Make server public" +msgstr "Rendre le serveur public" + +#: src/FLTK/flgui.cpp:5705 +msgid "Expand variables" +msgstr "" + +#: src/FLTK/flgui.cpp:5706 +msgid "Activate to expand date variables in name and description" +msgstr "" + +#: src/FLTK/flgui.cpp:5736 +msgid "Donate Cryptocurrency" +msgstr "Donner par crypto-monnaie" + +#: src/FLTK/flgui.cpp:5747 +msgid "Bitcoin" +msgstr "Bitcoin" + +#: src/FLTK/flgui.cpp:5752 src/FLTK/flgui.cpp:5761 src/FLTK/flgui.cpp:5770 +msgid "Copy" +msgstr "Copier" + +#: src/FLTK/flgui.cpp:5756 +msgid "Litecoin" +msgstr "Litecoin" + +#: src/FLTK/flgui.cpp:5765 +msgid "Monero" +msgstr "Monero" + +#: src/FLTK/flgui.cpp:5774 src/FLTK/flgui.cpp:6106 src/FLTK/flgui.cpp:6461 +#: src/FLTK/flgui.cpp:6669 +msgid "&Close" +msgstr "Fermer" + +#: src/FLTK/flgui.cpp:5780 +msgid "Streaming Codec Settings" +msgstr "Paramètres du codec de flux" + +#: src/FLTK/flgui.cpp:5792 src/FLTK/flgui.cpp:6124 +msgid "MP3" +msgstr "MP3" + +#: src/FLTK/flgui.cpp:5793 src/FLTK/flgui.cpp:6125 +msgid "Encoding Quality" +msgstr "Qualité d'encodage" + +#: src/FLTK/flgui.cpp:5806 src/FLTK/flgui.cpp:6138 +msgid "Stereo Mode" +msgstr "Mode stéréo" + +#: src/FLTK/flgui.cpp:5819 src/FLTK/flgui.cpp:5949 src/FLTK/flgui.cpp:6015 +#: src/FLTK/flgui.cpp:6071 src/FLTK/flgui.cpp:6151 src/FLTK/flgui.cpp:6281 +#: src/FLTK/flgui.cpp:6334 src/FLTK/flgui.cpp:6403 +msgid "Bitrate Mode" +msgstr "Mode débit binaire" + +#: src/FLTK/flgui.cpp:5832 src/FLTK/flgui.cpp:6164 +msgid "VBR" +msgstr "" + +#: src/FLTK/flgui.cpp:5835 src/FLTK/flgui.cpp:5989 src/FLTK/flgui.cpp:6167 +#: src/FLTK/flgui.cpp:6347 +msgid "Quality" +msgstr "Qualité" + +#: src/FLTK/flgui.cpp:5848 src/FLTK/flgui.cpp:6180 +msgid "Min. Bitrate" +msgstr "" + +#: src/FLTK/flgui.cpp:5861 src/FLTK/flgui.cpp:6193 +msgid "Max. Bitrate" +msgstr "" + +#: src/FLTK/flgui.cpp:5874 src/FLTK/flgui.cpp:6206 +msgid "Force" +msgstr "" + +#: src/FLTK/flgui.cpp:5875 src/FLTK/flgui.cpp:6207 +msgid "Strictly enforce mininum Bitrate (-F option of the lame encoder)" +msgstr "" + +#: src/FLTK/flgui.cpp:5881 src/FLTK/flgui.cpp:6227 +msgid "Lowpass (kHz)" +msgstr "" + +#: src/FLTK/flgui.cpp:5884 src/FLTK/flgui.cpp:5909 src/FLTK/flgui.cpp:6230 +#: src/FLTK/flgui.cpp:6255 +msgid "Frequency" +msgstr "" + +#: src/FLTK/flgui.cpp:5890 src/FLTK/flgui.cpp:5915 src/FLTK/flgui.cpp:6236 +#: src/FLTK/flgui.cpp:6261 +msgid "Width" +msgstr "" + +#: src/FLTK/flgui.cpp:5906 src/FLTK/flgui.cpp:6252 +msgid "Highpass (kHz)" +msgstr "" + +#: src/FLTK/flgui.cpp:5931 src/FLTK/flgui.cpp:6213 +msgid "Resampling" +msgstr "" + +#: src/FLTK/flgui.cpp:5932 src/FLTK/flgui.cpp:6214 +msgid "Resample to the selected sample rate" +msgstr "" + +#: src/FLTK/flgui.cpp:5947 src/FLTK/flgui.cpp:6279 +msgid "OGG" +msgstr "OGG" + +#: src/FLTK/flgui.cpp:5962 src/FLTK/flgui.cpp:6294 +msgid "VBR Quality" +msgstr "Qualité VBR" + +#: src/FLTK/flgui.cpp:5975 src/FLTK/flgui.cpp:6307 +msgid "VBR min. Bitrate" +msgstr "Qualité VBR min" + +#: src/FLTK/flgui.cpp:5980 src/FLTK/flgui.cpp:6312 +msgid "VBR max. Bitrate" +msgstr "Qualité VBR max" + +#: src/FLTK/flgui.cpp:5987 src/FLTK/flgui.cpp:6319 +msgid "OPUS" +msgstr "OPUS" + +#: src/FLTK/flgui.cpp:6002 src/FLTK/flgui.cpp:6321 +msgid "Optimize for" +msgstr "Optimiser pour" + +#: src/FLTK/flgui.cpp:6028 src/FLTK/flgui.cpp:6360 +msgid "Max. Bandwidth" +msgstr "Bande passante max" + +#: src/FLTK/flgui.cpp:6043 src/FLTK/flgui.cpp:6375 +msgid "AAC" +msgstr "AAC" + +#: src/FLTK/flgui.cpp:6045 src/FLTK/flgui.cpp:6377 +msgid "Profile" +msgstr "Profil" + +#: src/FLTK/flgui.cpp:6058 src/FLTK/flgui.cpp:6390 +msgid "Afterburner" +msgstr "Afterburner" + +#: src/FLTK/flgui.cpp:6086 src/FLTK/flgui.cpp:6418 +msgid "FLAC" +msgstr "FLAC" + +#: src/FLTK/flgui.cpp:6088 src/FLTK/flgui.cpp:6420 src/FLTK/flgui.cpp:6438 +msgid "Bit depth" +msgstr "Profondeur de bit" + +#: src/FLTK/flgui.cpp:6090 src/FLTK/flgui.cpp:6422 src/FLTK/flgui.cpp:6440 +msgid "16 bit" +msgstr "16 bit" + +#: src/FLTK/flgui.cpp:6095 src/FLTK/flgui.cpp:6427 src/FLTK/flgui.cpp:6450 +msgid "24 bit" +msgstr "24 bit" + +#: src/FLTK/flgui.cpp:6112 +msgid "Recording Codec Settings" +msgstr "Enregistrer les paramètres" + +#: src/FLTK/flgui.cpp:6436 +msgid "WAV" +msgstr "WAV" + +#: src/FLTK/flgui.cpp:6445 +msgid "32 bit" +msgstr "32 bit" + +#: src/FLTK/flgui.cpp:6467 +msgid "butt audio mixer" +msgstr "" + +#: src/FLTK/flgui.cpp:6483 +msgid "Audio Mixer" +msgstr "" + +#: src/FLTK/flgui.cpp:6486 src/FLTK/flgui.cpp:6516 src/FLTK/flgui.cpp:6546 +#: src/FLTK/flgui.cpp:6569 src/FLTK/flgui.cpp:6592 +msgid "+0.0 dB" +msgstr "+0.0 dB" + +#: src/FLTK/flgui.cpp:6491 src/FLTK/flgui.cpp:6634 +msgid "" +"Primary\n" +"Device" +msgstr "" + +#: src/FLTK/flgui.cpp:6509 src/FLTK/flgui.cpp:6510 src/FLTK/flgui.cpp:6539 +#: src/FLTK/flgui.cpp:6540 +msgid "Mute" +msgstr "" + +#: src/FLTK/flgui.cpp:6521 src/FLTK/flgui.cpp:6642 +msgid "" +"Secondary\n" +"Device" +msgstr "" + +#: src/FLTK/flgui.cpp:6551 +msgid "" +"Streaming\n" +"Gain" +msgstr "" + +#: src/FLTK/flgui.cpp:6574 +msgid "" +"Recording\n" +"Gain" +msgstr "" + +#: src/FLTK/flgui.cpp:6597 +msgid "" +"Master\n" +"Gain" +msgstr "" +"Master\n" +"Gain" + +#: src/FLTK/flgui.cpp:6615 +msgid "" +"\n" +"Cross Fader" +msgstr "" + +#: src/FLTK/flgui.cpp:6638 +msgid "|" +msgstr "" + +#: src/FLTK/flgui.cpp:6650 +msgid "Alert" +msgstr "" + +#: src/FLTK/flgui.cpp:6661 +msgid "&Open the manual" +msgstr "" + +#: src/FLTK/flgui.cpp:6665 +#, fuzzy +msgid "" +"Could not find aac library.\n" +"\n" +"Please follow the instructions in the manual\n" +"for adding aac support." +msgstr "" +"Impossible de trouver la bibliothèque AAC\n" +"Veuillez suivre les instructions du manuel pour ajouter la gestion de AAC." + +#: src/FLTK/fl_timer_funcs.cpp:318 +#, c-format +msgid "" +"stream sent\n" +"%0.2lfMB" +msgstr "" +"Flux emis\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:323 +#, c-format +msgid "" +"stream time\n" +"%s" +msgstr "" +"Duree du flux\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:330 +#, fuzzy, c-format +msgid "" +"On Air\n" +"Listeners %5d" +msgstr "Auditeurs : %d\n" + +#: src/FLTK/fl_timer_funcs.cpp:333 +#, fuzzy, c-format +msgid "" +"On Air\n" +"Listeners>%5d" +msgstr "Auditeurs" + +#: src/FLTK/fl_timer_funcs.cpp:337 +#, c-format +msgid "On Air" +msgstr "" + +#: src/FLTK/fl_timer_funcs.cpp:343 +#, c-format +msgid "" +"record time\n" +"%s" +msgstr "" +"record duree\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:348 +#, c-format +msgid "" +"record size\n" +"%0.2lfMB" +msgstr "" +"record taille\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:479 +#, c-format +msgid "" +"ERROR: Connection lost\n" +"reconnecting in %d seconds..." +msgstr "" +"ERREUR : Connexion perdue\n" +"reconnexion in %d secondes..." + +#: src/FLTK/fl_timer_funcs.cpp:483 +msgid "" +"ERROR: Connection lost\n" +"reconnecting..." +msgstr "" +"ERREUR : Connexion perdue\n" +"reconnexion…" + +#: src/FLTK/fl_timer_funcs.cpp:608 +msgid "Listeners" +msgstr "Auditeurs" + +#: src/FLTK/fl_timer_funcs.cpp:674 +msgid "" +"Could not find a file extension in current filename\n" +"Automatic file splitting is deactivated" +msgstr "" +"Aucune extension de fichier trouvée dans le nom actuel\n" +"Le découpage automatique du fichier est désactivé" + +#: src/FLTK/fl_timer_funcs.cpp:704 +msgid "" +"Could not find a valid filename for next file\n" +"butt keeps recording to current file" +msgstr "" +"Aucun nom de fichier valide trouvé pour le prochain fichier\n" +"butt continue d'enregistrer dans le fichier actuel" + +#: src/FLTK/fl_timer_funcs.cpp:717 src/FLTK/fl_callbacks.cpp:1033 +#, c-format +msgid "" +"Could not open:\n" +"%s" +msgstr "" +"N'a pas pu ouvrir :\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:721 src/port_audio.cpp:938 +msgid "Recording to:" +msgstr "Enregistrement vers :" + +#: src/FLTK/fl_timer_funcs.cpp:964 +#, c-format +msgid "" +"Warning\n" +"Could not open: %s.\n" +"Will retry in 5 seconds" +msgstr "" +"Attention\n" +"Impossible d'ouvrir : %s.\n" +"Nouvel essai dans 5 secondes" + +#: src/FLTK/fl_callbacks.cpp:145 +msgid "connecting" +msgstr "se connecte" + +#: src/FLTK/fl_callbacks.cpp:187 +msgid "" +"Error: No server entry found.\n" +"Please add a server in the settings-window." +msgstr "" +"Erreur : Pas d'entrée serveur trouvée.\n" +"Veuillez ajouter un serveur dans la fenêtre des paramètres." + +#: src/FLTK/fl_callbacks.cpp:192 +msgid "" +"Error: ogg vorbis encoder doesn't support bitrates\n" +"lower than 48kbit" +msgstr "" +"Erreur: l'encodeur ogg vorbis ne gère pas les bitrates\n" +"inférieurs à 48kbit" + +#: src/FLTK/fl_callbacks.cpp:200 +#, c-format +msgid "Warning: %s is not supported by every Shoutcast version" +msgstr "Attention : %s n'est pas géré par toutes les versions de Shoutcast" + +#: src/FLTK/fl_callbacks.cpp:204 +msgid "Error: FLAC is not supported by ShoutCast" +msgstr "Erreur : FLAC n'est pas géré par ShoutCast" + +#: src/FLTK/fl_callbacks.cpp:211 +#, c-format +msgid "Error: Radio.co supports only mp3 and aac" +msgstr "Erreur : Radio.co ne supporte que les mp3 et les aac" + +#: src/FLTK/fl_callbacks.cpp:219 +#, c-format +msgid "Error: WebRTC only supports opus" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:226 +#, c-format +msgid "Connecting to %s via %s ..." +msgstr "Connexion à %s via %s …" + +#: src/FLTK/fl_callbacks.cpp:229 +#, c-format +msgid "Connecting to %s:%u ..." +msgstr "Connexion à %s:%u…" + +#: src/FLTK/fl_callbacks.cpp:232 +#, c-format +msgid "Connecting to %s:%u (%u) ..." +msgstr "Connexion à %s:%u (%u)…" + +#: src/FLTK/fl_callbacks.cpp:328 +msgid "Connection established" +msgstr "Connexion établie" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "no" +msgstr "non" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "yes" +msgstr "oui" + +#: src/FLTK/fl_callbacks.cpp:344 +#, c-format +msgid "Device 1:\t%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:345 +#, c-format +msgid "Device 2:\t%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:396 +#, c-format +msgid "Connected to: %s" +msgstr "Connecté à : %s" + +#: src/FLTK/fl_callbacks.cpp:567 src/FLTK/fl_callbacks.cpp:1669 +msgid "The custom listener URL must start with http:// or https://" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:574 src/FLTK/fl_callbacks.cpp:1676 +msgid "" +"No mountpoint specified\n" +"Setting mountpoint to \"stream\"" +msgstr "" +"Aucun point de montage spécifié\n" +"Utilisation du point de montage \"stream\"" + +#: src/FLTK/fl_callbacks.cpp:578 src/FLTK/fl_callbacks.cpp:1680 +msgid "" +"No user specified\n" +"Setting user to \"source\"" +msgstr "" +"Aucun utilisateur spécifié\n" +"Utilisation de l'utilisateur \"source\"" + +#: src/FLTK/fl_callbacks.cpp:586 src/FLTK/fl_callbacks.cpp:1688 +msgid "" +"Unsupported listener URL.\n" +"The listener URL must end with status-json.xsl, 7.xsl, 7.html or contain " +"stats?sid" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:592 src/FLTK/fl_callbacks.cpp:1694 +#: src/FLTK/fl_callbacks.cpp:1857 src/FLTK/fl_callbacks.cpp:2545 +msgid "No name specified" +msgstr "Aucun nom spécifié" + +#: src/FLTK/fl_callbacks.cpp:597 src/FLTK/fl_callbacks.cpp:1699 +msgid "" +"The number of characters of all your server names exeeds 1000\n" +"Please reduce the number of characters of each server name" +msgstr "" +"Le nombre de caractères de l'ensemble des noms de votre serveur\n" +"excède 1000. Veuillez raccourcir le nom de chaque serveur" + +#: src/FLTK/fl_callbacks.cpp:603 src/FLTK/fl_callbacks.cpp:1705 +msgid "Newline characters and [];/\\ are not allowed within the server name" +msgstr "" +"Les caractères nouvelle ligne et [];/\\ ne sont pas autorisés dans le champ " +"nom" + +#: src/FLTK/fl_callbacks.cpp:609 src/FLTK/fl_callbacks.cpp:1710 +msgid "No address specified" +msgstr "Pas d'adresse spécifiée" + +#: src/FLTK/fl_callbacks.cpp:613 src/FLTK/fl_callbacks.cpp:1714 +msgid "No password specified" +msgstr "Pas de mot de passe spécifié" + +#: src/FLTK/fl_callbacks.cpp:617 src/FLTK/fl_callbacks.cpp:1718 +msgid "No port specified" +msgstr "Pas de port spécifié" + +#: src/FLTK/fl_callbacks.cpp:621 src/FLTK/fl_callbacks.cpp:1722 +msgid "" +"Invalid port number\n" +"The port number must be between 1 and 65535" +msgstr "" +"Numéro de port invalide\n" +"Le numéro de port doit être compris entre 1 et 65535" + +#: src/FLTK/fl_callbacks.cpp:628 src/FLTK/fl_callbacks.cpp:1729 +msgid "No WHIP URL specified" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:637 src/FLTK/fl_callbacks.cpp:1740 +#: src/FLTK/fl_callbacks.cpp:2564 +msgid "Server name already exist!" +msgstr "Le nom du serveur existe déjà !" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "stop recording?" +msgstr "arrêter l'enregistrement ?" + +#: src/FLTK/fl_callbacks.cpp:966 src/FLTK/fl_funcs.cpp:1462 +msgid "No" +msgstr "Non" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "Yes" +msgstr "Oui" + +#: src/FLTK/fl_callbacks.cpp:1005 +msgid "No recording filename specified" +msgstr "Pas de nom de fichier d'enregistrement spécifié" + +#: src/FLTK/fl_callbacks.cpp:1015 +#, c-format +msgid "%s already exists!" +msgstr "%s existe déjà !" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "overwrite" +msgstr "écraser" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "cancel" +msgstr "annuler" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "append" +msgstr "compléter" + +#: src/FLTK/fl_callbacks.cpp:1021 +#, fuzzy +msgid "Recording canceled" +msgstr "Enregistrement" + +#: src/FLTK/fl_callbacks.cpp:1090 src/FLTK/fl_funcs.cpp:1308 +msgid "Hide log" +msgstr "Journal" + +#: src/FLTK/fl_callbacks.cpp:1123 +msgid "Add Server" +msgstr "Ajouter un serveur" + +#: src/FLTK/fl_callbacks.cpp:1176 +msgid "Edit Server" +msgstr "Modifier un serveur" + +#: src/FLTK/fl_callbacks.cpp:1181 +msgid "Radio.co stations cannot be edited." +msgstr "Les stations de Radio.co ne peuvent pas être éditées." + +#: src/FLTK/fl_callbacks.cpp:1267 +msgid "Add Server Infos" +msgstr "Ajouter des informations du serveur" + +#: src/FLTK/fl_callbacks.cpp:1302 +msgid "Song update failed: WebRTC does not support song names" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:1345 +#, c-format +msgid "" +"Updated songname to:\n" +"%s\n" +msgstr "" +"Nom du morceau mis à jour pour :\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:1354 +msgid "Updating songname failed" +msgstr "Impossible de mettre à jour le nom du morceau" + +#: src/FLTK/fl_callbacks.cpp:1428 +#, c-format +msgid "Audio buffer has been set to %d ms" +msgstr "Le tampon audio a été réglé sur %d ms" + +#: src/FLTK/fl_callbacks.cpp:1592 +msgid "" +"butt will open Radio.co in a new browser window.\n" +"\n" +"Login to Radio.co and allow butt access to your account." +msgstr "" +"butt ouvrira Radio.co dans une nouvelle fenêtre du navigateur.\n" +"\n" +"Connectez-vous à Radio.co et autorisez butt à accéder à votre compte." + +#: src/FLTK/fl_callbacks.cpp:1618 +msgid "Hide" +msgstr "Masquer" + +#: src/FLTK/fl_callbacks.cpp:1638 +msgid "Could not revoke trust for certificate" +msgstr "Impossible de révoquer la confiance du certificat" + +#: src/FLTK/fl_callbacks.cpp:1862 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the count of characters of each icy name" +msgstr "" +"Le nombre de caractères de tous les noms icy excède 1000\n" +"Veuillez réduire le nombre de caractères de chaque nom icy" + +#: src/FLTK/fl_callbacks.cpp:1868 src/FLTK/fl_callbacks.cpp:2557 +msgid "Newline characters and [];/\\ are not allowed within the icy name" +msgstr "" +"Les caractères nouvelle ligne et [];/\\ ne sont pas autorisés dans le champ " +"nom" + +#: src/FLTK/fl_callbacks.cpp:1877 +msgid "Icy name already exist!" +msgstr "Le nom icy existe déjà !" + +#: src/FLTK/fl_callbacks.cpp:2002 src/FLTK/fl_callbacks.cpp:2015 +#: src/FLTK/fl_callbacks.cpp:2029 src/FLTK/fl_callbacks.cpp:2044 +#: src/FLTK/fl_callbacks.cpp:2233 src/FLTK/fl_callbacks.cpp:2246 +#: src/FLTK/fl_callbacks.cpp:2260 src/FLTK/fl_callbacks.cpp:2275 +#: src/FLTK/fl_callbacks.cpp:2290 +msgid "" +"Warning:\n" +"The stream Sample-/Bitrate combination is invalid" +msgstr "" +"Attention :\n" +"La combinaison Sample-/Bitrate du flux est invalide" + +#: src/FLTK/fl_callbacks.cpp:2008 src/FLTK/fl_callbacks.cpp:2021 +#: src/FLTK/fl_callbacks.cpp:2035 src/FLTK/fl_callbacks.cpp:2050 +msgid "The previous values have been set\n" +msgstr "Les valeurs antérieures ont été restaurées\n" + +#: src/FLTK/fl_callbacks.cpp:2056 +#, c-format +msgid "Stream bitrate set to: %dk" +msgstr "Bitrate du flux réglé sur : %dk" + +#: src/FLTK/fl_callbacks.cpp:2142 src/FLTK/fl_callbacks.cpp:2155 +#: src/FLTK/fl_callbacks.cpp:2169 src/FLTK/fl_callbacks.cpp:2184 +#: src/FLTK/fl_callbacks.cpp:2313 src/FLTK/fl_callbacks.cpp:2326 +#: src/FLTK/fl_callbacks.cpp:2340 src/FLTK/fl_callbacks.cpp:2355 +#: src/FLTK/fl_callbacks.cpp:2369 +msgid "" +"Warning:\n" +"The record Sample-/Bitrate combination is invalid" +msgstr "" +"Attention :\n" +"La combinaison Sample-/Bitrate de l'enregistrement est invalide" + +#: src/FLTK/fl_callbacks.cpp:2148 src/FLTK/fl_callbacks.cpp:2161 +#: src/FLTK/fl_callbacks.cpp:2175 src/FLTK/fl_callbacks.cpp:2190 +#: src/FLTK/fl_callbacks.cpp:2239 src/FLTK/fl_callbacks.cpp:2252 +#: src/FLTK/fl_callbacks.cpp:2266 src/FLTK/fl_callbacks.cpp:2281 +#: src/FLTK/fl_callbacks.cpp:2296 src/FLTK/fl_callbacks.cpp:2319 +#: src/FLTK/fl_callbacks.cpp:2332 src/FLTK/fl_callbacks.cpp:2346 +#: src/FLTK/fl_callbacks.cpp:2361 src/FLTK/fl_callbacks.cpp:2375 +msgid "The previous values have been set" +msgstr "Les valeurs antérieures ont été restaurées" + +#: src/FLTK/fl_callbacks.cpp:2196 +#, c-format +msgid "Record bitrate set to: %dk" +msgstr "Bitrate de l'enregistrement réglé sur : %dk" + +#: src/FLTK/fl_callbacks.cpp:2383 +#, c-format +msgid "Samplerate set to: %dHz" +msgstr "Taux d'échantillonnage réglé sur : %dHz" + +#: src/FLTK/fl_callbacks.cpp:2449 +msgid "Channels set to: stereo" +msgstr "Canaux réglés sur : stéréo" + +#: src/FLTK/fl_callbacks.cpp:2512 +msgid "Channels set to: mono" +msgstr "Canaux réglés sur : mono" + +#: src/FLTK/fl_callbacks.cpp:2551 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the number of characters of each icy name" +msgstr "" +"Le nombre de caractères des noms icy excède 1000\n" +"Veuillez réduire le nombre de caractères pour chaque nom icy" + +#: src/FLTK/fl_callbacks.cpp:2659 +msgid "Edit Server Infos" +msgstr "Modifier les informations du serveur" + +#: src/FLTK/fl_callbacks.cpp:2696 src/FLTK/fl_callbacks.cpp:2749 +msgid "" +"Primary and secondary audio device are both ASIO devices.\n" +"You can not use two ASIO devices at the same time.\n" +"Please select a different device.\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2717 src/FLTK/fl_callbacks.cpp:4155 +msgid "" +"butt could not open selected audio device.\n" +"Please try another device.\n" +msgstr "" +"butt n'a pas pu ouvrir le périphérique audio sélectionné.\n" +"Veuillez essayer un autre appareil.\n" + +#: src/FLTK/fl_callbacks.cpp:2732 +#, c-format +msgid "" +"Primary device:\n" +"%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2769 +msgid "" +"butt could not open secondary audio device.\n" +"Please try another device.\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2783 +#, c-format +msgid "" +"Secondary device:\n" +"%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:2894 src/FLTK/fl_callbacks.cpp:3072 +msgid "" +"MP3 encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"L'encodeur MP3 ne gère pas la combinaison\n" +"Sample-/Bitrate actuelle" + +#: src/FLTK/fl_callbacks.cpp:2915 +msgid "Stream codec set to mp3" +msgstr "Codec du flux réglé sur mp3" + +#: src/FLTK/fl_callbacks.cpp:2927 src/FLTK/fl_callbacks.cpp:3112 +msgid "" +"OGG Vorbis encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"L'encodeur OGG Vorbis ne gère pas la combinaison\n" +"Sample-/Bitrate actuelle" + +#: src/FLTK/fl_callbacks.cpp:2948 +msgid "Stream codec set to ogg/vorbis" +msgstr "Codec du flux réglé sur ogg/vorbis" + +#: src/FLTK/fl_callbacks.cpp:2959 src/FLTK/fl_callbacks.cpp:3151 +msgid "" +"Opus encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"L'encodeur Opus ne gère pas la combinaison\n" +"Sample-/Bitrate actuelle" + +#: src/FLTK/fl_callbacks.cpp:2979 +msgid "Stream codec set to opus" +msgstr "Codec du flux réglé sur opus" + +#: src/FLTK/fl_callbacks.cpp:3011 src/FLTK/fl_callbacks.cpp:3213 +msgid "" +"AAC encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"L'encodeur AAC ne gère pas la combinaison\n" +"Sample-/Bitrate actuelle" + +#: src/FLTK/fl_callbacks.cpp:3032 +msgid "Stream codec set to aac" +msgstr "Codec du flux réglée sur aac" + +#: src/FLTK/fl_callbacks.cpp:3042 src/FLTK/fl_callbacks.cpp:3252 +msgid "ERROR: While initializing flac settings" +msgstr "ERREUR : Lors de l'initialisation des paramètres de FLAC" + +#: src/FLTK/fl_callbacks.cpp:3060 +msgid "Stream codec set to flac" +msgstr "Codec du flux réglé sur flac" + +#: src/FLTK/fl_callbacks.cpp:3101 +msgid "Record codec set to mp3" +msgstr "Codec de l'enregistrement réglé sur mp3" + +#: src/FLTK/fl_callbacks.cpp:3140 +msgid "Record codec set to ogg/vorbis" +msgstr "Codec de l'enregistrement réglé sur ogg/vorbis" + +#: src/FLTK/fl_callbacks.cpp:3179 +msgid "Record codec set to opus" +msgstr "Codec de l'enregistrement réglé sur opus" + +#: src/FLTK/fl_callbacks.cpp:3242 +msgid "Record codec set to aac" +msgstr "Codec de l'enregistrement réglé sur aac" + +#: src/FLTK/fl_callbacks.cpp:3278 +msgid "Record codec set to flac" +msgstr "Codec de l'enregistrement réglé sur flac" + +#: src/FLTK/fl_callbacks.cpp:3294 +msgid "Record codec set to wav" +msgstr "Codec de l'enregistrement réglé sur wav" + +#: src/FLTK/fl_callbacks.cpp:3329 +msgid "Select certificate file..." +msgstr "Sélectionnez le fichier du certificat…" + +#: src/FLTK/fl_callbacks.cpp:3334 src/FLTK/fl_callbacks.cpp:3355 +#: src/FLTK/fl_callbacks.cpp:3466 src/FLTK/fl_callbacks.cpp:3556 +#: src/FLTK/fl_callbacks.cpp:4109 src/FLTK/fl_callbacks.cpp:4133 +#: src/FLTK/fl_callbacks.cpp:4257 +#, c-format +msgid "ERROR: %s" +msgstr "ERREUR : %s" + +#: src/FLTK/fl_callbacks.cpp:3347 +msgid "Select certificate directory..." +msgstr "Sélectionnez le répertoire du certificat…" + +#: src/FLTK/fl_callbacks.cpp:3458 +msgid "Record to..." +msgstr "Enregistrer vers…" + +#: src/FLTK/fl_callbacks.cpp:3483 +msgid "File splitting only works if recording is active." +msgstr "" +"La scission du fichier ne fonctionne que si l'enregistrement est activé." + +#: src/FLTK/fl_callbacks.cpp:3552 +msgid "Select Songfile" +msgstr "Choisissez le fichier du morceau" + +#: src/FLTK/fl_callbacks.cpp:3657 +msgid "Gain control is disabled. Enable in Settings->GUI" +msgstr "Le contrôle du gain est désactivé. Activer dans les paramètres->GUI" + +#: src/FLTK/fl_callbacks.cpp:3718 +msgid "select background color" +msgstr "Choisissez la couleur de fond" + +#: src/FLTK/fl_callbacks.cpp:3728 +msgid "select text color" +msgstr "Choisissez la couleur du texte" + +#: src/FLTK/fl_callbacks.cpp:3761 src/FLTK/fl_callbacks.cpp:3765 +#: src/FLTK/fl_callbacks.cpp:3774 src/FLTK/fl_callbacks.cpp:3778 +msgid "Value must be a number between -54 and 0" +msgstr "La valeur doit être comprise entre -54 et 0" + +#: src/FLTK/fl_callbacks.cpp:3788 +msgid "Please restart butt to apply new language." +msgstr "Veuillez redémarrer butt pour appliquer le changement de langue." + +#: src/FLTK/fl_callbacks.cpp:3867 src/FLTK/fl_callbacks.cpp:3872 +#: src/FLTK/fl_callbacks.cpp:3882 src/FLTK/fl_callbacks.cpp:3887 +msgid "Value must be a number between -90.0 and 0" +msgstr "La valeur doit être comprise entre -90 et 0" + +#: src/FLTK/fl_callbacks.cpp:4082 +msgid "Recording volume" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4103 +msgid "Export to..." +msgstr "Exporter vers…" + +#: src/FLTK/fl_callbacks.cpp:4146 +#, c-format +msgid "Could not import config %s" +msgstr "Impossible d'importer la configuration %s" + +#: src/FLTK/fl_callbacks.cpp:4160 +#, c-format +msgid "Config imported %s" +msgstr "Configuration %s importée" + +#: src/FLTK/fl_callbacks.cpp:4234 +msgid "" +"Could not get update information.\n" +"Reason: Network error" +msgstr "" +"Impossible d'obtenir les informations de mise à jour.\n" +"Raison : Erreur de réseau" + +#: src/FLTK/fl_callbacks.cpp:4237 +msgid "" +"Could not get update information.\n" +"Reason: Unknown answer from server" +msgstr "" +"Impossible d'obtenir les informations de mise à jour.\n" +"Raison : Réponse du serveur inconnue" + +#: src/FLTK/fl_callbacks.cpp:4240 +msgid "You have the latest version!" +msgstr "Vous avez la dernière version !" + +#: src/FLTK/fl_callbacks.cpp:4243 +msgid "" +"Could not get update information.\n" +"Reason: Unknown" +msgstr "" +"Impossible d'obtenir les informations de mise à jour.\n" +"Raison : Inconnue" + +#: src/FLTK/fl_callbacks.cpp:4251 +msgid "Select logfile..." +msgstr "Choisissez le fichier du journal…" + +#: src/FLTK/fl_callbacks.cpp:4273 +msgid "" +"butt is currently streaming.\n" +"Do you really want to close butt now?" +msgstr "" +"butt est en train de diffuser.\n" +"Souhaitez-vous vraiment fermer butt maintenant ?" + +#: src/FLTK/fl_callbacks.cpp:4279 +msgid "" +"butt is currently recording.\n" +"Do you really want to close butt now?" +msgstr "" +"butt est en train d'enregistrer.\n" +"Souhaitez-vous vraiment fermer butt maintenant ?" + +#: src/FLTK/fl_callbacks.cpp:4354 +msgid "The URL must start with either http:// or https://" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:4366 +#, fuzzy +msgid "Value must be a number between 1 and 1000" +msgstr "La valeur doit être comprise entre -54 et 0" + +#: src/FLTK/fl_callbacks.cpp:5228 src/FLTK/fl_callbacks.cpp:5263 +#: src/FLTK/fl_callbacks.cpp:5298 src/FLTK/fl_callbacks.cpp:5333 +#: src/FLTK/fl_callbacks.cpp:5368 src/FLTK/fl_callbacks.cpp:5859 +#: src/FLTK/fl_callbacks.cpp:5894 src/FLTK/fl_callbacks.cpp:5929 +#: src/FLTK/fl_callbacks.cpp:5964 src/FLTK/fl_callbacks.cpp:5999 +msgid "The encoder could not be initialized with the provided parameters." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:5246 src/FLTK/fl_callbacks.cpp:5877 +msgid "The value must be between 0.001 kHz and 50 kHz" +msgstr "La valeur doit être comprise entre 0.001 kHz et 50 kHz" + +#: src/FLTK/fl_callbacks.cpp:5281 src/FLTK/fl_callbacks.cpp:5316 +#: src/FLTK/fl_callbacks.cpp:5351 src/FLTK/fl_callbacks.cpp:5912 +#: src/FLTK/fl_callbacks.cpp:5947 src/FLTK/fl_callbacks.cpp:5982 +msgid "The value must be between 0.001 kHz and 16 kHz" +msgstr "La valeur doit être comprise entre 0.001 kHz et 50 kHz" + +#: src/FLTK/fl_callbacks.cpp:6328 +msgid "MIDI device could not be opened." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6334 +#, c-format +msgid "" +"MIDI device:\n" +"%s\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6339 +msgid "MIDI device could not be started." +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6344 +msgid "MIDI support disabled\n" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6406 +msgid "The CC value must be between 0 and 127" +msgstr "" + +#: src/FLTK/fl_callbacks.cpp:6429 +msgid "Waiting..." +msgstr "" + +#: src/FLTK/fl_funcs.cpp:193 +msgid "Disabled" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:335 +#, c-format +msgid "%d seconds" +msgstr "%d secondes" + +#: src/FLTK/fl_funcs.cpp:386 +msgid "Not supported on Windows" +msgstr "Non géré sous Windows" + +#: src/FLTK/fl_funcs.cpp:808 +msgid "Start/Stop broadcasting" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:809 +msgid "Start/Stop recording" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:811 +msgid "Streaming Gain" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:812 +msgid "Recording Gain" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:813 +msgid "Primary Device Gain" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:814 +msgid "Secondary Device Gain" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:815 +msgid "Cross fader" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:816 +msgid "Mute/Unmute Primary Device" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:817 +msgid "Mute/Unmute Secondary Device" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:818 +msgid "Start broadcasting" +msgstr "" + +#: src/FLTK/fl_funcs.cpp:819 +#, fuzzy +msgid "Stop broadcasting" +msgstr "arrêter l'enregistrement ?" + +#: src/FLTK/fl_funcs.cpp:820 +#, fuzzy +msgid "Start recording" +msgstr "démarrer/arrêter l'enregistrement" + +#: src/FLTK/fl_funcs.cpp:821 +#, fuzzy +msgid "Stop recording" +msgstr "arrêter l'enregistrement ?" + +#: src/FLTK/fl_funcs.cpp:870 +msgid "dev. not supported" +msgstr "L'appareil n'est pas supporté" + +#: src/FLTK/fl_funcs.cpp:1087 +#, c-format +msgid "" +"Could not create recording folder:\n" +"%s\n" +"Please make sure the folder contains only valid format specifiers." +msgstr "" +"Impossible de créer le dossier d'enregistrement:\n" +"%s\n" +"Veuillez vous assurer que le dossier ne contient que des spécificateurs de " +"format valides." + +#: src/FLTK/fl_funcs.cpp:1102 +#, c-format +msgid "Could not create recording folder %s\n" +msgstr "Impossible d'écrire dans le fichier : %s\n" + +#: src/FLTK/fl_funcs.cpp:1111 +#, c-format +msgid "" +"Could not create recording file:\n" +"%s\n" +"Please make sure the filename contains only valid format specifiers." +msgstr "" +"Impossible de créer le fichier d'enregistrement :\n" +"%s\n" +"Veuillez vous assurer que le nom du fichier ne contient que des " +"spécificateurs de format valides." + +#: src/FLTK/fl_funcs.cpp:1157 +msgid "Could not find a valid filename" +msgstr "Aucun nom de fichier valide trouvé" + +#: src/FLTK/fl_funcs.cpp:1462 +msgid "TRUST" +msgstr "CONFIANCE" + +#: src/icecast.cpp:90 +msgid "" +"\n" +"connect: Could not create network socket" +msgstr "" +"\n" +"connexion : Impossible de créer le socket réseau" + +#: src/icecast.cpp:102 +msgid "" +"\n" +"connect: Error resolving server address" +msgstr "" +"\n" +"connexion : Erreur de résolution de l'adresse du serveur" + +#: src/icecast.cpp:142 +msgid "" +"\n" +"connect: SSL connection timed out. Trying again..." +msgstr "" +"\n" +"connexion : La connexion SSL n'a pas abouti. Nouvel essai…" + +#: src/icecast.cpp:149 +#, c-format +msgid "" +"SSL/TLS certificate verification failed\n" +"Reason: %s\n" +"\n" +"Do you still want to trust this certificate?\n" +"Trusting will be permanent and can be revoked\n" +"in the server settings." +msgstr "" +"La vérification du certificat SSL/TLS a échoué\n" +"Raison : %s\n" +"\n" +"Voulez-vous toujours faire confiance à ce certificat ?\n" +"La confiance est permanente et peut être révoquée\n" +"dans les paramètres du serveur." + +#: src/icecast.cpp:164 +#, c-format +msgid "" +"\n" +"connect: SSL connection failed\n" +"Reason: %s" +msgstr "" +"\n" +"connexion : la connexion SSL a échoué\n" +"Raison : %s" + +#: src/icecast.cpp:320 +msgid "" +"\n" +"connect: connection timed out. Trying again..." +msgstr "" +"\n" +"connexion : la connexion n'a pas abouti. Nouvel essai…" + +#: src/icecast.cpp:373 +msgid "" +"\n" +"connect: server answered with 400!\n" +msgstr "" +"\n" +"connexion : le serveur a renvoyé un code d'erreur 400!\n" + +#: src/icecast.cpp:379 +msgid "" +"\n" +"connect: invalid user/password!\n" +msgstr "" +"\n" +"connexion : couple utilisateur/mot de passe invalide !\n" + +#: src/icecast.cpp:402 +msgid "" +"\n" +"connect: server answered with 404!\n" +msgstr "" +"\n" +"connexion : le serveur a renvoyé un code d'erreur 404 !\n" + +#: src/icecast.cpp:409 +#, c-format +msgid "" +"\n" +"connect: server answered with %d!\n" +msgstr "" +"\n" +"connexion : le serveur a répondu avec %d !\n" + +#: src/icecast.cpp:434 +msgid "" +"\n" +"ERROR: Opus is not supported by your\n" +"Icecast server (>=1.4.0 required)!\n" +msgstr "" +"\n" +"ERREUR : Opus non géré par la version du\n" +"serveur Icecast (>=1.4.0 requise) !\n" + +#: src/icecast.cpp:507 +msgid "" +"\n" +"update_song: could not create network socket" +msgstr "" +"\n" +"update_song : Impossible de créer le socket réseau" + +#: src/icecast.cpp:511 +msgid "" +"\n" +"update_song: error resolving server address" +msgstr "" +"\n" +"update_song : erreur de résolution d'adresse serveur" + +#: src/lame_encode.cpp:74 +#, c-format +msgid "unable to init lame params %d" +msgstr "échec d'initialisation des paramètres de lame %d" + +#: src/port_audio.cpp:131 +#, c-format +msgid "" +"PortAudio init failed:\n" +"%s\n" +msgstr "" +"L'initialisation de PortAudio a échoué :\n" +"%s\n" + +#: src/port_audio.cpp:180 +msgid "ERROR: no sound device with input channels found" +msgstr "ERREUR : aucun périphérique son avec canaux d'entrée trouvé" + +#: src/port_audio.cpp:198 src/port_audio.cpp:289 src/port_audio.cpp:1331 +#: src/port_midi.cpp:177 +#, c-format +msgid "Error getting device Info (%d)" +msgstr "Erreur d'obtention des informations du périphérique (%d)" + +#: src/port_audio.cpp:241 +#, c-format +msgid "" +"Samplerate not supported: %dHz\n" +"Using default samplerate: %dHz" +msgstr "" +"Taux d'échantillonnage non géré : %dHz\n" +"Utilisation du taux d'échantillonnage par défaut : %dHz" + +#: src/port_audio.cpp:258 src/port_audio.cpp:360 +#, c-format +msgid "PA: Format not supported: %s\n" +msgstr "PortAudio : Format non géré : %s\n" + +#: src/port_audio.cpp:268 +#, c-format +msgid "error opening sound device: %s" +msgstr "" + +#: src/port_audio.cpp:326 +msgid "The selected secondary audio device can not be used" +msgstr "" + +#: src/port_audio.cpp:343 src/port_audio.cpp:1452 src/port_audio.cpp:1469 +msgid "ERROR: Could not initialize samplerate converter" +msgstr "" +"ERREUR : Impossible d'initialiser le convertisseur de taux d'échantillonnage" + +#: src/port_audio.cpp:354 +#, c-format +msgid "Samplerate of secondary device is resampled from %dHz to %dHz\n" +msgstr "" + +#: src/port_audio.cpp:381 +#, c-format +msgid "error opening secondary sound device: %s" +msgstr "" + +#: src/port_audio.cpp:921 +msgid "disconnected\n" +msgstr "déconnecté\n" + +#: src/port_audio.cpp:949 +msgid "recording stopped" +msgstr "enregistrement arrêté" + +#: src/port_midi.cpp:152 src/port_midi.cpp:211 src/port_midi.cpp:233 +#: src/port_midi.cpp:255 src/port_midi.cpp:282 src/port_midi.cpp:301 +#: src/port_midi.cpp:316 src/port_midi.cpp:341 src/port_midi.cpp:352 +msgid "Error: PortMidi was not initialized." +msgstr "" + +#: src/port_midi.cpp:262 +#, c-format +msgid "" +"Error: MIDI device %s could not be opened because no MIDI devices were found." +msgstr "" + +#: src/port_midi.cpp:269 +#, c-format +msgid "Error: MIDI device %s could not be found." +msgstr "" + +#: src/port_midi.cpp:286 +msgid "Error: MIDI thread already active." +msgstr "" + +#: src/port_midi.cpp:291 +msgid "Error: Could not start MIDI thread." +msgstr "" + +#: src/shoutcast.cpp:80 +msgid "" +"\n" +"Connect: Could not create network socket" +msgstr "" +"\n" +"Connexion : Impossible de créer le socket réseau" + +#: src/shoutcast.cpp:92 +msgid "" +"\n" +"Connect: Error resolving server address" +msgstr "" +"\n" +"Connexion : Erreur de résolution d'adresse du serveur" + +#: src/shoutcast.cpp:172 +msgid "" +"\n" +"connect: connection timed out. Trying again...\n" +msgstr "" +"\n" +"connexion : la connexion n'a pas abouti. Nouvel essai…\n" + +#: src/shoutcast.cpp:189 +msgid "" +"\n" +"Connect: Invalid password!\n" +msgstr "" +"\n" +"Connexion : Mot de passe invalide\n" + +#: src/shoutcast.cpp:238 +msgid "" +"\n" +"Update song: Could not create network socket" +msgstr "" +"\n" +"Update song : Impossible de créer le socket réseau" + +#: src/shoutcast.cpp:242 +msgid "" +"\n" +"Update song: Error resolving server address" +msgstr "" +"\n" +"Update song : Erreur de résolution de l'adresse du serveur" + +#: src/tls.cpp:159 +msgid "check_host: could not read host name from cert" +msgstr "check_host : Impossible de lire le nom d'hôte depuis le certificat" + +#: src/tls.cpp:194 +msgid "check_cert: No peer certificate available" +msgstr "check_cert : Pas de certificat pair disponible" + +#: src/tls.cpp:207 +msgid "check_cert: X509_check_host failed" +msgstr "check_cert : X509_check_host a échoué" + +#: src/tls.cpp:213 +msgid "check_cert: check_host failed" +msgstr "check_cert : check_host a échoué" + +#: src/tls.cpp:229 +msgid "calc_cert_hash: No peer certificate available" +msgstr "calc_cert_hash : Pas de certificat pair disponible" + +#: src/tls.cpp:236 +msgid "calc_cert_hash: Hash calculation failed" +msgstr "calc_cert_hash : Le calcul de l'empreinte a échoué" + +#: src/tls.cpp:305 +msgid "tls_setup: Could not set cipher list" +msgstr "" +"tls_setup : Impossible de définir la liste des algorithmes de chiffrement" + +#: src/tls.cpp:318 +msgid "tls_setup: SSL_new failed" +msgstr "tls_setup : SSL_new a échoué" + +#: src/tls.cpp:324 +msgid "tls_setup: Could not bind socket to SSL" +msgstr "tls_setup : Impossible de lier le socket à SSL" + +#: src/tls.cpp:338 +msgid "tls_setup: SSL_connect read timeout" +msgstr "tls_setup : délais de lecture SSL_connect dépassé" + +#: src/tls.cpp:344 +msgid "tls_setup: SSL_connect write timeout" +msgstr "tls_setup : délais d'écriture SSL_connect dépassé" + +#: src/tls.cpp:361 +msgid "tls_setup: Cert hash could not be calculated" +msgstr "tls_setup : Impossible de calculer l'empreinte du certificat" + +#: src/tls.cpp:385 +msgid "tls_send: read timeout" +msgstr "tls_send : délais de lecture dépassé" + +#: src/tls.cpp:392 +msgid "tls_send: write timeout" +msgstr "tls_send : délais d'écriture dépassé" + +#: src/tls.cpp:418 +msgid "tls_recv: read timeout" +msgstr "tls_recv : délais de lecture dépassé" + +#: src/tls.cpp:425 +msgid "tls_recv: write timeout" +msgstr "tls_recv : délais d'écriture dépassé" + +#~ msgid "Listeners: 99999" +#~ msgstr "Auditeurs: 99999" + +#, fuzzy +#~ msgid "Resample output" +#~ msgstr "Qualité du rééchantillonnage" + +#, fuzzy +#~ msgid "Resample output to selected sample rate" +#~ msgstr "Sélectionnez le taux d'échantillonnage de l'entrée" + +#, fuzzy, c-format +#~ msgid "" +#~ "error while parsing config. Missing WebRTC WHIP URL entry for server " +#~ "\"%s\".\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "erreur de lecture de la configuration. Le type du serveur \"%s\" est " +#~ "manquant.\n" +#~ "butt va fermer maintenant" + +#~ msgid "Preset " +#~ msgstr "Préréglage " + +#~ msgid "Text color" +#~ msgstr "Couleur du texte" + +#~ msgid "" +#~ "error while parsing config. Illegal value (-1) for num_of_srv.\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "erreur de lecture de la configuration. Valeur incorrecte (-1) pour " +#~ "num_of_srv.\n" +#~ "butt va fermer maintenant" + +#~ msgid "" +#~ "error while parsing config. Illegal value (-1) for num_of_icy.\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "erreur de lecture de la configuration. Valeur incorrecte (-1) pour " +#~ "num_of_icy.\n" +#~ "butt va fermer maintenant" + +#~ msgid "Dash address has been copied to clipboard." +#~ msgstr "L'adresse Dash a été copiée dans le presse papier." + +#~ msgid "Dash" +#~ msgstr "Dash" + +#~ msgid "recording to:" +#~ msgstr "enregistre vers :" + +#~ msgid "Convert Mono to Stereo" +#~ msgstr "Convertir du Mono vers Stéréo" + +#~ msgid "Copies a mono channel to both stereo channels" +#~ msgstr "Copie un canal mono vers chaque canal stéréo" + +#~ msgid "IceCast" +#~ msgstr "IceCast" + +#~ msgid "3.5kHz" +#~ msgstr "3.5kHz" + +#~ msgid "10kHz" +#~ msgstr "10kHz" + +#~ msgid "hello\n" +#~ msgstr "salut\n" + +#~ msgid "More @2<" +#~ msgstr "Plus @2<" diff --git a/po/insert-header.sin b/po/insert-header.sin new file mode 100644 index 0000000..b26de01 --- /dev/null +++ b/po/insert-header.sin @@ -0,0 +1,23 @@ +# Sed script that inserts the file called HEADER before the header entry. +# +# At each occurrence of a line starting with "msgid ", we execute the following +# commands. At the first occurrence, insert the file. At the following +# occurrences, do nothing. The distinction between the first and the following +# occurrences is achieved by looking at the hold space. +/^msgid /{ +x +# Test if the hold space is empty. +s/m/m/ +ta +# Yes it was empty. First occurrence. Read the file. +r HEADER +# Output the file's contents by reading the next line. But don't lose the +# current line while doing this. +g +N +bb +:a +# The hold space was nonempty. Following occurrences. Do nothing. +x +:b +} diff --git a/po/nl.gmo b/po/nl.gmo new file mode 100644 index 0000000000000000000000000000000000000000..64a2576bd1897d82f61e08b7f0a8f76304a7b764 GIT binary patch literal 52571 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, 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: butt 1.45.0\n" +"Report-Msgid-Bugs-To: butt@danielnoethen.de\n" +"POT-Creation-Date: 2025-04-19 14:55+0200\n" +"PO-Revision-Date: 2025-04-19 15:08+0200\n" +"Last-Translator: Timothy Wildschut \n" +"Language-Team: Dutch\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.0.1\n" + +#: src/AskForMicPermission.m:20 +msgid "Microphone access" +msgstr "Microfoon toegang" + +#: src/AskForMicPermission.m:21 +msgid "" +"butt needs access to your microphone.\n" +"\n" +"Please go to\n" +"System Preferences->Privacy & Security->Microphone\n" +"and activate the check mark next to the butt entry." +msgstr "" +"butt heeft toegang tot je microfoon nodig.\n" +"Ga naar\n" +"Systeemvoorkeuren->Veiligheid en privacy->Privacy->Microfoon\n" +"en activeer het vinkje naast de butt-vermelding." + +#: src/butt.cpp:219 +msgid "No home-directory found" +msgstr "Geen thuismap gevonden" + +#: src/butt.cpp:230 +#, c-format +msgid "" +"The shift key was held down during startup.\n" +"Do you want to start butt with a new configuration file?\n" +"This will overwrite your existing configuration file at\n" +"%s" +msgstr "" +"Shift werd ingedrukt tijdens het opstarten.\n" +"Wil je butt starten met een nieuw configuratiebestand?\n" +"Dit overschrijft je bestaande configuratiebestand op\n" +"%s" + +#: src/butt.cpp:233 +msgid "Start with old" +msgstr "Begin met oud" + +#: src/butt.cpp:233 +msgid "Start with new" +msgstr "Begin met nieuw" + +#: src/butt.cpp:236 src/butt.cpp:253 +#, c-format +msgid "" +"Could not create config %s\n" +"butt is going to close now" +msgstr "" +"Kon config niet maken %s\n" +"butt zal nu afsluiten" + +#: src/butt.cpp:242 +#, c-format +msgid "Reading config %s\n" +msgstr "Config lezen %s\n" + +#: src/butt.cpp:250 +#, c-format +msgid "Could not find config %s\n" +msgstr "Kon config %s niet vinden\n" + +#: src/butt.cpp:257 +#, c-format +msgid "" +"butt created a default config at\n" +"%s\n" +msgstr "" +"butt heeft een standaard config gemaakt op\n" +"%s\n" + +#: src/butt.cpp:265 +msgid "" +"Could not find any audio device with input channels.\n" +"butt requires at least one audio device with input channels in order to " +"work.\n" +"This can either be a built-in audio device, an external audio device or a " +"virtual audio device.\n" +"\n" +"butt is going to close now." +msgstr "" +"Kon geen audioapparaat met ingangskanalen vinden.\n" +"butt vereist minstens één audioapparaat met ingangskanalen om te kunnen " +"werken.\n" +"Dit kan een ingebouwd, een extern of een virtueel audioapparaat zijn.\n" +"\n" +"butt zal nu afsluiten." + +#: src/butt.cpp:358 +#, c-format +msgid "Illegal argument: Threshold must be a non-negative number\n" +msgstr "Illegaal argument: Drempelwaarde moet een niet-negatief getal zijn\n" + +#: src/butt.cpp:382 +#, c-format +msgid "%c threshold set to %0.1f\n" +msgstr "%c Drempel ingesteld op %0.1f\n" + +#: src/butt.cpp:464 +#, c-format +msgid "Illegal argument: Port must be a number between 1023 and 65535\n" +msgstr "Illegaal argument: Poort moet een getal zijn tussen 1023 en 65535\n" + +#: src/butt.cpp:472 src/butt.cpp:482 src/butt.cpp:489 src/butt.cpp:496 +#: src/butt.cpp:503 src/butt.cpp:510 src/butt.cpp:521 src/butt.cpp:540 +#: src/butt.cpp:550 src/butt.cpp:597 +#, c-format +msgid "" +"Warning: You may only pass one control option. Option -%c has been ignored.\n" +msgstr "" +"Waarschuwing: Je mag slechts één besturingsoptie doorgeven. Optie -%c is " +"genegeerd.\n" + +#: src/butt.cpp:559 +#, c-format +msgid "" +"\n" +"Options:\n" +"-h\tPrint this help text\n" +"-v\tPrint version information\n" +msgstr "" +"\n" +"Opties:\n" +"-h\tPrint deze helptekst\n" +"-v\tPrint versie informatie\n" + +#: src/butt.cpp:563 +#, c-format +msgid "" +"\n" +"Options for operating mode:\n" +"-c\tPath to configuration file\n" +"-L\tPrint available audio devices\n" +"-A\tCommand server will be accessible from your network/internet (default: " +"localhost only)\n" +"-U\tCommand server will use UDP instead of TCP\n" +"-x\tDo not start a command server\n" +"-p\tPort where the command server shall listen to (default: 1256)\n" +msgstr "" +"\n" +"Opties voor modus:\n" +"-c\tPad naar configuratiebestand\n" +"-L\tBeschikbare audioapparaten afdrukken\n" +"-A\tCommandoserver zal toegankelijk zijn vanaf jouw netwerk/internet " +"(standaard: alleen localhost)\n" +"-U\tCommandoserver zal UDP in plaats van TCP gebruiken\n" +"-x\tStart geen commandoserver\n" +"-p\tPoort waar de commandoserver naar zal luisteren (standaard: 1256)\n" + +#: src/butt.cpp:572 +#, c-format +msgid "" +"\n" +"Options for control mode:\n" +"-s\tConnect to streaming server\n" +"-d\tDisconnect from streaming server\n" +"-r\tStart recording\n" +"-t\tStop recording\n" +"-n\tSplit recording\n" +"-q\tQuit butt\n" +"-u\tupdate song name\n" +"-S\tRequest status\n" +"-M\tSet streaming signal threshold (seconds)\n" +"-m\tSet streaming silence threshold (seconds)\n" +"-O\tSet recording signal threshold (seconds)\n" +"-o\tSet recording silence threshold (seconds)\n" +"-U\tConnect via UDP instead of TCP\n" +"-a\tAddress of the butt instance to be controlled (default: 127.0.0.1)\n" +"-p\tPort of the butt instance to be controlled (default: 1256)\n" +msgstr "" +"\n" +"Opties voor besturingsmodus:\n" +"-s\tVerbinding maken met de streamingserver\n" +"-d\tVerbinding met de streamingserver afsluiten\n" +"-r\tStart opname\n" +"-t\tStop opname\n" +"-n\tOpsplitsen van opname\n" +"-q\tSluiten van butt\n" +"-u\tUpdate Artiest - Titel\n" +"-S\tStatus opvragen\n" +"-M\tInstellen van de streaming-signaaldrempel (seconden)\n" +"-m\tInstellen van de streaming-stilte-drempel (seconden)\n" +"-O\tInstellen van de opname-signaaldrempel (seconden)\n" +"-o\tInstellen van de opname-stilte-drempel (seconden)\n" +"-U\tVerbinden via UDP in plaats van TCP\n" +"-a\tAdres van de te besturen butt-instantie (standaard: 127.0.0.1)\n" +"-p\tPoort van de te besturen butt-instantie (standaard: 1256)\n" + +#: src/butt.cpp:591 +#, c-format +msgid "" +"Illegal option -%c.\n" +"Type butt -h to get a list of supported options.\n" +msgstr "" +"Illegale optie -%c.\n" +"Typ butt -h voor een lijst met ondersteunde opties.\n" + +#: src/butt.cpp:603 +#, c-format +msgid "Option -%c requires an argument\n" +msgstr "Optie -%c vereist een argument\n" + +#: src/butt.cpp:607 +#, c-format +msgid "Command line parsing failed\n" +msgstr "Parsen van opdrachtregel mislukt\n" + +#: src/butt.cpp:630 +#, c-format +msgid "No butt instance running on %s at port %d\n" +msgstr "Geen actieve butt-instantie op %s op poort %d\n" + +#: src/butt.cpp:635 +#, c-format +msgid "Error while sending command\n" +msgstr "Fout bij verzenden van opdracht\n" + +#: src/butt.cpp:640 +#, c-format +msgid "Error: Did not receive response packet\n" +msgstr "Fout: Geen responspakket ontvangen\n" + +#: src/butt.cpp:653 +#, c-format +msgid "Error: You may only request one status packet per second\n" +msgstr "Fout: Je mag slechts één statuspakket per seconde aanvragen\n" + +#: src/butt.cpp:657 +#, c-format +msgid "Error: Did not receive status packet (UDP server not running?)\n" +msgstr "Fout: Geen statuspakket ontvangen (UDP-server niet actief?)\n" + +#: src/butt.cpp:661 +#, c-format +msgid "Network error while receiving status packet: %d\n" +msgstr "Netwerkfout bij ontvangst van statuspakket: %d\n" + +#: src/butt.cpp:665 +#, c-format +msgid "Error: Client and server versions do not match\n" +msgstr "Fout: Verschil in versies tussen client en server\n" + +#: src/butt.cpp:676 +#, c-format +msgid "" +"connected: %d\n" +"connecting: %d\n" +"recording: %d\n" +"signal present: %d\n" +"signal absent: %d\n" +msgstr "" +"verbonden: %d\n" +"verbinden: %d\n" +"opnemen: %d\n" +"signaal aanwezig: %d\n" +"signaal afwezig: %d\n" + +#: src/butt.cpp:681 +#, c-format +msgid "stream seconds: %lu\n" +msgstr "stream seconden: %lu\n" + +#: src/butt.cpp:682 +#, c-format +msgid "stream kBytes: %lu\n" +msgstr "stream kBytes: %lu\n" + +#: src/butt.cpp:683 +#, c-format +msgid "record seconds: %lu\n" +msgstr "opname seconden %lu\n" + +#: src/butt.cpp:684 +#, c-format +msgid "record kBytes: %lu\n" +msgstr "opname kBytes: %lu\n" + +#: src/butt.cpp:685 +#, c-format +msgid "volume left: %0.1f\n" +msgstr "volume links: %0.1f\n" + +#: src/butt.cpp:686 +#, c-format +msgid "volume right: %0.1f\n" +msgstr "volume rechts: %0.1f\n" + +#: src/butt.cpp:687 +#, c-format +msgid "song: %s\n" +msgstr "nummer: %s\n" + +#: src/butt.cpp:688 +#, c-format +msgid "record path: %s\n" +msgstr "opnamepad: %s\n" + +#: src/butt.cpp:689 +#, c-format +msgid "listeners: %d\n" +msgstr "ingelogd: %d\n" + +#: src/butt.cpp:703 +msgid "" +"The control key was held down during startup.\n" +"butt will start without opening an audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"De CTRL-toets was ingedrukt tijdens het opstarten.\n" +"butt zal starten zonder een audioapparaat te openen.\n" +"Selecteer je audioapparaat in Instellingen -> Audio" + +#: src/butt.cpp:712 +msgid "" +"PortAudio init failed\n" +"butt is going to close now" +msgstr "" +"PortAudio-initiatie mislukt\n" +"butt zal nu afsluiten" + +#: src/butt.cpp:747 src/FLTK/fl_timer_funcs.cpp:476 +#: src/FLTK/fl_callbacks.cpp:123 src/FLTK/fl_callbacks.cpp:899 +#: src/FLTK/fl_callbacks.cpp:977 src/FLTK/fl_funcs.cpp:1047 +msgid "idle" +msgstr "inactief" + +#: src/butt.cpp:780 +#, c-format +msgid "" +"Starting %s\n" +"Written by Daniel Nöthen\n" +"iPhone/iPad client: https://izicast.de\n" +"Donate: paypal@danielnoethen.de\n" +msgstr "" +"Opstarten van %s\n" +"Geschreven door Daniel Nöthen\n" +"iPhone/iPad-client: https://izicast.de\n" +"Doneren: paypal@danielnoethen.de\n" + +#: src/butt.cpp:792 src/butt.cpp:793 src/cfg.cpp:577 src/port_audio.cpp:1314 +#: src/port_audio.cpp:1315 +msgid "Default PCM device (default)" +msgstr "Standaard PCM-apparaat (standaard)" + +#: src/butt.cpp:796 src/butt.cpp:797 src/cfg.cpp:578 +#: src/FLTK/fl_callbacks.cpp:2820 src/FLTK/fl_funcs.cpp:227 +msgid "None" +msgstr "Geen" + +#: src/butt.cpp:800 +msgid "" +"Could not open audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"Kan het audioapparaat niet openen.\n" +"Selecteer je voorkeursaudioapparaat in Instellingen -> Audio" + +#: src/butt.cpp:803 +msgid "" +"butt could not open previously used audio device.\n" +"The system default audio device will be used.\n" +msgstr "" +"butt kon het eerder gebruikte audioapparaat niet openen.\n" +"Het standaard audioapparaat van het systeem zal worden gebruikt.\n" + +#: src/butt.cpp:830 +#, c-format +msgid "Command server listening on port %d\n" +msgstr "Commandoserver luistert op poort %d\n" + +#: src/butt.cpp:837 +#, c-format +msgid "Warning: could not start command server on port %d\n" +msgstr "Waarschuwing: kon commandoserver niet starten op poort %d\n" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +#, c-format +msgid "" +"New version available: %s\n" +"You have version %s" +msgstr "" +"Nieuwe versie beschikbaar: %s\n" +"Jij hebt versie %s" + +#: src/butt.cpp:853 +msgid "Don't ask again" +msgstr "Niet opnieuw vragen" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:1594 +#: src/FLTK/fl_callbacks.cpp:4225 +msgid "Cancel" +msgstr "Annuleer" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +msgid "Get new version" +msgstr "Verkrijg nieuwe versie" + +#: src/butt.cpp:874 +#, c-format +msgid "Could not initialize PortMidi: %s" +msgstr "Kon PortMidi %s niet initialiseren" + +#: src/butt.cpp:902 +msgid "butt was built without WebRTC support" +msgstr "butt is ontwikkeld zonder WebRTC-ondersteuning" + +#: src/cfg.cpp:55 +#, c-format +msgid "Could not write to file: %s" +msgstr "Kon niet schrijven naar bestand: %s" + +#: src/cfg.cpp:550 +#, c-format +msgid "Config written to %s" +msgstr "Config opgeslagen naar %s" + +#: src/cfg.cpp:674 +msgid "" +"error while parsing config. Missing main/server entry.\n" +"butt will start with default settings" +msgstr "" +"fout bij het parsen van de configuratie. Ontbrekende hoofd-/serverinvoer.\n" +"butt zal starten met de standaardinstellingen" + +#: src/cfg.cpp:680 +msgid "" +"error while parsing config. Missing main/srv_ent entry.\n" +"butt will start with default settings" +msgstr "" +"fout bij het parsen van de configuratie. Ontbrekende hoofd-/srv_ent-invoer.\n" +"butt zal starten met de standaardinstellingen" + +#: src/cfg.cpp:699 +#, c-format +msgid "" +"error while parsing config. Missing type entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"fout bij het parsen van de configuratie. Ontbrekende type-invoer voor server " +"\"%s\".\n" +"butt zal starten met de standaardinstellingen" + +#: src/cfg.cpp:707 +#, c-format +msgid "" +"error while parsing config. Missing address entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"fout bij het parsen van de configuratie. Ontbrekende adresinvoer voor server " +"\"%s\".\n" +"butt zal starten met de standaardinstellingen" + +#: src/cfg.cpp:716 +#, c-format +msgid "" +"error while parsing config. Missing port entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"fout bij het parsen van de configuratie. Ontbrekende poortinvoer voor server " +"\"%s\".\n" +"butt zal starten met de standaardinstellingen" + +#: src/cfg.cpp:725 +#, c-format +msgid "" +"error while parsing config. Missing password entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"fout bij het parsen van de configuratie. Ontbrekende wachtwoordinvoer voor " +"server \"%s\".\n" +"butt zal starten met de standaardinstellingen" + +#: src/cfg.cpp:734 +#, c-format +msgid "" +"error while parsing config. Missing mount entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"fout bij het parsen van de configuratie. Ontbrekende mount-invoer voor " +"server \"%s\".\n" +"butt zal starten met de standaardinstellingen" + +#: src/cfg.cpp:790 +msgid "" +"error while parsing config. Missing main/icy entry.\n" +"butt will start with default settings" +msgstr "" +"fout bij het parsen van de configuratie. Ontbrekende hoofd-/icy-invoer.\n" +"butt zal starten met de standaardinstellingen" + +#: src/cfg.cpp:795 +msgid "" +"error while parsing config. Missing main/icy_ent entry.\n" +"butt will start with default settings" +msgstr "" +"fout bij het parsen van de configuratie. Ontbrekende hoofd-/icy_ent-invoer.\n" +"butt zal starten met de standaardinstellingen" + +#: src/cfg.cpp:821 +#, c-format +msgid "" +"error while parsing config. Missing pub entry for icy \"%s\".\n" +"butt will start with default settings" +msgstr "" +"fout bij het parsen van de configuratie. Ontbrekende pub-invoer voor icy " +"\"%s\".\n" +"butt zal starten met de standaardinstellingen" + +#: src/FLTK/flgui.cpp:3088 +msgid "Bitcoin address has been copied to clipboard." +msgstr "Bitcoin-adres gekopieerd naar het klembord." + +#: src/FLTK/flgui.cpp:3099 +msgid "Litecoin address has been copied to clipboard." +msgstr "Litecoin-adres gekopieerd naar het klembord." + +#: src/FLTK/flgui.cpp:3110 +msgid "Monero address has been copied to clipboard." +msgstr "Monero-adres gekopieerd naar het klembord." + +#: src/FLTK/flgui.cpp:4041 +msgid "press left mouse to toggle lcd info" +msgstr "linker muisknop om lcd-info te wisselen" + +#: src/FLTK/flgui.cpp:4053 src/FLTK/fl_callbacks.cpp:4078 +msgid "Streaming volume" +msgstr "Stream volume" + +#: src/FLTK/flgui.cpp:4057 +msgid "Mixer" +msgstr "Mixer" + +#: src/FLTK/flgui.cpp:4058 +msgid "show/hide mixer window" +msgstr "toon/verberg mixer" + +#: src/FLTK/flgui.cpp:4065 +msgid "@circle" +msgstr "@circle" + +#: src/FLTK/flgui.cpp:4066 +msgid "start/stop recording" +msgstr "start/stop opname" + +#: src/FLTK/flgui.cpp:4077 +msgid "@square" +msgstr "@square" + +#: src/FLTK/flgui.cpp:4078 +msgid "disconnect from server" +msgstr "ontkoppelen van server" + +#: src/FLTK/flgui.cpp:4089 +msgid "@>" +msgstr "@>" + +#: src/FLTK/flgui.cpp:4090 +msgid "connect to server" +msgstr "verbind met server" + +#: src/FLTK/flgui.cpp:4106 src/FLTK/flgui.cpp:4438 src/FLTK/flgui.cpp:4657 +#: src/FLTK/fl_callbacks.cpp:4077 +msgid "Streaming" +msgstr "Streamen" + +#: src/FLTK/flgui.cpp:4110 src/FLTK/flgui.cpp:4469 src/FLTK/flgui.cpp:4771 +msgid "Recording" +msgstr "Opname" + +#: src/FLTK/flgui.cpp:4140 +msgid "Settings" +msgstr "Instellingen" + +#: src/FLTK/flgui.cpp:4141 +msgid "show/hide config window" +msgstr "toon/verberg configuratievenster" + +#: src/FLTK/flgui.cpp:4148 src/FLTK/fl_callbacks.cpp:1098 +msgid "Show log" +msgstr "Bekijk log" + +#: src/FLTK/flgui.cpp:4149 +msgid "show/hide info window" +msgstr "toon/verberg infovenster" + +#: src/FLTK/flgui.cpp:4156 +msgid "-24 dB" +msgstr "-24 dB" + +#: src/FLTK/flgui.cpp:4159 +msgid "Gain" +msgstr "Gain" + +#: src/FLTK/flgui.cpp:4160 src/FLTK/fl_callbacks.cpp:3663 +#: src/FLTK/fl_funcs.cpp:810 +msgid "Master Gain" +msgstr "Master Gain" + +#: src/FLTK/flgui.cpp:4178 +msgid "+24 dB" +msgstr "+24 dB" + +#: src/FLTK/flgui.cpp:4185 +msgid "Listeners: 0" +msgstr "Ingelogd: 0" + +#: src/FLTK/flgui.cpp:4200 +msgid "butt settings" +msgstr "butt instellingen" + +#: src/FLTK/flgui.cpp:4213 +msgid "Main" +msgstr "Hoofd" + +#: src/FLTK/flgui.cpp:4215 +msgid "Server Settings" +msgstr "Server Instellingen" + +#: src/FLTK/flgui.cpp:4218 +msgid "Server" +msgstr "Server" + +#: src/FLTK/flgui.cpp:4219 +msgid "Server to connect to" +msgstr "Server om mee te verbinden" + +#: src/FLTK/flgui.cpp:4224 src/FLTK/flgui.cpp:4245 +msgid "ADD" +msgstr "Voeg toe" + +#: src/FLTK/flgui.cpp:4225 src/FLTK/flgui.cpp:5550 +msgid "Add server" +msgstr "Voeg server toe" + +#: src/FLTK/flgui.cpp:4229 src/FLTK/flgui.cpp:4250 +msgid "EDIT" +msgstr "Bewerk" + +#: src/FLTK/flgui.cpp:4230 +msgid "Edit selected server" +msgstr "Bewerk geselecteerde server" + +#: src/FLTK/flgui.cpp:4234 src/FLTK/flgui.cpp:4255 +msgid "DEL" +msgstr "Wis" + +#: src/FLTK/flgui.cpp:4235 +msgid "Delete selected server" +msgstr "Verwijder geselecteerde server" + +#: src/FLTK/flgui.cpp:4239 +msgid "Stream Infos" +msgstr "StreamInformatie" + +#: src/FLTK/flgui.cpp:4240 +msgid "Stream info that shall be used" +msgstr "Streaminfo die gebruikt zal worden" + +#: src/FLTK/flgui.cpp:4246 src/FLTK/flgui.cpp:5671 +msgid "Add stream info" +msgstr "Voeg streaminfo toe" + +#: src/FLTK/flgui.cpp:4251 +msgid "Edit stream info" +msgstr "Bewerk streaminfo" + +#: src/FLTK/flgui.cpp:4256 +msgid "Delete stream info" +msgstr "Verwijder streaminfo" + +#: src/FLTK/flgui.cpp:4262 +msgid "Log File" +msgstr "Logbestand" + +#: src/FLTK/flgui.cpp:4266 +msgid "Log file path" +msgstr "Pad logbestand" + +#: src/FLTK/flgui.cpp:4271 +msgid "Select log file" +msgstr "Selecteer logbestand" + +#: src/FLTK/flgui.cpp:4278 +msgid "Configuration" +msgstr "Configuratie" + +#: src/FLTK/flgui.cpp:4281 src/FLTK/fl_callbacks.cpp:4128 +msgid "Import..." +msgstr "Import..." + +#: src/FLTK/flgui.cpp:4282 +msgid "Import settings from config file" +msgstr "Importeer instellingen van configuratiebestand" + +#: src/FLTK/flgui.cpp:4286 src/FLTK/flgui.cpp:5615 src/FLTK/flgui.cpp:5717 +msgid "&Save" +msgstr "&Opslaan" + +#: src/FLTK/flgui.cpp:4287 +msgid "Save settings" +msgstr "Instellingen opslaan" + +#: src/FLTK/flgui.cpp:4291 +msgid "Export..." +msgstr "Export..." + +#: src/FLTK/flgui.cpp:4292 +msgid "export settings" +msgstr "exporteer instellingen" + +#: src/FLTK/flgui.cpp:4298 +msgid "Butt Agent" +msgstr "Butt Agent" + +#: src/FLTK/flgui.cpp:4301 +msgid "Start agent at startup" +msgstr "Start agent bij opstarten" + +#: src/FLTK/flgui.cpp:4302 +msgid "Start the butt agent when butt starts" +msgstr "Start de butt agent als butt opstart" + +#: src/FLTK/flgui.cpp:4306 src/FLTK/flgui.cpp:4307 +msgid "Minimize butt to tray" +msgstr "Minimaliseer (systeemvak)" + +#: src/FLTK/flgui.cpp:4311 +msgid "Start Agent" +msgstr "Start Agent" + +#: src/FLTK/flgui.cpp:4312 +msgid "Start the butt agent now" +msgstr "Start de butt agent nu" + +#: src/FLTK/flgui.cpp:4316 +msgid "Stop Agent" +msgstr "Stop Agent" + +#: src/FLTK/flgui.cpp:4317 +msgid "Stop the butt agent" +msgstr "Stop de butt agent" + +#: src/FLTK/flgui.cpp:4323 +msgid "Updates" +msgstr "Updates" + +#: src/FLTK/flgui.cpp:4326 +msgid "Check at startup" +msgstr "Controleer tijdens opstarten" + +#: src/FLTK/flgui.cpp:4327 +msgid "Check for updates at start" +msgstr "Controleer op updates tijdens opstarten" + +#: src/FLTK/flgui.cpp:4331 +msgid "Check now" +msgstr "Nu controleren" + +#: src/FLTK/flgui.cpp:4332 +msgid "Check if a new version is available" +msgstr "Controleer beschikbaarheid nieuwe versie" + +#: src/FLTK/flgui.cpp:4338 +msgid "Help" +msgstr "Help" + +#: src/FLTK/flgui.cpp:4341 +msgid "Manual" +msgstr "Handleiding" + +#: src/FLTK/flgui.cpp:4345 +msgid " YouTube" +msgstr " Youtube" + +#: src/FLTK/flgui.cpp:4355 +msgid "Audio" +msgstr "Audio" + +#: src/FLTK/flgui.cpp:4357 +msgid "Main Audio Settings" +msgstr "Audio Instellingen" + +#: src/FLTK/flgui.cpp:4360 +msgid "Channel mode" +msgstr "Kanaalmode" + +#: src/FLTK/flgui.cpp:4361 +msgid "Select input channel" +msgstr "Selecteer ingangskanaal" + +#: src/FLTK/flgui.cpp:4374 +msgid "Samplerate" +msgstr "Samplerate" + +#: src/FLTK/flgui.cpp:4375 +msgid "Select input sample rate" +msgstr "Selecteer ingang samplerate" + +#: src/FLTK/flgui.cpp:4380 +msgid "Remember Device by" +msgstr "Onthoud apparaat op" + +#: src/FLTK/flgui.cpp:4383 +msgid "ID" +msgstr "ID" + +#: src/FLTK/flgui.cpp:4388 +msgid "Name" +msgstr "Naam" + +#: src/FLTK/flgui.cpp:4395 +msgid "Update devices" +msgstr "Werk apparaten bij" + +#: src/FLTK/flgui.cpp:4396 +msgid "Rescan audio devices" +msgstr "Herscan audioapparaten" + +#: src/FLTK/flgui.cpp:4400 +msgid "Primary Audio Device" +msgstr "Primair Audioapparaat" + +#: src/FLTK/flgui.cpp:4401 +msgid "Select your primary sound card device" +msgstr "Selecteer primair audioapparaat" + +#: src/FLTK/flgui.cpp:4406 src/FLTK/flgui.cpp:4424 +msgid "Left" +msgstr "Links" + +#: src/FLTK/flgui.cpp:4407 src/FLTK/flgui.cpp:4425 +msgid "Select left audio channel" +msgstr "Selecteer linker audiokanaal" + +#: src/FLTK/flgui.cpp:4412 src/FLTK/flgui.cpp:4430 +msgid "Right" +msgstr "Rechts" + +#: src/FLTK/flgui.cpp:4413 src/FLTK/flgui.cpp:4431 +msgid "Select right audio channel" +msgstr "Selecteer rechter audiokanaal" + +#: src/FLTK/flgui.cpp:4418 +msgid "Secondary Audio Device" +msgstr "Secundair Audioapparaat" + +#: src/FLTK/flgui.cpp:4419 +msgid "Select your secondary sound card device" +msgstr "Selecteer secundair audioapparaat" + +#: src/FLTK/flgui.cpp:4441 src/FLTK/flgui.cpp:4472 +msgid "Codec" +msgstr "Codec" + +#: src/FLTK/flgui.cpp:4442 +msgid "Select streaming codec" +msgstr "Selecteer stream codec" + +#: src/FLTK/flgui.cpp:4455 src/FLTK/flgui.cpp:4486 +msgid "Bitrate" +msgstr "Bitrate" + +#: src/FLTK/flgui.cpp:4456 +msgid "Select streaming bitrate" +msgstr "Selecteer stream bitrate" + +#: src/FLTK/flgui.cpp:4473 +msgid "Select recording codec" +msgstr "Selecteer opname codec" + +#: src/FLTK/flgui.cpp:4487 +msgid "Select recording bitrate" +msgstr "Selecteer opname bitrate" + +#: src/FLTK/flgui.cpp:4499 +msgid "Advanced..." +msgstr "Geavanceerd..." + +#: src/FLTK/flgui.cpp:4505 +msgid "Buffer (ms)" +msgstr "Buffer (ms)" + +#: src/FLTK/flgui.cpp:4514 +msgid "Resample Quality" +msgstr "Hersample kwaliteit" + +#: src/FLTK/flgui.cpp:4529 +msgid "Signal detection levels" +msgstr "Signaal detectieniveaus" + +#: src/FLTK/flgui.cpp:4532 +msgid "Signal present" +msgstr "Signaal aanwezig" + +#: src/FLTK/flgui.cpp:4539 src/FLTK/flgui.cpp:4549 +msgid "dB" +msgstr "dB" + +#: src/FLTK/flgui.cpp:4542 +msgid "Signal absent" +msgstr "Signaal afwezig" + +#: src/FLTK/flgui.cpp:4556 src/FLTK/flgui.cpp:4833 src/FLTK/flgui.cpp:5084 +msgid "Stream" +msgstr "Stream" + +#: src/FLTK/flgui.cpp:4558 +msgid "Update song name from file" +msgstr "Artiest - Titel bijwerken vanuit bestand" + +#: src/FLTK/flgui.cpp:4562 +msgid "Filename that holds the current song name" +msgstr "Bestandsnaam die huidig Artiest - Titel bevat" + +#: src/FLTK/flgui.cpp:4568 +msgid "Select file that holds the current song name" +msgstr "Selecteer bestand die huidig Artiest - Titel bevat" + +#: src/FLTK/flgui.cpp:4573 src/FLTK/flgui.cpp:4606 src/FLTK/flgui.cpp:4724 +msgid "Activate" +msgstr "Activeer" + +#: src/FLTK/flgui.cpp:4574 src/FLTK/flgui.cpp:4579 +msgid "Activate auto update song name from file" +msgstr "Activeer automatische verversing Artiest - Titel vanuit bestand" + +#: src/FLTK/flgui.cpp:4578 +msgid "Read last line instead of first" +msgstr "Laatste regel gebruiken" + +#: src/FLTK/flgui.cpp:4585 +msgid "Update song name from application" +msgstr "Artiest - Titel bijwerken vanuit een programma" + +#: src/FLTK/flgui.cpp:4589 +msgid "Changes the song through an running application" +msgstr "Past Artiest - Titel aan middels een lopend programma" + +#: src/FLTK/flgui.cpp:4594 +msgid "Title - Artist" +msgstr "Titel - Artiest" + +#: src/FLTK/flgui.cpp:4599 +msgid "Artist - Title" +msgstr "Artiest - Titel" + +#: src/FLTK/flgui.cpp:4612 +msgid "Update song name manually" +msgstr "Artiest - Titel handmatig bijwerken" + +#: src/FLTK/flgui.cpp:4616 +msgid "Current song name" +msgstr "Huidige Artiest - Titel" + +#: src/FLTK/flgui.cpp:4622 src/FLTK/fl_callbacks.cpp:1594 +msgid "OK" +msgstr "OK" + +#: src/FLTK/flgui.cpp:4623 +msgid "Send current song name to the server" +msgstr "Stuur huidig Artiest - Titel naar de server" + +#: src/FLTK/flgui.cpp:4631 +msgid "Update song name delay" +msgstr "Vertraging bij bijwerken Artiest - Titel" + +#: src/FLTK/flgui.cpp:4635 +msgid "Introduces a delay until the song name is actually updated" +msgstr "" +"Voeg een vertraging toe voordat Artiest - Titel daadwerkelijk wordt " +"bijgewerkt" + +#: src/FLTK/flgui.cpp:4642 +msgid "Extend song name" +msgstr "Uitbreiden Artiest - Titel (voor- achtervoegsel)" + +#: src/FLTK/flgui.cpp:4645 +msgid "Prefix:" +msgstr "Voor:" + +#: src/FLTK/flgui.cpp:4650 +msgid "Suffix:" +msgstr "Achter:" + +#: src/FLTK/flgui.cpp:4660 src/FLTK/flgui.cpp:4789 +msgid "Start if signal is present for" +msgstr "Start bij signaal voor" + +#: src/FLTK/flgui.cpp:4661 +msgid "" +"Start streaming if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" +"Start stream als het audioniveau de \"Signaal aanwezig\"-drempel " +"overschrijdt, zoals ingesteld op het tabblad \"Audio\"" + +#: src/FLTK/flgui.cpp:4670 src/FLTK/flgui.cpp:4683 src/FLTK/flgui.cpp:4702 +#: src/FLTK/flgui.cpp:4799 src/FLTK/flgui.cpp:4812 src/FLTK/flgui.cpp:5499 +msgid "seconds" +msgstr "seconden" + +#: src/FLTK/flgui.cpp:4673 src/FLTK/flgui.cpp:4802 +msgid "Stop if signal is absent for" +msgstr "Stop bij geen signaal voor" + +#: src/FLTK/flgui.cpp:4674 +msgid "" +"Stop streaming if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" +"Stop stream als het audioniveau onder de \"Signaal afwezig\"-drempel komt, " +"zoals ingesteld op het tabblad \"Audio\"" + +#: src/FLTK/flgui.cpp:4686 +msgid "Start streaming after launch" +msgstr "Start streamen na opstarten" + +#: src/FLTK/flgui.cpp:4687 +msgid "Connect automatically to a server after launch" +msgstr "Verbind automatisch met een server na opstarten" + +#: src/FLTK/flgui.cpp:4691 +msgid "Force reconnecting" +msgstr "Forceer herverbinden" + +#: src/FLTK/flgui.cpp:4692 +msgid "If enabled butt keeps reconnecting regardless of the error message" +msgstr "Indien ingeschakeld zal butt blijven verbinden ongeacht foutmeldingen" + +#: src/FLTK/flgui.cpp:4696 +msgid "Reconnect delay:" +msgstr "Herverbind vertraging:" + +#: src/FLTK/flgui.cpp:4707 +msgid "Update song name from URL" +msgstr "Update Artiest - Titel vanaf URL" + +#: src/FLTK/flgui.cpp:4711 +msgid "URL to get song name from" +msgstr "Update Artiest - Titel vanaf" + +#: src/FLTK/flgui.cpp:4716 +msgid "Update interval" +msgstr "Update snelheid" + +#: src/FLTK/flgui.cpp:4717 +msgid "Update interval in seconds" +msgstr "Update-interval in seconden" + +#: src/FLTK/flgui.cpp:4732 +msgid "Record" +msgstr "Opname" + +#: src/FLTK/flgui.cpp:4734 +msgid "Record File Name:" +msgstr "Opname bestandsnaam:" + +#: src/FLTK/flgui.cpp:4735 +msgid "Record file name" +msgstr "Opname bestandsnaam" + +#: src/FLTK/flgui.cpp:4740 +msgid "Record Directory:" +msgstr "Opname Map:" + +#: src/FLTK/flgui.cpp:4741 +msgid "Directory of recordings" +msgstr "Map met opnames" + +#: src/FLTK/flgui.cpp:4747 +msgid "Select recording directory" +msgstr "Selecteer opnamemap" + +#: src/FLTK/flgui.cpp:4752 +msgid "Split file" +msgstr "Splits bestand" + +#: src/FLTK/flgui.cpp:4755 +msgid "every" +msgstr "elke" + +#: src/FLTK/flgui.cpp:4758 +msgid "minutes" +msgstr "minuten" + +#: src/FLTK/flgui.cpp:4760 src/FLTK/flgui.cpp:4761 +msgid "Sync to full hour" +msgstr "Sync tot vol uur" + +#: src/FLTK/flgui.cpp:4765 +msgid "Split now" +msgstr "Splits nu" + +#: src/FLTK/flgui.cpp:4774 src/FLTK/flgui.cpp:4775 +msgid "Start recording when connected" +msgstr "Start opname bij verbinding" + +#: src/FLTK/flgui.cpp:4779 +msgid "Stop recording when disconnected" +msgstr "Stop opname bij verbreking van de verbinding" + +#: src/FLTK/flgui.cpp:4780 +msgid "Start recording when disconnected" +msgstr "Start opname bij verbreking verbinding" + +#: src/FLTK/flgui.cpp:4784 src/FLTK/flgui.cpp:4785 +msgid "Start recording after launch" +msgstr "Start opname na opstarten van butt" + +#: src/FLTK/flgui.cpp:4790 +msgid "" +"Start recording if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" +"Start opname als het audioniveau de \"Signaal aanwezig\"-drempel " +"overschrijdt, zoals ingesteld op het tabblad \"Audio\"" + +#: src/FLTK/flgui.cpp:4803 +msgid "" +"Stop recording if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" +"Stop opname als het audioniveau de \"Signaal aanwezig\"-drempel " +"overschrijdt, zoals ingesteld op het tabblad \"Audio\"" + +#: src/FLTK/flgui.cpp:4815 +msgid "Overwrite existing files" +msgstr "Overschrijf bestaande bestanden" + +#: src/FLTK/flgui.cpp:4823 +msgid "DSP" +msgstr "DSP" + +#: src/FLTK/flgui.cpp:4825 src/FLTK/flgui.cpp:5076 src/FLTK/flgui.cpp:6478 +msgid "Reset" +msgstr "Reset" + +#: src/FLTK/flgui.cpp:4830 +msgid "Equalizer" +msgstr "Equalizer" + +#: src/FLTK/flgui.cpp:4837 src/FLTK/flgui.cpp:5088 +msgid "Rec" +msgstr "Opname" + +#: src/FLTK/flgui.cpp:4842 +msgid "Equalizer Preset" +msgstr "Equalizer Preset" + +#: src/FLTK/flgui.cpp:4854 src/FLTK/flgui.cpp:4876 src/FLTK/flgui.cpp:4898 +#: src/FLTK/flgui.cpp:4920 src/FLTK/flgui.cpp:4942 src/FLTK/flgui.cpp:4964 +#: src/FLTK/flgui.cpp:4986 src/FLTK/flgui.cpp:5008 src/FLTK/flgui.cpp:5030 +#: src/FLTK/flgui.cpp:5052 src/FLTK/flgui.cpp:5096 src/FLTK/flgui.cpp:5118 +#: src/FLTK/flgui.cpp:5186 +msgid "+0.0" +msgstr "+0.0" + +#: src/FLTK/flgui.cpp:4858 +msgid "32Hz" +msgstr "32Hz" + +#: src/FLTK/flgui.cpp:4880 +msgid "64Hz" +msgstr "64Hz" + +#: src/FLTK/flgui.cpp:4902 +msgid "125Hz" +msgstr "125Hz" + +#: src/FLTK/flgui.cpp:4924 +msgid "250Hz" +msgstr "250Hz" + +#: src/FLTK/flgui.cpp:4946 +msgid "500Hz" +msgstr "500Hz" + +#: src/FLTK/flgui.cpp:4968 +msgid "1kHz" +msgstr "1kHz" + +#: src/FLTK/flgui.cpp:4990 +msgid "2kHz" +msgstr "2kHz" + +#: src/FLTK/flgui.cpp:5012 +msgid "4kHz" +msgstr "4kHz" + +#: src/FLTK/flgui.cpp:5034 +msgid "8kHz" +msgstr "8kHz" + +#: src/FLTK/flgui.cpp:5056 +msgid "16kHz" +msgstr "16kHz" + +#: src/FLTK/flgui.cpp:5081 +msgid "Dynamic Range Compressor" +msgstr "Dynamisch bereikprocessor" + +#: src/FLTK/flgui.cpp:5092 +msgid "Aggressive Mode" +msgstr "Aggressive Mode" + +#: src/FLTK/flgui.cpp:5100 +msgid "Threshold" +msgstr "Drempel" + +#: src/FLTK/flgui.cpp:5122 +msgid "Ratio" +msgstr "Ratio" + +#: src/FLTK/flgui.cpp:5140 src/FLTK/flgui.cpp:5163 +msgid "+0.00" +msgstr "+0.00" + +#: src/FLTK/flgui.cpp:5144 +msgid "Attack" +msgstr "Attack" + +#: src/FLTK/flgui.cpp:5167 +msgid "Release" +msgstr "Release" + +#: src/FLTK/flgui.cpp:5190 +msgid "MakeupGain" +msgstr "MakeupGain" + +#: src/FLTK/flgui.cpp:5224 src/FLTK/flgui.cpp:5237 +msgid "MIDI" +msgstr "MIDI" + +#: src/FLTK/flgui.cpp:5226 +msgid "MIDI Device" +msgstr "MIDI apparaat" + +#: src/FLTK/flgui.cpp:5227 +msgid "Select your MIDI device" +msgstr "Selecteer je MIDI apparaat" + +#: src/FLTK/flgui.cpp:5232 +msgid "Rescan" +msgstr "Opnieuw scannen" + +#: src/FLTK/flgui.cpp:5233 +msgid "Rescan MIDI devices" +msgstr "Opnieuw scannen MIDI apparaten" + +#: src/FLTK/flgui.cpp:5238 +msgid "MIDI signal indicator" +msgstr "MIDI signaal indicator" + +#: src/FLTK/flgui.cpp:5250 +msgid "MIDI Commands" +msgstr "MIDI Commando's" + +#: src/FLTK/flgui.cpp:5255 +msgid "Enable" +msgstr "Inschakelen" + +#: src/FLTK/flgui.cpp:5256 +msgid "Enable/Disable the selected MIDI command" +msgstr "In-/uitschakelen geselecteerd MIDI commando" + +#: src/FLTK/flgui.cpp:5262 +msgid "Channel" +msgstr "Kanaal" + +#: src/FLTK/flgui.cpp:5263 +msgid "Select MIDI channel" +msgstr "Selecteer MIDI kanaal" + +#: src/FLTK/flgui.cpp:5277 +msgid "CC" +msgstr "CC" + +#: src/FLTK/flgui.cpp:5278 +msgid "Select CC number" +msgstr "Selecteer CC nummer" + +#: src/FLTK/flgui.cpp:5283 src/FLTK/fl_callbacks.cpp:6425 +msgid "Learn" +msgstr "Leer" + +#: src/FLTK/flgui.cpp:5284 +msgid "Activate to auto detect the channel and CC number" +msgstr "Activeer autodetectie kanaal en CC nummer" + +#: src/FLTK/flgui.cpp:5289 +msgid "CC Mode" +msgstr "CC Mode" + +#: src/FLTK/flgui.cpp:5290 +msgid "Select CC mode" +msgstr "Selecteer CC mode" + +#: src/FLTK/flgui.cpp:5304 +msgid "Soft takeover" +msgstr "Soft takeover" + +#: src/FLTK/flgui.cpp:5305 +msgid "Prevents jumps when controlling a slider in absolute mode" +msgstr "" +"Voorkomt verspringen bij het bedienen van een schuifregelaar in absolute " +"modus" + +#: src/FLTK/flgui.cpp:5313 +msgid "TLS" +msgstr "TLS" + +#: src/FLTK/flgui.cpp:5315 src/FLTK/flgui.cpp:5619 +msgid "SSL/TLS" +msgstr "SSL/TLS" + +#: src/FLTK/flgui.cpp:5318 +msgid "" +"If your server uses a certificate from\n" +"Let's Encrypt or another well known\n" +"CA, you can leave these fields blank." +msgstr "" +"Als je server een certificaat gebruikt van\n" +"Let's Encrypt of een andere bekende\n" +"CA, dan kun je deze velden leeg laten." + +#: src/FLTK/flgui.cpp:5322 +msgid "CA Certificate File:" +msgstr "CA Certificaat bestand:" + +#: src/FLTK/flgui.cpp:5323 +msgid "Certificate file" +msgstr "Certificaat bestand" + +#: src/FLTK/flgui.cpp:5329 +msgid "Select certificate file" +msgstr "Selecteer certificaat-bestand" + +#: src/FLTK/flgui.cpp:5334 +msgid "CA Certificate Directory:" +msgstr "CA Certificaat map:" + +#: src/FLTK/flgui.cpp:5335 +msgid "Certificate directory" +msgstr "Certificaatmap" + +#: src/FLTK/flgui.cpp:5341 +msgid "Select certificate directory" +msgstr "Selecteer certificaatmap" + +#: src/FLTK/flgui.cpp:5350 +msgid "GUI" +msgstr "GUI" + +#: src/FLTK/flgui.cpp:5352 +msgid "Language" +msgstr "Taal" + +#: src/FLTK/flgui.cpp:5369 +msgid "Display Color" +msgstr "Weergavekleur" + +#: src/FLTK/flgui.cpp:5372 +msgid "Text" +msgstr "Tekst" + +#: src/FLTK/flgui.cpp:5373 +msgid "Select text color" +msgstr "Selecteer tekstkleur" + +#: src/FLTK/flgui.cpp:5379 +msgid "Background" +msgstr "Achtergrond" + +#: src/FLTK/flgui.cpp:5380 +msgid "Select background color" +msgstr "Selecteer achtergrondkleur" + +#: src/FLTK/flgui.cpp:5388 +msgid "VU meter" +msgstr "VU meter" + +#: src/FLTK/flgui.cpp:5391 +msgid "Gradient colors" +msgstr "Gradientkleuren" + +#: src/FLTK/flgui.cpp:5396 +msgid "Solid colors" +msgstr "Solide kleuren" + +#: src/FLTK/flgui.cpp:5401 +msgid "Always show tabs" +msgstr "Altijd tabbladen tonen" + +#: src/FLTK/flgui.cpp:5406 +msgid "Select lower range color" +msgstr "Kies de kleur van het lagere bereik" + +#: src/FLTK/flgui.cpp:5413 +msgid "Select mid range color" +msgstr "Kies de kleur van het middensegment" + +#: src/FLTK/flgui.cpp:5420 +msgid "Select high range color" +msgstr "Kies de kleur van het hogere bereik" + +#: src/FLTK/flgui.cpp:5427 +msgid "Low range start value (dB)" +msgstr "Startwaarde laag bereik (dB)" + +#: src/FLTK/flgui.cpp:5431 +msgid "Mid range start value (dB)" +msgstr "Startwaarde midden bereik (dB)" + +#: src/FLTK/flgui.cpp:5440 +msgid "High range start value (dB)" +msgstr "Startwaarde hoog bereik (dB)" + +#: src/FLTK/flgui.cpp:5450 +msgid "Misc" +msgstr "Misc" + +#: src/FLTK/flgui.cpp:5453 +msgid "Attach settings window to main window" +msgstr "Instellingenvenster koppelen aan hoofdvenster" + +#: src/FLTK/flgui.cpp:5454 +msgid "Attach this window to the butt window" +msgstr "Koppel dit venster aan het butt-venster" + +#: src/FLTK/flgui.cpp:5458 src/FLTK/flgui.cpp:5459 +msgid "Stay always on top" +msgstr "Altijd bovenaan blijven" + +#: src/FLTK/flgui.cpp:5463 src/FLTK/flgui.cpp:5464 +msgid "Remember main window position" +msgstr "Onthoud positie hoofdvenster" + +#: src/FLTK/flgui.cpp:5468 src/FLTK/flgui.cpp:5469 +msgid "Hide log window after start up" +msgstr "Verberg logvenster bij opstarten" + +#: src/FLTK/flgui.cpp:5473 src/FLTK/flgui.cpp:5474 +msgid "Change display mode every 5 seconds" +msgstr "Verander weergavemodus elke 5 seconden" + +#: src/FLTK/flgui.cpp:5478 +msgid "Start minimized" +msgstr "Start geminimaliseerd" + +#: src/FLTK/flgui.cpp:5479 +msgid "Minimize butt at startup" +msgstr "Minimaliseer butt bij opstarten" + +#: src/FLTK/flgui.cpp:5483 +msgid "Disable gain control" +msgstr "Uitschakelen van gain-control" + +#: src/FLTK/flgui.cpp:5489 +msgid "Show listeners" +msgstr "Toon Ingelogd" + +#: src/FLTK/flgui.cpp:5490 +msgid "Show current listeners in the display (not always available)" +msgstr "Toon huidige Ingelogd in het display (niet altijd beschikbaar)" + +#: src/FLTK/flgui.cpp:5494 +msgid "Update rate:" +msgstr "Update snelheid:" + +#: src/FLTK/flgui.cpp:5504 +msgid "Custom window title:" +msgstr "Aangepaste venstertitel:" + +#: src/FLTK/flgui.cpp:5505 +msgid "Define a custom window title" +msgstr "Definieer een aangepaste venstertitel" + +#: src/FLTK/flgui.cpp:5515 +msgid "Donate" +msgstr "Doneer" + +#: src/FLTK/flgui.cpp:5517 +msgid "Donation" +msgstr "Donatie" + +#: src/FLTK/flgui.cpp:5520 +msgid "" +"Keeping this software up to date, adding\n" +"new features and answering support mails\n" +"takes a lot of time and effort. If you can\n" +"afford it, please consider supporting this\n" +"project.\n" +"\n" +"Thank you!" +msgstr "" +"Deze software up-to-date houden, nieuwe\n" +"functies toevoegen en ondersteuningsmails\n" +"beantwoorden vergt veel tijd en inspanning.\n" +"Als je het je kunt veroorloven, overweeg dan\n" +"alsjeblieft dit project te ondersteunen.\n" +"\n" +"Dank je!" + +#: src/FLTK/flgui.cpp:5525 +msgid "&Donate via PayPal" +msgstr "&Doneer met PayPal" + +#: src/FLTK/flgui.cpp:5529 +msgid "Become a &patron" +msgstr "Word een &patron" + +#: src/FLTK/flgui.cpp:5533 +msgid "&Apple Pay, Google Pay, CC and more" +msgstr "&Apple Pay, Google Pay, CC en meer" + +#: src/FLTK/flgui.cpp:5537 +msgid "&Bitcoin && Co" +msgstr "&Bitcoin && Co" + +#: src/FLTK/flgui.cpp:5552 src/FLTK/flgui.cpp:5673 +msgid "Name:" +msgstr "Naam:" + +#: src/FLTK/flgui.cpp:5556 +msgid "Address:" +msgstr "Adres:" + +#: src/FLTK/flgui.cpp:5560 +msgid "Port:" +msgstr "Poort:" + +#: src/FLTK/flgui.cpp:5564 +msgid "Password:" +msgstr "Wachtwoord:" + +#: src/FLTK/flgui.cpp:5569 +msgid "Icecast mountpoint:" +msgstr "Icecast mountpoint:" + +#: src/FLTK/flgui.cpp:5573 +msgid "Icecast user:" +msgstr "Icecast gebruiker:" + +#: src/FLTK/flgui.cpp:5577 src/FLTK/fl_callbacks.cpp:1136 +#: src/FLTK/fl_callbacks.cpp:1215 src/FLTK/fl_callbacks.cpp:1623 +msgid "Show" +msgstr "Toon" + +#: src/FLTK/flgui.cpp:5578 +msgid "show/hide password" +msgstr "toon/verberg wachtwoord" + +#: src/FLTK/flgui.cpp:5582 +msgid "Type" +msgstr "Type" + +#: src/FLTK/flgui.cpp:5585 +msgid "Shoutcast" +msgstr "Shoutcast" + +#: src/FLTK/flgui.cpp:5590 +msgid "Icecast" +msgstr "Icecast" + +#: src/FLTK/flgui.cpp:5595 +msgid "WebRTC" +msgstr "WebRTC" + +#: src/FLTK/flgui.cpp:5600 +msgid "Radio.co" +msgstr "Radio.co" + +#: src/FLTK/flgui.cpp:5607 src/FLTK/flgui.cpp:5709 +msgid "&Cancel" +msgstr "&Annuleer" + +#: src/FLTK/flgui.cpp:5611 src/FLTK/flgui.cpp:5713 +msgid "&ADD" +msgstr "&Voeg toe" + +#: src/FLTK/flgui.cpp:5622 +msgid "Use SSL/TLS" +msgstr "Gebruik SSL/TLS" + +#: src/FLTK/flgui.cpp:5625 +msgid "Revoke certificate trust" +msgstr "Intrekken vertrouwen cert" + +#: src/FLTK/flgui.cpp:5631 +msgid "Radio.co Stations" +msgstr "Radio.co Stations" + +#: src/FLTK/flgui.cpp:5634 +msgid "Get Stations" +msgstr "Krijg Stations" + +#: src/FLTK/flgui.cpp:5638 +msgid "Select all" +msgstr "Selecteer alles" + +#: src/FLTK/flgui.cpp:5642 +msgid "Deselect all" +msgstr "Deselecteer alles" + +#: src/FLTK/flgui.cpp:5646 +msgid "Use legacy Icecast protocol" +msgstr "Gebruik legacy Icecast protocol" + +#: src/FLTK/flgui.cpp:5647 +msgid "" +"Activate this if you want to use the older SOURCE protocol instead of the " +"newer PUT protocol" +msgstr "" +"Activeer dit als je de oudere SOURCE-protocol in plaats van het nieuwere PUT-" +"protocol wilt gebruiken" + +#: src/FLTK/flgui.cpp:5651 +msgid "ICE server (optional):" +msgstr "ICE server (optioneel)" + +#: src/FLTK/flgui.cpp:5654 +msgid "WebRTC (WHIP) URL:" +msgstr "WebRTC (WHIP) URL:" + +#: src/FLTK/flgui.cpp:5657 +msgid "Bearer token (optional):" +msgstr "Bearer-token (optional):" + +#: src/FLTK/flgui.cpp:5660 +msgid "Custom listener URL (optional):" +msgstr "Aangepaste luister-URL (optioneel):" + +#: src/FLTK/flgui.cpp:5664 +msgid "Custom listener mountpoint (optional):" +msgstr "Aangepast luister-koppelpunt (optioneel):" + +#: src/FLTK/flgui.cpp:5674 +msgid "The name of your new ICY-entrie" +msgstr "De naam van je nieuwe ICY-item" + +#: src/FLTK/flgui.cpp:5678 +msgid "Description:" +msgstr "Omschrijving:" + +#: src/FLTK/flgui.cpp:5682 +msgid "Genre:" +msgstr "Genre:" + +#: src/FLTK/flgui.cpp:5686 +msgid "URL:" +msgstr "URL:" + +#: src/FLTK/flgui.cpp:5690 +msgid "ICQ:" +msgstr "ICQ:" + +#: src/FLTK/flgui.cpp:5694 +msgid "IRC:" +msgstr "IRC:" + +#: src/FLTK/flgui.cpp:5698 +msgid "AIM:" +msgstr "AIM:" + +#: src/FLTK/flgui.cpp:5702 +msgid "Make server public" +msgstr "Maak server publiek" + +#: src/FLTK/flgui.cpp:5705 +msgid "Expand variables" +msgstr "Variabelen uitbreiden" + +#: src/FLTK/flgui.cpp:5706 +msgid "Activate to expand date variables in name and description" +msgstr "Activeer om datumvariabelen uit te breiden in naam en beschrijving" + +#: src/FLTK/flgui.cpp:5736 +msgid "Donate Cryptocurrency" +msgstr "Doneer Cryptocurrency" + +#: src/FLTK/flgui.cpp:5747 +msgid "Bitcoin" +msgstr "Bitcoin" + +#: src/FLTK/flgui.cpp:5752 src/FLTK/flgui.cpp:5761 src/FLTK/flgui.cpp:5770 +msgid "Copy" +msgstr "Kopiëren" + +#: src/FLTK/flgui.cpp:5756 +msgid "Litecoin" +msgstr "Litecoin" + +#: src/FLTK/flgui.cpp:5765 +msgid "Monero" +msgstr "Monero" + +#: src/FLTK/flgui.cpp:5774 src/FLTK/flgui.cpp:6106 src/FLTK/flgui.cpp:6461 +#: src/FLTK/flgui.cpp:6669 +msgid "&Close" +msgstr "&Sluit" + +#: src/FLTK/flgui.cpp:5780 +msgid "Streaming Codec Settings" +msgstr "Streaming Codec Instellingen" + +#: src/FLTK/flgui.cpp:5792 src/FLTK/flgui.cpp:6124 +msgid "MP3" +msgstr "MP3" + +#: src/FLTK/flgui.cpp:5793 src/FLTK/flgui.cpp:6125 +msgid "Encoding Quality" +msgstr "Encodeer Kwaliteit" + +#: src/FLTK/flgui.cpp:5806 src/FLTK/flgui.cpp:6138 +msgid "Stereo Mode" +msgstr "Stereo Mode" + +#: src/FLTK/flgui.cpp:5819 src/FLTK/flgui.cpp:5949 src/FLTK/flgui.cpp:6015 +#: src/FLTK/flgui.cpp:6071 src/FLTK/flgui.cpp:6151 src/FLTK/flgui.cpp:6281 +#: src/FLTK/flgui.cpp:6334 src/FLTK/flgui.cpp:6403 +msgid "Bitrate Mode" +msgstr "Bitrate Mode" + +#: src/FLTK/flgui.cpp:5832 src/FLTK/flgui.cpp:6164 +msgid "VBR" +msgstr "VBR" + +#: src/FLTK/flgui.cpp:5835 src/FLTK/flgui.cpp:5989 src/FLTK/flgui.cpp:6167 +#: src/FLTK/flgui.cpp:6347 +msgid "Quality" +msgstr "Kwaliteit" + +#: src/FLTK/flgui.cpp:5848 src/FLTK/flgui.cpp:6180 +msgid "Min. Bitrate" +msgstr "Min. Bitrate" + +#: src/FLTK/flgui.cpp:5861 src/FLTK/flgui.cpp:6193 +msgid "Max. Bitrate" +msgstr "Max. Bitrate" + +#: src/FLTK/flgui.cpp:5874 src/FLTK/flgui.cpp:6206 +msgid "Force" +msgstr "Forceer" + +#: src/FLTK/flgui.cpp:5875 src/FLTK/flgui.cpp:6207 +msgid "Strictly enforce mininum Bitrate (-F option of the lame encoder)" +msgstr "" +"Strikt afdwingen van de minimale bitsnelheid (-F optie van de lame encoder)" + +#: src/FLTK/flgui.cpp:5881 src/FLTK/flgui.cpp:6227 +msgid "Lowpass (kHz)" +msgstr "Lowpass (kHz)" + +#: src/FLTK/flgui.cpp:5884 src/FLTK/flgui.cpp:5909 src/FLTK/flgui.cpp:6230 +#: src/FLTK/flgui.cpp:6255 +msgid "Frequency" +msgstr "Frequentie" + +#: src/FLTK/flgui.cpp:5890 src/FLTK/flgui.cpp:5915 src/FLTK/flgui.cpp:6236 +#: src/FLTK/flgui.cpp:6261 +msgid "Width" +msgstr "Breedte" + +#: src/FLTK/flgui.cpp:5906 src/FLTK/flgui.cpp:6252 +msgid "Highpass (kHz)" +msgstr "Highpass (kHz)" + +#: src/FLTK/flgui.cpp:5931 src/FLTK/flgui.cpp:6213 +msgid "Resampling" +msgstr "Hersamplen" + +#: src/FLTK/flgui.cpp:5932 src/FLTK/flgui.cpp:6214 +msgid "Resample to the selected sample rate" +msgstr "Hersamplen naar de geselecteerde samplefrequentie" + +#: src/FLTK/flgui.cpp:5947 src/FLTK/flgui.cpp:6279 +msgid "OGG" +msgstr "OGG" + +#: src/FLTK/flgui.cpp:5962 src/FLTK/flgui.cpp:6294 +msgid "VBR Quality" +msgstr "VBR Kwaliteit" + +#: src/FLTK/flgui.cpp:5975 src/FLTK/flgui.cpp:6307 +msgid "VBR min. Bitrate" +msgstr "VBR min. Bitrate" + +#: src/FLTK/flgui.cpp:5980 src/FLTK/flgui.cpp:6312 +msgid "VBR max. Bitrate" +msgstr "VBR max. Bitrate" + +#: src/FLTK/flgui.cpp:5987 src/FLTK/flgui.cpp:6319 +msgid "OPUS" +msgstr "OPUS" + +#: src/FLTK/flgui.cpp:6002 src/FLTK/flgui.cpp:6321 +msgid "Optimize for" +msgstr "Optimaliseer voor" + +#: src/FLTK/flgui.cpp:6028 src/FLTK/flgui.cpp:6360 +msgid "Max. Bandwidth" +msgstr "Max. Bandbreedte" + +#: src/FLTK/flgui.cpp:6043 src/FLTK/flgui.cpp:6375 +msgid "AAC" +msgstr "AAC" + +#: src/FLTK/flgui.cpp:6045 src/FLTK/flgui.cpp:6377 +msgid "Profile" +msgstr "Profiel" + +#: src/FLTK/flgui.cpp:6058 src/FLTK/flgui.cpp:6390 +msgid "Afterburner" +msgstr "Afterburner" + +#: src/FLTK/flgui.cpp:6086 src/FLTK/flgui.cpp:6418 +msgid "FLAC" +msgstr "FLAC" + +#: src/FLTK/flgui.cpp:6088 src/FLTK/flgui.cpp:6420 src/FLTK/flgui.cpp:6438 +msgid "Bit depth" +msgstr "Bit diepte" + +#: src/FLTK/flgui.cpp:6090 src/FLTK/flgui.cpp:6422 src/FLTK/flgui.cpp:6440 +msgid "16 bit" +msgstr "16 bit" + +#: src/FLTK/flgui.cpp:6095 src/FLTK/flgui.cpp:6427 src/FLTK/flgui.cpp:6450 +msgid "24 bit" +msgstr "24 bit" + +#: src/FLTK/flgui.cpp:6112 +msgid "Recording Codec Settings" +msgstr "Recording Codec Instellingen" + +#: src/FLTK/flgui.cpp:6436 +msgid "WAV" +msgstr "WAV" + +#: src/FLTK/flgui.cpp:6445 +msgid "32 bit" +msgstr "32 bit" + +#: src/FLTK/flgui.cpp:6467 +msgid "butt audio mixer" +msgstr "butt audio mixer" + +#: src/FLTK/flgui.cpp:6483 +msgid "Audio Mixer" +msgstr "Audio Mixer" + +#: src/FLTK/flgui.cpp:6486 src/FLTK/flgui.cpp:6516 src/FLTK/flgui.cpp:6546 +#: src/FLTK/flgui.cpp:6569 src/FLTK/flgui.cpp:6592 +msgid "+0.0 dB" +msgstr "+0.0 dB" + +#: src/FLTK/flgui.cpp:6491 src/FLTK/flgui.cpp:6634 +msgid "" +"Primary\n" +"Device" +msgstr "" +"Primair\n" +"Apparaat" + +#: src/FLTK/flgui.cpp:6509 src/FLTK/flgui.cpp:6510 src/FLTK/flgui.cpp:6539 +#: src/FLTK/flgui.cpp:6540 +msgid "Mute" +msgstr "Demp" + +#: src/FLTK/flgui.cpp:6521 src/FLTK/flgui.cpp:6642 +msgid "" +"Secondary\n" +"Device" +msgstr "" +"Secundair\n" +"Apparaat" + +#: src/FLTK/flgui.cpp:6551 +msgid "" +"Streaming\n" +"Gain" +msgstr "" +"Streaming\n" +"Gain" + +#: src/FLTK/flgui.cpp:6574 +msgid "" +"Recording\n" +"Gain" +msgstr "" +"Opname\n" +"Gain" + +#: src/FLTK/flgui.cpp:6597 +msgid "" +"Master\n" +"Gain" +msgstr "" +"Master\n" +"Gain" + +#: src/FLTK/flgui.cpp:6615 +msgid "" +"\n" +"Cross Fader" +msgstr "" +"\n" +"Cross Fader" + +#: src/FLTK/flgui.cpp:6638 +msgid "|" +msgstr "|" + +#: src/FLTK/flgui.cpp:6650 +msgid "Alert" +msgstr "Waarschuwing" + +#: src/FLTK/flgui.cpp:6661 +msgid "&Open the manual" +msgstr "&Open de handleiding" + +#: src/FLTK/flgui.cpp:6665 +msgid "" +"Could not find aac library.\n" +"\n" +"Please follow the instructions in the manual\n" +"for adding aac support." +msgstr "" +"Kon de aac library niet vinden.\n" +"\n" +"Bekijk de handleiding voor het\n" +"toevoegen van aac ondersteuning." + +#: src/FLTK/fl_timer_funcs.cpp:318 +#, c-format +msgid "" +"stream sent\n" +"%0.2lfMB" +msgstr "" +"gestreamd\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:323 +#, c-format +msgid "" +"stream time\n" +"%s" +msgstr "" +"streamtijd\n" +"%s" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "Listeners". Also the +# string length should not exceed 10 +# characters. +#: src/FLTK/fl_timer_funcs.cpp:330 +#, c-format +msgid "" +"On Air\n" +"Listeners %5d" +msgstr "" +"On Air\n" +"Ingelogd %5d" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "Listeners>". Also the +# string length should not exceed 10 +# characters. +#: src/FLTK/fl_timer_funcs.cpp:333 +#, c-format +msgid "" +"On Air\n" +"Listeners>%5d" +msgstr "" +"On Air\n" +"Ingelogd>%5d" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "On Air" +#: src/FLTK/fl_timer_funcs.cpp:337 +#, c-format +msgid "On Air" +msgstr "On Air" + +#: src/FLTK/fl_timer_funcs.cpp:343 +#, c-format +msgid "" +"record time\n" +"%s" +msgstr "" +"opnametijd\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:348 +#, c-format +msgid "" +"record size\n" +"%0.2lfMB" +msgstr "" +"opnamegrootte\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:479 +#, c-format +msgid "" +"ERROR: Connection lost\n" +"reconnecting in %d seconds..." +msgstr "" +"FOUT: Verbinding verloren\n" +"Opnieuw verbinden in %d seconden..." + +#: src/FLTK/fl_timer_funcs.cpp:483 +msgid "" +"ERROR: Connection lost\n" +"reconnecting..." +msgstr "" +"FOUT: Verbinding verloren\n" +"Opnieuw verbinden..." + +#: src/FLTK/fl_timer_funcs.cpp:608 +msgid "Listeners" +msgstr "Ingelogd" + +#: src/FLTK/fl_timer_funcs.cpp:674 +msgid "" +"Could not find a file extension in current filename\n" +"Automatic file splitting is deactivated" +msgstr "" +"Kon geen bestandsextensie vinden in de huidige bestandsnaam\n" +"Automatisch splitsen van bestanden is gedeactiveerd" + +#: src/FLTK/fl_timer_funcs.cpp:704 +msgid "" +"Could not find a valid filename for next file\n" +"butt keeps recording to current file" +msgstr "" +"Kon geen geldige bestandsnaam vinden voor het volgende bestand\n" +"butt blijft opnemen naar het huidige bestand" + +#: src/FLTK/fl_timer_funcs.cpp:717 src/FLTK/fl_callbacks.cpp:1033 +#, c-format +msgid "" +"Could not open:\n" +"%s" +msgstr "" +"Kon niet openen:\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:721 src/port_audio.cpp:938 +msgid "Recording to:" +msgstr "Opnemen naar:" + +#: src/FLTK/fl_timer_funcs.cpp:964 +#, c-format +msgid "" +"Warning\n" +"Could not open: %s.\n" +"Will retry in 5 seconds" +msgstr "" +"Waarschuwing\n" +"Kon niet openen: %s.\n" +"nieuwe poging in 5 seconden" + +#: src/FLTK/fl_callbacks.cpp:145 +msgid "connecting" +msgstr "verbinden" + +#: src/FLTK/fl_callbacks.cpp:187 +msgid "" +"Error: No server entry found.\n" +"Please add a server in the settings-window." +msgstr "" +"Fout: Geen serverinvoer gevonden.\n" +"Voeg alsjeblieft een server toe in het instellingenvenster." + +#: src/FLTK/fl_callbacks.cpp:192 +msgid "" +"Error: ogg vorbis encoder doesn't support bitrates\n" +"lower than 48kbit" +msgstr "" +"Fout: de Ogg Vorbis-encoder ondersteunt geen bitrates\n" +"lager dan 48 kbit" + +#: src/FLTK/fl_callbacks.cpp:200 +#, c-format +msgid "Warning: %s is not supported by every Shoutcast version" +msgstr "Waarschuwing: %s wordt niet door elke Shoutcast-versie ondersteund" + +#: src/FLTK/fl_callbacks.cpp:204 +msgid "Error: FLAC is not supported by ShoutCast" +msgstr "Fout: FLAC wordt niet ondersteund door ShoutCast" + +#: src/FLTK/fl_callbacks.cpp:211 +#, c-format +msgid "Error: Radio.co supports only mp3 and aac" +msgstr "Fout: Radio.co ondersteunt alleen mp3 en aac" + +#: src/FLTK/fl_callbacks.cpp:219 +#, c-format +msgid "Error: WebRTC only supports opus" +msgstr "Fout: WebRTC ondersteunt alleen Opus" + +#: src/FLTK/fl_callbacks.cpp:226 +#, c-format +msgid "Connecting to %s via %s ..." +msgstr "Verbinden met %s via %s ..." + +#: src/FLTK/fl_callbacks.cpp:229 +#, c-format +msgid "Connecting to %s:%u ..." +msgstr "Verbinden met %s:%u ..." + +#: src/FLTK/fl_callbacks.cpp:232 +#, c-format +msgid "Connecting to %s:%u (%u) ..." +msgstr "Verbinden met %s:%u (%u) ..." + +#: src/FLTK/fl_callbacks.cpp:328 +msgid "Connection established" +msgstr "Verbinding tot stand gebracht" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "no" +msgstr "nee" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "yes" +msgstr "ja" + +#: src/FLTK/fl_callbacks.cpp:344 +#, c-format +msgid "Device 1:\t%s\n" +msgstr "Apparaat 1:\t%s\n" + +#: src/FLTK/fl_callbacks.cpp:345 +#, c-format +msgid "Device 2:\t%s\n" +msgstr "Apparaat 2:\t%s\n" + +#: src/FLTK/fl_callbacks.cpp:396 +#, c-format +msgid "Connected to: %s" +msgstr "Verbonden met: %s" + +#: src/FLTK/fl_callbacks.cpp:567 src/FLTK/fl_callbacks.cpp:1669 +msgid "The custom listener URL must start with http:// or https://" +msgstr "De URL moet starten met http:// of https://" + +#: src/FLTK/fl_callbacks.cpp:574 src/FLTK/fl_callbacks.cpp:1676 +msgid "" +"No mountpoint specified\n" +"Setting mountpoint to \"stream\"" +msgstr "" +"Geen Mountpoint gespecificeerd\n" +"Mountpoint instellen op \"stream\"" + +#: src/FLTK/fl_callbacks.cpp:578 src/FLTK/fl_callbacks.cpp:1680 +msgid "" +"No user specified\n" +"Setting user to \"source\"" +msgstr "" +"Geen gebruiker gespecificeerd\n" +"Gebruiker ingesteld op \"source\"" + +#: src/FLTK/fl_callbacks.cpp:586 src/FLTK/fl_callbacks.cpp:1688 +msgid "" +"Unsupported listener URL.\n" +"The listener URL must end with status-json.xsl, 7.xsl, 7.html or contain " +"stats?sid" +msgstr "" +"Ongeldige luister-URL.\n" +"De luister-URL moet eindigen op status-json.xsl, 7.xsl, 7.html of stats?sid " +"bevatten" + +#: src/FLTK/fl_callbacks.cpp:592 src/FLTK/fl_callbacks.cpp:1694 +#: src/FLTK/fl_callbacks.cpp:1857 src/FLTK/fl_callbacks.cpp:2545 +msgid "No name specified" +msgstr "Geen naam gespecificeerd" + +#: src/FLTK/fl_callbacks.cpp:597 src/FLTK/fl_callbacks.cpp:1699 +msgid "" +"The number of characters of all your server names exeeds 1000\n" +"Please reduce the number of characters of each server name" +msgstr "" +"Het aantal tekens van al je servernamen overschrijdt 1000.\n" +"Verminder het aantal tekens van elke servernaam" + +#: src/FLTK/fl_callbacks.cpp:603 src/FLTK/fl_callbacks.cpp:1705 +msgid "Newline characters and [];/\\ are not allowed within the server name" +msgstr "Regelovergangs- en [];/\\ tekens zijn niet toegestaan in de servernaam" + +#: src/FLTK/fl_callbacks.cpp:609 src/FLTK/fl_callbacks.cpp:1710 +msgid "No address specified" +msgstr "Geen adres gespecificeerd" + +#: src/FLTK/fl_callbacks.cpp:613 src/FLTK/fl_callbacks.cpp:1714 +msgid "No password specified" +msgstr "Geen wachtwoord gespecificeerd" + +#: src/FLTK/fl_callbacks.cpp:617 src/FLTK/fl_callbacks.cpp:1718 +msgid "No port specified" +msgstr "Geen poort gespecificeerd" + +#: src/FLTK/fl_callbacks.cpp:621 src/FLTK/fl_callbacks.cpp:1722 +msgid "" +"Invalid port number\n" +"The port number must be between 1 and 65535" +msgstr "" +"Ongeldig poortnummer\n" +"Het poortnummer moet tussen 1 en 65535 liggen" + +#: src/FLTK/fl_callbacks.cpp:628 src/FLTK/fl_callbacks.cpp:1729 +msgid "No WHIP URL specified" +msgstr "Geen WHIP-URL opgegeven" + +#: src/FLTK/fl_callbacks.cpp:637 src/FLTK/fl_callbacks.cpp:1740 +#: src/FLTK/fl_callbacks.cpp:2564 +msgid "Server name already exist!" +msgstr "Servernaam bestaat al!" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "stop recording?" +msgstr "stop opname?" + +#: src/FLTK/fl_callbacks.cpp:966 src/FLTK/fl_funcs.cpp:1462 +msgid "No" +msgstr "Nee" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "Yes" +msgstr "Ja" + +#: src/FLTK/fl_callbacks.cpp:1005 +msgid "No recording filename specified" +msgstr "Geen opnamebestandsnaam gespecificeerd" + +#: src/FLTK/fl_callbacks.cpp:1015 +#, c-format +msgid "%s already exists!" +msgstr "%s bestaat al!" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "overwrite" +msgstr "overschrijf" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "cancel" +msgstr "annuleer" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "append" +msgstr "toevoegen" + +#: src/FLTK/fl_callbacks.cpp:1021 +msgid "Recording canceled" +msgstr "Opname geannuleerd" + +#: src/FLTK/fl_callbacks.cpp:1090 src/FLTK/fl_funcs.cpp:1308 +msgid "Hide log" +msgstr "Verberg log" + +#: src/FLTK/fl_callbacks.cpp:1123 +msgid "Add Server" +msgstr "Voeg Server toe" + +#: src/FLTK/fl_callbacks.cpp:1176 +msgid "Edit Server" +msgstr "Bewerk Server" + +#: src/FLTK/fl_callbacks.cpp:1181 +msgid "Radio.co stations cannot be edited." +msgstr "Radio.co stations kunnen niet worden bewerkt." + +#: src/FLTK/fl_callbacks.cpp:1267 +msgid "Add Server Infos" +msgstr "Voeg Serverinfo toe" + +#: src/FLTK/fl_callbacks.cpp:1302 +msgid "Song update failed: WebRTC does not support song names" +msgstr "Nummerupdate mislukt: WebRTC ondersteunt geen Artiest - Titel data" + +#: src/FLTK/fl_callbacks.cpp:1345 +#, c-format +msgid "" +"Updated songname to:\n" +"%s\n" +msgstr "" +"Update Artiest - Titel naar:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:1354 +msgid "Updating songname failed" +msgstr "Updaten Artiest - Titel mislukt" + +#: src/FLTK/fl_callbacks.cpp:1428 +#, c-format +msgid "Audio buffer has been set to %d ms" +msgstr "Audio buffer ingesteld op %d ms" + +#: src/FLTK/fl_callbacks.cpp:1592 +msgid "" +"butt will open Radio.co in a new browser window.\n" +"\n" +"Login to Radio.co and allow butt access to your account." +msgstr "" +"butt opent Radio.co in een nieuw browservenster.\n" +"\n" +"Log in op Radio.co en sta butt toe toegang tot je account te krijgen." + +#: src/FLTK/fl_callbacks.cpp:1618 +msgid "Hide" +msgstr "Verberg" + +#: src/FLTK/fl_callbacks.cpp:1638 +msgid "Could not revoke trust for certificate" +msgstr "Kon geen vertrouwen intrekken voor certificaat" + +#: src/FLTK/fl_callbacks.cpp:1862 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the count of characters of each icy name" +msgstr "" +"Het aantal tekens van al je ICY-namen overschrijdt 1000\n" +"Verminder alsjeblieft het aantal tekens van elke ICY-naam" + +#: src/FLTK/fl_callbacks.cpp:1868 src/FLTK/fl_callbacks.cpp:2557 +msgid "Newline characters and [];/\\ are not allowed within the icy name" +msgstr "Regelovergangs- en [];/\\ tekens zijn niet toegestaan in de icy-naam" + +#: src/FLTK/fl_callbacks.cpp:1877 +msgid "Icy name already exist!" +msgstr "Icy-naam bestaat al!" + +#: src/FLTK/fl_callbacks.cpp:2002 src/FLTK/fl_callbacks.cpp:2015 +#: src/FLTK/fl_callbacks.cpp:2029 src/FLTK/fl_callbacks.cpp:2044 +#: src/FLTK/fl_callbacks.cpp:2233 src/FLTK/fl_callbacks.cpp:2246 +#: src/FLTK/fl_callbacks.cpp:2260 src/FLTK/fl_callbacks.cpp:2275 +#: src/FLTK/fl_callbacks.cpp:2290 +msgid "" +"Warning:\n" +"The stream Sample-/Bitrate combination is invalid" +msgstr "" +"Waarschuwing:\n" +"De stream Sample-/Bitrate combinatie is ongeldig" + +#: src/FLTK/fl_callbacks.cpp:2008 src/FLTK/fl_callbacks.cpp:2021 +#: src/FLTK/fl_callbacks.cpp:2035 src/FLTK/fl_callbacks.cpp:2050 +msgid "The previous values have been set\n" +msgstr "De vorige waarden zijn ingesteld\n" + +#: src/FLTK/fl_callbacks.cpp:2056 +#, c-format +msgid "Stream bitrate set to: %dk" +msgstr "Stream bitrate ingesteld op: %dk" + +#: src/FLTK/fl_callbacks.cpp:2142 src/FLTK/fl_callbacks.cpp:2155 +#: src/FLTK/fl_callbacks.cpp:2169 src/FLTK/fl_callbacks.cpp:2184 +#: src/FLTK/fl_callbacks.cpp:2313 src/FLTK/fl_callbacks.cpp:2326 +#: src/FLTK/fl_callbacks.cpp:2340 src/FLTK/fl_callbacks.cpp:2355 +#: src/FLTK/fl_callbacks.cpp:2369 +msgid "" +"Warning:\n" +"The record Sample-/Bitrate combination is invalid" +msgstr "" +"Waarschuwing:\n" +"De record Sample-/Bitrate combinatie is ongeldig" + +#: src/FLTK/fl_callbacks.cpp:2148 src/FLTK/fl_callbacks.cpp:2161 +#: src/FLTK/fl_callbacks.cpp:2175 src/FLTK/fl_callbacks.cpp:2190 +#: src/FLTK/fl_callbacks.cpp:2239 src/FLTK/fl_callbacks.cpp:2252 +#: src/FLTK/fl_callbacks.cpp:2266 src/FLTK/fl_callbacks.cpp:2281 +#: src/FLTK/fl_callbacks.cpp:2296 src/FLTK/fl_callbacks.cpp:2319 +#: src/FLTK/fl_callbacks.cpp:2332 src/FLTK/fl_callbacks.cpp:2346 +#: src/FLTK/fl_callbacks.cpp:2361 src/FLTK/fl_callbacks.cpp:2375 +msgid "The previous values have been set" +msgstr "De vorige waarden zijn ingesteld" + +#: src/FLTK/fl_callbacks.cpp:2196 +#, c-format +msgid "Record bitrate set to: %dk" +msgstr "Opname bitrate ingesteld op: %dk" + +#: src/FLTK/fl_callbacks.cpp:2383 +#, c-format +msgid "Samplerate set to: %dHz" +msgstr "Samplerate ingesteld op: %dHz" + +#: src/FLTK/fl_callbacks.cpp:2449 +msgid "Channels set to: stereo" +msgstr "Kanalen ingesteld op: stereo" + +#: src/FLTK/fl_callbacks.cpp:2512 +msgid "Channels set to: mono" +msgstr "Kanalen ingesteld op: mono" + +#: src/FLTK/fl_callbacks.cpp:2551 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the number of characters of each icy name" +msgstr "" +"Het aantal tekens van al je ICY-namen overschrijdt 1000\n" +"Verminder alsjeblieft het aantal tekens van elke ICY-naam" + +#: src/FLTK/fl_callbacks.cpp:2659 +msgid "Edit Server Infos" +msgstr "Bewerk Serverinfo" + +#: src/FLTK/fl_callbacks.cpp:2696 src/FLTK/fl_callbacks.cpp:2749 +msgid "" +"Primary and secondary audio device are both ASIO devices.\n" +"You can not use two ASIO devices at the same time.\n" +"Please select a different device.\n" +msgstr "" +"Primair en secundair audiotoestel zijn beide ASIO-apparaten.\n" +"Je kunt niet tegelijkertijd twee ASIO-apparaten gebruiken.\n" +"Selecteer alsjeblieft een ander apparaat.\n" + +#: src/FLTK/fl_callbacks.cpp:2717 src/FLTK/fl_callbacks.cpp:4155 +msgid "" +"butt could not open selected audio device.\n" +"Please try another device.\n" +msgstr "" +"butt kon het geselecteerde audioapparaat niet openen.\n" +"Probeer alsjeblieft een ander apparaat.\n" + +#: src/FLTK/fl_callbacks.cpp:2732 +#, c-format +msgid "" +"Primary device:\n" +"%s\n" +msgstr "" +"Primair apparaat:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:2769 +msgid "" +"butt could not open secondary audio device.\n" +"Please try another device.\n" +msgstr "" +"butt kon het secundaire audioapparaat niet openen.\n" +"Probeer alsjeblieft een ander apparaat.\n" + +#: src/FLTK/fl_callbacks.cpp:2783 +#, c-format +msgid "" +"Secondary device:\n" +"%s\n" +msgstr "" +"Secundair apparaat:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:2894 src/FLTK/fl_callbacks.cpp:3072 +msgid "" +"MP3 encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"MP3 encoder ondersteund de huidige\n" +"Sample-/Bitrate combinatie niet" + +#: src/FLTK/fl_callbacks.cpp:2915 +msgid "Stream codec set to mp3" +msgstr "Stream codec ingesteld op mp3" + +#: src/FLTK/fl_callbacks.cpp:2927 src/FLTK/fl_callbacks.cpp:3112 +msgid "" +"OGG Vorbis encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"OGG Vorbis encoder ondersteund huidige\n" +"Sample-/Bitrate combinatie niet" + +#: src/FLTK/fl_callbacks.cpp:2948 +msgid "Stream codec set to ogg/vorbis" +msgstr "Stream codec ingesteld op ogg/vorbis" + +#: src/FLTK/fl_callbacks.cpp:2959 src/FLTK/fl_callbacks.cpp:3151 +msgid "" +"Opus encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"Opus encoder ondersteund huidige\n" +"Sample-/Bitrate combinatie niet" + +#: src/FLTK/fl_callbacks.cpp:2979 +msgid "Stream codec set to opus" +msgstr "Stream codec ingesteld op opus" + +#: src/FLTK/fl_callbacks.cpp:3011 src/FLTK/fl_callbacks.cpp:3213 +msgid "" +"AAC encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"AAC encoder ondersteund huidige\n" +"Sample-/Bitrate combinatie niet" + +#: src/FLTK/fl_callbacks.cpp:3032 +msgid "Stream codec set to aac" +msgstr "Stream codec ingesteld op aac" + +#: src/FLTK/fl_callbacks.cpp:3042 src/FLTK/fl_callbacks.cpp:3252 +msgid "ERROR: While initializing flac settings" +msgstr "FOUT: Tijdens initialisatie flac instellingen" + +#: src/FLTK/fl_callbacks.cpp:3060 +msgid "Stream codec set to flac" +msgstr "Stream codec ingesteld op flac" + +#: src/FLTK/fl_callbacks.cpp:3101 +msgid "Record codec set to mp3" +msgstr "Opname codec ingesteld op mp3" + +#: src/FLTK/fl_callbacks.cpp:3140 +msgid "Record codec set to ogg/vorbis" +msgstr "Opname codec ingesteld op ogg/vorbis" + +#: src/FLTK/fl_callbacks.cpp:3179 +msgid "Record codec set to opus" +msgstr "Opname codec ingesteld op opus" + +#: src/FLTK/fl_callbacks.cpp:3242 +msgid "Record codec set to aac" +msgstr "Opname codec ingesteld op aac" + +#: src/FLTK/fl_callbacks.cpp:3278 +msgid "Record codec set to flac" +msgstr "Opname codec ingesteld op flac" + +#: src/FLTK/fl_callbacks.cpp:3294 +msgid "Record codec set to wav" +msgstr "Opname codec ingesteld op wav" + +#: src/FLTK/fl_callbacks.cpp:3329 +msgid "Select certificate file..." +msgstr "Selecteer certificaat bestand..." + +#: src/FLTK/fl_callbacks.cpp:3334 src/FLTK/fl_callbacks.cpp:3355 +#: src/FLTK/fl_callbacks.cpp:3466 src/FLTK/fl_callbacks.cpp:3556 +#: src/FLTK/fl_callbacks.cpp:4109 src/FLTK/fl_callbacks.cpp:4133 +#: src/FLTK/fl_callbacks.cpp:4257 +#, c-format +msgid "ERROR: %s" +msgstr "FOUT: %s" + +#: src/FLTK/fl_callbacks.cpp:3347 +msgid "Select certificate directory..." +msgstr "Selecteer certificaat map..." + +#: src/FLTK/fl_callbacks.cpp:3458 +msgid "Record to..." +msgstr "Opname naar..." + +#: src/FLTK/fl_callbacks.cpp:3483 +msgid "File splitting only works if recording is active." +msgstr "Splitten van bestand werkt alleen als opname actief is." + +#: src/FLTK/fl_callbacks.cpp:3552 +msgid "Select Songfile" +msgstr "Selecteer Artiest - Titel bestand" + +#: src/FLTK/fl_callbacks.cpp:3657 +msgid "Gain control is disabled. Enable in Settings->GUI" +msgstr "Gain control is uitgeschakeld. Schakel in in Instellingen->GUI" + +#: src/FLTK/fl_callbacks.cpp:3718 +msgid "select background color" +msgstr "selecteer achtergrondkleur" + +#: src/FLTK/fl_callbacks.cpp:3728 +msgid "select text color" +msgstr "selecteer tekst kleur" + +#: src/FLTK/fl_callbacks.cpp:3761 src/FLTK/fl_callbacks.cpp:3765 +#: src/FLTK/fl_callbacks.cpp:3774 src/FLTK/fl_callbacks.cpp:3778 +msgid "Value must be a number between -54 and 0" +msgstr "Waarde moet een nummer zijn tussen de -54 en 0" + +#: src/FLTK/fl_callbacks.cpp:3788 +msgid "Please restart butt to apply new language." +msgstr "Herstart butt om de nieuwe taal in te stellen." + +#: src/FLTK/fl_callbacks.cpp:3867 src/FLTK/fl_callbacks.cpp:3872 +#: src/FLTK/fl_callbacks.cpp:3882 src/FLTK/fl_callbacks.cpp:3887 +msgid "Value must be a number between -90.0 and 0" +msgstr "Waarde moet een nummer zijn tussen de -90.0 en 0" + +#: src/FLTK/fl_callbacks.cpp:4082 +msgid "Recording volume" +msgstr "Opname volume" + +#: src/FLTK/fl_callbacks.cpp:4103 +msgid "Export to..." +msgstr "Exporteer naar..." + +#: src/FLTK/fl_callbacks.cpp:4146 +#, c-format +msgid "Could not import config %s" +msgstr "Kon config %s niet importeren" + +#: src/FLTK/fl_callbacks.cpp:4160 +#, c-format +msgid "Config imported %s" +msgstr "Config %s geïmporteerd" + +#: src/FLTK/fl_callbacks.cpp:4234 +msgid "" +"Could not get update information.\n" +"Reason: Network error" +msgstr "" +"Kon geen update informatie ontvangen.\n" +"Reden: Netwerk fout" + +#: src/FLTK/fl_callbacks.cpp:4237 +msgid "" +"Could not get update information.\n" +"Reason: Unknown answer from server" +msgstr "" +"Kon geen update informatie ontvangen.\n" +"Reden: Onbekend antwoord van de server" + +#: src/FLTK/fl_callbacks.cpp:4240 +msgid "You have the latest version!" +msgstr "Je hebt de laatste versie!" + +#: src/FLTK/fl_callbacks.cpp:4243 +msgid "" +"Could not get update information.\n" +"Reason: Unknown" +msgstr "" +"Kon geen update informatie ontvangen.\n" +"Reden: Onbekend" + +#: src/FLTK/fl_callbacks.cpp:4251 +msgid "Select logfile..." +msgstr "Selecteer logbestand..." + +#: src/FLTK/fl_callbacks.cpp:4273 +msgid "" +"butt is currently streaming.\n" +"Do you really want to close butt now?" +msgstr "" +"butt is momenteel aan het streamen.\n" +"Weet je zeker dat je butt wil afsluiten?" + +#: src/FLTK/fl_callbacks.cpp:4279 +msgid "" +"butt is currently recording.\n" +"Do you really want to close butt now?" +msgstr "" +"butt is momenteel aan het opnemen.\n" +"Weet je zeker dat je butt wil afsluiten?" + +#: src/FLTK/fl_callbacks.cpp:4354 +msgid "The URL must start with either http:// or https://" +msgstr "De URL moet starten met http:// of https://" + +#: src/FLTK/fl_callbacks.cpp:4366 +msgid "Value must be a number between 1 and 1000" +msgstr "Waarde moet een nummer zijn tussen de 1 en 1000" + +#: src/FLTK/fl_callbacks.cpp:5228 src/FLTK/fl_callbacks.cpp:5263 +#: src/FLTK/fl_callbacks.cpp:5298 src/FLTK/fl_callbacks.cpp:5333 +#: src/FLTK/fl_callbacks.cpp:5368 src/FLTK/fl_callbacks.cpp:5859 +#: src/FLTK/fl_callbacks.cpp:5894 src/FLTK/fl_callbacks.cpp:5929 +#: src/FLTK/fl_callbacks.cpp:5964 src/FLTK/fl_callbacks.cpp:5999 +msgid "The encoder could not be initialized with the provided parameters." +msgstr "" +"De encoder kon niet worden geïnitialiseerd met de opgegeven parameters." + +#: src/FLTK/fl_callbacks.cpp:5246 src/FLTK/fl_callbacks.cpp:5877 +msgid "The value must be between 0.001 kHz and 50 kHz" +msgstr "De waarde moet tussen 0,001 kHz en 50 kHz liggen" + +#: src/FLTK/fl_callbacks.cpp:5281 src/FLTK/fl_callbacks.cpp:5316 +#: src/FLTK/fl_callbacks.cpp:5351 src/FLTK/fl_callbacks.cpp:5912 +#: src/FLTK/fl_callbacks.cpp:5947 src/FLTK/fl_callbacks.cpp:5982 +msgid "The value must be between 0.001 kHz and 16 kHz" +msgstr "De waarde moet tussen 0,001 kHz en 16 kHz liggen" + +#: src/FLTK/fl_callbacks.cpp:6328 +msgid "MIDI device could not be opened." +msgstr "MIDI apparaat kon niet worden geopend." + +#: src/FLTK/fl_callbacks.cpp:6334 +#, c-format +msgid "" +"MIDI device:\n" +"%s\n" +msgstr "" +"MIDI apparaat:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:6339 +msgid "MIDI device could not be started." +msgstr "MIDI apparaat kon niet worden gestart." + +#: src/FLTK/fl_callbacks.cpp:6344 +msgid "MIDI support disabled\n" +msgstr "MIDI ondersteuning uitgeschakeld\n" + +#: src/FLTK/fl_callbacks.cpp:6406 +msgid "The CC value must be between 0 and 127" +msgstr "De CC waarde moet tussen de 0 en 127 zijn" + +#: src/FLTK/fl_callbacks.cpp:6429 +msgid "Waiting..." +msgstr "Wachten..." + +#: src/FLTK/fl_funcs.cpp:193 +msgid "Disabled" +msgstr "Uitgeschakeld" + +#: src/FLTK/fl_funcs.cpp:335 +#, c-format +msgid "%d seconds" +msgstr "%d seconden" + +#: src/FLTK/fl_funcs.cpp:386 +msgid "Not supported on Windows" +msgstr "Niet ondersteund op Windows" + +#: src/FLTK/fl_funcs.cpp:808 +msgid "Start/Stop broadcasting" +msgstr "Start/Stop uitzenden" + +#: src/FLTK/fl_funcs.cpp:809 +msgid "Start/Stop recording" +msgstr "Start/Stop opname" + +#: src/FLTK/fl_funcs.cpp:811 +msgid "Streaming Gain" +msgstr "Streaming Gain" + +#: src/FLTK/fl_funcs.cpp:812 +msgid "Recording Gain" +msgstr "Opname Gain" + +#: src/FLTK/fl_funcs.cpp:813 +msgid "Primary Device Gain" +msgstr "Primair Apparaat Gain" + +#: src/FLTK/fl_funcs.cpp:814 +msgid "Secondary Device Gain" +msgstr "Secundair Apparaat Gain" + +#: src/FLTK/fl_funcs.cpp:815 +msgid "Cross fader" +msgstr "Crossfader" + +#: src/FLTK/fl_funcs.cpp:816 +msgid "Mute/Unmute Primary Device" +msgstr "Mute/Unmute Primair Apparaat" + +#: src/FLTK/fl_funcs.cpp:817 +msgid "Mute/Unmute Secondary Device" +msgstr "Mute/Unmute Secundair Apparaat" + +#: src/FLTK/fl_funcs.cpp:818 +msgid "Start broadcasting" +msgstr "Start uitzenden" + +#: src/FLTK/fl_funcs.cpp:819 +msgid "Stop broadcasting" +msgstr "Stop uitzenden" + +#: src/FLTK/fl_funcs.cpp:820 +msgid "Start recording" +msgstr "Start opname" + +#: src/FLTK/fl_funcs.cpp:821 +msgid "Stop recording" +msgstr "Stop opname" + +#: src/FLTK/fl_funcs.cpp:870 +msgid "dev. not supported" +msgstr "apparaat niet ondersteund" + +#: src/FLTK/fl_funcs.cpp:1087 +#, c-format +msgid "" +"Could not create recording folder:\n" +"%s\n" +"Please make sure the folder contains only valid format specifiers." +msgstr "" +"Kon opnamemap niet maken:\n" +"%s\n" +"Zorg ervoor dat de map alleen geldige formaatspecifiers bevat." + +#: src/FLTK/fl_funcs.cpp:1102 +#, c-format +msgid "Could not create recording folder %s\n" +msgstr "Kon opnamemap niet maken %s\n" + +#: src/FLTK/fl_funcs.cpp:1111 +#, c-format +msgid "" +"Could not create recording file:\n" +"%s\n" +"Please make sure the filename contains only valid format specifiers." +msgstr "" +"Kon opnamebestand niet maken:\n" +"%s\n" +"Zorg ervoor dat het bestand alleen geldige formaatspecifiers bevat." + +#: src/FLTK/fl_funcs.cpp:1157 +msgid "Could not find a valid filename" +msgstr "Kon geen geldige bestandsnaam vinden" + +#: src/FLTK/fl_funcs.cpp:1462 +msgid "TRUST" +msgstr "VERTROUW" + +#: src/icecast.cpp:90 +msgid "" +"\n" +"connect: Could not create network socket" +msgstr "" +"\n" +"Verbinding: Kon geen netwerksocket maken" + +#: src/icecast.cpp:102 +msgid "" +"\n" +"connect: Error resolving server address" +msgstr "" +"\n" +"Verbinding: Fout bij het oplossen van serveradres" + +#: src/icecast.cpp:142 +msgid "" +"\n" +"connect: SSL connection timed out. Trying again..." +msgstr "" +"\n" +"Verbinding: SSL verbindingspoging verlopen. Opnieuw proberen..." + +#: src/icecast.cpp:149 +#, c-format +msgid "" +"SSL/TLS certificate verification failed\n" +"Reason: %s\n" +"\n" +"Do you still want to trust this certificate?\n" +"Trusting will be permanent and can be revoked\n" +"in the server settings." +msgstr "" +"SSL/TLS certificaatverificatie mislukt\n" +"Reden: %s\n" +"\n" +"Wil je dit certificaat nog steeds vertrouwen?\n" +"Vertrouwen is permanent en kan ingetrokken worden\n" +"in de serverinstellingen." + +#: src/icecast.cpp:164 +#, c-format +msgid "" +"\n" +"connect: SSL connection failed\n" +"Reason: %s" +msgstr "" +"\n" +"Verbinding: SSL connectie mislukt\n" +"Reden: %s" + +#: src/icecast.cpp:320 +msgid "" +"\n" +"connect: connection timed out. Trying again..." +msgstr "" +"\n" +"Verbinding: connectie verlopen. Probeer opnieuw..." + +#: src/icecast.cpp:373 +msgid "" +"\n" +"connect: server answered with 400!\n" +msgstr "" +"\n" +"Verbinding: Server antwoorde met 400!\n" + +#: src/icecast.cpp:379 +msgid "" +"\n" +"connect: invalid user/password!\n" +msgstr "" +"\n" +"Verbinding: Ongeldige gebruiker/wachtwoord!\n" + +#: src/icecast.cpp:402 +msgid "" +"\n" +"connect: server answered with 404!\n" +msgstr "" +"\n" +"Verbinding: Server antwoorde met 404!\n" + +#: src/icecast.cpp:409 +#, c-format +msgid "" +"\n" +"connect: server answered with %d!\n" +msgstr "" +"\n" +"Verbinding: Server antworde met %d!\n" + +#: src/icecast.cpp:434 +msgid "" +"\n" +"ERROR: Opus is not supported by your\n" +"Icecast server (>=1.4.0 required)!\n" +msgstr "" +"\n" +"FOUT: Opus wordt niet ondersteund door jouw\n" +"Icecast-server (versie >=1.4.0 vereist)!\n" + +#: src/icecast.cpp:507 +msgid "" +"\n" +"update_song: could not create network socket" +msgstr "" +"\n" +"Update Artiest - Titel: Kon geen netwerksocket maken" + +#: src/icecast.cpp:511 +msgid "" +"\n" +"update_song: error resolving server address" +msgstr "" +"\n" +"Update Artiest - Titel: Fout bij oplossen serveradres" + +#: src/lame_encode.cpp:74 +#, c-format +msgid "unable to init lame params %d" +msgstr "kon lame parameters niet initialiseren %d" + +#: src/port_audio.cpp:131 +#, c-format +msgid "" +"PortAudio init failed:\n" +"%s\n" +msgstr "" +"PortAudio-initiatie mislukt\n" +"%s\n" + +#: src/port_audio.cpp:180 +msgid "ERROR: no sound device with input channels found" +msgstr "FOUT: Geen audioapparaat met ingangskanalen gevonden" + +#: src/port_audio.cpp:198 src/port_audio.cpp:289 src/port_audio.cpp:1331 +#: src/port_midi.cpp:177 +#, c-format +msgid "Error getting device Info (%d)" +msgstr "Fout bij ontvangen apparaat informatie (%d)" + +#: src/port_audio.cpp:241 +#, c-format +msgid "" +"Samplerate not supported: %dHz\n" +"Using default samplerate: %dHz" +msgstr "" +"Samplerate niet ondersteund: %dHz\n" +"Gebruikt standaard samplerate: %dHz" + +#: src/port_audio.cpp:258 src/port_audio.cpp:360 +#, c-format +msgid "PA: Format not supported: %s\n" +msgstr "PA: Formaat niet ondersteund: %s\n" + +#: src/port_audio.cpp:268 +#, c-format +msgid "error opening sound device: %s" +msgstr "fout bij openen audioapparaat: %s" + +#: src/port_audio.cpp:326 +msgid "The selected secondary audio device can not be used" +msgstr "Het geselecteerde secundaire audioapparaat kan niet worden gebruikt" + +#: src/port_audio.cpp:343 src/port_audio.cpp:1452 src/port_audio.cpp:1469 +msgid "ERROR: Could not initialize samplerate converter" +msgstr "FOUT: Kon samplerate converter niet initialiseren" + +#: src/port_audio.cpp:354 +#, c-format +msgid "Samplerate of secondary device is resampled from %dHz to %dHz\n" +msgstr "Samplerate van secundair apparaat is hersampled van %dHz naar %dHz\n" + +#: src/port_audio.cpp:381 +#, c-format +msgid "error opening secondary sound device: %s" +msgstr "fout bij openen secundair audioapparaat: %s" + +#: src/port_audio.cpp:921 +msgid "disconnected\n" +msgstr "verbroken\n" + +#: src/port_audio.cpp:949 +msgid "recording stopped" +msgstr "opname gestopt" + +#: src/port_midi.cpp:152 src/port_midi.cpp:211 src/port_midi.cpp:233 +#: src/port_midi.cpp:255 src/port_midi.cpp:282 src/port_midi.cpp:301 +#: src/port_midi.cpp:316 src/port_midi.cpp:341 src/port_midi.cpp:352 +msgid "Error: PortMidi was not initialized." +msgstr "Fout: PortMidi was niet geïnitialiseerd." + +#: src/port_midi.cpp:262 +#, c-format +msgid "" +"Error: MIDI device %s could not be opened because no MIDI devices were found." +msgstr "" +"Fout: MIDI apparaat %s kon niet worden geopend omdat er geen MIDI apparaten " +"zijn gevonden." + +#: src/port_midi.cpp:269 +#, c-format +msgid "Error: MIDI device %s could not be found." +msgstr "Fout: MIDI apparaat %s kon niet worden gevonden." + +#: src/port_midi.cpp:286 +msgid "Error: MIDI thread already active." +msgstr "Fout: MIDI thread al actief." + +#: src/port_midi.cpp:291 +msgid "Error: Could not start MIDI thread." +msgstr "Fout: Kon de MIDI thread niet starten." + +#: src/shoutcast.cpp:80 +msgid "" +"\n" +"Connect: Could not create network socket" +msgstr "" +"\n" +"Verbinding: Kon geen netwerksocket maken" + +#: src/shoutcast.cpp:92 +msgid "" +"\n" +"Connect: Error resolving server address" +msgstr "" +"\n" +"Verbinding: Fout bij het oplossen van serveradres" + +#: src/shoutcast.cpp:172 +msgid "" +"\n" +"connect: connection timed out. Trying again...\n" +msgstr "" +"\n" +"Verbinding: verbindingspoging verlopen. Opnieuw proberen...\n" + +#: src/shoutcast.cpp:189 +msgid "" +"\n" +"Connect: Invalid password!\n" +msgstr "" +"\n" +"Verbinding: Ongeldig wachtwoord!\n" + +#: src/shoutcast.cpp:238 +msgid "" +"\n" +"Update song: Could not create network socket" +msgstr "" +"\n" +"Update Artiest - Titel: Kon geen netwerksocket maken" + +#: src/shoutcast.cpp:242 +msgid "" +"\n" +"Update song: Error resolving server address" +msgstr "" +"\n" +"Update Artiest - Titel: Fout bij oplossen serveradres" + +#: src/tls.cpp:159 +msgid "check_host: could not read host name from cert" +msgstr "check_host: kon hostnaam niet lezen van cert" + +#: src/tls.cpp:194 +msgid "check_cert: No peer certificate available" +msgstr "check_cert: Geen peer certificaat beschikbaar" + +#: src/tls.cpp:207 +msgid "check_cert: X509_check_host failed" +msgstr "check_cert: X509_check_host mislukt" + +#: src/tls.cpp:213 +msgid "check_cert: check_host failed" +msgstr "check_cert: check_host mislukt" + +#: src/tls.cpp:229 +msgid "calc_cert_hash: No peer certificate available" +msgstr "calc_cert_hash: Geen peer-certificaat beschikbaar" + +#: src/tls.cpp:236 +msgid "calc_cert_hash: Hash calculation failed" +msgstr "calc_cert_hash: Hash calculatie mislukt" + +#: src/tls.cpp:305 +msgid "tls_setup: Could not set cipher list" +msgstr "tls_setup: Kon cipher lijst niet instellen" + +#: src/tls.cpp:318 +msgid "tls_setup: SSL_new failed" +msgstr "tls_setup: SSL_new mislukt" + +#: src/tls.cpp:324 +msgid "tls_setup: Could not bind socket to SSL" +msgstr "tls_setup: Kon socket niet aan SSL binden" + +#: src/tls.cpp:338 +msgid "tls_setup: SSL_connect read timeout" +msgstr "tls_setup: SSL_connectie lees time-out" + +#: src/tls.cpp:344 +msgid "tls_setup: SSL_connect write timeout" +msgstr "tls_setup: SSL_connectie schrijf time-out" + +#: src/tls.cpp:361 +msgid "tls_setup: Cert hash could not be calculated" +msgstr "tls_setup: Cert hash kon niet worden gecalculeerd" + +#: src/tls.cpp:385 +msgid "tls_send: read timeout" +msgstr "tls_send: lees time-out" + +#: src/tls.cpp:392 +msgid "tls_send: write timeout" +msgstr "tls_send: schrijf time-out" + +#: src/tls.cpp:418 +msgid "tls_recv: read timeout" +msgstr "tls_recv: lees time-out" + +#: src/tls.cpp:425 +msgid "tls_recv: write timeout" +msgstr "tls_recv: schrijf time-out" + +#~ msgid "Listeners: 99999" +#~ msgstr "Luisteraars: 99999" + +#, fuzzy +#~ msgid "Resample output" +#~ msgstr "Hersample kwaliteit" + +#, fuzzy +#~ msgid "Resample output to selected sample rate" +#~ msgstr "Selecteer ingang samplerate" + +#, c-format +#~ msgid "" +#~ "error while parsing config. Missing WebRTC WHIP URL entry for server " +#~ "\"%s\".\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "fout bij het parseren van de configuratie. Ontbrekende WebRTC WHIP URL-" +#~ "invoer voor server '%s'.\n" +#~ "butt zal starten met de standaardinstellingen" + +#, fuzzy, c-format +#~ msgid "" +#~ "error while parsing config. Missing WebRTC ICE server entry for server " +#~ "\"%s\".\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "fout bij het parsen van de configuratie. Ontbrekende poortinvoer voor " +#~ "server \"%s\".\n" +#~ "butt zal starten met de standaardinstellingen" + +#, fuzzy +#~ msgid "No ICE server specified" +#~ msgstr "Geen naam gespecificeerd" + +#~ msgid "Text color" +#~ msgstr "Tekstkleur" + +#~ msgid "Preset " +#~ msgstr "Preset " + +#~ msgid "Volume of Primary Device" +#~ msgstr "Volume van Primair Apparaat" + +#~ msgid "Volume of Secondary Device" +#~ msgstr "Volume van Secundair Apparaat" diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo new file mode 100644 index 0000000000000000000000000000000000000000..543934a0d519e4092639cdfb2141ad7b4515146a GIT binary patch literal 54062 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

    Q+mlAIsX$XXDR{@W!ic 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 literal 0 HcmV?d00001 diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 0000000..b51834d --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,3232 @@ +# Portuguese Brazilian translation for butt-0.1.41 package. +# Copyright (C) 2022 Daniel Nöthen +# This file is distributed under the same license as the butt package. +# Bruno Di Prinzio de Oliveira , 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: butt 1.44.0\n" +"Report-Msgid-Bugs-To: butt@danielnoethen.de\n" +"POT-Creation-Date: 2025-04-19 14:55+0200\n" +"PO-Revision-Date: 2025-04-19 15:18+0200\n" +"Last-Translator: Bruno Di Prinzio de Oliveira \n" +"Language-Team: Brazilian Portuguese\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#: src/AskForMicPermission.m:20 +msgid "Microphone access" +msgstr "Acesso ao microfone" + +#: src/AskForMicPermission.m:21 +msgid "" +"butt needs access to your microphone.\n" +"\n" +"Please go to\n" +"System Preferences->Privacy & Security->Microphone\n" +"and activate the check mark next to the butt entry." +msgstr "" +"o butt precisa acessar seu microfone\n" +"\n" +"Vá para\n" +"Preferências do Sistema->Segurança e Privacidade->Microfone\n" +"e ative o checkbox próximo ao app butt." + +#: src/butt.cpp:219 +msgid "No home-directory found" +msgstr "Nenhuma pasta home foi encontrada" + +#: src/butt.cpp:230 +#, c-format +msgid "" +"The shift key was held down during startup.\n" +"Do you want to start butt with a new configuration file?\n" +"This will overwrite your existing configuration file at\n" +"%s" +msgstr "" +"A tecla shift foi mantida pressionada durante a inicialização.\n" +"Deseja iniciar o butt com um novo arquivo de configuração?\n" +"Isso irá sobrescrever seu arquivo de configuração atual em\n" +"%s" + +#: src/butt.cpp:233 +msgid "Start with old" +msgstr "Iniciar com antigo" + +#: src/butt.cpp:233 +msgid "Start with new" +msgstr "Iniciar com novo" + +#: src/butt.cpp:236 src/butt.cpp:253 +#, c-format +msgid "" +"Could not create config %s\n" +"butt is going to close now" +msgstr "" +"Impossível criar a configuração %s\n" +"o butt será fechado agora" + +#: src/butt.cpp:242 +#, c-format +msgid "Reading config %s\n" +msgstr "Lendo configuração %s\n" + +#: src/butt.cpp:250 +#, c-format +msgid "Could not find config %s\n" +msgstr "Impossível encontrar a configuração %s\n" + +#: src/butt.cpp:257 +#, c-format +msgid "" +"butt created a default config at\n" +"%s\n" +msgstr "" +"butt criou um arquivo de configuração padrão em\n" +"%s\n" + +#: src/butt.cpp:265 +msgid "" +"Could not find any audio device with input channels.\n" +"butt requires at least one audio device with input channels in order to " +"work.\n" +"This can either be a built-in audio device, an external audio device or a " +"virtual audio device.\n" +"\n" +"butt is going to close now." +msgstr "" +"Não foi possível encontrar um dispositivo de áudio com canais de entrada.\n" +"O butt requer ao menos um dispositivo de áudio com canais de entrada para " +"funcionar.\n" +"Pode ser um dispositivo de áudio integrado, externo ou virtual.\n" +"\n" +"butt irá fechar agora." + +#: src/butt.cpp:358 +#, c-format +msgid "Illegal argument: Threshold must be a non-negative number\n" +msgstr "" +"Argumento inválido: Limiar deve ser um número positivo\n" +"\n" + +#: src/butt.cpp:382 +#, c-format +msgid "%c threshold set to %0.1f\n" +msgstr "%c limiar setado para %0.1f\n" + +#: src/butt.cpp:464 +#, c-format +msgid "Illegal argument: Port must be a number between 1023 and 65535\n" +msgstr "Argumento inválido: Porta deve ser um número entre 1023 e 65535\n" + +#: src/butt.cpp:472 src/butt.cpp:482 src/butt.cpp:489 src/butt.cpp:496 +#: src/butt.cpp:503 src/butt.cpp:510 src/butt.cpp:521 src/butt.cpp:540 +#: src/butt.cpp:550 src/butt.cpp:597 +#, c-format +msgid "" +"Warning: You may only pass one control option. Option -%c has been ignored.\n" +msgstr "" +"Aviso: Deve-se especificar só uma opção de controle. Opção -%c foi " +"ignorada.\n" + +#: src/butt.cpp:559 +#, c-format +msgid "" +"\n" +"Options:\n" +"-h\tPrint this help text\n" +"-v\tPrint version information\n" +msgstr "" +"\n" +"Opções:\n" +"-h\tExibir este texto de ajuda\n" +"-v\tExibir informações da versão\n" + +#: src/butt.cpp:563 +#, c-format +msgid "" +"\n" +"Options for operating mode:\n" +"-c\tPath to configuration file\n" +"-L\tPrint available audio devices\n" +"-A\tCommand server will be accessible from your network/internet (default: " +"localhost only)\n" +"-U\tCommand server will use UDP instead of TCP\n" +"-x\tDo not start a command server\n" +"-p\tPort where the command server shall listen to (default: 1256)\n" +msgstr "" +"\n" +"Opções para modo de operação\n" +"-c\tCaminho para o arquivo de configuração\n" +"-L\tImprimir dispositivos de áudio disponíveis\n" +"-A\tServidor de comando será acessível de sua rede/internet (padrão: somente " +"localhost)\n" +"-U\tServidor de comando usará UDP em vez de TCP\n" +"-x\tNão iniciar um servidor de comando\n" +"-p\tPorta em que o servidor de comando deve ouvir (padrão: 1256)\n" + +#: src/butt.cpp:572 +#, c-format +msgid "" +"\n" +"Options for control mode:\n" +"-s\tConnect to streaming server\n" +"-d\tDisconnect from streaming server\n" +"-r\tStart recording\n" +"-t\tStop recording\n" +"-n\tSplit recording\n" +"-q\tQuit butt\n" +"-u\tupdate song name\n" +"-S\tRequest status\n" +"-M\tSet streaming signal threshold (seconds)\n" +"-m\tSet streaming silence threshold (seconds)\n" +"-O\tSet recording signal threshold (seconds)\n" +"-o\tSet recording silence threshold (seconds)\n" +"-U\tConnect via UDP instead of TCP\n" +"-a\tAddress of the butt instance to be controlled (default: 127.0.0.1)\n" +"-p\tPort of the butt instance to be controlled (default: 1256)\n" +msgstr "" +"\n" +"Opções para o modo de controle:\n" +"-s\tConectar ao servidor de transmissão\n" +"-d\tDesconectar do servidor de transmissão\n" +"-r\tIniciar gravação\n" +"-t\tParar gravação\n" +"-n\tDividir gravação\n" +"-q\tSair do butt\n" +"-u\tAtualizar nome da música\n" +"-S\tSolicitar status\n" +"-M\tDefinir limiar do sinal de transmissão (segundos)\n" +"-m\tDefinir limiar de silêncio da transmissão (segundos)\n" +"-O\tDefinir limiar do sinal de gravação (segundos)\n" +"-o\tDefinir limiar de silêncio da gravação (segundos)\n" +"-U\tConectar via UDP em vez de TCP\n" +"-a\tEndereço da instância do butt a ser controlada (padrão: 127.0.0.1)\n" +"-p\tPorta da instância do butt a ser controlada (padrão: 1256)\n" + +#: src/butt.cpp:591 +#, c-format +msgid "" +"Illegal option -%c.\n" +"Type butt -h to get a list of supported options.\n" +msgstr "" +"Opção inválida -%c.\n" +"Digite butt -h para obter a lista de opções suportada.\n" + +#: src/butt.cpp:603 +#, c-format +msgid "Option -%c requires an argument\n" +msgstr "Opção -%c requer um argumento\n" + +#: src/butt.cpp:607 +#, c-format +msgid "Command line parsing failed\n" +msgstr "Análise de linha de comando falhou\n" + +#: src/butt.cpp:630 +#, c-format +msgid "No butt instance running on %s at port %d\n" +msgstr "Nenhuma instância do butt rodando em %s na porta %d\n" + +#: src/butt.cpp:635 +#, c-format +msgid "Error while sending command\n" +msgstr "Erro ao enviar comando\n" + +#: src/butt.cpp:640 +#, c-format +msgid "Error: Did not receive response packet\n" +msgstr "Erro: Pacote de resposta não recebido\n" + +#: src/butt.cpp:653 +#, c-format +msgid "Error: You may only request one status packet per second\n" +msgstr "Erro: Deve-se solicitar apenas um pacote de status por segundo\n" + +#: src/butt.cpp:657 +#, c-format +msgid "Error: Did not receive status packet (UDP server not running?)\n" +msgstr "Erro: Pacote de status não recebido (O servidor UDP está parado?)\n" + +#: src/butt.cpp:661 +#, c-format +msgid "Network error while receiving status packet: %d\n" +msgstr "Erro de rede ao receber pacote de status %d\n" + +#: src/butt.cpp:665 +#, c-format +msgid "Error: Client and server versions do not match\n" +msgstr "Erro: Versões de cliente e servidor não batem\n" + +#: src/butt.cpp:676 +#, c-format +msgid "" +"connected: %d\n" +"connecting: %d\n" +"recording: %d\n" +"signal present: %d\n" +"signal absent: %d\n" +msgstr "" +"conectado: %d\n" +"conectando: %d\n" +"gravando: %d\n" +"sinal presente: %d\n" +"sinal ausente: %d\n" + +#: src/butt.cpp:681 +#, c-format +msgid "stream seconds: %lu\n" +msgstr "segundos de stream: %lu\n" + +#: src/butt.cpp:682 +#, c-format +msgid "stream kBytes: %lu\n" +msgstr "kBytes de stream: %lu\n" + +#: src/butt.cpp:683 +#, c-format +msgid "record seconds: %lu\n" +msgstr "segundos de gravação: %lu\n" + +#: src/butt.cpp:684 +#, c-format +msgid "record kBytes: %lu\n" +msgstr "kBytes de gravação: %lu\n" + +#: src/butt.cpp:685 +#, c-format +msgid "volume left: %0.1f\n" +msgstr "volume esquerda: %0.1f\n" + +#: src/butt.cpp:686 +#, c-format +msgid "volume right: %0.1f\n" +msgstr "volume direita: %0.1f\n" + +#: src/butt.cpp:687 +#, c-format +msgid "song: %s\n" +msgstr "música: %s\n" + +#: src/butt.cpp:688 +#, c-format +msgid "record path: %s\n" +msgstr "caminho de gravação: %s\n" + +#: src/butt.cpp:689 +#, c-format +msgid "listeners: %d\n" +msgstr "ouvintes: %d\n" + +#: src/butt.cpp:703 +msgid "" +"The control key was held down during startup.\n" +"butt will start without opening an audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"A tecla control foi mantida pressionada durante início.\n" +"butt começará sem abrir um dispositivo de áudio.\n" +"Favor selecionar seu dispositivo de áudio preferido em configs->áudio" + +#: src/butt.cpp:712 +msgid "" +"PortAudio init failed\n" +"butt is going to close now" +msgstr "" +"Inicialização do PortAudio falhou\n" +"butt será fechado agora" + +#: src/butt.cpp:747 src/FLTK/fl_timer_funcs.cpp:476 +#: src/FLTK/fl_callbacks.cpp:123 src/FLTK/fl_callbacks.cpp:899 +#: src/FLTK/fl_callbacks.cpp:977 src/FLTK/fl_funcs.cpp:1047 +msgid "idle" +msgstr "ocioso" + +#: src/butt.cpp:780 +#, c-format +msgid "" +"Starting %s\n" +"Written by Daniel Nöthen\n" +"iPhone/iPad client: https://izicast.de\n" +"Donate: paypal@danielnoethen.de\n" +msgstr "" +"Iniciando %s\n" +"Escrito por Daniel Nöthen\n" +"Cliente iPhone/iPad: https://izicast.de\n" +"Doação: paypal@danielnoethen.de\n" + +#: src/butt.cpp:792 src/butt.cpp:793 src/cfg.cpp:577 src/port_audio.cpp:1314 +#: src/port_audio.cpp:1315 +msgid "Default PCM device (default)" +msgstr "Dispositivo PCM padrão (padrão)" + +#: src/butt.cpp:796 src/butt.cpp:797 src/cfg.cpp:578 +#: src/FLTK/fl_callbacks.cpp:2820 src/FLTK/fl_funcs.cpp:227 +msgid "None" +msgstr "Nenhum" + +#: src/butt.cpp:800 +msgid "" +"Could not open audio device.\n" +"Please select your preferred audio device in settings->audio" +msgstr "" +"Impossível abrir o dispositivo de áudio.\n" +"Favor selecionar seu dispositivo de áudio preferido em configs->áudio" + +#: src/butt.cpp:803 +msgid "" +"butt could not open previously used audio device.\n" +"The system default audio device will be used.\n" +msgstr "" +"butt não conseguiu abrir o dispositivo de áudio usado anteriormente.\n" +"O dispositivo de áudio padrão do sistema será usado.\n" + +#: src/butt.cpp:830 +#, c-format +msgid "Command server listening on port %d\n" +msgstr "Servidor de comando ouvindo na porta %d\n" + +#: src/butt.cpp:837 +#, c-format +msgid "Warning: could not start command server on port %d\n" +msgstr "Aviso: impossível iniciar o servidor de comando na porta %d\n" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +#, c-format +msgid "" +"New version available: %s\n" +"You have version %s" +msgstr "" +"Nova versão disponível: %s\n" +"Você possui a versão %s" + +#: src/butt.cpp:853 +msgid "Don't ask again" +msgstr "Não perguntar novamente" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:1594 +#: src/FLTK/fl_callbacks.cpp:4225 +msgid "Cancel" +msgstr "Cancelar" + +#: src/butt.cpp:853 src/FLTK/fl_callbacks.cpp:4225 +msgid "Get new version" +msgstr "Obter nova versão" + +#: src/butt.cpp:874 +#, c-format +msgid "Could not initialize PortMidi: %s" +msgstr "Impossível iniciar PortMidi: %s" + +#: src/butt.cpp:902 +msgid "butt was built without WebRTC support" +msgstr "butt foi compilado sem suporte ao WebRTC" + +#: src/cfg.cpp:55 +#, c-format +msgid "Could not write to file: %s" +msgstr "Não foi possível escrever no arquivo: %s" + +#: src/cfg.cpp:550 +#, c-format +msgid "Config written to %s" +msgstr "Configuração escrita em %s" + +#: src/cfg.cpp:674 +msgid "" +"error while parsing config. Missing main/server entry.\n" +"butt will start with default settings" +msgstr "" +"erro ao analisar o config. Falta a entrada main/server.\n" +"O butt irá iniciar com as configurações padrão" + +#: src/cfg.cpp:680 +msgid "" +"error while parsing config. Missing main/srv_ent entry.\n" +"butt will start with default settings" +msgstr "" +"erro ao analisar o config. Falta a entrada main/srv_ent.\n" +"O butt irá iniciar com as configurações padrão" + +#: src/cfg.cpp:699 +#, c-format +msgid "" +"error while parsing config. Missing type entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erro ao analisar o config. Falta a entrada de tipo para o servidor \"%s\".\n" +"O butt irá iniciar com as configurações padrão" + +#: src/cfg.cpp:707 +#, c-format +msgid "" +"error while parsing config. Missing address entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erro ao analisar o config. Falta a entrada de endereço para o servidor " +"\"%s\".\n" +"O butt irá iniciar com as configurações padrão" + +#: src/cfg.cpp:716 +#, c-format +msgid "" +"error while parsing config. Missing port entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erro ao analisar o config. Falta a entrada da porta do servidor \"%s\".\n" +"O butt irá iniciar com as configurações padrão" + +#: src/cfg.cpp:725 +#, c-format +msgid "" +"error while parsing config. Missing password entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erro ao analisar o config. Falta a entrada da senha para o servidor \"%s\".\n" +"O butt irá iniciar com as configurações padrão" + +#: src/cfg.cpp:734 +#, c-format +msgid "" +"error while parsing config. Missing mount entry for server \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erro ao analisar o config. Falta a entrada de montagem para o servidor " +"\"%s\".\n" +"O butt irá iniciar com as configurações padrão" + +#: src/cfg.cpp:790 +msgid "" +"error while parsing config. Missing main/icy entry.\n" +"butt will start with default settings" +msgstr "" +"erro ao analisar o config. Falta a entrada main/icy.\n" +"O butt irá iniciar com as configurações padrão" + +#: src/cfg.cpp:795 +msgid "" +"error while parsing config. Missing main/icy_ent entry.\n" +"butt will start with default settings" +msgstr "" +"erro ao analisar o config. Falta a entrada main/icy_ent.\n" +"O butt irá iniciar com as configurações padrão" + +#: src/cfg.cpp:821 +#, c-format +msgid "" +"error while parsing config. Missing pub entry for icy \"%s\".\n" +"butt will start with default settings" +msgstr "" +"erro ao analisar o config. Falta a entrada pub para o icy \"%s\".\n" +"O butt irá iniciar com as configurações padrão" + +#: src/FLTK/flgui.cpp:3088 +msgid "Bitcoin address has been copied to clipboard." +msgstr "O endereço do Bitcoin foi copiado para a área de transferência." + +#: src/FLTK/flgui.cpp:3099 +msgid "Litecoin address has been copied to clipboard." +msgstr "O endereço do Litecoin foi copiado para a área de transferência." + +#: src/FLTK/flgui.cpp:3110 +msgid "Monero address has been copied to clipboard." +msgstr "O endereço do Monero foi copiado para a área de transferência." + +#: src/FLTK/flgui.cpp:4041 +msgid "press left mouse to toggle lcd info" +msgstr "pressione o botão esquerdo do mouse para trocar a informação do LCD" + +#: src/FLTK/flgui.cpp:4053 src/FLTK/fl_callbacks.cpp:4078 +msgid "Streaming volume" +msgstr "Volume da transmissão" + +#: src/FLTK/flgui.cpp:4057 +msgid "Mixer" +msgstr "Mixer" + +#: src/FLTK/flgui.cpp:4058 +msgid "show/hide mixer window" +msgstr "exibir/ocultar janela de mixagem" + +#: src/FLTK/flgui.cpp:4065 +msgid "@circle" +msgstr "@circle" + +#: src/FLTK/flgui.cpp:4066 +msgid "start/stop recording" +msgstr "iniciar/parar gravação" + +#: src/FLTK/flgui.cpp:4077 +msgid "@square" +msgstr "@square" + +#: src/FLTK/flgui.cpp:4078 +msgid "disconnect from server" +msgstr "desconectar do servidor" + +#: src/FLTK/flgui.cpp:4089 +msgid "@>" +msgstr "@>" + +#: src/FLTK/flgui.cpp:4090 +msgid "connect to server" +msgstr "conectar ao servidor" + +#: src/FLTK/flgui.cpp:4106 src/FLTK/flgui.cpp:4438 src/FLTK/flgui.cpp:4657 +#: src/FLTK/fl_callbacks.cpp:4077 +msgid "Streaming" +msgstr "Transmissão" + +#: src/FLTK/flgui.cpp:4110 src/FLTK/flgui.cpp:4469 src/FLTK/flgui.cpp:4771 +msgid "Recording" +msgstr "Gravação" + +#: src/FLTK/flgui.cpp:4140 +msgid "Settings" +msgstr "Configs" + +#: src/FLTK/flgui.cpp:4141 +msgid "show/hide config window" +msgstr "exibir/ocultar janela de configuração" + +#: src/FLTK/flgui.cpp:4148 src/FLTK/fl_callbacks.cpp:1098 +msgid "Show log" +msgstr "Exibir log" + +#: src/FLTK/flgui.cpp:4149 +msgid "show/hide info window" +msgstr "exibir/ocultar janela de informação" + +#: src/FLTK/flgui.cpp:4156 +msgid "-24 dB" +msgstr "-24 dB" + +#: src/FLTK/flgui.cpp:4159 +msgid "Gain" +msgstr "Ganho" + +#: src/FLTK/flgui.cpp:4160 src/FLTK/fl_callbacks.cpp:3663 +#: src/FLTK/fl_funcs.cpp:810 +msgid "Master Gain" +msgstr "Ganho Principal" + +#: src/FLTK/flgui.cpp:4178 +msgid "+24 dB" +msgstr "+24 dB" + +#: src/FLTK/flgui.cpp:4185 +msgid "Listeners: 0" +msgstr "Ouvintes: 0" + +#: src/FLTK/flgui.cpp:4200 +msgid "butt settings" +msgstr "configurações do butt" + +#: src/FLTK/flgui.cpp:4213 +msgid "Main" +msgstr "Principal" + +#: src/FLTK/flgui.cpp:4215 +msgid "Server Settings" +msgstr "Configurações de Servidor" + +#: src/FLTK/flgui.cpp:4218 +msgid "Server" +msgstr "Servidor" + +#: src/FLTK/flgui.cpp:4219 +msgid "Server to connect to" +msgstr "Servidor a ser conectado" + +#: src/FLTK/flgui.cpp:4224 src/FLTK/flgui.cpp:4245 +msgid "ADD" +msgstr "ADICIONAR" + +#: src/FLTK/flgui.cpp:4225 src/FLTK/flgui.cpp:5550 +msgid "Add server" +msgstr "Adicionar servidor" + +#: src/FLTK/flgui.cpp:4229 src/FLTK/flgui.cpp:4250 +msgid "EDIT" +msgstr "EDITAR" + +#: src/FLTK/flgui.cpp:4230 +msgid "Edit selected server" +msgstr "Editar servidor selecionado" + +#: src/FLTK/flgui.cpp:4234 src/FLTK/flgui.cpp:4255 +msgid "DEL" +msgstr "EXCLUIR" + +#: src/FLTK/flgui.cpp:4235 +msgid "Delete selected server" +msgstr "Apagar servidor selecionado" + +#: src/FLTK/flgui.cpp:4239 +msgid "Stream Infos" +msgstr "Informações de transmissão" + +#: src/FLTK/flgui.cpp:4240 +msgid "Stream info that shall be used" +msgstr "Informações de transmissão que deverão ser utilizadas" + +#: src/FLTK/flgui.cpp:4246 src/FLTK/flgui.cpp:5671 +msgid "Add stream info" +msgstr "Adicionar informações de transmissão" + +#: src/FLTK/flgui.cpp:4251 +msgid "Edit stream info" +msgstr "Editar informações de transmissão" + +#: src/FLTK/flgui.cpp:4256 +msgid "Delete stream info" +msgstr "Apagar informações de transmissão" + +#: src/FLTK/flgui.cpp:4262 +msgid "Log File" +msgstr "Arquivo de Log" + +#: src/FLTK/flgui.cpp:4266 +msgid "Log file path" +msgstr "Caminho do arquivo de Log" + +#: src/FLTK/flgui.cpp:4271 +msgid "Select log file" +msgstr "Escolher arquivo de log" + +#: src/FLTK/flgui.cpp:4278 +msgid "Configuration" +msgstr "Configuração" + +#: src/FLTK/flgui.cpp:4281 src/FLTK/fl_callbacks.cpp:4128 +msgid "Import..." +msgstr "Importar..." + +#: src/FLTK/flgui.cpp:4282 +msgid "Import settings from config file" +msgstr "Importar configurações do arquivo" + +#: src/FLTK/flgui.cpp:4286 src/FLTK/flgui.cpp:5615 src/FLTK/flgui.cpp:5717 +msgid "&Save" +msgstr "&Salvar" + +#: src/FLTK/flgui.cpp:4287 +msgid "Save settings" +msgstr "Salvar configurações" + +#: src/FLTK/flgui.cpp:4291 +msgid "Export..." +msgstr "Exportar..." + +#: src/FLTK/flgui.cpp:4292 +msgid "export settings" +msgstr "exportar configurações" + +#: src/FLTK/flgui.cpp:4298 +msgid "Butt Agent" +msgstr "Agente do Butt" + +#: src/FLTK/flgui.cpp:4301 +msgid "Start agent at startup" +msgstr "Iniciar agente na inicialização" + +#: src/FLTK/flgui.cpp:4302 +msgid "Start the butt agent when butt starts" +msgstr "Inicia o agente ao inicializar o butt" + +#: src/FLTK/flgui.cpp:4306 src/FLTK/flgui.cpp:4307 +msgid "Minimize butt to tray" +msgstr "Minimizar butt na bandeja" + +#: src/FLTK/flgui.cpp:4311 +msgid "Start Agent" +msgstr "Iniciar Agente" + +#: src/FLTK/flgui.cpp:4312 +msgid "Start the butt agent now" +msgstr "Inicia o agente do butt agora" + +#: src/FLTK/flgui.cpp:4316 +msgid "Stop Agent" +msgstr "Parar Agente" + +#: src/FLTK/flgui.cpp:4317 +msgid "Stop the butt agent" +msgstr "Para o agente do butt" + +#: src/FLTK/flgui.cpp:4323 +msgid "Updates" +msgstr "Atualizações" + +#: src/FLTK/flgui.cpp:4326 +msgid "Check at startup" +msgstr "Verificar ao iniciar" + +#: src/FLTK/flgui.cpp:4327 +msgid "Check for updates at start" +msgstr "Buscar atualizações ao iniciar" + +#: src/FLTK/flgui.cpp:4331 +msgid "Check now" +msgstr "Verificar agora" + +#: src/FLTK/flgui.cpp:4332 +msgid "Check if a new version is available" +msgstr "Verificar se nova versão está disponível" + +#: src/FLTK/flgui.cpp:4338 +msgid "Help" +msgstr "Ajuda" + +#: src/FLTK/flgui.cpp:4341 +msgid "Manual" +msgstr "Manual" + +#: src/FLTK/flgui.cpp:4345 +msgid " YouTube" +msgstr " YouTube" + +#: src/FLTK/flgui.cpp:4355 +msgid "Audio" +msgstr "Ãudio" + +#: src/FLTK/flgui.cpp:4357 +msgid "Main Audio Settings" +msgstr "Configurações Principais de Ãudio" + +#: src/FLTK/flgui.cpp:4360 +msgid "Channel mode" +msgstr "Modo do canal" + +#: src/FLTK/flgui.cpp:4361 +msgid "Select input channel" +msgstr "Selecione o canal de entrada" + +#: src/FLTK/flgui.cpp:4374 +msgid "Samplerate" +msgstr "Taxa de sample" + +#: src/FLTK/flgui.cpp:4375 +msgid "Select input sample rate" +msgstr "Selecione a taxa de sample de entrada" + +#: src/FLTK/flgui.cpp:4380 +msgid "Remember Device by" +msgstr "Lembrar Dispositivo por" + +#: src/FLTK/flgui.cpp:4383 +msgid "ID" +msgstr "ID" + +#: src/FLTK/flgui.cpp:4388 +msgid "Name" +msgstr "Nome" + +#: src/FLTK/flgui.cpp:4395 +msgid "Update devices" +msgstr "Atualizar dispositivos" + +#: src/FLTK/flgui.cpp:4396 +msgid "Rescan audio devices" +msgstr "Buscar dispositivos de áudio" + +#: src/FLTK/flgui.cpp:4400 +msgid "Primary Audio Device" +msgstr "Disp. de Ãudio Primário" + +#: src/FLTK/flgui.cpp:4401 +msgid "Select your primary sound card device" +msgstr "Escolha sua placa de som primária" + +#: src/FLTK/flgui.cpp:4406 src/FLTK/flgui.cpp:4424 +msgid "Left" +msgstr "Esquerdo" + +#: src/FLTK/flgui.cpp:4407 src/FLTK/flgui.cpp:4425 +msgid "Select left audio channel" +msgstr "Selecione o canal de áudio esquerdo" + +#: src/FLTK/flgui.cpp:4412 src/FLTK/flgui.cpp:4430 +msgid "Right" +msgstr "Direito" + +#: src/FLTK/flgui.cpp:4413 src/FLTK/flgui.cpp:4431 +msgid "Select right audio channel" +msgstr "Selecione o canal de áudio direito" + +#: src/FLTK/flgui.cpp:4418 +msgid "Secondary Audio Device" +msgstr "Disp. de Ãudio Secundário" + +#: src/FLTK/flgui.cpp:4419 +msgid "Select your secondary sound card device" +msgstr "Escolha sua placa de som secundária" + +#: src/FLTK/flgui.cpp:4441 src/FLTK/flgui.cpp:4472 +msgid "Codec" +msgstr "Codec" + +#: src/FLTK/flgui.cpp:4442 +msgid "Select streaming codec" +msgstr "Selecione o codec de transmissão" + +#: src/FLTK/flgui.cpp:4455 src/FLTK/flgui.cpp:4486 +msgid "Bitrate" +msgstr "Taxa de bits" + +#: src/FLTK/flgui.cpp:4456 +msgid "Select streaming bitrate" +msgstr "Selecione o bitrate da transmissão" + +#: src/FLTK/flgui.cpp:4473 +msgid "Select recording codec" +msgstr "Selecione o codec de gravação" + +#: src/FLTK/flgui.cpp:4487 +msgid "Select recording bitrate" +msgstr "Selecione a taxa de bits para a gravação" + +#: src/FLTK/flgui.cpp:4499 +msgid "Advanced..." +msgstr "Avançado..." + +#: src/FLTK/flgui.cpp:4505 +msgid "Buffer (ms)" +msgstr "Buffer (ms)" + +#: src/FLTK/flgui.cpp:4514 +msgid "Resample Quality" +msgstr "Qualidade de Resample" + +#: src/FLTK/flgui.cpp:4529 +msgid "Signal detection levels" +msgstr "Níveis de detecção de sinal" + +#: src/FLTK/flgui.cpp:4532 +msgid "Signal present" +msgstr "Sinal presente" + +#: src/FLTK/flgui.cpp:4539 src/FLTK/flgui.cpp:4549 +msgid "dB" +msgstr "dB" + +#: src/FLTK/flgui.cpp:4542 +msgid "Signal absent" +msgstr "Sinal ausente" + +#: src/FLTK/flgui.cpp:4556 src/FLTK/flgui.cpp:4833 src/FLTK/flgui.cpp:5084 +msgid "Stream" +msgstr "Trans." + +#: src/FLTK/flgui.cpp:4558 +msgid "Update song name from file" +msgstr "Atualizar o nome da música pelo arquivo" + +#: src/FLTK/flgui.cpp:4562 +msgid "Filename that holds the current song name" +msgstr "Nome do arquivo que contém o nome da música atual" + +#: src/FLTK/flgui.cpp:4568 +msgid "Select file that holds the current song name" +msgstr "Selecione o arquivo que contém o nome da música atual" + +#: src/FLTK/flgui.cpp:4573 src/FLTK/flgui.cpp:4606 src/FLTK/flgui.cpp:4724 +msgid "Activate" +msgstr "Ativar" + +#: src/FLTK/flgui.cpp:4574 src/FLTK/flgui.cpp:4579 +msgid "Activate auto update song name from file" +msgstr "Ativar atualização automática do nome da música por arquivo" + +#: src/FLTK/flgui.cpp:4578 +msgid "Read last line instead of first" +msgstr "Ler última linha ao invés da primeira" + +#: src/FLTK/flgui.cpp:4585 +msgid "Update song name from application" +msgstr "Atualizar o nome da música pela aplicação" + +#: src/FLTK/flgui.cpp:4589 +msgid "Changes the song through an running application" +msgstr "Altera a música através de uma aplicação externa" + +#: src/FLTK/flgui.cpp:4594 +msgid "Title - Artist" +msgstr "Título - Artista" + +#: src/FLTK/flgui.cpp:4599 +msgid "Artist - Title" +msgstr "Artista - Título" + +#: src/FLTK/flgui.cpp:4612 +msgid "Update song name manually" +msgstr "Atualizar o nome da música manualmente" + +#: src/FLTK/flgui.cpp:4616 +msgid "Current song name" +msgstr "Nome da música atual" + +#: src/FLTK/flgui.cpp:4622 src/FLTK/fl_callbacks.cpp:1594 +msgid "OK" +msgstr "OK" + +#: src/FLTK/flgui.cpp:4623 +msgid "Send current song name to the server" +msgstr "Enviar o nome da música atual para o servidor" + +#: src/FLTK/flgui.cpp:4631 +msgid "Update song name delay" +msgstr "Intervalo para atualizar o nome da música" + +#: src/FLTK/flgui.cpp:4635 +msgid "Introduces a delay until the song name is actually updated" +msgstr "Introduz um atraso até que o nome da música seja atualizado" + +#: src/FLTK/flgui.cpp:4642 +msgid "Extend song name" +msgstr "Nome estendido da música" + +#: src/FLTK/flgui.cpp:4645 +msgid "Prefix:" +msgstr "Prefixo:" + +#: src/FLTK/flgui.cpp:4650 +msgid "Suffix:" +msgstr "Sufixo:" + +#: src/FLTK/flgui.cpp:4660 src/FLTK/flgui.cpp:4789 +msgid "Start if signal is present for" +msgstr "Iniciar se houver sinal por" + +#: src/FLTK/flgui.cpp:4661 +msgid "" +"Start streaming if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" +"Iniciar transmissão se o nível de áudio exceder o campo “Sinal Presente†na " +"aba “Ãudioâ€" + +#: src/FLTK/flgui.cpp:4670 src/FLTK/flgui.cpp:4683 src/FLTK/flgui.cpp:4702 +#: src/FLTK/flgui.cpp:4799 src/FLTK/flgui.cpp:4812 src/FLTK/flgui.cpp:5499 +msgid "seconds" +msgstr "segundos" + +#: src/FLTK/flgui.cpp:4673 src/FLTK/flgui.cpp:4802 +msgid "Stop if signal is absent for" +msgstr "Parar se não houver sinal por" + +#: src/FLTK/flgui.cpp:4674 +msgid "" +"Stop streaming if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" +"Parar transmissão se o nível de áudio ficar abaixo do campo “Sinal Ausente†" +"da aba “Ãudioâ€" + +#: src/FLTK/flgui.cpp:4686 +msgid "Start streaming after launch" +msgstr "Iniciar transmissão após a inicialização" + +#: src/FLTK/flgui.cpp:4687 +msgid "Connect automatically to a server after launch" +msgstr "Conectar automaticamente ao servidor ao inicializar" + +#: src/FLTK/flgui.cpp:4691 +msgid "Force reconnecting" +msgstr "Forçar reconexão" + +#: src/FLTK/flgui.cpp:4692 +msgid "If enabled butt keeps reconnecting regardless of the error message" +msgstr "" +"Se habilitado o butt se mantém reconectando independente da mensagem de erro" + +#: src/FLTK/flgui.cpp:4696 +msgid "Reconnect delay:" +msgstr "Intervalo de reconexão:" + +#: src/FLTK/flgui.cpp:4707 +msgid "Update song name from URL" +msgstr "Atualizar nome da música por URL" + +#: src/FLTK/flgui.cpp:4711 +msgid "URL to get song name from" +msgstr "URL para obter nome da música" + +#: src/FLTK/flgui.cpp:4716 +msgid "Update interval" +msgstr "Intervalo de Atualização" + +#: src/FLTK/flgui.cpp:4717 +msgid "Update interval in seconds" +msgstr "Atualizar intervalo em segundos" + +#: src/FLTK/flgui.cpp:4732 +msgid "Record" +msgstr "Gravar" + +#: src/FLTK/flgui.cpp:4734 +msgid "Record File Name:" +msgstr "Arquivo de Gravação:" + +#: src/FLTK/flgui.cpp:4735 +msgid "Record file name" +msgstr "Arquivo de gravação" + +#: src/FLTK/flgui.cpp:4740 +msgid "Record Directory:" +msgstr "Pasta de Gravação:" + +#: src/FLTK/flgui.cpp:4741 +msgid "Directory of recordings" +msgstr "Pasta das gravações" + +#: src/FLTK/flgui.cpp:4747 +msgid "Select recording directory" +msgstr "Selecionar a pasta de gravação" + +#: src/FLTK/flgui.cpp:4752 +msgid "Split file" +msgstr "Dividir arquivo" + +#: src/FLTK/flgui.cpp:4755 +msgid "every" +msgstr "a cada" + +#: src/FLTK/flgui.cpp:4758 +msgid "minutes" +msgstr "minutos" + +#: src/FLTK/flgui.cpp:4760 src/FLTK/flgui.cpp:4761 +msgid "Sync to full hour" +msgstr "Sincronizar a cada hora cheia" + +#: src/FLTK/flgui.cpp:4765 +msgid "Split now" +msgstr "Dividir já" + +#: src/FLTK/flgui.cpp:4774 src/FLTK/flgui.cpp:4775 +msgid "Start recording when connected" +msgstr "Iniciar gravação ao conectar" + +#: src/FLTK/flgui.cpp:4779 +msgid "Stop recording when disconnected" +msgstr "Parar gravação ao desconectar" + +#: src/FLTK/flgui.cpp:4780 +msgid "Start recording when disconnected" +msgstr "Iniciar gravação ao desconectar" + +#: src/FLTK/flgui.cpp:4784 src/FLTK/flgui.cpp:4785 +msgid "Start recording after launch" +msgstr "Iniciar gravação após iniciar" + +#: src/FLTK/flgui.cpp:4790 +msgid "" +"Start recording if the audio level exceeds the \"Signal present\" level set " +"in the \"Audio\" tab" +msgstr "" +"Iniciar gravação se o nível de áudio exceder o campo “Sinal Presente†da aba " +"“Ãudioâ€" + +#: src/FLTK/flgui.cpp:4803 +msgid "" +"Stop recording if the audio level falls below the \"Signal absent level set " +"in the \"Audio\" tab" +msgstr "" +"Parar gravação se o nível do áudio ficar abaixo do campo “Sinal Ausente†da " +"aba “Ãudioâ€" + +#: src/FLTK/flgui.cpp:4815 +msgid "Overwrite existing files" +msgstr "Sobrescrever arquivos existentes" + +#: src/FLTK/flgui.cpp:4823 +msgid "DSP" +msgstr "DSP" + +#: src/FLTK/flgui.cpp:4825 src/FLTK/flgui.cpp:5076 src/FLTK/flgui.cpp:6478 +msgid "Reset" +msgstr "Redefinir" + +#: src/FLTK/flgui.cpp:4830 +msgid "Equalizer" +msgstr "Equalizador" + +#: src/FLTK/flgui.cpp:4837 src/FLTK/flgui.cpp:5088 +msgid "Rec" +msgstr "Gravar" + +#: src/FLTK/flgui.cpp:4842 +msgid "Equalizer Preset" +msgstr "Predefinições de Equalizador" + +#: src/FLTK/flgui.cpp:4854 src/FLTK/flgui.cpp:4876 src/FLTK/flgui.cpp:4898 +#: src/FLTK/flgui.cpp:4920 src/FLTK/flgui.cpp:4942 src/FLTK/flgui.cpp:4964 +#: src/FLTK/flgui.cpp:4986 src/FLTK/flgui.cpp:5008 src/FLTK/flgui.cpp:5030 +#: src/FLTK/flgui.cpp:5052 src/FLTK/flgui.cpp:5096 src/FLTK/flgui.cpp:5118 +#: src/FLTK/flgui.cpp:5186 +msgid "+0.0" +msgstr "+0.0" + +#: src/FLTK/flgui.cpp:4858 +msgid "32Hz" +msgstr "32Hz" + +#: src/FLTK/flgui.cpp:4880 +msgid "64Hz" +msgstr "64Hz" + +#: src/FLTK/flgui.cpp:4902 +msgid "125Hz" +msgstr "125Hz" + +#: src/FLTK/flgui.cpp:4924 +msgid "250Hz" +msgstr "250Hz" + +#: src/FLTK/flgui.cpp:4946 +msgid "500Hz" +msgstr "500Hz" + +#: src/FLTK/flgui.cpp:4968 +msgid "1kHz" +msgstr "1kHz" + +#: src/FLTK/flgui.cpp:4990 +msgid "2kHz" +msgstr "2kHz" + +#: src/FLTK/flgui.cpp:5012 +msgid "4kHz" +msgstr "4kHz" + +#: src/FLTK/flgui.cpp:5034 +msgid "8kHz" +msgstr "8kHz" + +#: src/FLTK/flgui.cpp:5056 +msgid "16kHz" +msgstr "16kHz" + +#: src/FLTK/flgui.cpp:5081 +msgid "Dynamic Range Compressor" +msgstr "Compressor de Intervalo Dinâmico" + +#: src/FLTK/flgui.cpp:5092 +msgid "Aggressive Mode" +msgstr "Modo Agressivo" + +#: src/FLTK/flgui.cpp:5100 +msgid "Threshold" +msgstr "Limite" + +#: src/FLTK/flgui.cpp:5122 +msgid "Ratio" +msgstr "Taxa" + +#: src/FLTK/flgui.cpp:5140 src/FLTK/flgui.cpp:5163 +msgid "+0.00" +msgstr "+0.00" + +#: src/FLTK/flgui.cpp:5144 +msgid "Attack" +msgstr "Ataque" + +#: src/FLTK/flgui.cpp:5167 +msgid "Release" +msgstr "Soltar" + +#: src/FLTK/flgui.cpp:5190 +msgid "MakeupGain" +msgstr "Ganho" + +#: src/FLTK/flgui.cpp:5224 src/FLTK/flgui.cpp:5237 +msgid "MIDI" +msgstr "MIDI" + +#: src/FLTK/flgui.cpp:5226 +msgid "MIDI Device" +msgstr "Dispositivo MIDI" + +#: src/FLTK/flgui.cpp:5227 +msgid "Select your MIDI device" +msgstr "Selecione seu dispositivo MIDI" + +#: src/FLTK/flgui.cpp:5232 +msgid "Rescan" +msgstr "Buscar" + +#: src/FLTK/flgui.cpp:5233 +msgid "Rescan MIDI devices" +msgstr "Buscar dispositivos MIDI" + +#: src/FLTK/flgui.cpp:5238 +msgid "MIDI signal indicator" +msgstr "Indicador de sinal MIDI" + +#: src/FLTK/flgui.cpp:5250 +msgid "MIDI Commands" +msgstr "Comandos MIDI" + +#: src/FLTK/flgui.cpp:5255 +msgid "Enable" +msgstr "Habilitar" + +#: src/FLTK/flgui.cpp:5256 +msgid "Enable/Disable the selected MIDI command" +msgstr "Habilita/Desabilita o comando MIDI selecionado" + +#: src/FLTK/flgui.cpp:5262 +msgid "Channel" +msgstr "Canal" + +#: src/FLTK/flgui.cpp:5263 +msgid "Select MIDI channel" +msgstr "Selecione o canal MIDI" + +#: src/FLTK/flgui.cpp:5277 +msgid "CC" +msgstr "CC" + +#: src/FLTK/flgui.cpp:5278 +msgid "Select CC number" +msgstr "Selecione o número CC" + +#: src/FLTK/flgui.cpp:5283 src/FLTK/fl_callbacks.cpp:6425 +msgid "Learn" +msgstr "Aprender" + +#: src/FLTK/flgui.cpp:5284 +msgid "Activate to auto detect the channel and CC number" +msgstr "Ative para detectar automaticamente o caham e o número CC" + +#: src/FLTK/flgui.cpp:5289 +msgid "CC Mode" +msgstr "Modo CC" + +#: src/FLTK/flgui.cpp:5290 +msgid "Select CC mode" +msgstr "Selecione o modo CC" + +#: src/FLTK/flgui.cpp:5304 +msgid "Soft takeover" +msgstr "Assumir soft" + +#: src/FLTK/flgui.cpp:5305 +msgid "Prevents jumps when controlling a slider in absolute mode" +msgstr "Previne pulos ao controlar um slider em modo absoluto" + +#: src/FLTK/flgui.cpp:5313 +msgid "TLS" +msgstr "TLS" + +#: src/FLTK/flgui.cpp:5315 src/FLTK/flgui.cpp:5619 +msgid "SSL/TLS" +msgstr "SSL/TLS" + +#: src/FLTK/flgui.cpp:5318 +msgid "" +"If your server uses a certificate from\n" +"Let's Encrypt or another well known\n" +"CA, you can leave these fields blank." +msgstr "" +"Caso seu servidor use um certificado de\n" +"Let's Encrypt ou outro CA conhecido,\n" +"você pode deixar esses campos em branco." + +#: src/FLTK/flgui.cpp:5322 +msgid "CA Certificate File:" +msgstr "Arquivo de Certificado CA:" + +#: src/FLTK/flgui.cpp:5323 +msgid "Certificate file" +msgstr "Arquivo de Certificado" + +#: src/FLTK/flgui.cpp:5329 +msgid "Select certificate file" +msgstr "Selecionar o arquivo de certificado" + +#: src/FLTK/flgui.cpp:5334 +msgid "CA Certificate Directory:" +msgstr "Pasta de Certificado CA:" + +#: src/FLTK/flgui.cpp:5335 +msgid "Certificate directory" +msgstr "Pasta do certificado" + +#: src/FLTK/flgui.cpp:5341 +msgid "Select certificate directory" +msgstr "Selecionar a pasta de certificado" + +#: src/FLTK/flgui.cpp:5350 +msgid "GUI" +msgstr "GUI" + +#: src/FLTK/flgui.cpp:5352 +msgid "Language" +msgstr "Idioma" + +#: src/FLTK/flgui.cpp:5369 +msgid "Display Color" +msgstr "Cor do Display" + +#: src/FLTK/flgui.cpp:5372 +msgid "Text" +msgstr "Texto" + +#: src/FLTK/flgui.cpp:5373 +msgid "Select text color" +msgstr "Selecione a cor do texto" + +#: src/FLTK/flgui.cpp:5379 +msgid "Background" +msgstr "Cor Fundo" + +#: src/FLTK/flgui.cpp:5380 +msgid "Select background color" +msgstr "Selecione a cor de fundo" + +#: src/FLTK/flgui.cpp:5388 +msgid "VU meter" +msgstr "VU meter" + +#: src/FLTK/flgui.cpp:5391 +msgid "Gradient colors" +msgstr "Cores gradientes" + +#: src/FLTK/flgui.cpp:5396 +msgid "Solid colors" +msgstr "Cores sólidas" + +#: src/FLTK/flgui.cpp:5401 +msgid "Always show tabs" +msgstr "Sempre mostrar abas" + +#: src/FLTK/flgui.cpp:5406 +msgid "Select lower range color" +msgstr "Selecione a cor do limite mínimo" + +#: src/FLTK/flgui.cpp:5413 +msgid "Select mid range color" +msgstr "Selecione a cor do limite médio" + +#: src/FLTK/flgui.cpp:5420 +msgid "Select high range color" +msgstr "Selecione a cor do limite alto" + +#: src/FLTK/flgui.cpp:5427 +msgid "Low range start value (dB)" +msgstr "Valor inicial do limite mínimo (dB)" + +#: src/FLTK/flgui.cpp:5431 +msgid "Mid range start value (dB)" +msgstr "Valor inicial do limite médio (dB)" + +#: src/FLTK/flgui.cpp:5440 +msgid "High range start value (dB)" +msgstr "Valor inicial do limite alto (dB)" + +#: src/FLTK/flgui.cpp:5450 +msgid "Misc" +msgstr "Misc" + +#: src/FLTK/flgui.cpp:5453 +msgid "Attach settings window to main window" +msgstr "Anexar janela de configurações na principal" + +#: src/FLTK/flgui.cpp:5454 +msgid "Attach this window to the butt window" +msgstr "Anexar esta janela à do butt" + +#: src/FLTK/flgui.cpp:5458 src/FLTK/flgui.cpp:5459 +msgid "Stay always on top" +msgstr "Sempre no topo" + +#: src/FLTK/flgui.cpp:5463 src/FLTK/flgui.cpp:5464 +msgid "Remember main window position" +msgstr "Lembrar a posição da janela principal" + +#: src/FLTK/flgui.cpp:5468 src/FLTK/flgui.cpp:5469 +msgid "Hide log window after start up" +msgstr "Ocultar janela de log após inicialização" + +#: src/FLTK/flgui.cpp:5473 src/FLTK/flgui.cpp:5474 +msgid "Change display mode every 5 seconds" +msgstr "Alterar o modo de exibição a cada 5 segundos" + +#: src/FLTK/flgui.cpp:5478 +msgid "Start minimized" +msgstr "Iniciar minimizado" + +#: src/FLTK/flgui.cpp:5479 +msgid "Minimize butt at startup" +msgstr "Minimizar o butt na inicialização" + +#: src/FLTK/flgui.cpp:5483 +msgid "Disable gain control" +msgstr "Desativar o controle de ganho" + +#: src/FLTK/flgui.cpp:5489 +msgid "Show listeners" +msgstr "Mostrar número de ouvintes" + +#: src/FLTK/flgui.cpp:5490 +msgid "Show current listeners in the display (not always available)" +msgstr "Mostrar o número atual de ouvintes no visor (nem sempre possível)" + +#: src/FLTK/flgui.cpp:5494 +msgid "Update rate:" +msgstr "Taxa atualiz.:" + +#: src/FLTK/flgui.cpp:5504 +msgid "Custom window title:" +msgstr "Título da janela personalizada:" + +#: src/FLTK/flgui.cpp:5505 +msgid "Define a custom window title" +msgstr "Define um título personalizado para a janela" + +#: src/FLTK/flgui.cpp:5515 +msgid "Donate" +msgstr "Doar" + +#: src/FLTK/flgui.cpp:5517 +msgid "Donation" +msgstr "Doação" + +#: src/FLTK/flgui.cpp:5520 +msgid "" +"Keeping this software up to date, adding\n" +"new features and answering support mails\n" +"takes a lot of time and effort. If you can\n" +"afford it, please consider supporting this\n" +"project.\n" +"\n" +"Thank you!" +msgstr "" +"Manter o software atualizado, adicionar novas\n" +"funcionalidades e responder aos mails de\n" +"suporte levam muito tempo e esforço. Se tiver\n" +"condições, considere contribuir com este\n" +"projeto.\n" +"\n" +"Muito obrigado!" + +#: src/FLTK/flgui.cpp:5525 +msgid "&Donate via PayPal" +msgstr "&Doar via PayPal" + +#: src/FLTK/flgui.cpp:5529 +msgid "Become a &patron" +msgstr "Tornar-se um &patron" + +#: src/FLTK/flgui.cpp:5533 +msgid "&Apple Pay, Google Pay, CC and more" +msgstr "&Apple Pay, Google Pay, CC e outros" + +#: src/FLTK/flgui.cpp:5537 +msgid "&Bitcoin && Co" +msgstr "&Bitcoin && Co" + +#: src/FLTK/flgui.cpp:5552 src/FLTK/flgui.cpp:5673 +msgid "Name:" +msgstr "Nome:" + +#: src/FLTK/flgui.cpp:5556 +msgid "Address:" +msgstr "Endereço:" + +#: src/FLTK/flgui.cpp:5560 +msgid "Port:" +msgstr "Porta:" + +#: src/FLTK/flgui.cpp:5564 +msgid "Password:" +msgstr "Senha:" + +#: src/FLTK/flgui.cpp:5569 +msgid "Icecast mountpoint:" +msgstr "Montagem do Icecast:" + +#: src/FLTK/flgui.cpp:5573 +msgid "Icecast user:" +msgstr "Usuário Icecast:" + +#: src/FLTK/flgui.cpp:5577 src/FLTK/fl_callbacks.cpp:1136 +#: src/FLTK/fl_callbacks.cpp:1215 src/FLTK/fl_callbacks.cpp:1623 +msgid "Show" +msgstr "Exibir" + +#: src/FLTK/flgui.cpp:5578 +msgid "show/hide password" +msgstr "exibir/ocultar senha" + +#: src/FLTK/flgui.cpp:5582 +msgid "Type" +msgstr "Tipo" + +#: src/FLTK/flgui.cpp:5585 +msgid "Shoutcast" +msgstr "Shoutcast" + +#: src/FLTK/flgui.cpp:5590 +msgid "Icecast" +msgstr "Icecast" + +#: src/FLTK/flgui.cpp:5595 +msgid "WebRTC" +msgstr "WebRTC" + +#: src/FLTK/flgui.cpp:5600 +msgid "Radio.co" +msgstr "Radio.co" + +#: src/FLTK/flgui.cpp:5607 src/FLTK/flgui.cpp:5709 +msgid "&Cancel" +msgstr "&Cancelar" + +#: src/FLTK/flgui.cpp:5611 src/FLTK/flgui.cpp:5713 +msgid "&ADD" +msgstr "&ADICIONAR" + +#: src/FLTK/flgui.cpp:5622 +msgid "Use SSL/TLS" +msgstr "Usar SSL/TLS" + +#: src/FLTK/flgui.cpp:5625 +msgid "Revoke certificate trust" +msgstr "Revogar certificado" + +#: src/FLTK/flgui.cpp:5631 +msgid "Radio.co Stations" +msgstr "Estações Radio.co" + +#: src/FLTK/flgui.cpp:5634 +msgid "Get Stations" +msgstr "Obter Estações" + +#: src/FLTK/flgui.cpp:5638 +msgid "Select all" +msgstr "Selecionar tudo" + +#: src/FLTK/flgui.cpp:5642 +msgid "Deselect all" +msgstr "Selecionar nenhum" + +#: src/FLTK/flgui.cpp:5646 +msgid "Use legacy Icecast protocol" +msgstr "Usar protocolo legado do Icecast" + +#: src/FLTK/flgui.cpp:5647 +msgid "" +"Activate this if you want to use the older SOURCE protocol instead of the " +"newer PUT protocol" +msgstr "" +"Ative isso caso queira utilizar o protocolo antigo SOURCE ao invés do novo " +"protocolo PUT" + +#: src/FLTK/flgui.cpp:5651 +msgid "ICE server (optional):" +msgstr "Servidor ICE (opcional):" + +#: src/FLTK/flgui.cpp:5654 +msgid "WebRTC (WHIP) URL:" +msgstr "WebRTC (WHIP) URL:" + +#: src/FLTK/flgui.cpp:5657 +msgid "Bearer token (optional):" +msgstr "Bearer token (optional):" + +#: src/FLTK/flgui.cpp:5660 +msgid "Custom listener URL (optional):" +msgstr "URL para números de ouvintes (opcional):" + +#: src/FLTK/flgui.cpp:5664 +msgid "Custom listener mountpoint (optional):" +msgstr "Ponto de montagem para números de ouvintes (optional):" + +#: src/FLTK/flgui.cpp:5674 +msgid "The name of your new ICY-entrie" +msgstr "O nome do seu novo ICY-entrie" + +#: src/FLTK/flgui.cpp:5678 +msgid "Description:" +msgstr "Descrição:" + +#: src/FLTK/flgui.cpp:5682 +msgid "Genre:" +msgstr "Gênero:" + +#: src/FLTK/flgui.cpp:5686 +msgid "URL:" +msgstr "URL:" + +#: src/FLTK/flgui.cpp:5690 +msgid "ICQ:" +msgstr "ICQ:" + +#: src/FLTK/flgui.cpp:5694 +msgid "IRC:" +msgstr "IRC:" + +#: src/FLTK/flgui.cpp:5698 +msgid "AIM:" +msgstr "AIM:" + +#: src/FLTK/flgui.cpp:5702 +msgid "Make server public" +msgstr "Tornar servidor público" + +#: src/FLTK/flgui.cpp:5705 +msgid "Expand variables" +msgstr "Expandir variáveis" + +#: src/FLTK/flgui.cpp:5706 +msgid "Activate to expand date variables in name and description" +msgstr "Ative para expandir as variáveis de data em nomes e descrições" + +#: src/FLTK/flgui.cpp:5736 +msgid "Donate Cryptocurrency" +msgstr "Doar criptomoeda" + +#: src/FLTK/flgui.cpp:5747 +msgid "Bitcoin" +msgstr "Bitcoin" + +#: src/FLTK/flgui.cpp:5752 src/FLTK/flgui.cpp:5761 src/FLTK/flgui.cpp:5770 +msgid "Copy" +msgstr "Copiar" + +#: src/FLTK/flgui.cpp:5756 +msgid "Litecoin" +msgstr "Litecoin" + +#: src/FLTK/flgui.cpp:5765 +msgid "Monero" +msgstr "Monero" + +#: src/FLTK/flgui.cpp:5774 src/FLTK/flgui.cpp:6106 src/FLTK/flgui.cpp:6461 +#: src/FLTK/flgui.cpp:6669 +msgid "&Close" +msgstr "&Fechar" + +#: src/FLTK/flgui.cpp:5780 +msgid "Streaming Codec Settings" +msgstr "Configurações do Codec de Transmissão" + +#: src/FLTK/flgui.cpp:5792 src/FLTK/flgui.cpp:6124 +msgid "MP3" +msgstr "MP3" + +#: src/FLTK/flgui.cpp:5793 src/FLTK/flgui.cpp:6125 +msgid "Encoding Quality" +msgstr "Qualidade do Encoding" + +#: src/FLTK/flgui.cpp:5806 src/FLTK/flgui.cpp:6138 +msgid "Stereo Mode" +msgstr "Modo Estéreo" + +#: src/FLTK/flgui.cpp:5819 src/FLTK/flgui.cpp:5949 src/FLTK/flgui.cpp:6015 +#: src/FLTK/flgui.cpp:6071 src/FLTK/flgui.cpp:6151 src/FLTK/flgui.cpp:6281 +#: src/FLTK/flgui.cpp:6334 src/FLTK/flgui.cpp:6403 +msgid "Bitrate Mode" +msgstr "Modo de Taxa de Bits" + +#: src/FLTK/flgui.cpp:5832 src/FLTK/flgui.cpp:6164 +msgid "VBR" +msgstr "VBR" + +#: src/FLTK/flgui.cpp:5835 src/FLTK/flgui.cpp:5989 src/FLTK/flgui.cpp:6167 +#: src/FLTK/flgui.cpp:6347 +msgid "Quality" +msgstr "Qualidade" + +#: src/FLTK/flgui.cpp:5848 src/FLTK/flgui.cpp:6180 +msgid "Min. Bitrate" +msgstr "Tx. Bits Min." + +#: src/FLTK/flgui.cpp:5861 src/FLTK/flgui.cpp:6193 +msgid "Max. Bitrate" +msgstr "Tx. Bits Max." + +#: src/FLTK/flgui.cpp:5874 src/FLTK/flgui.cpp:6206 +msgid "Force" +msgstr "Forçar" + +#: src/FLTK/flgui.cpp:5875 src/FLTK/flgui.cpp:6207 +msgid "Strictly enforce mininum Bitrate (-F option of the lame encoder)" +msgstr "Forçar taxa de bits mínima (Opção -F do lame encoder)" + +#: src/FLTK/flgui.cpp:5881 src/FLTK/flgui.cpp:6227 +msgid "Lowpass (kHz)" +msgstr "Passa-baixo (kHz)" + +#: src/FLTK/flgui.cpp:5884 src/FLTK/flgui.cpp:5909 src/FLTK/flgui.cpp:6230 +#: src/FLTK/flgui.cpp:6255 +msgid "Frequency" +msgstr "Frequência" + +#: src/FLTK/flgui.cpp:5890 src/FLTK/flgui.cpp:5915 src/FLTK/flgui.cpp:6236 +#: src/FLTK/flgui.cpp:6261 +msgid "Width" +msgstr "Largura" + +#: src/FLTK/flgui.cpp:5906 src/FLTK/flgui.cpp:6252 +msgid "Highpass (kHz)" +msgstr "Passa-alto (kHz)" + +#: src/FLTK/flgui.cpp:5931 src/FLTK/flgui.cpp:6213 +msgid "Resampling" +msgstr "Reamostrando" + +#: src/FLTK/flgui.cpp:5932 src/FLTK/flgui.cpp:6214 +msgid "Resample to the selected sample rate" +msgstr "Reamostrar para a taxa de amostragem selecionada" + +#: src/FLTK/flgui.cpp:5947 src/FLTK/flgui.cpp:6279 +msgid "OGG" +msgstr "OGG" + +#: src/FLTK/flgui.cpp:5962 src/FLTK/flgui.cpp:6294 +msgid "VBR Quality" +msgstr "Qualidade VBR" + +#: src/FLTK/flgui.cpp:5975 src/FLTK/flgui.cpp:6307 +msgid "VBR min. Bitrate" +msgstr "Taxa mín. do VBR" + +#: src/FLTK/flgui.cpp:5980 src/FLTK/flgui.cpp:6312 +msgid "VBR max. Bitrate" +msgstr "Taxa máx. do VBR" + +#: src/FLTK/flgui.cpp:5987 src/FLTK/flgui.cpp:6319 +msgid "OPUS" +msgstr "OPUS" + +#: src/FLTK/flgui.cpp:6002 src/FLTK/flgui.cpp:6321 +msgid "Optimize for" +msgstr "Otimizar para" + +#: src/FLTK/flgui.cpp:6028 src/FLTK/flgui.cpp:6360 +msgid "Max. Bandwidth" +msgstr "Banda Máxima" + +#: src/FLTK/flgui.cpp:6043 src/FLTK/flgui.cpp:6375 +msgid "AAC" +msgstr "AAC" + +#: src/FLTK/flgui.cpp:6045 src/FLTK/flgui.cpp:6377 +msgid "Profile" +msgstr "Perfil" + +#: src/FLTK/flgui.cpp:6058 src/FLTK/flgui.cpp:6390 +msgid "Afterburner" +msgstr "Afterburner" + +#: src/FLTK/flgui.cpp:6086 src/FLTK/flgui.cpp:6418 +msgid "FLAC" +msgstr "FLAC" + +#: src/FLTK/flgui.cpp:6088 src/FLTK/flgui.cpp:6420 src/FLTK/flgui.cpp:6438 +msgid "Bit depth" +msgstr "Resolução de bits" + +#: src/FLTK/flgui.cpp:6090 src/FLTK/flgui.cpp:6422 src/FLTK/flgui.cpp:6440 +msgid "16 bit" +msgstr "16 bit" + +#: src/FLTK/flgui.cpp:6095 src/FLTK/flgui.cpp:6427 src/FLTK/flgui.cpp:6450 +msgid "24 bit" +msgstr "24 bit" + +#: src/FLTK/flgui.cpp:6112 +msgid "Recording Codec Settings" +msgstr "Configurações de Codec de Gravação" + +#: src/FLTK/flgui.cpp:6436 +msgid "WAV" +msgstr "WAV" + +#: src/FLTK/flgui.cpp:6445 +msgid "32 bit" +msgstr "32 bit" + +#: src/FLTK/flgui.cpp:6467 +msgid "butt audio mixer" +msgstr "mixer de áudio do butt" + +#: src/FLTK/flgui.cpp:6483 +msgid "Audio Mixer" +msgstr "Mixer de Ãudio" + +#: src/FLTK/flgui.cpp:6486 src/FLTK/flgui.cpp:6516 src/FLTK/flgui.cpp:6546 +#: src/FLTK/flgui.cpp:6569 src/FLTK/flgui.cpp:6592 +msgid "+0.0 dB" +msgstr "+0.0 dB" + +#: src/FLTK/flgui.cpp:6491 src/FLTK/flgui.cpp:6634 +msgid "" +"Primary\n" +"Device" +msgstr "" +"Dispositivo\n" +"Primário" + +#: src/FLTK/flgui.cpp:6509 src/FLTK/flgui.cpp:6510 src/FLTK/flgui.cpp:6539 +#: src/FLTK/flgui.cpp:6540 +msgid "Mute" +msgstr "Mudo" + +#: src/FLTK/flgui.cpp:6521 src/FLTK/flgui.cpp:6642 +msgid "" +"Secondary\n" +"Device" +msgstr "" +"Dispositivo\n" +"Secundário" + +#: src/FLTK/flgui.cpp:6551 +msgid "" +"Streaming\n" +"Gain" +msgstr "" +"Ganho da\n" +"Transmissão" + +#: src/FLTK/flgui.cpp:6574 +msgid "" +"Recording\n" +"Gain" +msgstr "" +"Ganho de\n" +"Gravação" + +#: src/FLTK/flgui.cpp:6597 +msgid "" +"Master\n" +"Gain" +msgstr "" +"Ganho\n" +"Principal" + +#: src/FLTK/flgui.cpp:6615 +msgid "" +"\n" +"Cross Fader" +msgstr "" +"\n" +"Cross Fader" + +#: src/FLTK/flgui.cpp:6638 +msgid "|" +msgstr "|" + +#: src/FLTK/flgui.cpp:6650 +msgid "Alert" +msgstr "Alerta" + +#: src/FLTK/flgui.cpp:6661 +msgid "&Open the manual" +msgstr "&Abrir o manual" + +#: src/FLTK/flgui.cpp:6665 +msgid "" +"Could not find aac library.\n" +"\n" +"Please follow the instructions in the manual\n" +"for adding aac support." +msgstr "" +"Impossível encontrar a biblioteca aac.\n" +"\n" +"Favor seguir as instruções no manual\n" +"para adicionar suporte ao aac." + +#: src/FLTK/fl_timer_funcs.cpp:318 +#, c-format +msgid "" +"stream sent\n" +"%0.2lfMB" +msgstr "" +"enviando\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:323 +#, c-format +msgid "" +"stream time\n" +"%s" +msgstr "" +"tempo de stream\n" +"%s" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "Listeners". Also the +# string length should not exceed 10 +# characters. +#: src/FLTK/fl_timer_funcs.cpp:330 +#, c-format +msgid "" +"On Air\n" +"Listeners %5d" +msgstr "" +"No Ar\n" +"Ouvintes %5d" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "Listeners>". Also the +# string length should not exceed 10 +# characters. +#: src/FLTK/fl_timer_funcs.cpp:333 +#, c-format +msgid "" +"On Air\n" +"Listeners>%5d" +msgstr "" +"No Ar\n" +"Ouvintes>%5d" + +# Will be shown in the main display and thus +# may only contain ascii-characters. When +# in doubt just keep "On Air" +#: src/FLTK/fl_timer_funcs.cpp:337 +#, c-format +msgid "On Air" +msgstr "No Ar" + +#: src/FLTK/fl_timer_funcs.cpp:343 +#, c-format +msgid "" +"record time\n" +"%s" +msgstr "" +"tempo gravando\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:348 +#, c-format +msgid "" +"record size\n" +"%0.2lfMB" +msgstr "" +"tamanho gravado\n" +"%0.2lfMB" + +#: src/FLTK/fl_timer_funcs.cpp:479 +#, c-format +msgid "" +"ERROR: Connection lost\n" +"reconnecting in %d seconds..." +msgstr "" +"ERRO: Conexão perdida\n" +"reconectando em %d segundos..." + +#: src/FLTK/fl_timer_funcs.cpp:483 +msgid "" +"ERROR: Connection lost\n" +"reconnecting..." +msgstr "" +"ERRO: Conexão perdida\n" +"reconectando..." + +#: src/FLTK/fl_timer_funcs.cpp:608 +msgid "Listeners" +msgstr "Ouvintes" + +#: src/FLTK/fl_timer_funcs.cpp:674 +msgid "" +"Could not find a file extension in current filename\n" +"Automatic file splitting is deactivated" +msgstr "" +"Impossível encontrar uma extensão de arquivo no nome atual\n" +"A divisão automática de arquivos está desativada" + +#: src/FLTK/fl_timer_funcs.cpp:704 +msgid "" +"Could not find a valid filename for next file\n" +"butt keeps recording to current file" +msgstr "" +"Impossível achar um nome de arquivo válido para o próximo arquivo\n" +"o butt manterá a gravação no arquivo atual" + +#: src/FLTK/fl_timer_funcs.cpp:717 src/FLTK/fl_callbacks.cpp:1033 +#, c-format +msgid "" +"Could not open:\n" +"%s" +msgstr "" +"Impossível abrir:\n" +"%s" + +#: src/FLTK/fl_timer_funcs.cpp:721 src/port_audio.cpp:938 +msgid "Recording to:" +msgstr "Gravando em:" + +#: src/FLTK/fl_timer_funcs.cpp:964 +#, c-format +msgid "" +"Warning\n" +"Could not open: %s.\n" +"Will retry in 5 seconds" +msgstr "" +"Aviso\n" +"Impossível abrir %s.\n" +"Nova tentativa em 5 segundos" + +#: src/FLTK/fl_callbacks.cpp:145 +msgid "connecting" +msgstr "conectando" + +#: src/FLTK/fl_callbacks.cpp:187 +msgid "" +"Error: No server entry found.\n" +"Please add a server in the settings-window." +msgstr "" +"Erro: Nenhuma entrada de servidor encontrada.\n" +"Adicione um servidor na janela de configurações." + +#: src/FLTK/fl_callbacks.cpp:192 +msgid "" +"Error: ogg vorbis encoder doesn't support bitrates\n" +"lower than 48kbit" +msgstr "" +"Erro: o encoder de ogg vorbis não suporta taxas de bits\n" +"menores que 48kbit" + +#: src/FLTK/fl_callbacks.cpp:200 +#, c-format +msgid "Warning: %s is not supported by every Shoutcast version" +msgstr "Aviso: %s não é suportado por todas versões do Shoutcast" + +#: src/FLTK/fl_callbacks.cpp:204 +msgid "Error: FLAC is not supported by ShoutCast" +msgstr "Erro: ShoutCast não suporta FLAC" + +#: src/FLTK/fl_callbacks.cpp:211 +#, c-format +msgid "Error: Radio.co supports only mp3 and aac" +msgstr "Erro: O Radio.co suporta apenas mp3 e aac" + +#: src/FLTK/fl_callbacks.cpp:219 +#, c-format +msgid "Error: WebRTC only supports opus" +msgstr "Erro: WebRTC suporta apenas opus" + +#: src/FLTK/fl_callbacks.cpp:226 +#, c-format +msgid "Connecting to %s via %s ..." +msgstr "Conectando a %s via %s ..." + +#: src/FLTK/fl_callbacks.cpp:229 +#, c-format +msgid "Connecting to %s:%u ..." +msgstr "Conectando a %s:%u ..." + +#: src/FLTK/fl_callbacks.cpp:232 +#, c-format +msgid "Connecting to %s:%u (%u) ..." +msgstr "Conectando a %s:%u (%u) ..." + +#: src/FLTK/fl_callbacks.cpp:328 +msgid "Connection established" +msgstr "Conexão estabelecida" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "no" +msgstr "não" + +#: src/FLTK/fl_callbacks.cpp:342 src/FLTK/fl_callbacks.cpp:4275 +#: src/FLTK/fl_callbacks.cpp:4281 +msgid "yes" +msgstr "sim" + +#: src/FLTK/fl_callbacks.cpp:344 +#, c-format +msgid "Device 1:\t%s\n" +msgstr "Dispositivo 1:\t%s\n" + +#: src/FLTK/fl_callbacks.cpp:345 +#, c-format +msgid "Device 2:\t%s\n" +msgstr "Dispositivo 2:\t%s\n" + +#: src/FLTK/fl_callbacks.cpp:396 +#, c-format +msgid "Connected to: %s" +msgstr "Conectado a %s" + +#: src/FLTK/fl_callbacks.cpp:567 src/FLTK/fl_callbacks.cpp:1669 +msgid "The custom listener URL must start with http:// or https://" +msgstr "A URL deve se iniciar em http:// ou https://" + +#: src/FLTK/fl_callbacks.cpp:574 src/FLTK/fl_callbacks.cpp:1676 +msgid "" +"No mountpoint specified\n" +"Setting mountpoint to \"stream\"" +msgstr "" +"Nenhum ponto de montagem definido\n" +"Definindo o ponto de montagem como \"stream\"" + +#: src/FLTK/fl_callbacks.cpp:578 src/FLTK/fl_callbacks.cpp:1680 +msgid "" +"No user specified\n" +"Setting user to \"source\"" +msgstr "" +"Nenhum usuário definido\n" +"Definindo usuário como \"source\"" + +#: src/FLTK/fl_callbacks.cpp:586 src/FLTK/fl_callbacks.cpp:1688 +msgid "" +"Unsupported listener URL.\n" +"The listener URL must end with status-json.xsl, 7.xsl, 7.html or contain " +"stats?sid" +msgstr "" +"URL de ouvinte não suportada.\n" +"A URL de ouvinte deve terminar com status-json.xsl, 7.xsl, 7.html ou conter " +"stats?sid" + +#: src/FLTK/fl_callbacks.cpp:592 src/FLTK/fl_callbacks.cpp:1694 +#: src/FLTK/fl_callbacks.cpp:1857 src/FLTK/fl_callbacks.cpp:2545 +msgid "No name specified" +msgstr "Nenhum nome definido" + +#: src/FLTK/fl_callbacks.cpp:597 src/FLTK/fl_callbacks.cpp:1699 +msgid "" +"The number of characters of all your server names exeeds 1000\n" +"Please reduce the number of characters of each server name" +msgstr "" +"O número de caracteres de todos os nomes de servidor excedem 1000\n" +"Reduza o número de caracteres de cada nome de servidor" + +#: src/FLTK/fl_callbacks.cpp:603 src/FLTK/fl_callbacks.cpp:1705 +msgid "Newline characters and [];/\\ are not allowed within the server name" +msgstr "" +"Caracteres de quebra de linha e [];/\\ não são permitidos para o nome de " +"servidor" + +#: src/FLTK/fl_callbacks.cpp:609 src/FLTK/fl_callbacks.cpp:1710 +msgid "No address specified" +msgstr "Nenhum endereço definido" + +#: src/FLTK/fl_callbacks.cpp:613 src/FLTK/fl_callbacks.cpp:1714 +msgid "No password specified" +msgstr "Nenhuma senha especificada" + +#: src/FLTK/fl_callbacks.cpp:617 src/FLTK/fl_callbacks.cpp:1718 +msgid "No port specified" +msgstr "Nenhuma porta definida" + +#: src/FLTK/fl_callbacks.cpp:621 src/FLTK/fl_callbacks.cpp:1722 +msgid "" +"Invalid port number\n" +"The port number must be between 1 and 65535" +msgstr "" +"Número de porta inválido\n" +"O número da porta deve estar entre 1 e 65535" + +#: src/FLTK/fl_callbacks.cpp:628 src/FLTK/fl_callbacks.cpp:1729 +msgid "No WHIP URL specified" +msgstr "Nenhuma URL WHIP especificada" + +#: src/FLTK/fl_callbacks.cpp:637 src/FLTK/fl_callbacks.cpp:1740 +#: src/FLTK/fl_callbacks.cpp:2564 +msgid "Server name already exist!" +msgstr "Nome de servidor já existe!" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "stop recording?" +msgstr "parar gravação?" + +#: src/FLTK/fl_callbacks.cpp:966 src/FLTK/fl_funcs.cpp:1462 +msgid "No" +msgstr "Não" + +#: src/FLTK/fl_callbacks.cpp:966 +msgid "Yes" +msgstr "Sim" + +#: src/FLTK/fl_callbacks.cpp:1005 +msgid "No recording filename specified" +msgstr "Nenhum arquivo de gravação especificado" + +#: src/FLTK/fl_callbacks.cpp:1015 +#, c-format +msgid "%s already exists!" +msgstr "%s já existe!" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "overwrite" +msgstr "sobrescrever" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "cancel" +msgstr "cancelar" + +#: src/FLTK/fl_callbacks.cpp:1015 +msgid "append" +msgstr "acrescentar" + +#: src/FLTK/fl_callbacks.cpp:1021 +msgid "Recording canceled" +msgstr "Gravação cancelada" + +#: src/FLTK/fl_callbacks.cpp:1090 src/FLTK/fl_funcs.cpp:1308 +msgid "Hide log" +msgstr "Ocultar log" + +#: src/FLTK/fl_callbacks.cpp:1123 +msgid "Add Server" +msgstr "Adicionar servidor" + +#: src/FLTK/fl_callbacks.cpp:1176 +msgid "Edit Server" +msgstr "Editar servidor" + +#: src/FLTK/fl_callbacks.cpp:1181 +msgid "Radio.co stations cannot be edited." +msgstr "Estações Radio.co não podem ser editadas." + +#: src/FLTK/fl_callbacks.cpp:1267 +msgid "Add Server Infos" +msgstr "Adicionar informações de Servidor" + +#: src/FLTK/fl_callbacks.cpp:1302 +msgid "Song update failed: WebRTC does not support song names" +msgstr "Falha ao atualizar música: O WebRTC não suporta nomes de músicas" + +#: src/FLTK/fl_callbacks.cpp:1345 +#, c-format +msgid "" +"Updated songname to:\n" +"%s\n" +msgstr "" +"Nome da música atualizado para:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:1354 +msgid "Updating songname failed" +msgstr "Atualização do nome da música falhou" + +#: src/FLTK/fl_callbacks.cpp:1428 +#, c-format +msgid "Audio buffer has been set to %d ms" +msgstr "O buffer de audio foi ajustado para %d ms" + +#: src/FLTK/fl_callbacks.cpp:1592 +msgid "" +"butt will open Radio.co in a new browser window.\n" +"\n" +"Login to Radio.co and allow butt access to your account." +msgstr "" +"o butt irá abrir o Radio.co em uma nova janela do navegador.\n" +"\n" +"Realize o login na Radio.co para permitir ao butt acesso à sua conta." + +#: src/FLTK/fl_callbacks.cpp:1618 +msgid "Hide" +msgstr "Ocultar" + +#: src/FLTK/fl_callbacks.cpp:1638 +msgid "Could not revoke trust for certificate" +msgstr "Impossível revogar o certificado" + +#: src/FLTK/fl_callbacks.cpp:1862 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the count of characters of each icy name" +msgstr "" +"O número de caracteres dos seus nomes icy excede 1000\n" +"Reduza a quantidade de caracteres de cada nome icy" + +#: src/FLTK/fl_callbacks.cpp:1868 src/FLTK/fl_callbacks.cpp:2557 +msgid "Newline characters and [];/\\ are not allowed within the icy name" +msgstr "Caracteres de quebra de linha e [];/\\ não são permitidas no nome icy" + +#: src/FLTK/fl_callbacks.cpp:1877 +msgid "Icy name already exist!" +msgstr "Nome icy já existe!" + +#: src/FLTK/fl_callbacks.cpp:2002 src/FLTK/fl_callbacks.cpp:2015 +#: src/FLTK/fl_callbacks.cpp:2029 src/FLTK/fl_callbacks.cpp:2044 +#: src/FLTK/fl_callbacks.cpp:2233 src/FLTK/fl_callbacks.cpp:2246 +#: src/FLTK/fl_callbacks.cpp:2260 src/FLTK/fl_callbacks.cpp:2275 +#: src/FLTK/fl_callbacks.cpp:2290 +msgid "" +"Warning:\n" +"The stream Sample-/Bitrate combination is invalid" +msgstr "" +"Atenção:\n" +"A combinação de Sample/Taxa de Bits da transmissão é inválida" + +#: src/FLTK/fl_callbacks.cpp:2008 src/FLTK/fl_callbacks.cpp:2021 +#: src/FLTK/fl_callbacks.cpp:2035 src/FLTK/fl_callbacks.cpp:2050 +msgid "The previous values have been set\n" +msgstr "Os valores anteriores foram atribuídos\n" + +#: src/FLTK/fl_callbacks.cpp:2056 +#, c-format +msgid "Stream bitrate set to: %dk" +msgstr "Taxa de bits da transmissão configurada para: %dk" + +#: src/FLTK/fl_callbacks.cpp:2142 src/FLTK/fl_callbacks.cpp:2155 +#: src/FLTK/fl_callbacks.cpp:2169 src/FLTK/fl_callbacks.cpp:2184 +#: src/FLTK/fl_callbacks.cpp:2313 src/FLTK/fl_callbacks.cpp:2326 +#: src/FLTK/fl_callbacks.cpp:2340 src/FLTK/fl_callbacks.cpp:2355 +#: src/FLTK/fl_callbacks.cpp:2369 +msgid "" +"Warning:\n" +"The record Sample-/Bitrate combination is invalid" +msgstr "" +"Aviso:\n" +"A combinação de Sample/Bitrate de gravação é inválida" + +#: src/FLTK/fl_callbacks.cpp:2148 src/FLTK/fl_callbacks.cpp:2161 +#: src/FLTK/fl_callbacks.cpp:2175 src/FLTK/fl_callbacks.cpp:2190 +#: src/FLTK/fl_callbacks.cpp:2239 src/FLTK/fl_callbacks.cpp:2252 +#: src/FLTK/fl_callbacks.cpp:2266 src/FLTK/fl_callbacks.cpp:2281 +#: src/FLTK/fl_callbacks.cpp:2296 src/FLTK/fl_callbacks.cpp:2319 +#: src/FLTK/fl_callbacks.cpp:2332 src/FLTK/fl_callbacks.cpp:2346 +#: src/FLTK/fl_callbacks.cpp:2361 src/FLTK/fl_callbacks.cpp:2375 +msgid "The previous values have been set" +msgstr "Os valores anteriores foram atribuídos" + +#: src/FLTK/fl_callbacks.cpp:2196 +#, c-format +msgid "Record bitrate set to: %dk" +msgstr "Taxa de bits de gravação setado para: %dk" + +#: src/FLTK/fl_callbacks.cpp:2383 +#, c-format +msgid "Samplerate set to: %dHz" +msgstr "Samplerate setado para: %dHz" + +#: src/FLTK/fl_callbacks.cpp:2449 +msgid "Channels set to: stereo" +msgstr "Canais configurados como: estéreo" + +#: src/FLTK/fl_callbacks.cpp:2512 +msgid "Channels set to: mono" +msgstr "Canais configurados como: mono" + +#: src/FLTK/fl_callbacks.cpp:2551 +msgid "" +"The number of characters of all your icy names exeeds 1000\n" +"Please reduce the number of characters of each icy name" +msgstr "" +"O número de caracteres de todos seus nomes icy excedem 1000\n" +"Reduza o número de caracteres de cada nome icy" + +#: src/FLTK/fl_callbacks.cpp:2659 +msgid "Edit Server Infos" +msgstr "Editar Informações do Servidor" + +#: src/FLTK/fl_callbacks.cpp:2696 src/FLTK/fl_callbacks.cpp:2749 +msgid "" +"Primary and secondary audio device are both ASIO devices.\n" +"You can not use two ASIO devices at the same time.\n" +"Please select a different device.\n" +msgstr "" +"Ambos os dispositivos de áudio primário e secundário são ASIO.\n" +"Não é possível utilizar dois dispositivos ASIO ao mesmo tempo.\n" +"Favor selecionar um dispositivo diferente.\n" + +#: src/FLTK/fl_callbacks.cpp:2717 src/FLTK/fl_callbacks.cpp:4155 +msgid "" +"butt could not open selected audio device.\n" +"Please try another device.\n" +msgstr "" +"butt não conseguiu abrir o dispositivo de áudio selecionado.\n" +"Por favor, tente outro dispositivo.\n" + +#: src/FLTK/fl_callbacks.cpp:2732 +#, c-format +msgid "" +"Primary device:\n" +"%s\n" +msgstr "" +"Dispositivo primário:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:2769 +msgid "" +"butt could not open secondary audio device.\n" +"Please try another device.\n" +msgstr "" +"o butt não pode abrir o dispositivo de áudio secundário.\n" +"Favor tentar outro dispositivo.\n" + +#: src/FLTK/fl_callbacks.cpp:2783 +#, c-format +msgid "" +"Secondary device:\n" +"%s\n" +msgstr "" +"Dispositivo secundário:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:2894 src/FLTK/fl_callbacks.cpp:3072 +msgid "" +"MP3 encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"O encoder de MP3 não suporta a combinação\n" +"de Sample/Taxa de bits atual" + +#: src/FLTK/fl_callbacks.cpp:2915 +msgid "Stream codec set to mp3" +msgstr "Codec de transmissão setado para mp3" + +#: src/FLTK/fl_callbacks.cpp:2927 src/FLTK/fl_callbacks.cpp:3112 +msgid "" +"OGG Vorbis encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"O encoder de OGG Vorbis não suporta a combinação\n" +"de Sample/Taxa de bits atual" + +#: src/FLTK/fl_callbacks.cpp:2948 +msgid "Stream codec set to ogg/vorbis" +msgstr "Codec de transmissão setado para ogg/vorbis" + +#: src/FLTK/fl_callbacks.cpp:2959 src/FLTK/fl_callbacks.cpp:3151 +msgid "" +"Opus encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"O encoder de Opus não suporta a combinação\n" +"de Sample/Taxa de bits atual" + +#: src/FLTK/fl_callbacks.cpp:2979 +msgid "Stream codec set to opus" +msgstr "Codec de transmissão setado para opus" + +#: src/FLTK/fl_callbacks.cpp:3011 src/FLTK/fl_callbacks.cpp:3213 +msgid "" +"AAC encoder doesn't support current\n" +"Sample-/Bitrate combination" +msgstr "" +"O encoder de AAC não suporta a combinação\n" +"de Sample/Taxa de bits atual" + +#: src/FLTK/fl_callbacks.cpp:3032 +msgid "Stream codec set to aac" +msgstr "Codec de transmissão setado para aac" + +#: src/FLTK/fl_callbacks.cpp:3042 src/FLTK/fl_callbacks.cpp:3252 +msgid "ERROR: While initializing flac settings" +msgstr "ERRO: Ao inicializar as configurações de flac" + +#: src/FLTK/fl_callbacks.cpp:3060 +msgid "Stream codec set to flac" +msgstr "Codec de transmissão setado para flac" + +#: src/FLTK/fl_callbacks.cpp:3101 +msgid "Record codec set to mp3" +msgstr "Codec de gravação setado para mp3" + +#: src/FLTK/fl_callbacks.cpp:3140 +msgid "Record codec set to ogg/vorbis" +msgstr "Codec de gravação setado para ogg/vorbis" + +#: src/FLTK/fl_callbacks.cpp:3179 +msgid "Record codec set to opus" +msgstr "Codec de gravação setado para opus" + +#: src/FLTK/fl_callbacks.cpp:3242 +msgid "Record codec set to aac" +msgstr "Codec de gravação setado para aac" + +#: src/FLTK/fl_callbacks.cpp:3278 +msgid "Record codec set to flac" +msgstr "Codec de gravação setado para flac" + +#: src/FLTK/fl_callbacks.cpp:3294 +msgid "Record codec set to wav" +msgstr "Codec de gravação setado para wav" + +#: src/FLTK/fl_callbacks.cpp:3329 +msgid "Select certificate file..." +msgstr "Selecionar certificado..." + +#: src/FLTK/fl_callbacks.cpp:3334 src/FLTK/fl_callbacks.cpp:3355 +#: src/FLTK/fl_callbacks.cpp:3466 src/FLTK/fl_callbacks.cpp:3556 +#: src/FLTK/fl_callbacks.cpp:4109 src/FLTK/fl_callbacks.cpp:4133 +#: src/FLTK/fl_callbacks.cpp:4257 +#, c-format +msgid "ERROR: %s" +msgstr "ERRO: %s" + +#: src/FLTK/fl_callbacks.cpp:3347 +msgid "Select certificate directory..." +msgstr "Selecione a pasta do certificado..." + +#: src/FLTK/fl_callbacks.cpp:3458 +msgid "Record to..." +msgstr "Gravar para..." + +#: src/FLTK/fl_callbacks.cpp:3483 +msgid "File splitting only works if recording is active." +msgstr "Divisão de arquivos só funciona se a gravação estiver ativa." + +#: src/FLTK/fl_callbacks.cpp:3552 +msgid "Select Songfile" +msgstr "Escolher arquivo de música" + +#: src/FLTK/fl_callbacks.cpp:3657 +msgid "Gain control is disabled. Enable in Settings->GUI" +msgstr "O controle de ganho é desativado. Habilitar em Configs->GUI" + +#: src/FLTK/fl_callbacks.cpp:3718 +msgid "select background color" +msgstr "selecione a cor de fundo" + +#: src/FLTK/fl_callbacks.cpp:3728 +msgid "select text color" +msgstr "selecione a cor do texto" + +#: src/FLTK/fl_callbacks.cpp:3761 src/FLTK/fl_callbacks.cpp:3765 +#: src/FLTK/fl_callbacks.cpp:3774 src/FLTK/fl_callbacks.cpp:3778 +msgid "Value must be a number between -54 and 0" +msgstr "Valor deve ser um número entre -54 e 0" + +#: src/FLTK/fl_callbacks.cpp:3788 +msgid "Please restart butt to apply new language." +msgstr "Reinicie o butt para aplicar o novo idioma." + +#: src/FLTK/fl_callbacks.cpp:3867 src/FLTK/fl_callbacks.cpp:3872 +#: src/FLTK/fl_callbacks.cpp:3882 src/FLTK/fl_callbacks.cpp:3887 +msgid "Value must be a number between -90.0 and 0" +msgstr "Valor deve ser um número entre -90.0 e 0" + +#: src/FLTK/fl_callbacks.cpp:4082 +msgid "Recording volume" +msgstr "Volume de gravação" + +#: src/FLTK/fl_callbacks.cpp:4103 +msgid "Export to..." +msgstr "Exportar para..." + +#: src/FLTK/fl_callbacks.cpp:4146 +#, c-format +msgid "Could not import config %s" +msgstr "Impossível importar a configuração %s" + +#: src/FLTK/fl_callbacks.cpp:4160 +#, c-format +msgid "Config imported %s" +msgstr "Configuração importada %s" + +#: src/FLTK/fl_callbacks.cpp:4234 +msgid "" +"Could not get update information.\n" +"Reason: Network error" +msgstr "" +"Impossível obter as informações de atualização.\n" +"Motivo: Erro de rede" + +#: src/FLTK/fl_callbacks.cpp:4237 +msgid "" +"Could not get update information.\n" +"Reason: Unknown answer from server" +msgstr "" +"Impossível obter as informações de atualização.\n" +"Motivo: Resposta desconhecida do servidor" + +#: src/FLTK/fl_callbacks.cpp:4240 +msgid "You have the latest version!" +msgstr "Você possui a última versão!" + +#: src/FLTK/fl_callbacks.cpp:4243 +msgid "" +"Could not get update information.\n" +"Reason: Unknown" +msgstr "" +"Impossível obter as informações de atualização.\n" +"Motivo: Desconhecido" + +#: src/FLTK/fl_callbacks.cpp:4251 +msgid "Select logfile..." +msgstr "Escolher arquivo de log..." + +#: src/FLTK/fl_callbacks.cpp:4273 +msgid "" +"butt is currently streaming.\n" +"Do you really want to close butt now?" +msgstr "" +"o butt está transmitindo.\n" +"Deseja realmente fechar o butt agora?" + +#: src/FLTK/fl_callbacks.cpp:4279 +msgid "" +"butt is currently recording.\n" +"Do you really want to close butt now?" +msgstr "" +"o butt está gravando.\n" +"Deseja realmente fechar o butt agora?" + +#: src/FLTK/fl_callbacks.cpp:4354 +msgid "The URL must start with either http:// or https://" +msgstr "A URL deve se iniciar em http:// ou https://" + +#: src/FLTK/fl_callbacks.cpp:4366 +msgid "Value must be a number between 1 and 1000" +msgstr "Valor deve ser um número entre 1 e 1000" + +#: src/FLTK/fl_callbacks.cpp:5228 src/FLTK/fl_callbacks.cpp:5263 +#: src/FLTK/fl_callbacks.cpp:5298 src/FLTK/fl_callbacks.cpp:5333 +#: src/FLTK/fl_callbacks.cpp:5368 src/FLTK/fl_callbacks.cpp:5859 +#: src/FLTK/fl_callbacks.cpp:5894 src/FLTK/fl_callbacks.cpp:5929 +#: src/FLTK/fl_callbacks.cpp:5964 src/FLTK/fl_callbacks.cpp:5999 +msgid "The encoder could not be initialized with the provided parameters." +msgstr "Não foi possível iniciar o encoder com os parâmetros fornecidos." + +#: src/FLTK/fl_callbacks.cpp:5246 src/FLTK/fl_callbacks.cpp:5877 +msgid "The value must be between 0.001 kHz and 50 kHz" +msgstr "O valor deve estar entre 0.001 kHz e 50 kHz" + +#: src/FLTK/fl_callbacks.cpp:5281 src/FLTK/fl_callbacks.cpp:5316 +#: src/FLTK/fl_callbacks.cpp:5351 src/FLTK/fl_callbacks.cpp:5912 +#: src/FLTK/fl_callbacks.cpp:5947 src/FLTK/fl_callbacks.cpp:5982 +msgid "The value must be between 0.001 kHz and 16 kHz" +msgstr "O valor deve estar entre 0.001 kHz e 16 kHz" + +#: src/FLTK/fl_callbacks.cpp:6328 +msgid "MIDI device could not be opened." +msgstr "Dispositivo MIDI não pôde ser aberto." + +#: src/FLTK/fl_callbacks.cpp:6334 +#, c-format +msgid "" +"MIDI device:\n" +"%s\n" +msgstr "" +"Dispositivo MIDI:\n" +"%s\n" + +#: src/FLTK/fl_callbacks.cpp:6339 +msgid "MIDI device could not be started." +msgstr "Dispositivo MIDI não pôde ser iniciado." + +#: src/FLTK/fl_callbacks.cpp:6344 +msgid "MIDI support disabled\n" +msgstr "Suporte MIDI desabilitado\n" + +#: src/FLTK/fl_callbacks.cpp:6406 +msgid "The CC value must be between 0 and 127" +msgstr "O valor CC deve estar entre 0 e 127" + +#: src/FLTK/fl_callbacks.cpp:6429 +msgid "Waiting..." +msgstr "Aguardando..." + +#: src/FLTK/fl_funcs.cpp:193 +msgid "Disabled" +msgstr "Desabilitado" + +#: src/FLTK/fl_funcs.cpp:335 +#, c-format +msgid "%d seconds" +msgstr "%d segundos" + +#: src/FLTK/fl_funcs.cpp:386 +msgid "Not supported on Windows" +msgstr "Não suportado no Windows" + +#: src/FLTK/fl_funcs.cpp:808 +msgid "Start/Stop broadcasting" +msgstr "Iniciar/Parar transmissão" + +#: src/FLTK/fl_funcs.cpp:809 +msgid "Start/Stop recording" +msgstr "Iniciar/Parar gravação" + +#: src/FLTK/fl_funcs.cpp:811 +msgid "Streaming Gain" +msgstr "Ganho da Transmissão" + +#: src/FLTK/fl_funcs.cpp:812 +msgid "Recording Gain" +msgstr "Ganho da Gravação" + +#: src/FLTK/fl_funcs.cpp:813 +msgid "Primary Device Gain" +msgstr "Dispositivo Primário" + +#: src/FLTK/fl_funcs.cpp:814 +msgid "Secondary Device Gain" +msgstr "Dispositivo Secundário" + +#: src/FLTK/fl_funcs.cpp:815 +msgid "Cross fader" +msgstr "Cross fader" + +#: src/FLTK/fl_funcs.cpp:816 +msgid "Mute/Unmute Primary Device" +msgstr "Ativar/Desativar mudo no Dispositivo Primário" + +#: src/FLTK/fl_funcs.cpp:817 +msgid "Mute/Unmute Secondary Device" +msgstr "Ativar/Desativar mudo no Dispositivo Secundário" + +#: src/FLTK/fl_funcs.cpp:818 +msgid "Start broadcasting" +msgstr "Iniciar transmissão" + +#: src/FLTK/fl_funcs.cpp:819 +msgid "Stop broadcasting" +msgstr "Parar transmissão" + +#: src/FLTK/fl_funcs.cpp:820 +msgid "Start recording" +msgstr "Iniciar gravação" + +#: src/FLTK/fl_funcs.cpp:821 +msgid "Stop recording" +msgstr "Parar gravação" + +#: src/FLTK/fl_funcs.cpp:870 +msgid "dev. not supported" +msgstr "disp. não suportado" + +#: src/FLTK/fl_funcs.cpp:1087 +#, c-format +msgid "" +"Could not create recording folder:\n" +"%s\n" +"Please make sure the folder contains only valid format specifiers." +msgstr "" +"Impossível criar pasta de gravação\n" +"%s\n" +"Certifique-se de que a pasta tenha apenas especificadores de formato válidos." + +#: src/FLTK/fl_funcs.cpp:1102 +#, c-format +msgid "Could not create recording folder %s\n" +msgstr "Não foi possível escrever no arquivo: %s\n" + +#: src/FLTK/fl_funcs.cpp:1111 +#, c-format +msgid "" +"Could not create recording file:\n" +"%s\n" +"Please make sure the filename contains only valid format specifiers." +msgstr "" +"Impossível criar pasta de gravação:\n" +"%s\n" +"Certifique-se de que o nome do arquivo tenha apenas especificadores de " +"formato válidos." + +#: src/FLTK/fl_funcs.cpp:1157 +msgid "Could not find a valid filename" +msgstr "Impossível encontrar um nome de arquivo válido" + +#: src/FLTK/fl_funcs.cpp:1462 +msgid "TRUST" +msgstr "CONFIANÇA" + +#: src/icecast.cpp:90 +msgid "" +"\n" +"connect: Could not create network socket" +msgstr "" +"\n" +"conectar: Impossível criar o socket de rede" + +#: src/icecast.cpp:102 +msgid "" +"\n" +"connect: Error resolving server address" +msgstr "" +"\n" +"conectar: Erro ao resolver o endereço do servidor" + +#: src/icecast.cpp:142 +msgid "" +"\n" +"connect: SSL connection timed out. Trying again..." +msgstr "" +"\n" +"conectar: conexão SSL demorou a responder. Tentando novamente..." + +#: src/icecast.cpp:149 +#, c-format +msgid "" +"SSL/TLS certificate verification failed\n" +"Reason: %s\n" +"\n" +"Do you still want to trust this certificate?\n" +"Trusting will be permanent and can be revoked\n" +"in the server settings." +msgstr "" +"Verificação do certificado SSL/TLS falhou\n" +"Motivo: %s\n" +"\n" +"Deseja confiar neste certificado?\n" +"Confiar será permanente e poderá ser revogado\n" +"nas configurações do servidor." + +#: src/icecast.cpp:164 +#, c-format +msgid "" +"\n" +"connect: SSL connection failed\n" +"Reason: %s" +msgstr "" +"\n" +"conectar: conexão SSL falhou\n" +"Motivo: %s" + +#: src/icecast.cpp:320 +msgid "" +"\n" +"connect: connection timed out. Trying again..." +msgstr "" +"\n" +"conctar: tempo de conexão esgotado. Tentando novamente..." + +#: src/icecast.cpp:373 +msgid "" +"\n" +"connect: server answered with 400!\n" +msgstr "" +"\n" +"conectar: servidor respondeu com 400!\n" + +#: src/icecast.cpp:379 +msgid "" +"\n" +"connect: invalid user/password!\n" +msgstr "" +"\n" +"conectar: usuário/senha inválidos!\n" + +#: src/icecast.cpp:402 +msgid "" +"\n" +"connect: server answered with 404!\n" +msgstr "" +"\n" +"conectar: servidor respondeu com 404!\n" + +#: src/icecast.cpp:409 +#, c-format +msgid "" +"\n" +"connect: server answered with %d!\n" +msgstr "" +"\n" +"conectar: servidor respondeu com %d!\n" + +#: src/icecast.cpp:434 +msgid "" +"\n" +"ERROR: Opus is not supported by your\n" +"Icecast server (>=1.4.0 required)!\n" +msgstr "" +"\n" +"ERRO: Opus não é suportado por seu\n" +"servidor Icecast (>=1.4.0 requerida)!\n" + +#: src/icecast.cpp:507 +msgid "" +"\n" +"update_song: could not create network socket" +msgstr "" +"\n" +"atualizar_música: impossível criar o socket do servidor" + +#: src/icecast.cpp:511 +msgid "" +"\n" +"update_song: error resolving server address" +msgstr "" +"\n" +"atualizar_música: erro ao resolver o endereço do servidor" + +#: src/lame_encode.cpp:74 +#, c-format +msgid "unable to init lame params %d" +msgstr "impossível iniciar os parâmetros lame %d" + +#: src/port_audio.cpp:131 +#, c-format +msgid "" +"PortAudio init failed:\n" +"%s\n" +msgstr "" +"Inicialização do PortAudio falhou:\n" +"%s\n" + +#: src/port_audio.cpp:180 +msgid "ERROR: no sound device with input channels found" +msgstr "ERRO: Nenhum dispositivo de som com canais de entrada encontrado" + +#: src/port_audio.cpp:198 src/port_audio.cpp:289 src/port_audio.cpp:1331 +#: src/port_midi.cpp:177 +#, c-format +msgid "Error getting device Info (%d)" +msgstr "Erro obtendo as informações do dispositivo (%d)" + +#: src/port_audio.cpp:241 +#, c-format +msgid "" +"Samplerate not supported: %dHz\n" +"Using default samplerate: %dHz" +msgstr "" +"Taxa de sample não suportada: %dHz\n" +"Usando a taxa padrão: %dHz" + +#: src/port_audio.cpp:258 src/port_audio.cpp:360 +#, c-format +msgid "PA: Format not supported: %s\n" +msgstr "PA: Formato não suportado: %s\n" + +#: src/port_audio.cpp:268 +#, c-format +msgid "error opening sound device: %s" +msgstr "erro ao abrir dispositivo de som: %s" + +#: src/port_audio.cpp:326 +msgid "The selected secondary audio device can not be used" +msgstr "O dispositivo de áudio secundário não pode ser usado" + +#: src/port_audio.cpp:343 src/port_audio.cpp:1452 src/port_audio.cpp:1469 +msgid "ERROR: Could not initialize samplerate converter" +msgstr "ERRO: Impossível inicializar o conversor de taxa de sample" + +#: src/port_audio.cpp:354 +#, c-format +msgid "Samplerate of secondary device is resampled from %dHz to %dHz\n" +msgstr "" +"Taxa de sample do dispositivo secundário é alterada de %dHz para %dHz\n" + +#: src/port_audio.cpp:381 +#, c-format +msgid "error opening secondary sound device: %s" +msgstr "erro ao abrir dispositivo de som secundário: %s" + +#: src/port_audio.cpp:921 +msgid "disconnected\n" +msgstr "desconectado\n" + +#: src/port_audio.cpp:949 +msgid "recording stopped" +msgstr "gravação parada" + +#: src/port_midi.cpp:152 src/port_midi.cpp:211 src/port_midi.cpp:233 +#: src/port_midi.cpp:255 src/port_midi.cpp:282 src/port_midi.cpp:301 +#: src/port_midi.cpp:316 src/port_midi.cpp:341 src/port_midi.cpp:352 +msgid "Error: PortMidi was not initialized." +msgstr "Erro: PortMidi não foi inicializado." + +#: src/port_midi.cpp:262 +#, c-format +msgid "" +"Error: MIDI device %s could not be opened because no MIDI devices were found." +msgstr "" +"Erro: O dispositivo MIDI %s não pôde ser aberto porque não foi encontrado " +"nenhum dispositivo MIDI." + +#: src/port_midi.cpp:269 +#, c-format +msgid "Error: MIDI device %s could not be found." +msgstr "Erro: O dispositivo MIDI %s não foi encontrado." + +#: src/port_midi.cpp:286 +msgid "Error: MIDI thread already active." +msgstr "Erro: Thread MIDI já está ativa." + +#: src/port_midi.cpp:291 +msgid "Error: Could not start MIDI thread." +msgstr "Erro: Impossível iniciar a thread MIDI." + +#: src/shoutcast.cpp:80 +msgid "" +"\n" +"Connect: Could not create network socket" +msgstr "" +"\n" +"Conectar: Impossível criar o socket de rede" + +#: src/shoutcast.cpp:92 +msgid "" +"\n" +"Connect: Error resolving server address" +msgstr "" +"\n" +"Conectar: Erro ao resolver o endereço do servidor" + +#: src/shoutcast.cpp:172 +msgid "" +"\n" +"connect: connection timed out. Trying again...\n" +msgstr "" +"\n" +"conectar: tempo de conexão esgotado. Tentando novamente...\n" + +#: src/shoutcast.cpp:189 +msgid "" +"\n" +"Connect: Invalid password!\n" +msgstr "" +"\n" +"Conectar: Senha inválida!\n" + +#: src/shoutcast.cpp:238 +msgid "" +"\n" +"Update song: Could not create network socket" +msgstr "" +"\n" +"Atualizar música: Impossível criar o socket de rede" + +#: src/shoutcast.cpp:242 +msgid "" +"\n" +"Update song: Error resolving server address" +msgstr "" +"\n" +"Atualizar música: Erro resolvendo o endereço do servidor" + +#: src/tls.cpp:159 +msgid "check_host: could not read host name from cert" +msgstr "check_host: impossível ler o nome do host do certificado" + +#: src/tls.cpp:194 +msgid "check_cert: No peer certificate available" +msgstr "checar_cert: Nenhum certificado de par disponível" + +#: src/tls.cpp:207 +msgid "check_cert: X509_check_host failed" +msgstr "check_cert: X509_check_host falhou" + +#: src/tls.cpp:213 +msgid "check_cert: check_host failed" +msgstr "check_cert: check_host falhou" + +#: src/tls.cpp:229 +msgid "calc_cert_hash: No peer certificate available" +msgstr "calc_cert_hash: Nenhum certificado de par disponível" + +#: src/tls.cpp:236 +msgid "calc_cert_hash: Hash calculation failed" +msgstr "calc_cert_hash: Cálculo do hash falhou" + +#: src/tls.cpp:305 +msgid "tls_setup: Could not set cipher list" +msgstr "tls_setup: Impossível setar a lista cifrada" + +#: src/tls.cpp:318 +msgid "tls_setup: SSL_new failed" +msgstr "tls_setup: SSL_new falhou" + +#: src/tls.cpp:324 +msgid "tls_setup: Could not bind socket to SSL" +msgstr "tls_setup: Impossível associar o socket ao SSL" + +#: src/tls.cpp:338 +msgid "tls_setup: SSL_connect read timeout" +msgstr "tls_setup: leitura do SSL_connect esgotada" + +#: src/tls.cpp:344 +msgid "tls_setup: SSL_connect write timeout" +msgstr "tls_setup: escrita do SSL_connect esgotada" + +#: src/tls.cpp:361 +msgid "tls_setup: Cert hash could not be calculated" +msgstr "tls_setup: Hash do certificado não pôde ser calculado" + +#: src/tls.cpp:385 +msgid "tls_send: read timeout" +msgstr "tls_send: leitura esgotada" + +#: src/tls.cpp:392 +msgid "tls_send: write timeout" +msgstr "tls_send: escrita esgotada" + +#: src/tls.cpp:418 +msgid "tls_recv: read timeout" +msgstr "tls_recv: leitura esgotada" + +#: src/tls.cpp:425 +msgid "tls_recv: write timeout" +msgstr "tls_recv: escrita esgotada" + +#~ msgid "Listeners: 99999" +#~ msgstr "Ouvintes: 99999" + +#~ msgid "Resample output" +#~ msgstr "Qualidade de Resample" + +#~ msgid "Resample output to selected sample rate" +#~ msgstr "Selecione a taxa de sample de entrada" + +#, c-format +#~ msgid "" +#~ "error while parsing config. Missing WebRTC WHIP URL entry for server " +#~ "\"%s\".\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "erro ao analisar o config. Falta a entrada WebRTC URL para o servidor " +#~ "\"%s\".\n" +#~ "O butt irá iniciar com as configurações padrão" + +#, fuzzy, c-format +#~ msgid "" +#~ "error while parsing config. Missing WebRTC ICE server entry for server " +#~ "\"%s\".\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "erro ao analisar o config. Falta a entrada da porta do servidor \"%s\".\n" +#~ "O butt irá iniciar com as configurações padrão" + +#, fuzzy +#~ msgid "No ICE server specified" +#~ msgstr "Nenhum nome definido" + +#~ msgid "Text color" +#~ msgstr "Cor do texto" + +#~ msgid "Preset " +#~ msgstr "Predefinição " + +#~ msgid "Volume of Primary Device" +#~ msgstr "Volume do Dispositivo Primário" + +#~ msgid "Volume of Secondary Device" +#~ msgstr "Volume do Dispositivo Secundário" + +#~ msgid "" +#~ "error while parsing config. Illegal value (-1) for num_of_srv.\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "erro ao analisar o config. Valor incorreto (-1) para num_of_srv\n" +#~ "O butt irá iniciar com as configurações padrão" + +#~ msgid "" +#~ "error while parsing config. Illegal value (-1) for num_of_icy.\n" +#~ "butt will start with default settings" +#~ msgstr "" +#~ "erro ao analisar o config. Valor ilegal (-1) para o num_of_icy.\n" +#~ "O butt irá iniciar com as configurações padrão" + +#~ msgid "Dash address has been copied to clipboard." +#~ msgstr "O endereço do Dash foi copiado para o clipboard." + +#~ msgid "Dash" +#~ msgstr "Dash" + +#~ msgid "recording to:" +#~ msgstr "gravando em:" + +#~ msgid "Convert Mono to Stereo" +#~ msgstr "Converter Mono para Estéreo" + +#~ msgid "Copies a mono channel to both stereo channels" +#~ msgstr "Copia um canal mono para ambos os canais estéreo" diff --git a/po/quot.sed b/po/quot.sed new file mode 100644 index 0000000..0122c46 --- /dev/null +++ b/po/quot.sed @@ -0,0 +1,6 @@ +s/"\([^"]*\)"/“\1â€/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“â€/""/g diff --git a/po/remove-potcdate.sin b/po/remove-potcdate.sin new file mode 100644 index 0000000..2436c49 --- /dev/null +++ b/po/remove-potcdate.sin @@ -0,0 +1,19 @@ +# Sed script that remove the POT-Creation-Date line in the header entry +# from a POT file. +# +# The distinction between the first and the following occurrences of the +# pattern is achieved by looking at the hold space. +/^"POT-Creation-Date: .*"$/{ +x +# Test if the hold space is empty. +s/P/P/ +ta +# Yes it was empty. First occurrence. Remove the line. +g +d +bb +:a +# The hold space was nonempty. Following occurrences. Do nothing. +x +:b +} diff --git a/po/stamp-po b/po/stamp-po new file mode 100644 index 0000000..9788f70 --- /dev/null +++ b/po/stamp-po @@ -0,0 +1 @@ +timestamp diff --git a/src/AskForMicPermission.h b/src/AskForMicPermission.h new file mode 100644 index 0000000..1e1af83 --- /dev/null +++ b/src/AskForMicPermission.h @@ -0,0 +1,14 @@ +// +// AskForMicPermission.h +// butt +// +// Created by Daniel Nöthen on 26.09.20. +// Copyright © 2020 Daniel Nöthen. All rights reserved. +// + +#ifndef AskForMicPermission_h +#define AskForMicPermission_h + +void askForMicPermission(); + +#endif /* AskForMicPermission_h */ diff --git a/src/AskForMicPermission.m b/src/AskForMicPermission.m new file mode 100644 index 0000000..e29292e --- /dev/null +++ b/src/AskForMicPermission.m @@ -0,0 +1,64 @@ +// +// AskForMicPermission.m +// butt +// +// Created by Daniel Nöthen on 26.09.20. +// Copyright © 2020 Daniel Nöthen. All rights reserved. +// + +#import +#import +#import +#import +#import "gettext.h" + + +void showAlert() { + + dispatch_async(dispatch_get_main_queue(), ^{ + NSAlert *alert = [[NSAlert alloc] init]; + [alert setMessageText:@(_("Microphone access"))]; + [alert setInformativeText:@(_("butt needs access to your microphone.\n\nPlease go to\nSystem Preferences->Privacy & Security->Microphone\nand activate the check mark next to the butt entry."))]; + [alert addButtonWithTitle:@"Ok"]; + [alert runModal]; + [alert release]; + }); +} + +void askForMicPermission() +{ + if (@available(macOS 10.14, *)) { + // Request permission to access the camera and microphone. + switch ([AVCaptureDevice authorizationStatusForMediaType:AVMediaTypeAudio]) + { + case AVAuthorizationStatusAuthorized: + { + break; + } + case AVAuthorizationStatusNotDetermined: + { + // The app hasn't yet asked the user for microphone access. + [AVCaptureDevice requestAccessForMediaType:AVMediaTypeAudio completionHandler:^(BOOL granted) { + if (granted) { + } else { + showAlert(); + } + }]; + + break; + } + case AVAuthorizationStatusDenied: + { + // The user has previously denied access. + showAlert(); + return; + } + case AVAuthorizationStatusRestricted: + { + showAlert(); + // The user can't grant access due to restrictions. + return; + } + } + } +} diff --git a/src/Biquad.cpp b/src/Biquad.cpp new file mode 100644 index 0000000..70adc0e --- /dev/null +++ b/src/Biquad.cpp @@ -0,0 +1,179 @@ +// +// Biquad.cpp +// +// Created by Nigel Redmon on 11/24/12 +// EarLevel Engineering: earlevel.com +// Copyright 2012 Nigel Redmon +// +// For a complete explanation of the Biquad code: +// http://www.earlevel.com/main/2012/11/26/biquad-c-source-code/ +// +// License: +// +// This source code is provided as is, without warranty. +// You may copy and distribute verbatim copies of this document. +// You may modify and use this source code to create binary code +// for your own purposes, free or commercial. +// + +// Modifications by melchor629 on 20/08/2016 + +#include +#include "Biquad.h" + +Biquad::Biquad() +{ + type = bq_type_lowpass; + a0 = 1.0; + a1 = a2 = b1 = b2 = 0.0; + Fc = 0.50; + Q = 0.707; + peakGain = 0.0; + z1 = z2 = 0.0; +} + +Biquad::Biquad(int type, double Fc, double Q, double peakGainDB) +{ + setBiquad(type, Fc, Q, peakGainDB); + z1 = z2 = 0.0; +} + +Biquad::~Biquad() {} + +void Biquad::setType(int type) +{ + if (this->type != type) { + this->type = type; + calcBiquad(); + } +} + +void Biquad::setQ(double Q) +{ + if (this->Q != Q) { + this->Q = Q; + calcBiquad(); + } +} + +void Biquad::setFc(double Fc) +{ + if (this->Fc != Fc) { + this->Fc = Fc; + calcBiquad(); + } +} + +void Biquad::setPeakGain(double peakGainDB) +{ + if (this->peakGain != peakGainDB) { + this->peakGain = peakGainDB; + calcBiquad(); + } +} + +void Biquad::setBiquad(int type, double Fc, double Q, double peakGainDB) +{ + this->type = type; + this->Q = Q; + this->Fc = Fc; + this->peakGain = peakGainDB; + calcBiquad(); +} + +void Biquad::calcBiquad(void) +{ + double norm; + double V = pow(10, fabs(peakGain) / 20.0); + double K = tan(M_PI * Fc); + switch (this->type) { + case bq_type_lowpass: + norm = 1 / (1 + K / Q + K * K); + a0 = K * K * norm; + a1 = 2 * a0; + a2 = a0; + b1 = 2 * (K * K - 1) * norm; + b2 = (1 - K / Q + K * K) * norm; + break; + case bq_type_highpass: + norm = 1 / (1 + K / Q + K * K); + a0 = 1 * norm; + a1 = -2 * a0; + a2 = a0; + b1 = 2 * (K * K - 1) * norm; + b2 = (1 - K / Q + K * K) * norm; + break; + case bq_type_bandpass: + norm = 1 / (1 + K / Q + K * K); + a0 = K / Q * norm; + a1 = 0; + a2 = -a0; + b1 = 2 * (K * K - 1) * norm; + b2 = (1 - K / Q + K * K) * norm; + break; + case bq_type_notch: + norm = 1 / (1 + K / Q + K * K); + a0 = (1 + K * K) * norm; + a1 = 2 * (K * K - 1) * norm; + a2 = a0; + b1 = a1; + b2 = (1 - K / Q + K * K) * norm; + break; + case bq_type_peak: + if (peakGain >= 0) { // boost + norm = 1 / (1 + 1 / Q * K + K * K); + a0 = (1 + V / Q * K + K * K) * norm; + a1 = 2 * (K * K - 1) * norm; + a2 = (1 - V / Q * K + K * K) * norm; + b1 = a1; + b2 = (1 - 1 / Q * K + K * K) * norm; + } + else { // cut + norm = 1 / (1 + V / Q * K + K * K); + a0 = (1 + 1 / Q * K + K * K) * norm; + a1 = 2 * (K * K - 1) * norm; + a2 = (1 - 1 / Q * K + K * K) * norm; + b1 = a1; + b2 = (1 - V / Q * K + K * K) * norm; + } + break; + case bq_type_lowshelf: + if (peakGain >= 0) { // boost + norm = 1 / (1 + sqrt(2) * K + K * K); + a0 = (1 + sqrt(2 * V) * K + V * K * K) * norm; + a1 = 2 * (V * K * K - 1) * norm; + a2 = (1 - sqrt(2 * V) * K + V * K * K) * norm; + b1 = 2 * (K * K - 1) * norm; + b2 = (1 - sqrt(2) * K + K * K) * norm; + } + else { // cut + norm = 1 / (1 + sqrt(2 * V) * K + V * K * K); + a0 = (1 + sqrt(2) * K + K * K) * norm; + a1 = 2 * (K * K - 1) * norm; + a2 = (1 - sqrt(2) * K + K * K) * norm; + b1 = 2 * (V * K * K - 1) * norm; + b2 = (1 - sqrt(2 * V) * K + V * K * K) * norm; + } + break; + case bq_type_highshelf: + if (peakGain >= 0) { // boost + norm = 1 / (1 + sqrt(2) * K + K * K); + a0 = (V + sqrt(2 * V) * K + K * K) * norm; + a1 = 2 * (K * K - V) * norm; + a2 = (V - sqrt(2 * V) * K + K * K) * norm; + b1 = 2 * (K * K - 1) * norm; + b2 = (1 - sqrt(2) * K + K * K) * norm; + } + else { // cut + norm = 1 / (V + sqrt(2 * V) * K + K * K); + a0 = (1 + sqrt(2) * K + K * K) * norm; + a1 = 2 * (K * K - 1) * norm; + a2 = (1 - sqrt(2) * K + K * K) * norm; + b1 = 2 * (K * K - V) * norm; + b2 = (V - sqrt(2 * V) * K + K * K) * norm; + } + break; + } + + return; +} diff --git a/src/Biquad.h b/src/Biquad.h new file mode 100644 index 0000000..87f5488 --- /dev/null +++ b/src/Biquad.h @@ -0,0 +1,63 @@ +// +// Biquad.h +// +// Created by Nigel Redmon on 11/24/12 +// EarLevel Engineering: earlevel.com +// Copyright 2012 Nigel Redmon +// +// For a complete explanation of the Biquad code: +// http://www.earlevel.com/main/2012/11/25/biquad-c-source-code/ +// +// License: +// +// This source code is provided as is, without warranty. +// You may copy and distribute verbatim copies of this document. +// You may modify and use this source code to create binary code +// for your own purposes, free or commercial. +// + +// Modifications by melchor629 on 20/08/2016 + +#ifndef Biquad_h +#define Biquad_h + +enum { + bq_type_lowpass = 0, + bq_type_highpass, + bq_type_bandpass, + bq_type_notch, + bq_type_peak, + bq_type_lowshelf, + bq_type_highshelf, +}; + +class Biquad { + public: + Biquad(); + Biquad(int type, double Fc, double Q, double peakGainDB); + ~Biquad(); + void setType(int type); + void setQ(double Q); + void setFc(double Fc); + void setPeakGain(double peakGainDB); + void setBiquad(int type, double Fc, double Q, double peakGain); + float process(float in); + + protected: + void calcBiquad(void); + + int type; + double a0, a1, a2, b1, b2; + double Fc, Q, peakGain; + double z1, z2; +}; + +inline float Biquad::process(float in) +{ + double out = in * a0 + z1; + z1 = in * a1 + z2 - b1 * out; + z2 = in * a2 - b2 * out; + return out; +} + +#endif // Biquad_h diff --git a/src/CurrentTrackOSX.h b/src/CurrentTrackOSX.h new file mode 100644 index 0000000..e49236f --- /dev/null +++ b/src/CurrentTrackOSX.h @@ -0,0 +1,27 @@ +// +// CurrentTrackOSX.h +// butt +// +// Created by Melchor Garau Madrigal on 8/7/15. +// Copyright (c) 2015 Daniel Nöthen. All rights reserved. +// + +#import + +/** + * Gets the current track from iTunes in a string formated as: + * TITLE - ARTIST, or NULL if iTunes is closed or stopped. + */ +const char *getCurrentTrackFromiTunes(int); + +/** + * Gets the current track from Spotify in a string formated as: + * TITLE - ARTIST, or NULL if Spotify is closed or stopped. + */ +const char *getCurrentTrackFromSpotify(int); + +/** + * Gets the current track from VOX in a string formated as: + * TITLE - ARTIST, or NULL if VOX is closed or stopped. + */ +const char *getCurrentTrackFromVOX(int); diff --git a/src/CurrentTrackOSX.m b/src/CurrentTrackOSX.m new file mode 100644 index 0000000..1fdaea2 --- /dev/null +++ b/src/CurrentTrackOSX.m @@ -0,0 +1,90 @@ +// +// CurrentTrackOSX.m +// butt +// +// Created by Melchor Garau Madrigal on 8/7/15. +// Copyright (c) 2015 Daniel Nöthen. All rights reserved. +// + +#import "CurrentTrackOSX.h" +#import "iTunes.h" +#import "Spotify.h" +#import "VOX.h" + +const char* getCurrentTrackFromiTunes(int artist_title_order) { + NSProcessInfo *pInfo = [NSProcessInfo processInfo]; + NSOperatingSystemVersion version = [pInfo operatingSystemVersion]; + + char* ret = NULL; + iTunesApplication *iTunes; + if(version.majorVersion < 11 && version.minorVersion < 15) + iTunes = [SBApplication applicationWithBundleIdentifier:@"com.apple.itunes"]; + else + iTunes = [SBApplication applicationWithBundleIdentifier:@"com.apple.music"]; + + if([iTunes isRunning]) { + if([iTunes playerState] != iTunesEPlSStopped) { + NSString* track; + if(artist_title_order == 0) { + track = [NSString stringWithFormat:@"%@ - %@", [[iTunes currentTrack] artist], [[iTunes currentTrack] name]]; + } + else { + track = [NSString stringWithFormat:@"%@ - %@", [[iTunes currentTrack] name], [[iTunes currentTrack] artist]]; + } + ret = (char*) malloc([track lengthOfBytesUsingEncoding:NSUTF8StringEncoding] + 1); + [track getCString:ret maxLength:([track lengthOfBytesUsingEncoding:NSUTF8StringEncoding] + 1) encoding:NSUTF8StringEncoding]; + } + } + + return ret; +} + +const char* getCurrentTrackFromSpotify(int artist_title_order) { + char* ret = NULL; + SpotifyApplication *spotify = [SBApplication applicationWithBundleIdentifier:@"com.spotify.client"]; + if([spotify isRunning]) { + if([spotify playerState] != SpotifyEPlSStopped) { + NSString* track; + if(artist_title_order == 0) { + track = [NSString stringWithFormat:@"%@ - %@", [[spotify currentTrack] artist], [[spotify currentTrack] name]]; + } + else { + track = [NSString stringWithFormat:@"%@ - %@", [[spotify currentTrack] name], [[spotify currentTrack] artist]]; + } + ret = (char*) malloc([track lengthOfBytesUsingEncoding:NSUTF8StringEncoding] + 1); + [track getCString:ret maxLength:([track lengthOfBytesUsingEncoding:NSUTF8StringEncoding] + 1) encoding:NSUTF8StringEncoding]; + } + } + + return ret; +} + +const char* getCurrentTrackFromVOX(int artist_title_order) { + char* ret = NULL; + VOXApplication *vox = [SBApplication applicationWithBundleIdentifier:@"com.coppertino.Vox"]; + if([vox isRunning]) { + if([vox playerState]) { + NSString* track; + if(artist_title_order == 0) { + track = [NSString stringWithFormat:@"%@ - %@", [vox artist], [vox track]]; + } + else { + track = [NSString stringWithFormat:@"%@ - %@", [vox track], [vox artist]]; + } + ret = (char*) malloc([track lengthOfBytesUsingEncoding:NSUTF8StringEncoding] + 1); + [track getCString:ret maxLength:([track lengthOfBytesUsingEncoding:NSUTF8StringEncoding] + 1) encoding:NSUTF8StringEncoding]; + } + } + + return ret; +} + +typedef const char* (*currentTrackFunction)(int); +currentTrackFunction getCurrentTrackFunctionFromId(int i) { + switch(i) { + case 0: return &getCurrentTrackFromiTunes; + case 1: return &getCurrentTrackFromSpotify; + case 2: return &getCurrentTrackFromVOX; + default: return NULL; + } +} diff --git a/src/FLTK/FL/Fl_My_Double_Window.H b/src/FLTK/FL/Fl_My_Double_Window.H new file mode 100644 index 0000000..4c4c37e --- /dev/null +++ b/src/FLTK/FL/Fl_My_Double_Window.H @@ -0,0 +1,96 @@ +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef FL_MY_DOUBLE_WINDOW_H +#define FL_MY_DOUBLE_WINDOW_H + +#include +#include + +#ifdef WIN32 +#include +#include "tray_agent.h" +#include "fl_timer_funcs.h" +#include "fl_callbacks.h" +#elif __APPLE__ +#import +#else +#include +#endif + +class Fl_My_Double_Window : public Fl_Double_Window { + public: + bool is_main_window = false; + bool minimize_to_tray = false; + + void stay_on_top(int ontop) + { +#ifdef WIN32 + SetWindowPos(fl_xid(this), ontop ? HWND_TOPMOST : HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOOWNERZORDER); + +#elif __APPLE__ + + if (ontop) { + [fl_xid(this) setLevel:NSFloatingWindowLevel]; + } + else { + [fl_xid(this) setLevel:NSNormalWindowLevel]; + } + +#else // UNIX + XEvent e; + + Atom WM_STATE = XInternAtom(fl_display, "_NET_WM_STATE", 0); + Atom WM_STATE_ABOVE = XInternAtom(fl_display, "_NET_WM_STATE_ABOVE", 0); + + e.xclient.type = ClientMessage; + e.xclient.window = fl_xid(this); + e.xclient.message_type = WM_STATE; + e.xclient.format = 32; + e.xclient.data.l[0] = (long)ontop; + e.xclient.data.l[1] = (long)WM_STATE_ABOVE; + e.xclient.data.l[2] = (long)0; + e.xclient.data.l[3] = (long)0; + e.xclient.data.l[4] = (long)0; + + XSendEvent(fl_display, RootWindow(fl_display, fl_screen), 0, SubstructureNotifyMask | SubstructureRedirectMask, &e); + XFlush(fl_display); +#endif + } + + int handle(int event) + { +#ifdef WIN32 + if (event == FL_HIDE && is_main_window == true && minimize_to_tray == true) { + int ret = tray_agent_send_cmd(TA_MINIMIZE); + if (ret == 0) { + Fl::remove_timeout(&agent_watchdog_timer); + Fl::add_timeout(1, &agent_watchdog_timer); + } + } + return Fl_Double_Window::handle(event); +#else + Fl_Double_Window::handle(event); + return 0; +#endif + } + + Fl_My_Double_Window(int W, int H, const char *l = 0) : Fl_Double_Window(W, H, l) {} + + Fl_My_Double_Window(int X, int Y, int W, int H, const char *l = 0) : Fl_Double_Window(X, Y, W, H, l) {} + + ~Fl_My_Double_Window() { hide(); } +}; + +#endif // FL_MY_DOUBLE_WINDOW_H diff --git a/src/FLTK/FL/Fl_My_Invisible_Box.H b/src/FLTK/FL/Fl_My_Invisible_Box.H new file mode 100644 index 0000000..db5fb55 --- /dev/null +++ b/src/FLTK/FL/Fl_My_Invisible_Box.H @@ -0,0 +1,50 @@ +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef FL_MY_INVISIBLE_BOX +#define FL_MY_INVISIBLE_BOX + +#include +#include + +#include "fl_callbacks.h" + +class Fl_My_Invisible_Box : public Fl_Box { + public: + Fl_My_Invisible_Box(int x, int y, int w, int h, const char *label = 0) : Fl_Box(x, y, w, h, label) { enabled = 0; } + + void disable(void) { enabled = 0; } + + void enable(void) { enabled = 1; } + + int handle(int e) + { + if (enabled == 1) { + switch (e) { + case FL_ENTER: + show_vu_tabs(); + break; + case FL_LEAVE: + hide_vu_tabs(); + break; + } + } + return Fl_Box::handle(e); + } + + private: + int enabled; +}; + +#endif diff --git a/src/FLTK/FL/Fl_My_Native_File_Chooser.H b/src/FLTK/FL/Fl_My_Native_File_Chooser.H new file mode 100644 index 0000000..f7f6eba --- /dev/null +++ b/src/FLTK/FL/Fl_My_Native_File_Chooser.H @@ -0,0 +1,348 @@ +// +// "$Id$" +// +// FLTK native OS file chooser widget +// +// Copyright 1998-2014 by Bill Spitzak and others. +// Copyright 2004 Greg Ercolano. +// +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// http://www.fltk.org/COPYING.php +// +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php +// + +/** \file + Fl_My_Native_File_Chooser widget. */ + +#ifndef FL_MY_NATIVE_FILE_CHOOSER_H +#define FL_MY_NATIVE_FILE_CHOOSER_H + +// Use Windows' chooser +#ifdef WIN32 +// #define _WIN32_WINNT 0x0501 // needed for OPENFILENAME's 'FlagsEx' +#if defined(FL_LIBRARY) || FLTK_ABI_VERSION < 10304 +#include +#include // OPENFILENAMEW, GetOpenFileName() +#include // BROWSEINFOW, SHBrowseForFolder() +typedef OPENFILENAMEW fl_OPENFILENAMEW; +typedef BROWSEINFOW fl_BROWSEINFOW; +#else +typedef void fl_OPENFILENAMEW; +typedef void fl_BROWSEINFOW; +#endif +#endif + +// Use Apple's chooser +#ifdef __APPLE__ +#define MAXFILTERS 80 +#endif + +// All else falls back to FLTK's own chooser +#if !defined(__APPLE__) && !defined(WIN32) +#include +#else +#include // FL_EXPORT +#endif + +class Fl_FLTK_File_Chooser; +class Fl_GTK_File_Chooser; + +/** + This class lets an FLTK application easily and consistently access + the operating system's native file chooser. Some operating systems + have very complex and specific file choosers that many users want + access to specifically, instead of FLTK's default file chooser(s). + + In cases where there is no native file browser, FLTK's own file browser + is used instead. + + To use this widget, use the following include in your code: + \code + #include + \endcode + + The following example shows how to pick a single file: + \code + // Create and post the local native file chooser + #include + [..] + Fl_My_Native_File_Chooser fnfc; + fnfc.title("Pick a file"); + fnfc.type(Fl_My_Native_File_Chooser::BROWSE_FILE); + fnfc.filter("Text\t*.txt\n" + "C Files\t*.{cxx,h,c}"); + fnfc.directory("/var/tmp"); // default directory to use + // Show native chooser + switch ( fnfc.show() ) { + case -1: printf("ERROR: %s\n", fnfc.errmsg()); break; // ERROR + case 1: printf("CANCEL\n"); break; // CANCEL + default: printf("PICKED: %s\n", fnfc.filename()); break; // FILE CHOSEN + } + \endcode + + The Fl_My_Native_File_Chooser widget transmits UTF-8 encoded filenames to its user. It is + recommended to open files that may have non-ASCII names with the fl_fopen() or + fl_open() utility functions that handle these names in a cross-platform way + (whereas the standard fopen()/open() functions fail on the MSWindows platform + to open files with a non-ASCII name). + + Platform Specific Caveats + + - Under X windows, and if Fl::OPTION_FNFC_USES_GTK has not been switched off, + the widget attempts to use standard GTK file chooser dialogs if they are + available at run-time on the platform, and falls back to use FLTK's Fl_File_Chooser if they are not. + In the latter case, it's best if you call Fl_File_Icon::load_system_icons() + at the start of main(), to enable the nicer looking file browser widgets. + Use the static public attributes of class Fl_File_Chooser to localize + the browser. + - Some operating systems support certain OS specific options; see + Fl_My_Native_File_Chooser::options() for a list. + + \image html Fl_My_Native_File_Chooser.png "The Fl_My_Native_File_Chooser on different platforms." + \image latex Fl_My_Native_File_Chooser.png "The Fl_My_Native_File_Chooser on different platforms" width=14cm + + */ +class FL_EXPORT Fl_My_Native_File_Chooser { + public: + enum Type { + BROWSE_FILE = 0, ///< browse files (lets user choose one file) + BROWSE_DIRECTORY, ///< browse directories (lets user choose one directory) + BROWSE_MULTI_FILE, ///< browse files (lets user choose multiple files) + BROWSE_MULTI_DIRECTORY, ///< browse directories (lets user choose multiple directories) + BROWSE_SAVE_FILE, ///< browse to save a file + BROWSE_SAVE_DIRECTORY ///< browse to save a directory + }; + enum Option { + NO_OPTIONS = 0x0000, ///< no options enabled + SAVEAS_CONFIRM = 0x0001, ///< Show native 'Save As' overwrite confirm dialog + NEW_FOLDER = 0x0002, ///< Show 'New Folder' icon (if supported) + PREVIEW = 0x0004, ///< enable preview mode (if supported) + USE_FILTER_EXT = 0x0008 ///< Chooser filter pilots the output file extension (if supported) + }; + /** Localizable message */ + static const char *file_exists_message; + + public: + Fl_My_Native_File_Chooser(int val = BROWSE_FILE); + ~Fl_My_Native_File_Chooser(); + + // Public methods + void type(int t); + int type() const; + void options(int o); + int options() const; + int count() const; + const char *filename() const; + const char *filename(int i) const; + void directory(const char *val); + const char *directory() const; + void title(const char *t); + const char *title() const; + const char *filter() const; + void filter(const char *f); + int filters() const; + void filter_value(int i); + int filter_value() const; + void preset_file(const char *f); + const char *preset_file() const; + const char *errmsg() const; + int show(); + +#ifdef WIN32 + private: + int _btype; // kind-of browser to show() + int _options; // general options +#if FLTK_ABI_VERSION >= 10304 + fl_OPENFILENAMEW *_ofn_ptr; // GetOpenFileName() & GetSaveFileName() struct + fl_BROWSEINFOW *_binf_ptr; // SHBrowseForFolder() struct + WCHAR *_wpattern; // pattern buffer for filter +#else + fl_OPENFILENAMEW _ofn; + fl_BROWSEINFOW _binf; +#endif + char **_pathnames; // array of pathnames + int _tpathnames; // total pathnames + char *_directory; // default pathname to use + char *_title; // title for window + char *_filter; // user-side search filter + char *_parsedfilt; // filter parsed for Windows dialog + int _nfilters; // number of filters parse_filter counted + char *_preset_file; // the file to preselect + char *_errmsg; // error message + + // Private methods + void errmsg(const char *msg); + + void clear_pathnames(); + void set_single_pathname(const char *s); + void add_pathname(const char *s); + + void ClearOFN(); + void ClearBINF(); + void Win2Unix(char *s); + void Unix2Win(char *s); + int showfile(); + int showdir(); + + void parse_filter(const char *); + void clear_filters(); + void add_filter(const char *, const char *); +#endif + +#ifdef __APPLE__ + private: + int _btype; // kind-of browser to show() + int _options; // general options + void *_panel; + char **_pathnames; // array of pathnames + int _tpathnames; // total pathnames + char *_directory; // default pathname to use + char *_title; // title for window + char *_preset_file; // the 'save as' filename + + char *_filter; // user-side search filter, eg: + // C Files\t*.[ch]\nText Files\t*.txt" + + char *_filt_names; // filter names (tab delimited) + // eg. "C Files\tText Files" + + char *_filt_patt[MAXFILTERS]; + // array of filter patterns, eg: + // _filt_patt[0]="*.{cxx,h}" + // _filt_patt[1]="*.txt" + + int _filt_total; // parse_filter() # of filters loaded + int _filt_value; // index of the selected filter + char *_errmsg; // error message + + // Private methods + void errmsg(const char *msg); + void clear_pathnames(); + void set_single_pathname(const char *s); + int get_saveas_basename(void); + void clear_filters(); + void add_filter(const char *, const char *); + void parse_filter(const char *from); + int post(); + int runmodal(); +#endif + +#if !defined(__APPLE__) && !defined(WIN32) + private: +#if FLTK_ABI_VERSION <= 10302 + int _btype; // kind-of browser to show() + int _options; // general options + int _nfilters; + char *_filter; // user supplied filter + char *_parsedfilt; // parsed filter + int _filtvalue; // selected filter + char *_preset_file; + char *_prevvalue; // Returned filename + char *_directory; + char *_errmsg; // error message +#endif + static int have_looked_for_GTK_libs; + union { + Fl_FLTK_File_Chooser *_x11_file_chooser; + Fl_GTK_File_Chooser *_gtk_file_chooser; + }; +#endif +}; + +#if !defined(__APPLE__) && !defined(WIN32) +class FL_EXPORT Fl_FLTK_File_Chooser { + friend class Fl_My_Native_File_Chooser; + + protected: + int _btype; // kind-of browser to show() + int _options; // general options + int _nfilters; + char *_filter; // user supplied filter + char *_parsedfilt; // parsed filter + int _filtvalue; // selected filter + char *_preset_file; + char *_prevvalue; // Returned filename + char *_directory; + char *_errmsg; // error message + Fl_FLTK_File_Chooser(int val); + virtual ~Fl_FLTK_File_Chooser(); + void errmsg(const char *msg); + int type_fl_file(int); + void parse_filter(); + int exist_dialog(); + Fl_File_Chooser *_file_chooser; + virtual void type(int); + int type() const; + void options(int); + int options() const; + virtual int count() const; + virtual const char *filename() const; + virtual const char *filename(int i) const; + void directory(const char *val); + const char *directory() const; + virtual void title(const char *); + virtual const char *title() const; + const char *filter() const; + void filter(const char *); + int filters() const; + void filter_value(int i); + int filter_value() const; + void preset_file(const char *); + const char *preset_file() const; + const char *errmsg() const; + virtual int show(); +}; + +class FL_EXPORT Fl_GTK_File_Chooser : public Fl_FLTK_File_Chooser { + friend class Fl_My_Native_File_Chooser; + + private: + typedef struct _GtkWidget GtkWidget; + typedef struct _GtkFileFilterInfo GtkFileFilterInfo; + struct pair { + Fl_GTK_File_Chooser *running; // the running Fl_GTK_File_Chooser + const char *filter; // a filter string of the chooser + pair(Fl_GTK_File_Chooser *c, const char *f) + { + running = c; + filter = strdup(f); + }; + ~pair() { free((char *)filter); }; + }; + GtkWidget *gtkw_ptr; // used to hold a GtkWidget* without pulling GTK into everything... + void *gtkw_slist; // used to hold a GLib GSList... + unsigned gtkw_count; // number of files read back - if any + mutable char *gtkw_filename; // last name we read back + char *gtkw_title; // the title to be applied to the dialog + const char *previous_filter; + + int fl_gtk_chooser_wrapper(); // method that wraps the GTK widget + Fl_GTK_File_Chooser(int val); + virtual ~Fl_GTK_File_Chooser(); + static int did_find_GTK_libs; + static void probe_for_GTK_libs(void); + virtual void type(int); + virtual int count() const; + virtual const char *filename() const; + virtual const char *filename(int i) const; + virtual void title(const char *); + virtual const char *title() const; + virtual int show(); + void changed_output_type(const char *filter); + + static int custom_gtk_filter_function(const GtkFileFilterInfo *, Fl_GTK_File_Chooser::pair *); + static void free_pair(pair *p); +}; +#endif // !defined(__APPLE__) && !defined(WIN32) + +#endif /*FL_NATIVE_FILE_CHOOSER_H*/ + +// +// End of "$Id$". +// diff --git a/src/FLTK/FL/Fl_My_Value_Slider.H b/src/FLTK/FL/Fl_My_Value_Slider.H new file mode 100644 index 0000000..55330bc --- /dev/null +++ b/src/FLTK/FL/Fl_My_Value_Slider.H @@ -0,0 +1,250 @@ +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef FL_MY_VALUE_SLIDER +#define FL_MY_VALUE_SLIDER + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "gettext.h" + +class Fl_My_Value_Slider; + +// FLOATING TIP WINDOW +class TipWin : public Fl_Menu_Window { + char tip[40]; + + public: + TipWin() : Fl_Menu_Window(1, 1) + { // will autosize + strcpy(tip, "X.XX"); + set_override(); + end(); + } + void draw(void) + { + draw_box(FL_BORDER_BOX, 0, 0, w(), h(), Fl_Color(175)); + fl_color(FL_BLACK); + fl_font(labelfont(), labelsize()); + fl_draw(tip, 3, 3, w() - 6, h() - 6, Fl_Align(FL_ALIGN_LEFT | FL_ALIGN_WRAP)); + show(); + } + void value(char *t) + { + strncpy(tip, t, sizeof(tip) - 1); + // Recalc size of window + fl_font(labelfont(), labelsize()); + int W = w(), H = h(); + fl_measure(tip, W, H, 0); + W += 8; + size(W, H); + redraw(); + } +}; + +class My_Value_Input : public Fl_Value_Input { + public: + My_Value_Input(int x, int y, int w, int h, const char *label = 0) : Fl_Value_Input(x, y, w, h, label) {} + + void (*custom_callback)(Fl_Widget *, void *); + void *data = NULL; + + int handle(int e) + { + switch (e) { + case FL_KEYDOWN: + if (Fl::event_key() == FL_Enter) { + custom_callback(this, data); + return 1; + } + break; + } + return Fl_Value_Input::handle(e); + } +}; + +// VALUE SLIDER WITH FLOATING TIP WINDOW +class Fl_My_Value_Slider : public Fl_Slider { + TipWin *tipwin; + Fl_Window *window_value; + My_Value_Input *input_value; + + public: + float default_value = 0.0; + bool hide_tipwin = false; + + Fl_My_Value_Slider(int x, int y, int w, int h, const char *l = 0) : Fl_Slider(x, y, w, h, l) + { + // type(FL_HORIZONTAL); + + Fl_Group *save = Fl_Group::current(); // save current widget.. + tipwin = new TipWin(); // ..because this trashes it + tipwin->hide(); + create_value_window(); + Fl_Group::current(save); // ..then back to previous. + } + + void value_cb2(const char *suffix) + { + char tip[40]; + snprintf(tip, sizeof(tip), "%.2f%s", value(), suffix); + tipwin->value(tip); + tipwin->position(Fl::event_x_root() + 20, Fl::event_y_root()); + } + + void create_value_window() + { + int window_width = 180, window_height = 90; + + window_value = new Fl_Window(0, 0, window_width, window_height); + window_value->user_data(this); + window_value->set_modal(); + window_value->label(label()); + // window_value->border(0); + window_value->color(fl_darker(window_value->color())); + + /* Fl_Box *title = new Fl_Box(0, 5, window_width, 10); + title->label(label()); + title->align(FL_ALIGN_INSIDE);*/ + + input_value = new My_Value_Input(5, 25, 165, 22); + input_value->align(FL_ALIGN_TOP_LEFT); + input_value->custom_callback = &input_value_cb_; + + Fl_Button *button_close = new Fl_Button(5, 55, 80, 22, _("Close")); + button_close->box(FL_ENGRAVED_BOX); + button_close->callback((Fl_Callback *)button_close_cb_); + + Fl_Button *button_ok = new Fl_Button(5 + 80 + 5, 55, 80, 22, _("Ok")); + button_ok->box(FL_ENGRAVED_BOX); + button_ok->callback((Fl_Callback *)button_ok_cb_); + + window_value->end(); + } + + // MARK: Callbacks + + // Close button + static void button_close_cb_(Fl_Widget *widget, void *data) + { + Fl_Widget *p = widget; + while (p->parent()) { + p = p->parent(); + } + + ((Fl_My_Value_Slider *)p->user_data())->button_close_cb(widget, p->user_data()); + } + void button_close_cb(Fl_Widget *widget, void *data) { this->window_value->hide(); } + + // ok button + static void button_ok_cb_(Fl_Widget *widget, void *data) + { + Fl_Widget *p = widget; + while (p->parent()) { + p = p->parent(); + } + + ((Fl_My_Value_Slider *)p->user_data())->button_ok_cb(widget, data); + } + + void button_ok_cb(Fl_Widget *button, void *data) + { + this->set_value(clamp(this->input_value->value())); + this->do_callback(); + this->parent()->redraw(); + this->window_value->hide(); + } + + // input field + static void input_value_cb_(Fl_Widget *widget, void *data) + { + Fl_Widget *p = widget; + while (p->parent()) { + p = p->parent(); + } + + ((Fl_My_Value_Slider *)p->user_data())->input_value_cb(widget, data); + } + + void input_value_cb(Fl_Widget *button, void *data) + { + this->set_value(clamp(this->input_value->value())); + this->do_callback(); + this->parent()->redraw(); + } + + int handle(int e) + { + switch (e) { + case FL_PUSH: + if (Fl::event_button() == FL_LEFT_MOUSE) { + if (Fl::event_clicks()) // move slider to zero when double clicking + { + this->value(default_value); + this->do_callback(); + this->parent()->redraw(); + return 1; + } + if (hide_tipwin == false) { + tipwin->position(Fl::event_x_root() + 20, Fl::event_y_root()); + tipwin->show(); + } + } + if (Fl::event_button() == FL_RIGHT_MOUSE) { + return 1; + } + + break; + case FL_RELEASE: // release mouse + tipwin->hide(); + if (Fl::event_button() == FL_RIGHT_MOUSE) { + char input_label[64]; + float current_slider_value = value(); + input_value->value(current_slider_value); + window_value->position(Fl::event_x_root() - window_value->w() / 2, Fl::event_y_root() - window_value->h() - 15); + + if (this->minimum() < this->maximum()) { + snprintf(input_label, sizeof(input_label), "Min: %.2f Max: %.2f", this->minimum(), this->maximum()); + } + else { + snprintf(input_label, sizeof(input_label), "Min: %.2f Max: %.2f", this->maximum(), + this->minimum()); // Reversed direction (for vertical sliders) + } + + input_value->copy_label(input_label); + input_value->take_focus(); + window_value->show(); + + return 1; + } + case FL_HIDE: // valuator goes away + case FL_LEAVE: // leave focus + // Make sure tipwin closes when app closes + tipwin->hide(); + break; + } + return (Fl_Slider::handle(e)); + } +}; + +#endif diff --git a/src/FLTK/Fl_ILM216.cpp b/src/FLTK/Fl_ILM216.cpp new file mode 100644 index 0000000..e5e54f5 --- /dev/null +++ b/src/FLTK/Fl_ILM216.cpp @@ -0,0 +1,577 @@ +// +// "$Id: Fl_ILM216.cxx,v 1.8 2003/02/26 01:59:31 easysw Exp $" +// +// ILM-216 LCD emulator widget code for flcdsim. +// +// Copyright 2003 by Michael Sweet. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// Contents: +// +// Fl_ILM216::Fl_ILM216() - Create a new ILM-216 widget. +// Fl_ILM216::~Fl_ILM216() - Delete an ILM-216 widget. +// Fl_ILM216::draw() - Draw the widget. +// Fl_LCD216::load_char() - Load a single character in the font. +// Fl_LCD216::load_font() - Load the standard ILM-216 font. +// Fl_LCD216::process() - Process data like an ILM-216. +// + +// modified by Daniel Noethen + +// +// Include necessary headers... +// + +#include +#include +#include +#include +#include +#include + +#include "butt.h" +#include "flgui.h" + +#include "../xpm/rec.xpm" //rec_xpm +#include "../xpm/rec_dark.xpm" //rec_xpm +#include "../xpm/rec_armed.xpm" //rec_xpm +#include "../xpm/conn.xpm" //conn_xpm +#include "../xpm/conn_dark.xpm" //conn_xpm + +// +// Font data for the LCD-216... +// +// +// + +static const uchar standard_font[224][8] = { + // 0x20 to 0x2f + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x04, 0x04, 0x04, 0x04, 0x00, 0x00, 0x04, 0x00}, + {0x0a, 0x0a, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x0a, 0x0a, 0x1f, 0x0a, 0x1f, 0x0a, 0x0a, 0x00}, + {0x04, 0x0f, 0x14, 0x0e, 0x05, 0x1e, 0x04, 0x00}, + {0x18, 0x19, 0x02, 0x04, 0x08, 0x13, 0x03, 0x00}, + {0x0c, 0x12, 0x14, 0x08, 0x15, 0x12, 0x0d, 0x00}, + {0x0c, 0x04, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x02, 0x04, 0x08, 0x08, 0x08, 0x04, 0x02, 0x00}, + {0x08, 0x04, 0x02, 0x02, 0x02, 0x04, 0x08, 0x00}, + {0x00, 0x04, 0x15, 0x0e, 0x15, 0x04, 0x00, 0x00}, + {0x00, 0x04, 0x04, 0x1f, 0x04, 0x04, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x04, 0x08}, + {0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0c, 0x00}, + {0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x00, 0x00}, + + // 0x30 to 0x3f + {0x0e, 0x11, 0x13, 0x15, 0x19, 0x11, 0x0e, 0x00}, + {0x04, 0x0c, 0x04, 0x04, 0x04, 0x04, 0x1f, 0x00}, + {0x0e, 0x11, 0x01, 0x02, 0x04, 0x08, 0x1f, 0x00}, + {0x1f, 0x02, 0x04, 0x02, 0x01, 0x11, 0x0e, 0x00}, + {0x02, 0x06, 0x0a, 0x12, 0x1f, 0x02, 0x02, 0x00}, + {0x1f, 0x10, 0x1e, 0x01, 0x01, 0x11, 0x0e, 0x00}, + {0x06, 0x08, 0x10, 0x1e, 0x11, 0x11, 0x0e, 0x00}, + {0x1f, 0x01, 0x02, 0x04, 0x08, 0x08, 0x08, 0x00}, + {0x0e, 0x11, 0x11, 0x0e, 0x11, 0x11, 0x0e, 0x00}, + {0x0e, 0x11, 0x11, 0x0f, 0x01, 0x02, 0x0c, 0x00}, + {0x00, 0x0c, 0x0c, 0x00, 0x0c, 0x0c, 0x00, 0x00}, + {0x00, 0x0c, 0x0c, 0x00, 0x0c, 0x04, 0x08, 0x00}, + {0x02, 0x04, 0x08, 0x10, 0x08, 0x04, 0x02, 0x00}, + {0x00, 0x00, 0x1f, 0x00, 0x1f, 0x00, 0x00, 0x00}, + {0x08, 0x04, 0x02, 0x01, 0x02, 0x04, 0x08, 0x00}, + {0x0e, 0x11, 0x01, 0x02, 0x04, 0x00, 0x04, 0x00}, + + // 0x40 to 0x4f + {0x0e, 0x11, 0x01, 0x0d, 0x15, 0x15, 0x0e, 0x00}, + {0x0e, 0x11, 0x11, 0x11, 0x1f, 0x11, 0x11, 0x00}, + {0x1e, 0x11, 0x11, 0x1e, 0x11, 0x11, 0x1e, 0x00}, + {0x0e, 0x11, 0x10, 0x10, 0x10, 0x11, 0x0e, 0x00}, + {0x1c, 0x12, 0x11, 0x11, 0x11, 0x12, 0x1c, 0x00}, + {0x1f, 0x10, 0x10, 0x1e, 0x10, 0x10, 0x1f, 0x00}, + {0x1f, 0x10, 0x10, 0x1e, 0x10, 0x10, 0x10, 0x00}, + {0x0e, 0x11, 0x10, 0x17, 0x11, 0x11, 0x0f, 0x00}, + {0x11, 0x11, 0x11, 0x1f, 0x11, 0x11, 0x11, 0x00}, + {0x1f, 0x04, 0x04, 0x04, 0x04, 0x04, 0x1f, 0x00}, + {0x07, 0x02, 0x02, 0x02, 0x02, 0x12, 0x0c, 0x00}, + {0x11, 0x12, 0x14, 0x18, 0x14, 0x12, 0x11, 0x00}, + {0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x1f, 0x00}, + {0x11, 0x1b, 0x15, 0x15, 0x11, 0x11, 0x11, 0x00}, + {0x11, 0x11, 0x19, 0x15, 0x13, 0x11, 0x11, 0x00}, + {0x0e, 0x11, 0x11, 0x11, 0x11, 0x11, 0x0e, 0x00}, + + // 0x50 to 0x5f + {0x1e, 0x11, 0x11, 0x1e, 0x10, 0x10, 0x10, 0x00}, + {0x0e, 0x11, 0x11, 0x11, 0x15, 0x12, 0x0d, 0x00}, + {0x1e, 0x11, 0x11, 0x1e, 0x14, 0x12, 0x11, 0x00}, + {0x0f, 0x10, 0x10, 0x0e, 0x01, 0x01, 0x1e, 0x00}, + {0x1f, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00}, + {0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x0e, 0x00}, + {0x11, 0x11, 0x11, 0x11, 0x11, 0x0a, 0x04, 0x00}, + {0x11, 0x11, 0x11, 0x15, 0x15, 0x15, 0x0a, 0x00}, + {0x11, 0x11, 0x0a, 0x04, 0x0a, 0x11, 0x11, 0x00}, + {0x11, 0x11, 0x11, 0x0a, 0x04, 0x04, 0x04, 0x00}, + {0x1f, 0x01, 0x02, 0x04, 0x08, 0x10, 0x1f, 0x00}, + {0x0e, 0x08, 0x08, 0x08, 0x08, 0x08, 0x0e, 0x00}, + {0x11, 0x0a, 0x1f, 0x04, 0x1f, 0x04, 0x04, 0x00}, + {0x0e, 0x02, 0x02, 0x02, 0x02, 0x02, 0x0e, 0x00}, + {0x04, 0x0a, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f}, + + // 0x60 to 0x6f + {0x08, 0x04, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x0e, 0x01, 0x0f, 0x11, 0x0f, 0x00}, + {0x10, 0x10, 0x16, 0x19, 0x11, 0x11, 0x1e, 0x00}, + {0x00, 0x00, 0x0e, 0x10, 0x10, 0x11, 0x0e, 0x00}, + {0x01, 0x01, 0x0d, 0x13, 0x11, 0x11, 0x0f, 0x00}, + {0x00, 0x00, 0x0e, 0x11, 0x1f, 0x10, 0x0e, 0x00}, + {0x06, 0x09, 0x08, 0x1c, 0x08, 0x08, 0x08, 0x00}, + {0x00, 0x0f, 0x11, 0x11, 0x0f, 0x01, 0x0e, 0x00}, + {0x10, 0x10, 0x16, 0x19, 0x11, 0x11, 0x11, 0x00}, + {0x04, 0x00, 0x0c, 0x04, 0x04, 0x04, 0x0e, 0x00}, + {0x02, 0x00, 0x02, 0x02, 0x02, 0x12, 0x0c, 0x00}, + {0x10, 0x10, 0x12, 0x14, 0x18, 0x14, 0x12, 0x00}, + {0x0c, 0x04, 0x04, 0x04, 0x04, 0x04, 0x0e, 0x00}, + {0x00, 0x00, 0x1a, 0x15, 0x15, 0x11, 0x11, 0x00}, + {0x00, 0x00, 0x16, 0x19, 0x11, 0x11, 0x11, 0x00}, + {0x00, 0x00, 0x0e, 0x11, 0x11, 0x11, 0x0e, 0x00}, + + // 0x70 to 0x7f + {0x00, 0x1e, 0x11, 0x11, 0x1e, 0x10, 0x10, 0x00}, + {0x00, 0x0d, 0x13, 0x11, 0x0f, 0x01, 0x01, 0x00}, + {0x00, 0x00, 0x16, 0x19, 0x10, 0x10, 0x10, 0x00}, + {0x00, 0x00, 0x0e, 0x10, 0x0e, 0x01, 0x1e, 0x00}, + {0x08, 0x08, 0x1c, 0x08, 0x08, 0x09, 0x06, 0x00}, + {0x00, 0x00, 0x11, 0x11, 0x11, 0x13, 0x0d, 0x00}, + {0x00, 0x00, 0x11, 0x11, 0x11, 0x0a, 0x04, 0x00}, + {0x00, 0x00, 0x11, 0x11, 0x15, 0x15, 0x0a, 0x00}, + {0x00, 0x00, 0x11, 0x0a, 0x04, 0x0a, 0x11, 0x00}, + {0x00, 0x11, 0x11, 0x11, 0x0f, 0x01, 0x0e, 0x00}, + {0x00, 0x00, 0x1f, 0x02, 0x04, 0x08, 0x1f, 0x00}, + {0x02, 0x04, 0x04, 0x08, 0x04, 0x04, 0x02, 0x00}, + {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x00}, + {0x08, 0x04, 0x04, 0x02, 0x04, 0x04, 0x08, 0x00}, + {0x00, 0x04, 0x02, 0x1f, 0x02, 0x04, 0x00, 0x00}, + {0x00, 0x04, 0x08, 0x1f, 0x08, 0x04, 0x00, 0x00}, + + // 0x80 to 0x8f + {0x1c, 0x10, 0x18, 0x10, 0x12, 0x02, 0x02, 0x02}, + {0x1c, 0x10, 0x18, 0x16, 0x11, 0x02, 0x04, 0x07}, + {0x1c, 0x10, 0x18, 0x16, 0x11, 0x02, 0x01, 0x06}, + {0x1c, 0x10, 0x18, 0x15, 0x15, 0x07, 0x01, 0x01}, + {0x08, 0x14, 0x14, 0x08, 0x05, 0x06, 0x05, 0x05}, + {0x08, 0x14, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f}, + {0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + + // 0x90 to 0x9f + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + + // 0xa0 to 0xaf + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x14, 0x1c}, + {0x07, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x04, 0x1c}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x08, 0x04}, + {0x00, 0x00, 0x00, 0x0c, 0x0c, 0x00, 0x00, 0x00}, + {0x00, 0x1f, 0x01, 0x1f, 0x01, 0x02, 0x04, 0x00}, + {0x00, 0x00, 0x00, 0x1f, 0x01, 0x06, 0x04, 0x08}, + {0x00, 0x00, 0x00, 0x02, 0x04, 0x0c, 0x14, 0x04}, + {0x00, 0x00, 0x00, 0x04, 0x1f, 0x11, 0x01, 0x06}, + {0x00, 0x00, 0x00, 0x00, 0x1f, 0x04, 0x04, 0x1f}, + {0x00, 0x00, 0x00, 0x02, 0x1f, 0x06, 0x0a, 0x12}, + {0x00, 0x00, 0x00, 0x08, 0x1f, 0x09, 0x0a, 0x08}, + {0x00, 0x00, 0x00, 0x00, 0x0e, 0x02, 0x02, 0x1f}, + {0x00, 0x00, 0x00, 0x1e, 0x02, 0x1e, 0x02, 0x1e}, + {0x00, 0x00, 0x00, 0x00, 0x15, 0x15, 0x01, 0x06}, + + // 0xb0 to 0xbf + {0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x00}, + {0x1f, 0x01, 0x05, 0x06, 0x04, 0x04, 0x08, 0x00}, + {0x01, 0x02, 0x04, 0x0c, 0x14, 0x04, 0x04, 0x00}, + {0x04, 0x1f, 0x11, 0x11, 0x01, 0x02, 0x04, 0x00}, + {0x00, 0x1f, 0x04, 0x04, 0x04, 0x04, 0x1f, 0x00}, + {0x02, 0x1f, 0x02, 0x06, 0x0a, 0x12, 0x02, 0x00}, + {0x08, 0x1f, 0x09, 0x09, 0x09, 0x09, 0x12, 0x00}, + {0x04, 0x1f, 0x04, 0x1f, 0x04, 0x04, 0x04, 0x00}, + {0x00, 0x0f, 0x09, 0x11, 0x01, 0x02, 0x0c, 0x00}, + {0x08, 0x0f, 0x12, 0x02, 0x02, 0x02, 0x04, 0x00}, + {0x00, 0x1f, 0x01, 0x01, 0x01, 0x01, 0x1f, 0x00}, + {0x0a, 0x1f, 0x0a, 0x0a, 0x02, 0x04, 0x08, 0x00}, + {0x00, 0x18, 0x01, 0x19, 0x01, 0x02, 0x1c, 0x00}, + {0x00, 0x1f, 0x01, 0x02, 0x04, 0x0a, 0x11, 0x00}, + {0x08, 0x1f, 0x09, 0x0a, 0x08, 0x08, 0x07, 0x00}, + {0x00, 0x11, 0x11, 0x09, 0x01, 0x02, 0x0c, 0x00}, + + // 0xc0 to 0xcf + {0x00, 0x0f, 0x09, 0x15, 0x03, 0x02, 0x0c, 0x00}, + {0x02, 0x1c, 0x04, 0x1f, 0x04, 0x04, 0x08, 0x00}, + {0x00, 0x15, 0x15, 0x15, 0x01, 0x02, 0x04, 0x00}, + {0x0e, 0x00, 0x1f, 0x04, 0x04, 0x04, 0x08, 0x00}, + {0x08, 0x08, 0x08, 0x0c, 0x0a, 0x08, 0x08, 0x00}, + {0x04, 0x04, 0x1f, 0x04, 0x04, 0x08, 0x10, 0x00}, + {0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x00}, + {0x00, 0x1f, 0x01, 0x0a, 0x04, 0x0a, 0x10, 0x00}, + {0x04, 0x1f, 0x02, 0x04, 0x0e, 0x15, 0x04, 0x00}, + {0x02, 0x02, 0x02, 0x02, 0x02, 0x04, 0x08, 0x00}, + {0x00, 0x04, 0x02, 0x11, 0x11, 0x11, 0x11, 0x00}, + {0x10, 0x10, 0x1f, 0x10, 0x10, 0x10, 0x0f, 0x00}, + {0x00, 0x1f, 0x01, 0x01, 0x01, 0x02, 0x04, 0x00}, + {0x00, 0x08, 0x14, 0x02, 0x01, 0x01, 0x00, 0x00}, + {0x04, 0x1f, 0x04, 0x04, 0x15, 0x15, 0x04, 0x00}, + {0x00, 0x1f, 0x01, 0x01, 0x0a, 0x04, 0x02, 0x00}, + + // 0xd0 to 0xdf + {0x00, 0x0e, 0x00, 0x0e, 0x00, 0x0e, 0x01, 0x00}, + {0x00, 0x04, 0x08, 0x10, 0x11, 0x1f, 0x01, 0x00}, + {0x00, 0x01, 0x01, 0x0a, 0x04, 0x0a, 0x10, 0x00}, + {0x00, 0x1f, 0x08, 0x1f, 0x08, 0x08, 0x07, 0x00}, + {0x08, 0x08, 0x1f, 0x09, 0x0a, 0x08, 0x08, 0x00}, + {0x00, 0x0e, 0x02, 0x02, 0x02, 0x02, 0x1f, 0x00}, + {0x00, 0x1f, 0x01, 0x1f, 0x01, 0x01, 0x1f, 0x00}, + {0x0e, 0x00, 0x1f, 0x01, 0x01, 0x02, 0x04, 0x00}, + {0x12, 0x12, 0x12, 0x12, 0x02, 0x04, 0x08, 0x00}, + {0x00, 0x04, 0x14, 0x14, 0x15, 0x15, 0x16, 0x00}, + {0x00, 0x10, 0x10, 0x11, 0x12, 0x14, 0x18, 0x00}, + {0x00, 0x1f, 0x11, 0x11, 0x11, 0x11, 0x1f, 0x00}, + {0x00, 0x1f, 0x11, 0x11, 0x01, 0x02, 0x04, 0x00}, + {0x00, 0x18, 0x00, 0x01, 0x01, 0x02, 0x1c, 0x00}, + {0x04, 0x12, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x1c, 0x14, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00}, + + // 0xe0 to 0xef + {0x00, 0x00, 0x09, 0x15, 0x12, 0x12, 0x0d, 0x00}, + {0x0a, 0x00, 0x0e, 0x01, 0x0f, 0x11, 0x0f, 0x00}, + {0x00, 0x00, 0x0e, 0x11, 0x1e, 0x11, 0x1e, 0x00}, + {0x00, 0x00, 0x0e, 0x10, 0x0c, 0x11, 0x0e, 0x00}, + {0x00, 0x00, 0x11, 0x11, 0x13, 0x1d, 0x10, 0x00}, + {0x00, 0x00, 0x0f, 0x14, 0x12, 0x11, 0x0e, 0x00}, + {0x00, 0x00, 0x06, 0x19, 0x11, 0x19, 0x16, 0x00}, + {0x00, 0x00, 0x0f, 0x11, 0x11, 0x13, 0x0d, 0x00}, + {0x00, 0x00, 0x07, 0x04, 0x04, 0x14, 0x08, 0x00}, + {0x00, 0x02, 0x1a, 0x02, 0x00, 0x00, 0x00, 0x00}, + {0x02, 0x00, 0x06, 0x02, 0x02, 0x02, 0x02, 0x00}, + {0x00, 0x14, 0x08, 0x14, 0x00, 0x00, 0x00, 0x00}, + {0x00, 0x04, 0x0e, 0x14, 0x15, 0x0e, 0x04, 0x00}, + {0x08, 0x08, 0x1c, 0x08, 0x1c, 0x08, 0x0f, 0x00}, + {0x0e, 0x00, 0x16, 0x19, 0x11, 0x11, 0x11, 0x00}, + {0x0a, 0x00, 0x0e, 0x11, 0x11, 0x11, 0x0e, 0x00}, + + // 0xf0 to 0xff + {0x00, 0x00, 0x16, 0x19, 0x11, 0x19, 0x16, 0x00}, + {0x00, 0x00, 0x0d, 0x13, 0x11, 0x13, 0x0d, 0x00}, + {0x00, 0x0e, 0x11, 0x1f, 0x11, 0x11, 0x0e, 0x00}, + {0x00, 0x00, 0x00, 0x0b, 0x11, 0x1a, 0x00, 0x00}, + {0x00, 0x00, 0x0e, 0x11, 0x11, 0x0a, 0x1b, 0x00}, + {0x0a, 0x00, 0x11, 0x11, 0x11, 0x13, 0x0d, 0x00}, + {0x1f, 0x80, 0x04, 0x02, 0x04, 0x08, 0x1f, 0x00}, + {0x00, 0x00, 0x1f, 0x0a, 0x0a, 0x0a, 0x13, 0x00}, + {0x1f, 0x00, 0x11, 0x0a, 0x04, 0x0a, 0x11, 0x00}, + {0x00, 0x00, 0x11, 0x11, 0x11, 0x11, 0x0f, 0x00}, + {0x00, 0x01, 0x1e, 0x04, 0x1f, 0x04, 0x04, 0x00}, + {0x00, 0x00, 0x1f, 0x08, 0x0f, 0x09, 0x11, 0x00}, + {0x00, 0x00, 0x1f, 0x15, 0x1f, 0x11, 0x11, 0x00}, + {0x00, 0x00, 0x04, 0x00, 0x1f, 0x00, 0x04, 0x00}, + {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, + {0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f}}; + +// +// 'Fl_ILM216::Fl_ILM216()' - Create a new ILM-216 widget. +// + +Fl_ILM216::Fl_ILM216(int X, // I - X position + int Y, // I - Y position + int W, // I - Width + int H, // I - Height + const char *L) // I - Label string + : Fl_Widget(X, Y, W, H, L) +{ + // Initialize defaults... + backlight_ = 0; + + rec_ = new Fl_Pixmap(rec_xpm); + rec_dark_ = new Fl_Pixmap(rec_dark_xpm); + rec_armed_ = new Fl_Pixmap(rec_armed_xpm); + conn_ = new Fl_Pixmap(conn_xpm); + conn_dark_ = new Fl_Pixmap(conn_dark_xpm); + + // Load the standard font... + load_font(); +} + +// +// 'Fl_ILM216::~Fl_ILM216()' - Delete an ILM-216 widget. +// + +Fl_ILM216::~Fl_ILM216(void) +{ + // Unload the font data... + for (int i = 0; i < 256; i++) { + if (font_[i]) { + delete font_[i]; + } + + if (outline_[i]) { + delete outline_[i]; + } + } + delete rec_; + delete rec_dark_; + delete rec_armed_; + delete conn_; + delete conn_dark_; +} + +int Fl_ILM216::handle(int event) +{ + if (event == FL_RELEASE) { + do_callback(); + } + + return 1; +} + +// 'Fl_ILM216::draw()' - Draw the widget. +// + +void Fl_ILM216::draw(void) +{ + int i; // Looping var + int X = x() + (w() - 16 * 24) / 2; // X base position + int Y = y() + (h() - 2 * 40) / 2; // Y base position + Fl_Color oc; // Outline color + + // Draw the background... + if (backlight_) { + draw_box(box(), x(), y(), w(), h(), fl_lighter((Fl_Color)cfg.main.bg_color)); + oc = fl_color_average((Fl_Color)cfg.main.txt_color, fl_lighter((Fl_Color)cfg.main.bg_color), 0.5f); + } + else { + draw_box(box(), x(), y(), w(), h(), (Fl_Color)cfg.main.bg_color); + oc = fl_color_average((Fl_Color)cfg.main.txt_color, (Fl_Color)cfg.main.bg_color, 0.5f); + } + + // draw the right line + fl_color((Fl_Color)cfg.main.txt_color); + + fl_line_style(FL_SOLID, 1, NULL); + fl_line(X + 15 * 25 - 15, Y, X + 15 * 25 - 15, Y + 40 * 2); + fl_line_style(0); + + // draw the status symbols + if (connected) { + conn_->draw(X + 15 * 25 - 5, Y + 8); + } + else { + conn_dark_->draw(X + 15 * 25 - 5, Y + 8); + } + + if (recording) { + rec_->draw(X + 15 * 25 - 7, Y + 8 + 50); + } + else if (cfg.rec.start_rec) { + rec_armed_->draw(X + 15 * 25 - 7, Y + 8 + 50); + } + else { + rec_dark_->draw(X + 15 * 25 - 7, Y + 8 + 50); + } + + // Draw the LCD contents... + for (i = 0; i < 16; i++) { + fl_color((Fl_Color)cfg.main.txt_color); + + if (font_[chars_[i + 0]]) { + font_[chars_[i + 0]]->draw(X + i * 24, Y); + } + if (font_[chars_[i + 16]]) { + font_[chars_[i + 16]]->draw(X + i * 24, Y + 40); + } + + fl_color(oc); + + if (outline_[chars_[i + 0]]) { + outline_[chars_[i + 0]]->draw(X + i * 24, Y); + } + if (outline_[chars_[i + 16]]) { + outline_[chars_[i + 16]]->draw(X + i * 24, Y + 40); + } + } + fl_g->label_current_listeners->labelcolor((Fl_Color)cfg.main.txt_color); + fl_g->label_current_listeners->redraw(); +} + +// +// 'Fl_LCD216::load_char()' - Load a single character in the font. +// + +void Fl_ILM216::load_char(uchar ch, // I - Character + const uchar *data) // I - 5x8 bitmap data +{ + int i; // Looping var + uchar *fdata; // Pointer to font data + uchar *odata; // Pointer to outline data + + // Delete the existing character, if any... + if (font_[ch]) { + delete font_[ch]; + font_[ch] = 0; + } + + if (outline_[ch]) { + // delete outline_[ch]; + outline_[ch] = 0; + } + + // Don't need to define blank chars... + if (data[0] == 0 && !memcmp(data, data + 1, 7)) { + return; + } + + // Create a 20x32 bitmap from the 5x8 data, so that it looks like the + // LCD display. + fdata = fdata_[ch - ' ']; + odata = odata_[ch - ' ']; + + memset(fdata, 0, 96); + memset(odata, 0, 96); + + for (i = 0; i < 8; i++, fdata += 12, odata += 12, data++) { + // Each bit in the source byte is mapped to a 3x3 "pixel" and a 4x4 + // "outline" in the LCD bitmap. + if (*data & 0x10) { + fdata[0] |= 0x07; + fdata[3] |= 0x07; + fdata[6] |= 0x07; + + odata[0] |= 0x08; + odata[3] |= 0x08; + odata[6] |= 0x08; + odata[9] |= 0x0f; + } + + if (*data & 0x08) { + fdata[0] |= 0x70; + fdata[3] |= 0x70; + fdata[6] |= 0x70; + + odata[0] |= 0x80; + odata[3] |= 0x80; + odata[6] |= 0x80; + odata[9] |= 0xf0; + } + + if (*data & 0x04) { + fdata[1] |= 0x07; + fdata[4] |= 0x07; + fdata[7] |= 0x07; + + odata[1] |= 0x08; + odata[4] |= 0x08; + odata[7] |= 0x08; + odata[10] |= 0x0f; + } + + if (*data & 0x02) { + fdata[1] |= 0x70; + fdata[4] |= 0x70; + fdata[7] |= 0x70; + + odata[1] |= 0x80; + odata[4] |= 0x80; + odata[7] |= 0x80; + odata[10] |= 0xf0; + } + + if (*data & 0x01) { + fdata[2] |= 0x07; + fdata[5] |= 0x07; + fdata[8] |= 0x07; + + odata[2] |= 0x08; + odata[5] |= 0x08; + odata[8] |= 0x08; + odata[11] |= 0x0f; + } + } + + // Create the bitmap image for this char... + font_[ch] = new Fl_Bitmap(fdata_[ch - ' '], 20, 32); + outline_[ch] = new Fl_Bitmap(odata_[ch - ' '], 20, 32); +} + +// +// 'Fl_LCD216::load_font()' - Load the standard ILM-216 font. +// + +void Fl_ILM216::load_font(void) +{ + // Clear the font list... + memset(font_, 0, sizeof(font_)); + memset(outline_, 0, sizeof(outline_)); + + // Load standard font data for 224 chars... + for (int i = 0; i < 224; i++) + load_char(i + ' ', standard_font[i]); +} + +// +// 'Fl_LCD216::process()' - Process data like an ILM-216. +// + +int Fl_ILM216::print(const uchar *in, int inbytes) +{ + int nbytes; + + // Loop through the input bytes... + nbytes = 0; + + for (; inbytes > 0; inbytes--, in++) { + if (cursor_pos_ < sizeof(chars_) - 1) { + chars_[cursor_pos_++] = *in; + + if (*in == '\n') { + cursor_pos_ = 16; + } + } + } + + redraw(); + + // Return the number of bytes of output... + return (nbytes); +} + +// +// End of "$Id: Fl_ILM216.cxx,v 1.8 2003/02/26 01:59:31 easysw Exp $". +// diff --git a/src/FLTK/Fl_ILM216.h b/src/FLTK/Fl_ILM216.h new file mode 100644 index 0000000..3cb7c57 --- /dev/null +++ b/src/FLTK/Fl_ILM216.h @@ -0,0 +1,106 @@ +// +// "$Id: Fl_ILM216.h,v 1.5 2003/02/26 00:40:22 easysw Exp $" +// +// ILM-216 LCD emulation widget header file for flcdsim. +// +// Copyright 2003 by Michael Sweet. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +// modified by Daniel Noethen + +#ifndef FL_ILM216_H +#define FL_ILM216_H + +// +// Include necessary headers... +// + +#include +#include +#include +#include + +// +// Backlight color... +// + +#define FL_NOLIGHT (Fl_Color)76 +#define FL_BACKLIGHT (Fl_Color)85 + +// +// ILM-216 emulation widget... +// + +class Fl_ILM216 : public Fl_Widget { + public: + enum { + CURSOR_NONE = 0, + CURSOR_UNDERLINE, + CURSOR_BLINK, + }; + + private: + bool backlight_; // Backlight enabled? + uchar buttons_; // Current button state + uint32_t cursor_pos_; // Cursor position + bool cursor_state_; // Cursor state (blinking) + int cursor_type_; // Cursor type + Fl_Bitmap *font_[256]; // Images for characters + Fl_Bitmap *outline_[256]; // Outline images for characters + Fl_Pixmap *rec_; // blinks if recording + Fl_Pixmap *rec_dark_; // blinks if recording + Fl_Pixmap *rec_armed_; // blinks if recording + Fl_Pixmap *conn_; // blinks if streaming + Fl_Pixmap *conn_dark_; // blinks if streaming + uchar fdata_[224][96]; // Bitmap data (20x32) + uchar odata_[224][96]; // Outline data (20x32) + uchar prev_char_; // Previous character + + void draw(void); + void load_char(uchar ch, const uchar *data); + void load_font(void); + + public: + Fl_ILM216(int X, int Y, int W, int H, const char *L = 0); + ~Fl_ILM216(void); + + uchar chars_[32]; // Characters on-screen + + virtual int handle(int); + + bool backlight() const { return backlight_; } + void backlight(bool b) + { + backlight_ = b; + redraw(); + } + uchar buttons() const { return buttons_; } + void buttons(uchar b) { buttons_ = b; } + void clear() + { + for (int i = 0; i < 32; i++) + chars_[i] = ' '; + home(); + redraw(); + } + int cursor_pos() const { return cursor_pos_; } + void cursor_pos(int p) { cursor_pos_ = p; } + void home() { cursor_pos(0); } + int print(const uchar *in, int inbytes); +}; + +#endif // !Fl_ILM216_h + +// +// End of "$Id: Fl_ILM216.h,v 1.5 2003/02/26 00:40:22 easysw Exp $". +// diff --git a/src/FLTK/Fl_LED.cpp b/src/FLTK/Fl_LED.cpp new file mode 100644 index 0000000..0b8218a --- /dev/null +++ b/src/FLTK/Fl_LED.cpp @@ -0,0 +1,59 @@ +#include +#include +#include +#include +#include +#include +#include + +#include "Fl_LED.h" + +LED::LED(int X, int Y, int W, int H, const char *L) : Fl_Group(X, Y, W, H, L) +{ + bg_color = color(); + width = w(); + height = h(); + x_origin = x(); + y_origin = y(); + LED_color = fl_rgb_color((uchar)(6), (uchar)(209), (uchar)(40)); + state = LED_OFF; +} + +void LED::draw() +{ + // Fl_Group::draw(); + // Clear whole widget area + // fl_rectf(x_origin, y_origin, width, height, bg_color); + + Fl_Color last_color = fl_color(); + + Fl_Color draw_color; + if (state == LED_ON) { + draw_color = LED_color; + } + else { + uchar r, g, b; + Fl::get_color(LED_color, r, g, b); + draw_color = fl_rgb_color(r / 2, g / 2, b / 2); + } + + fl_color(draw_color); + fl_pie(x_origin, y_origin, width - 1, height - 1, 0, 360); + + fl_color(FL_BLACK); + fl_arc(x_origin, y_origin, width, height, 0, 360); + + fl_color(last_color); +} + +void LED::set_color(Fl_Color color) +{ + LED_color = color; + redraw(); +} + +void LED::set_state(LED_STATE on_off) +{ + state = on_off; + redraw(); +} diff --git a/src/FLTK/Fl_LED.h b/src/FLTK/Fl_LED.h new file mode 100644 index 0000000..1714c04 --- /dev/null +++ b/src/FLTK/Fl_LED.h @@ -0,0 +1,30 @@ +#ifndef FL_LED_H +#define FL_LED_H +#include +#include +#include +#include +#include + +class LED : public Fl_Group { + public: + enum LED_STATE { + LED_OFF = 0, + LED_ON = 1, + }; + + int width, height; + int x_origin, y_origin; + LED_STATE state; + + Fl_Color LED_color; + Fl_Color bg_color; + + LED(int X, int Y, int W, int H, const char *L = 0); + + void set_color(Fl_Color color); + void set_state(LED_STATE state); + void draw(); +}; + +#endif // FL_VU_METER_H diff --git a/src/FLTK/Fl_My_Native_File_Chooser.cxx b/src/FLTK/Fl_My_Native_File_Chooser.cxx new file mode 100644 index 0000000..3947fac --- /dev/null +++ b/src/FLTK/Fl_My_Native_File_Chooser.cxx @@ -0,0 +1,38 @@ +// "$Id$" +// +// FLTK native OS file chooser widget +// +// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 2004 Greg Ercolano. +// +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// http://www.fltk.org/COPYING.php +// +// Please report all bugs and problems to: +// +// http://www.fltk.org/str.php +// + +// Use Windows' chooser +#ifdef WIN32 +#include "Fl_My_Native_File_Chooser_WIN32.cxx" +#endif + +// Use Apple's chooser +#ifdef __APPLE__ +#include "Fl_My_Native_File_Chooser_MAC.mm" +#endif + +// All else falls back to FLTK's own chooser +#if !defined(__APPLE__) && !defined(WIN32) +#include "Fl_My_Native_File_Chooser_FLTK.cxx" +#endif + +const char *Fl_My_Native_File_Chooser::file_exists_message = "File exists. Are you sure you want to overwrite?"; + +// +// End of "$Id$". +// diff --git a/src/FLTK/Fl_My_Native_File_Chooser_FLTK.cxx b/src/FLTK/Fl_My_Native_File_Chooser_FLTK.cxx new file mode 100644 index 0000000..e8d1164 --- /dev/null +++ b/src/FLTK/Fl_My_Native_File_Chooser_FLTK.cxx @@ -0,0 +1,634 @@ +// "$Id$" +// +// FLTK native file chooser widget wrapper for GTK's GtkFileChooserDialog +// +// Copyright 1998-2014 by Bill Spitzak and others. +// Copyright 2012 IMM +// +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// http://www.fltk.org/COPYING.php +// +// Please report all bugs and problems to: +// +// http://www.fltk.org/str.php +// + +#include +#include +#include +#define FLTK_CHOOSER_SINGLE Fl_File_Chooser::SINGLE +#define FLTK_CHOOSER_DIRECTORY Fl_File_Chooser::DIRECTORY +#define FLTK_CHOOSER_MULTI Fl_File_Chooser::MULTI +#define FLTK_CHOOSER_CREATE Fl_File_Chooser::CREATE + +#include "Fl_My_Native_File_Chooser_common.cxx" +#include "Fl_My_Native_File_Chooser_GTK.cxx" + +#include +#include + +int Fl_My_Native_File_Chooser::have_looked_for_GTK_libs = 0; + +/** + The constructor. Internally allocates the native widgets. + Optional \p val presets the type of browser this will be, + which can also be changed with type(). + */ +Fl_My_Native_File_Chooser::Fl_My_Native_File_Chooser(int val) +{ +#if FLTK_ABI_VERSION <= 10302 + _btype = val; + _options = NO_OPTIONS; + _filter = NULL; + _filtvalue = 0; + _parsedfilt = NULL; + _preset_file = NULL; + _prevvalue = NULL; + _directory = NULL; + _errmsg = NULL; +#endif // FLTK_ABI_VERSION + if (have_looked_for_GTK_libs == 0) { + // First Time here, try to find the GTK libs if they are installed +#if HAVE_DLSYM && HAVE_DLFCN_H + if (Fl::option(Fl::OPTION_FNFC_USES_GTK)) { + Fl_GTK_File_Chooser::probe_for_GTK_libs(); + } +#endif + have_looked_for_GTK_libs = -1; + } + // if we found all the GTK functions we need, we will use the GtkFileChooserDialog + if (Fl_GTK_File_Chooser::did_find_GTK_libs) { + _gtk_file_chooser = new Fl_GTK_File_Chooser(val); + } + else { + _x11_file_chooser = new Fl_FLTK_File_Chooser(val); + } +} + +/** + Destructor. + Deallocates any resources allocated to this widget. + */ +Fl_My_Native_File_Chooser::~Fl_My_Native_File_Chooser() +{ + delete _x11_file_chooser; +} + +/** + Sets the current Fl_My_Native_File_Chooser::Type of browser. + */ +void Fl_My_Native_File_Chooser::type(int t) +{ + return _x11_file_chooser->type(t); +} + +/** + Gets the current Fl_My_Native_File_Chooser::Type of browser. + */ +int Fl_My_Native_File_Chooser::type() const +{ + return _x11_file_chooser->type(); +} + +/** + Sets the platform specific chooser options to \p val. + \p val is expected to be one or more Fl_My_Native_File_Chooser::Option flags ORed together. + Some platforms have OS-specific functions that can be enabled/disabled via this method. +

    + \code + Flag Description Win Mac Other + -------------- ----------------------------------------------- ------- ------- ------- + NEW_FOLDER Shows the 'New Folder' button. Ignored Used Used + PREVIEW Enables the 'Preview' mode by default. Ignored Ignored Used + SAVEAS_CONFIRM Confirm dialog if BROWSE_SAVE_FILE file exists. Used Used Used + USE_FILTER_EXT Chooser filter pilots the output file extension. Ignored Used Used (GTK) +\endcode + */ +void Fl_My_Native_File_Chooser::options(int o) +{ + _x11_file_chooser->options(o); +} + +/** + Gets the platform specific Fl_My_Native_File_Chooser::Option flags. + */ +int Fl_My_Native_File_Chooser::options() const +{ + return _x11_file_chooser->options(); +} + +/** + Returns the number of filenames (or directory names) the user selected. +

    + \b Example: + \code + if ( fnfc->show() == 0 ) { + // Print all filenames user selected + for (int n=0; ncount(); n++ ) { + printf("%d) '%s'\n", n, fnfc->filename(n)); + } + } + \endcode + */ +int Fl_My_Native_File_Chooser::count() const +{ + return _x11_file_chooser->count(); +} + +/** + Return the filename the user chose. + Use this if only expecting a single filename. + If more than one filename is expected, use filename(int) instead. + Return value may be "" if no filename was chosen (eg. user cancelled). + */ +const char *Fl_My_Native_File_Chooser::filename() const +{ + return _x11_file_chooser->filename(); +} + +/** + Return one of the filenames the user selected. + Use count() to determine how many filenames the user selected. +

    + \b Example: + \code + if ( fnfc->show() == 0 ) { + // Print all filenames user selected + for (int n=0; ncount(); n++ ) { + printf("%d) '%s'\n", n, fnfc->filename(n)); + } + } + \endcode + */ +const char *Fl_My_Native_File_Chooser::filename(int i) const +{ + return _x11_file_chooser->filename(i); +} + +/** + Preset the directory the browser will show when opened. + If \p val is NULL, or no directory is specified, the chooser will attempt + to use the last non-cancelled folder. + */ +void Fl_My_Native_File_Chooser::directory(const char *val) +{ + _x11_file_chooser->directory(val); +} + +/** + Returns the current preset directory() value. + */ +const char *Fl_My_Native_File_Chooser::directory() const +{ + return _x11_file_chooser->directory(); +} + +/** + Set the title of the file chooser's dialog window. + Can be NULL if no title desired. + The default title varies according to the platform, so you are advised to set the title explicitly. + */ +void Fl_My_Native_File_Chooser::title(const char *t) +{ + _x11_file_chooser->title(t); +} + +/** + Get the title of the file chooser's dialog window. + Return value may be NULL if no title was set. + */ +const char *Fl_My_Native_File_Chooser::title() const +{ + return _x11_file_chooser->title(); +} + +/** + Returns the filter string last set. + Can be NULL if no filter was set. + */ +const char *Fl_My_Native_File_Chooser::filter() const +{ + return _x11_file_chooser->filter(); +} + +/** + Sets the filename filters used for browsing. + The default is NULL, which browses all files. +

    + The filter string can be any of: +

    + - A single wildcard (eg. "*.txt") + - Multiple wildcards (eg. "*.{cxx,h,H}") + - A descriptive name followed by a "\t" and a wildcard (eg. "Text Files\t*.txt") + - A list of separate wildcards with a "\n" between each (eg. "*.{cxx,H}\n*.txt") + - A list of descriptive names and wildcards (eg. "C++ Files\t*.{cxx,H}\nTxt Files\t*.txt") +

    + The format of each filter is a wildcard, or an optional user description + followed by '\\t' and the wildcard. +

    i==5%V-+8si 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 F{|`K^U>E=Z literal 0 HcmV?d00001 diff --git a/usr/share/icons/hicolor/64x64/apps/butt.png b/usr/share/icons/hicolor/64x64/apps/butt.png new file mode 100644 index 0000000000000000000000000000000000000000..17a41ae4656eff9d8b8c0c5fc779a4caa59077c9 GIT binary patch literal 5644 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 bEd>4tc0H!>R4ib*00000NkvXXu0mjfAG{Kw literal 0 HcmV?d00001 diff --git a/usr/share/icons/hicolor/scalable/apps/butt.svg b/usr/share/icons/hicolor/scalable/apps/butt.svg new file mode 100644 index 0000000..69f7434 --- /dev/null +++ b/usr/share/icons/hicolor/scalable/apps/butt.svg @@ -0,0 +1,441 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/usr/share/metainfo/de.danielnoethen.butt.metainfo.xml b/usr/share/metainfo/de.danielnoethen.butt.metainfo.xml new file mode 100644 index 0000000..513f18c --- /dev/null +++ b/usr/share/metainfo/de.danielnoethen.butt.metainfo.xml @@ -0,0 +1,23 @@ + + + de.danielnoethen.butt + + butt + Icecast and Shoutcast streaming client + + MIT + GPL-2.0-or-later + + +

    + butt (broadcast using this tool) is an easy to use, multi OS streaming tool. It supports SHOUTcast and Icecast and runs on Linux, Mac OS X and Windows (64 Bit only since version 0.1.20). The main purpose of butt is to stream live audio data from your computers Mic or Line input to a Shoutcast or Icecast server. If you want you can also record your session. +

    +
    + + butt.desktop + + + https://danielnoethen.de/butt/butt_ubuntu.png + + +
    diff --git a/usr/share/pixmaps/butt16.xpm b/usr/share/pixmaps/butt16.xpm new file mode 100644 index 0000000..92c6e1c --- /dev/null +++ b/usr/share/pixmaps/butt16.xpm @@ -0,0 +1,278 @@ +/* XPM */ +static char *butt16x16[] = { +/* columns rows colors chars-per-pixel */ +"16 16 256 2 ", +" c None", +". c black", +"X c black", +"o c black", +"O c black", +"+ c black", +"@ c black", +"# c black", +"$ c black", +"% c black", +"& c black", +"* c black", +"= c black", +"- c black", +"; c black", +": c black", +"> c black", +", c black", +"< c black", +"1 c black", +"2 c black", +"3 c black", +"4 c black", +"5 c black", +"6 c black", +"7 c black", +"8 c black", +"9 c black", +"0 c black", +"q c black", +"w c black", +"e c black", +"r c black", +"t c black", +"y c black", +"u c black", +"i c black", +"p c black", +"a c black", +"s c black", +"d c black", +"f c black", +"g c black", +"h c black", +"j c #020202", +"k c black", +"l c black", +"z c black", +"x c black", +"c c black", +"v c black", +"b c black", +"n c black", +"m c black", +"M c black", +"N c black", +"B c black", +"V c black", +"C c black", +"Z c black", +"A c #020202", +"S c black", +"D c black", +"F c black", +"G c black", +"H c black", +"J c black", +"K c black", +"L c black", +"P c black", +"I c black", +"U c black", +"Y c black", +"T c black", +"R c black", +"E c black", +"W c #020202", +"Q c black", +"! c black", +"~ c black", +"^ c black", +"/ c black", +"( c black", +") c black", +"_ c black", +"` c black", +"' c black", +"] c black", +"[ c black", +"{ c black", +"} c black", +"| c black", +" . c #020202", +".. c black", +"X. c black", +"o. c black", +"O. c black", +"+. c black", +"@. c black", +"#. c black", +"$. c black", +"%. c black", +"&. c black", +"*. c black", +"=. c black", +"-. c black", +";. c black", +":. c black", +">. c #020202", +",. c black", +"<. c black", +"1. c black", +"2. c black", +"3. c black", +"4. c black", +"5. c black", +"6. c black", +"7. c black", +"8. c black", +"9. c black", +"0. c black", +"q. c black", +"w. c black", +"e. c black", +"r. c #020202", +"t. c black", +"y. c black", +"u. c black", +"i. c black", +"p. c black", +"a. c black", +"s. c black", +"d. c black", +"f. c black", +"g. c black", +"h. c black", +"j. c black", +"k. c black", +"l. c black", +"z. c black", +"x. c #020202", +"c. c black", +"v. c black", +"b. c black", +"n. c black", +"m. c black", +"M. c black", +"N. c black", +"B. c black", +"V. c black", +"C. c black", +"Z. c black", +"A. c black", +"S. c black", +"D. c black", +"F. c black", +"G. c #020202", +"H. c black", +"J. c black", +"K. c black", +"L. c black", +"P. c black", +"I. c black", +"U. c black", +"Y. c black", +"T. c black", +"R. c black", +"E. c black", +"W. c black", +"Q. c black", +"!. c #020202", +"~. c black", +"^. c #020202", +"/. c black", +"(. c black", +"). c black", +"_. c black", +"`. c black", +"'. c black", +"]. c black", +"[. c black", +"{. c black", +"}. c black", +"|. c black", +" X c black", +".X c black", +"XX c black", +"oX c black", +"OX c #020202", +"+X c black", +"@X c black", +"#X c black", +"$X c black", +"%X c black", +"&X c black", +"*X c black", +"=X c black", +"-X c black", +";X c black", +":X c black", +">X c black", +",X c black", +" , < 1 2 3 4 5 6 7 8 9 0 q w e ", +"r t y u i p a s d f g h j k l z ", +"x c v b n m M N B V C Z A S D F ", +"G H J K L P I U Y T R E W Q ! ~ ", +"^ / ( ) _ ` ' ] [ { } | ...X.o.", +"O.+.@.#.$.%.&.*.=.-.;.:.>.,.<.1.", +"2.3.4.5.6.7.8.9.0.q.w.e.r.t.y.u.", +"i.p.a.s.d.f.g.h.j.k.l.z.x.c.v.b.", +"n.m.M.N.B.V.C.Z.A.S.D.F.G.H.J.K.", +"L.P.I.U.Y.T.R.E.W.Q.!.~.^./.(.).", +"_.`.'.].[.{.}.|. X.XXXoXOX+X@X#X", +"$X%X&X*X=X-X;X:X>X,X

    + On most platforms, each filter is available to the user via a pulldown menu + in the file chooser. The 'All Files' option is always available to the user. + */ +void Fl_My_Native_File_Chooser::filter(const char *f) +{ + _x11_file_chooser->filter(f); +} + +/** + Gets how many filters were available, not including "All Files" + */ +int Fl_My_Native_File_Chooser::filters() const +{ + return _x11_file_chooser->filters(); +} + +/** + Sets which filter will be initially selected. + + The first filter is indexed as 0. + If filter_value()==filters(), then "All Files" was chosen. + If filter_value() > filters(), then a custom filter was set. + */ +void Fl_My_Native_File_Chooser::filter_value(int i) +{ + _x11_file_chooser->filter_value(i); +} + +/** + Returns which filter value was last selected by the user. + This is only valid if the chooser returns success. + */ +int Fl_My_Native_File_Chooser::filter_value() const +{ + return _x11_file_chooser->filter_value(); +} + +/** + Sets the default filename for the chooser. + Use directory() to set the default directory. + Mainly used to preset the filename for save dialogs, + and on most platforms can be used for opening files as well. + */ +void Fl_My_Native_File_Chooser::preset_file(const char *f) +{ + _x11_file_chooser->preset_file(f); +} + +/** + Get the preset filename. + */ +const char *Fl_My_Native_File_Chooser::preset_file() const +{ + return _x11_file_chooser->preset_file(); +} + +/** + Returns a system dependent error message for the last method that failed. + This message should at least be flagged to the user in a dialog box, or to some kind of error log. + Contents will be valid only for methods that document errmsg() will have info on failures. + */ +const char *Fl_My_Native_File_Chooser::errmsg() const +{ + return _x11_file_chooser->errmsg(); +} + +/** + Post the chooser's dialog. Blocks until dialog has been completed or cancelled. + \returns + - 0 -- user picked a file + - 1 -- user cancelled + - -1 -- failed; errmsg() has reason + */ +int Fl_My_Native_File_Chooser::show() +{ + return _x11_file_chooser->show(); +} + +Fl_FLTK_File_Chooser::Fl_FLTK_File_Chooser(int val) +{ + _btype = 0; + _options = 0; + _filter = NULL; + _filtvalue = 0; + _parsedfilt = NULL; + _preset_file = NULL; + _prevvalue = NULL; + _directory = NULL; + _errmsg = NULL; + _file_chooser = NULL; + if (val >= 0) { + _file_chooser = new Fl_File_Chooser(NULL, NULL, 0, NULL); + type(val); // do this after _file_chooser created + } + _nfilters = 0; +} + +Fl_FLTK_File_Chooser::~Fl_FLTK_File_Chooser() +{ + delete _file_chooser; + _file_chooser = NULL; + _filter = strfree(_filter); + _parsedfilt = strfree(_parsedfilt); + _preset_file = strfree(_preset_file); + _prevvalue = strfree(_prevvalue); + _directory = strfree(_directory); + _errmsg = strfree(_errmsg); +} + +// PRIVATE: SET ERROR MESSAGE +void Fl_FLTK_File_Chooser::errmsg(const char *msg) +{ + _errmsg = strfree(_errmsg); + _errmsg = strnew(msg); +} + +// PRIVATE: translate Native types to Fl_File_Chooser types +int Fl_FLTK_File_Chooser::type_fl_file(int val) +{ + switch (val) { + case Fl_My_Native_File_Chooser::BROWSE_FILE: + return (Fl_File_Chooser::SINGLE); + case Fl_My_Native_File_Chooser::BROWSE_DIRECTORY: + return (Fl_File_Chooser::SINGLE | Fl_File_Chooser::DIRECTORY); + case Fl_My_Native_File_Chooser::BROWSE_MULTI_FILE: + return (Fl_File_Chooser::MULTI); + case Fl_My_Native_File_Chooser::BROWSE_MULTI_DIRECTORY: + return (Fl_File_Chooser::DIRECTORY | Fl_File_Chooser::MULTI); + case Fl_My_Native_File_Chooser::BROWSE_SAVE_FILE: + return (Fl_File_Chooser::SINGLE | Fl_File_Chooser::CREATE); + case Fl_My_Native_File_Chooser::BROWSE_SAVE_DIRECTORY: + return (Fl_File_Chooser::DIRECTORY | Fl_File_Chooser::MULTI | Fl_File_Chooser::CREATE); + default: + return (Fl_File_Chooser::SINGLE); + } +} + +void Fl_FLTK_File_Chooser::type(int val) +{ + _btype = val; + _file_chooser->type(type_fl_file(val)); +} + +int Fl_FLTK_File_Chooser::type() const +{ + return (_btype); +} + +void Fl_FLTK_File_Chooser::options(int val) +{ + _options = val; +} + +int Fl_FLTK_File_Chooser::options() const +{ + return (_options); +} + +int Fl_FLTK_File_Chooser::show() +{ + // FILTER + if (_parsedfilt) { + _file_chooser->filter(_parsedfilt); + } + + // FILTER VALUE + // Set this /after/ setting the filter + // + _file_chooser->filter_value(_filtvalue); + + // DIRECTORY + if (_directory && _directory[0]) { + _file_chooser->directory(_directory); + } + else { + _file_chooser->directory(_prevvalue); + } + + // PRESET FILE + if (_preset_file) { + _file_chooser->value(_preset_file); + } + + // OPTIONS: PREVIEW + _file_chooser->preview((options() & Fl_My_Native_File_Chooser::PREVIEW) ? 1 : 0); + + // OPTIONS: NEW FOLDER + if (options() & Fl_My_Native_File_Chooser::NEW_FOLDER) { + _file_chooser->type(_file_chooser->type() | Fl_File_Chooser::CREATE); // on + } + + // SHOW + _file_chooser->show(); + + // BLOCK WHILE BROWSER SHOWN + while (_file_chooser->shown()) { + Fl::wait(); + } + + if (_file_chooser->value() && _file_chooser->value()[0]) { + _prevvalue = strfree(_prevvalue); + _prevvalue = strnew(_file_chooser->value()); + _filtvalue = _file_chooser->filter_value(); // update filter value + + // HANDLE SHOWING 'SaveAs' CONFIRM + if (options() & Fl_My_Native_File_Chooser::SAVEAS_CONFIRM && type() == Fl_My_Native_File_Chooser::BROWSE_SAVE_FILE) { + struct stat buf; + if (stat(_file_chooser->value(), &buf) != -1) { + if (buf.st_mode & S_IFREG) { // Regular file + exists? + if (exist_dialog() == 0) { + return (1); + } + } + } + } + } + + if (_file_chooser->count()) { + return (0); + } + else { + return (1); + } +} + +const char *Fl_FLTK_File_Chooser::errmsg() const +{ + return (_errmsg ? _errmsg : "No error"); +} + +const char *Fl_FLTK_File_Chooser::filename() const +{ + if (_file_chooser->count() > 0) { + return (_file_chooser->value()); + } + return (""); +} + +const char *Fl_FLTK_File_Chooser::filename(int i) const +{ + if (i < _file_chooser->count()) { + return (_file_chooser->value(i + 1)); // convert fltk 1 based to our 0 based + } + return (""); +} + +void Fl_FLTK_File_Chooser::title(const char *val) +{ + _file_chooser->label(val); +} + +const char *Fl_FLTK_File_Chooser::title() const +{ + return (_file_chooser->label()); +} + +void Fl_FLTK_File_Chooser::filter(const char *val) +{ + _filter = strfree(_filter); + _filter = strnew(val); + parse_filter(); +} + +const char *Fl_FLTK_File_Chooser::filter() const +{ + return (_filter); +} + +int Fl_FLTK_File_Chooser::filters() const +{ + return (_nfilters); +} + +void Fl_FLTK_File_Chooser::filter_value(int val) +{ + _filtvalue = val; +} + +int Fl_FLTK_File_Chooser::filter_value() const +{ + return _filtvalue; +} + +int Fl_FLTK_File_Chooser::count() const +{ + return _file_chooser->count(); +} + +void Fl_FLTK_File_Chooser::directory(const char *val) +{ + _directory = strfree(_directory); + _directory = strnew(val); +} + +const char *Fl_FLTK_File_Chooser::directory() const +{ + return _directory; +} + +// PRIVATE: Convert our filter format to fltk's chooser format +// FROM TO (FLTK) +// ------------------------- -------------------------- +// "*.cxx" "*.cxx Files(*.cxx)" +// "C Files\t*.{cxx,h}" "C Files(*.{cxx,h})" +// "C Files\t*.{cxx,h}\nText Files\t*.txt" "C Files(*.{cxx,h})\tText Files(*.txt)" +// +// Returns a modified version of the filter that the caller is responsible +// for freeing with strfree(). +// +void Fl_FLTK_File_Chooser::parse_filter() +{ + _parsedfilt = strfree(_parsedfilt); // clear previous parsed filter (if any) + _nfilters = 0; + char *in = _filter; + if (!in) { + return; + } + + int has_name = strchr(in, '\t') ? 1 : 0; + + char mode = has_name ? 'n' : 'w'; // parse mode: n=title, w=wildcard + char wildcard[1024] = ""; // parsed wildcard + char name[1024] = ""; + + // Parse filter user specified + for (; 1; in++) { + /*** DEBUG + printf("WORKING ON '%c': mode=<%c> name=<%s> wildcard=<%s>\n", + *in, mode, name, wildcard); + ***/ + + switch (*in) { + // FINISHED PARSING NAME? + case '\t': + if (mode != 'n') { + goto regchar; + } + mode = 'w'; + break; + // ESCAPE NEXT CHAR + case '\\': + ++in; + goto regchar; + // FINISHED PARSING ONE OF POSSIBLY SEVERAL FILTERS? + case '\r': + case '\n': + case '\0': + // APPEND NEW FILTER TO LIST + if (wildcard[0]) { + // OUT: "name(wild)\tname(wild)" + char comp[2048]; + sprintf(comp, "%s%.511s(%.511s)", ((_parsedfilt) ? "\t" : ""), name, wildcard); + _parsedfilt = strapp(_parsedfilt, comp); + _nfilters++; + // DEBUG printf("DEBUG: PARSED FILT NOW <%s>\n", _parsedfilt); + } + // RESET + wildcard[0] = name[0] = '\0'; + mode = strchr(in, '\t') ? 'n' : 'w'; + // DONE? + if (*in == '\0') { + return; // done + } + else { + continue; // not done yet, more filters + } + + // Parse all other chars + default: // handle all non-special chars +regchar: // handle regular char + switch (mode) { + case 'n': + chrcat(name, *in); + continue; + case 'w': + chrcat(wildcard, *in); + continue; + } + break; + } + } + // NOTREACHED +} + +void Fl_FLTK_File_Chooser::preset_file(const char *val) +{ + _preset_file = strfree(_preset_file); + _preset_file = strnew(val); +} + +const char *Fl_FLTK_File_Chooser::preset_file() const +{ + return _preset_file; +} + +int Fl_FLTK_File_Chooser::exist_dialog() +{ + return fl_choice("%s", fl_cancel, fl_ok, NULL, Fl_My_Native_File_Chooser::file_exists_message); +} + +// +// End of "$Id$". +// diff --git a/src/FLTK/Fl_My_Native_File_Chooser_GTK.cxx b/src/FLTK/Fl_My_Native_File_Chooser_GTK.cxx new file mode 100644 index 0000000..f556c17 --- /dev/null +++ b/src/FLTK/Fl_My_Native_File_Chooser_GTK.cxx @@ -0,0 +1,769 @@ +// "$Id$" +// +// FLTK native file chooser widget wrapper for GTK's GtkFileChooserDialog +// +// Copyright 1998-2014 by Bill Spitzak and others. +// Copyright 2012 IMM +// +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// http://www.fltk.org/COPYING.php +// +// Please report all bugs and problems to: +// +// http://www.fltk.org/str.php +// + +#include +#if HAVE_DLSYM && HAVE_DLFCN_H +#include // for dlopen et al +#endif +#include // for setlocale + +/* --------------------- Type definitions from GLIB and GTK --------------------- */ +/* all of this is from the public gnome API, so unlikely to change */ +#ifndef FALSE +#define FALSE (0) +#endif +#ifndef TRUE +#define TRUE (!FALSE) +#endif +typedef void *gpointer; +typedef int gint; +typedef unsigned int guint; +typedef unsigned long gulong; +typedef gint gboolean; +typedef char gchar; +typedef struct _GSList GSList; +struct _GSList { + gpointer data; + GSList *next; +}; +#define g_slist_next(slist) ((slist) ? (((GSList *)(slist))->next) : NULL) +typedef struct _GtkWidget GtkWidget; +typedef struct _GtkFileChooser GtkFileChooser; +typedef struct _GtkDialog GtkDialog; +typedef struct _GtkWindow GtkWindow; +typedef struct _GdkDrawable GdkWindow; +typedef struct _GtkFileFilter GtkFileFilter; +typedef struct _GtkToggleButton GtkToggleButton; +typedef enum { + GTK_FILE_FILTER_FILENAME = 1 << 0, + GTK_FILE_FILTER_URI = 1 << 1, + GTK_FILE_FILTER_DISPLAY_NAME = 1 << 2, + GTK_FILE_FILTER_MIME_TYPE = 1 << 3 +} GtkFileFilterFlags; +struct _GtkFileFilterInfo { + GtkFileFilterFlags contains; + + const gchar *filename; + const gchar *uri; + const gchar *display_name; + const gchar *mime_type; +}; +typedef struct _GtkFileFilterInfo GtkFileFilterInfo; +typedef gboolean (*GtkFileFilterFunc)(const GtkFileFilterInfo *filter_info, gpointer data); +typedef void (*GDestroyNotify)(gpointer data); +typedef enum { + GTK_FILE_CHOOSER_ACTION_OPEN, + GTK_FILE_CHOOSER_ACTION_SAVE, + GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, + GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER +} GtkFileChooserAction; +#define GTK_STOCK_CANCEL "gtk-cancel" +#define GTK_STOCK_SAVE "gtk-save" +#define GTK_STOCK_OPEN "gtk-open" +const int GTK_RESPONSE_NONE = -1; +const int GTK_RESPONSE_ACCEPT = -3; +const int GTK_RESPONSE_DELETE_EVENT = -4; +const int GTK_RESPONSE_CANCEL = -6; +typedef void (*GCallback)(void); +#define G_CALLBACK(f) ((GCallback)(f)) +typedef int GConnectFlags; +typedef struct _GClosure GClosure; +typedef void (*GClosureNotify)(gpointer data, GClosure *closure); + +/* --------------------- End of Type definitions from GLIB and GTK --------------------- */ + +int Fl_GTK_File_Chooser::did_find_GTK_libs = 0; + +/* These are the GTK/GLib methods we want to load, but not call by name...! */ + +// void g_free (gpointer mem); +typedef void (*XX_g_free)(gpointer); +static XX_g_free fl_g_free = NULL; + +// gpointer g_slist_nth_data (GSList *list, guint n); +typedef gpointer (*XX_g_slist_nth_data)(GSList *, guint); +static XX_g_slist_nth_data fl_g_slist_nth_data = NULL; + +// guint g_slist_length (GSList *list); +typedef guint (*XX_g_slist_length)(GSList *); +static XX_g_slist_length fl_g_slist_length = NULL; + +// void g_slist_free (GSList *list); +typedef void (*XX_g_slist_free)(GSList *); +static XX_g_slist_free fl_g_slist_free = NULL; + +// gboolean gtk_init_check (int *argc, char ***argv); +typedef gboolean (*XX_gtk_init_check)(int *, char ***); +static XX_gtk_init_check fl_gtk_init_check = NULL; + +// void gtk_widget_destroy (GtkWidget *widget); +typedef void (*XX_gtk_widget_destroy)(GtkWidget *); +static XX_gtk_widget_destroy fl_gtk_widget_destroy = NULL; + +// void gtk_file_chooser_set_select_multiple(GtkFileChooser *chooser, gboolean select_multiple); +typedef void (*XX_gtk_file_chooser_set_select_multiple)(GtkFileChooser *, gboolean); +static XX_gtk_file_chooser_set_select_multiple fl_gtk_file_chooser_set_select_multiple = NULL; + +// void gtk_file_chooser_set_do_overwrite_confirmation(GtkFileChooser *chooser, gboolean do_overwrite_confirmation); +typedef void (*XX_gtk_file_chooser_set_do_overwrite_confirmation)(GtkFileChooser *, gboolean); +static XX_gtk_file_chooser_set_do_overwrite_confirmation fl_gtk_file_chooser_set_do_overwrite_confirmation = NULL; + +// void gtk_file_chooser_set_current_name (GtkFileChooser *chooser, const gchar *name); +typedef void (*XX_gtk_file_chooser_set_current_name)(GtkFileChooser *, const gchar *); +static XX_gtk_file_chooser_set_current_name fl_gtk_file_chooser_set_current_name = NULL; + +// void gtk_file_chooser_set_current_folder (GtkFileChooser *chooser, const gchar *name); +typedef void (*XX_gtk_file_chooser_set_current_folder)(GtkFileChooser *, const gchar *); +static XX_gtk_file_chooser_set_current_folder fl_gtk_file_chooser_set_current_folder = NULL; + +// void gtk_file_chooser_set_create_folders (GtkFileChooser *chooser, gboolean create_folders); +typedef void (*XX_gtk_file_chooser_set_create_folders)(GtkFileChooser *, gboolean); +static XX_gtk_file_chooser_set_create_folders fl_gtk_file_chooser_set_create_folders = NULL; + +// gboolean gtk_file_chooser_get_select_multiple(GtkFileChooser *chooser); +typedef gboolean (*XX_gtk_file_chooser_get_select_multiple)(GtkFileChooser *); +static XX_gtk_file_chooser_get_select_multiple fl_gtk_file_chooser_get_select_multiple = NULL; + +// void gtk_widget_hide(GtkWidget *widget); +typedef void (*XX_gtk_widget_hide)(GtkWidget *); +static XX_gtk_widget_hide fl_gtk_widget_hide = NULL; + +// gchar * gtk_file_chooser_get_filename(GtkFileChooser *chooser); +typedef gchar *(*XX_gtk_file_chooser_get_filename)(GtkFileChooser *); +static XX_gtk_file_chooser_get_filename fl_gtk_file_chooser_get_filename = NULL; + +// GSList * gtk_file_chooser_get_filenames(GtkFileChooser *chooser); +typedef GSList *(*XX_gtk_file_chooser_get_filenames)(GtkFileChooser *chooser); +static XX_gtk_file_chooser_get_filenames fl_gtk_file_chooser_get_filenames = NULL; + +// gboolean gtk_main_iteration(void); +typedef gboolean (*XX_gtk_main_iteration)(void); +static XX_gtk_main_iteration fl_gtk_main_iteration = NULL; + +// gboolean gtk_events_pending(void); +typedef gboolean (*XX_gtk_events_pending)(void); +static XX_gtk_events_pending fl_gtk_events_pending = NULL; + +// GtkWidget * gtk_file_chooser_dialog_new(const gchar *title, GtkWindow *parent, GtkFileChooserAction action, const gchar *first_button_text, ...); +typedef GtkWidget *(*XX_gtk_file_chooser_dialog_new)(const gchar *, GtkWindow *, GtkFileChooserAction, const gchar *, ...); +static XX_gtk_file_chooser_dialog_new fl_gtk_file_chooser_dialog_new = NULL; + +// void gtk_file_chooser_add_filter(GtkFileChooser*, GtkFileFilter*); +typedef void (*XX_gtk_file_chooser_add_filter)(GtkFileChooser *, GtkFileFilter *); +static XX_gtk_file_chooser_add_filter fl_gtk_file_chooser_add_filter = NULL; + +// GtkFileFilter* gtk_file_chooser_get_filter(GtkFileChooser*); +typedef GtkFileFilter *(*XX_gtk_file_chooser_get_filter)(GtkFileChooser *); +static XX_gtk_file_chooser_get_filter fl_gtk_file_chooser_get_filter = NULL; + +// void gtk_file_chooser_set_filter(GtkFileChooser*, GtkFileFilter*); +typedef void (*XX_gtk_file_chooser_set_filter)(GtkFileChooser *, GtkFileFilter *); +static XX_gtk_file_chooser_set_filter fl_gtk_file_chooser_set_filter = NULL; + +// GtkFileFilter * gtk_file_filter_new(); +typedef GtkFileFilter *(*XX_gtk_file_filter_new)(void); +static XX_gtk_file_filter_new fl_gtk_file_filter_new = NULL; + +// void gtk_file_filter_add_pattern(GtkFileFilter*, const gchar*); +typedef void (*XX_gtk_file_filter_add_pattern)(GtkFileFilter *, const gchar *); +static XX_gtk_file_filter_add_pattern fl_gtk_file_filter_add_pattern = NULL; + +// void gtk_file_filter_add_custom(GtkFileFilter *filter, GtkFileFilterFlags needed, +// GtkFileFilterFunc func, gpointer data, GDestroyNotify notify); +typedef void (*XX_gtk_file_filter_add_custom)(GtkFileFilter *filter, GtkFileFilterFlags needed, GtkFileFilterFunc func, gpointer data, GDestroyNotify notify); +static XX_gtk_file_filter_add_custom fl_gtk_file_filter_add_custom = NULL; + +// void gtk_file_filter_set_name(GtkFileFilter*, const gchar*); +typedef void (*XX_gtk_file_filter_set_name)(GtkFileFilter *, const gchar *); +static XX_gtk_file_filter_set_name fl_gtk_file_filter_set_name = NULL; + +// const gchar* gtk_file_filter_get_name(GtkFileFilter*); +typedef const gchar *(*XX_gtk_file_filter_get_name)(GtkFileFilter *); +static XX_gtk_file_filter_get_name fl_gtk_file_filter_get_name = NULL; + +// void gtk_file_chooser_set_extra_widget(GtkFileChooser *, GtkWidget *); +typedef void (*XX_gtk_file_chooser_set_extra_widget)(GtkFileChooser *, GtkWidget *); +static XX_gtk_file_chooser_set_extra_widget fl_gtk_file_chooser_set_extra_widget = NULL; + +// void gtk_widget_show_now(GtkWidget *); +typedef void (*XX_gtk_widget_show_now)(GtkWidget *); +static XX_gtk_widget_show_now fl_gtk_widget_show_now = NULL; + +// GdkWindow* gtk_widget_get_window(GtkWidget *); +typedef GdkWindow *(*XX_gtk_widget_get_window)(GtkWidget *); +static XX_gtk_widget_get_window fl_gtk_widget_get_window = NULL; + +// Window gdk_x11_drawable_get_xid(GdkWindow *); +typedef Window (*XX_gdk_x11_drawable_get_xid)(GdkWindow *); +static XX_gdk_x11_drawable_get_xid fl_gdk_x11_drawable_get_xid = NULL; + +// GtkWidget *gtk_check_button_new_with_label(const gchar *); +typedef GtkWidget *(*XX_gtk_check_button_new_with_label)(const gchar *); +static XX_gtk_check_button_new_with_label fl_gtk_check_button_new_with_label = NULL; + +// gulong g_signal_connect_data(gpointer, const gchar *, GCallback, gpointer, GClosureNotify, GConnectFlags); +typedef gulong (*XX_g_signal_connect_data)(gpointer, const gchar *, GCallback, gpointer, GClosureNotify, GConnectFlags); +static XX_g_signal_connect_data fl_g_signal_connect_data = NULL; + +// gboolean gtk_toggle_button_get_active(GtkToggleButton *); +typedef gboolean (*XX_gtk_toggle_button_get_active)(GtkToggleButton *); +static XX_gtk_toggle_button_get_active fl_gtk_toggle_button_get_active = NULL; + +// void gtk_file_chooser_set_show_hidden(GtkFileChooser *, gboolean); +typedef void (*XX_gtk_file_chooser_set_show_hidden)(GtkFileChooser *, gboolean); +static XX_gtk_file_chooser_set_show_hidden fl_gtk_file_chooser_set_show_hidden = NULL; + +// gboolean gtk_file_chooser_get_show_hidden(GtkFileChooser *); +typedef gboolean (*XX_gtk_file_chooser_get_show_hidden)(GtkFileChooser *); +static XX_gtk_file_chooser_get_show_hidden fl_gtk_file_chooser_get_show_hidden = NULL; + +// void gtk_toggle_button_set_active(GtkToggleButton *, gboolean); +typedef void (*XX_gtk_toggle_button_set_active)(GtkToggleButton *, gboolean); +static XX_gtk_toggle_button_set_active fl_gtk_toggle_button_set_active = NULL; + +Fl_GTK_File_Chooser::Fl_GTK_File_Chooser(int val) : Fl_FLTK_File_Chooser(-1) +{ + gtkw_ptr = NULL; // used to hold a GtkWidget* + gtkw_slist = NULL; // will hold the returned file names in a multi-selection... + gtkw_count = 0; // How many items were selected? + gtkw_filename = NULL; // holds the last name we read back in a single file selection... + gtkw_title = NULL; // dialog title + _btype = val; + previous_filter = NULL; +} + +Fl_GTK_File_Chooser::~Fl_GTK_File_Chooser() +{ + // Should free up resources taken for... + if (gtkw_ptr) { + fl_gtk_widget_destroy(gtkw_ptr); + gtkw_ptr = NULL; + } + if (gtkw_filename) { + fl_g_free(gtkw_filename); + gtkw_filename = NULL; + } + if (gtkw_slist) { + GSList *iter = (GSList *)gtkw_slist; + while (iter) { + if (iter->data) { + fl_g_free(iter->data); + } + iter = g_slist_next(iter); + } + fl_g_slist_free((GSList *)gtkw_slist); + gtkw_slist = NULL; + } + gtkw_count = 0; // assume we have no files selected now + gtkw_title = strfree(gtkw_title); +} + +void Fl_GTK_File_Chooser::type(int val) +{ + _btype = val; +} + +int Fl_GTK_File_Chooser::count() const +{ + return gtkw_count; +} + +const char *Fl_GTK_File_Chooser::filename() const +{ + if (gtkw_ptr) { + if (fl_gtk_file_chooser_get_select_multiple((GtkFileChooser *)gtkw_ptr) == FALSE) { + return gtkw_filename; + } + else { + GSList *iter = (GSList *)gtkw_slist; + char *nm = (char *)iter->data; + return nm; + } + } + return (""); +} + +const char *Fl_GTK_File_Chooser::filename(int i) const +{ + if (fl_gtk_file_chooser_get_select_multiple((GtkFileChooser *)gtkw_ptr) == FALSE) { + return gtkw_filename; + } + else { + if ((unsigned)i < gtkw_count) { + GSList *iter = (GSList *)gtkw_slist; + char *nm = (char *)fl_g_slist_nth_data(iter, i); + return nm; + } + } + return (""); +} + +void Fl_GTK_File_Chooser::title(const char *val) +{ + strfree(gtkw_title); + gtkw_title = strnew(val); +} + +const char *Fl_GTK_File_Chooser::title() const +{ + return gtkw_title; +} + +/* changes the extension of the outfile in the chooser according to newly selected filter */ +void Fl_GTK_File_Chooser::changed_output_type(const char *filter) +{ + if (!(options() & Fl_My_Native_File_Chooser::USE_FILTER_EXT)) { + return; + } + if (strchr(filter, '(') || strchr(filter, '{') || strchr(filter + 1, '*') || strncmp(filter, "*.", 2)) { + return; + } + const char *p = fl_gtk_file_chooser_get_filename((GtkFileChooser *)gtkw_ptr); + if (!p) { + return; + } + p = fl_filename_name(p); + const char *q = strrchr(p, '.'); + if (!q) { + q = p + strlen(p); + } + char *r = new char[strlen(p) + strlen(filter)]; + strcpy(r, p); + strcpy(r + (q - p), filter + 1); + fl_gtk_file_chooser_set_current_name((GtkFileChooser *)gtkw_ptr, r); + delete[] r; +} + +/* Filters files before display in chooser. + Also used to detect when the filter just changed */ +gboolean Fl_GTK_File_Chooser::custom_gtk_filter_function(const GtkFileFilterInfo *info, Fl_GTK_File_Chooser::pair *p) +{ + if (p->running->previous_filter != p->filter) { + p->running->changed_output_type(p->filter); + p->running->previous_filter = p->filter; + } + return (gboolean)fl_filename_match(fl_filename_name(info->filename), p->filter); +} + +void Fl_GTK_File_Chooser::free_pair(Fl_GTK_File_Chooser::pair *p) +{ + delete p; +} + +static void hidden_files_cb(GtkToggleButton *togglebutton, gpointer user_data) +{ + gboolean state = fl_gtk_toggle_button_get_active(togglebutton); + fl_gtk_file_chooser_set_show_hidden((GtkFileChooser *)user_data, state); +} + +int Fl_GTK_File_Chooser::show() +{ + // The point here is that after running a GTK dialog, the calling program's current locale is modified. + // To avoid that, we memorize the calling program's current locale, and the locale as modified + // by GTK after the first dialog use. We restore the calling program's current locale + // before returning, and we set the locale as modified by GTK before subsequent GTK dialog uses. + static bool first = true; + char *p; + char *before = NULL; + static char *gtk_wants = NULL; + fl_open_display(); + // record in before the calling program's current locale + p = setlocale(LC_ALL, NULL); + if (p) { + before = strdup(p); + } + if (gtk_wants) { // set the locale as GTK 'wants it' + setlocale(LC_ALL, gtk_wants); + } + int retval = fl_gtk_chooser_wrapper(); // may change the locale + if (first) { + first = false; + // record in gtk_wants the locale as modified by the GTK dialog + p = setlocale(LC_ALL, NULL); + if (p) { + gtk_wants = strdup(p); + } + } + if (before) { + setlocale(LC_ALL, before); // restore calling program's current locale + free(before); + } + return retval; +} + +static char *extract_dir_from_path(const char *path) +{ + static char *dir = NULL; + if (fl_filename_isdir(path)) { + return (char *)path; + } + if (*path != '/') { + return NULL; + } + if (dir) { + free(dir); + } + dir = strdup(path); + do { + char *p = strrchr(dir, '/'); + if (p == dir) { + p++; + } + *p = 0; + } while (!fl_filename_isdir(dir)); + return dir; +} + +static void run_response_handler(GtkDialog *dialog, gint response_id, gpointer data) +{ + gint *ri = (gint *)data; + *ri = response_id; +} + +int Fl_GTK_File_Chooser::fl_gtk_chooser_wrapper() +{ + int result = 1; + static int have_gtk_init = 0; + char *p; + + if (!have_gtk_init) { + have_gtk_init = -1; + int ac = 0; + fl_gtk_init_check(&ac, NULL); + } + + if (gtkw_ptr) { // discard the previous dialog widget + fl_gtk_widget_destroy(gtkw_ptr); + gtkw_ptr = NULL; + } + + // set the dialog action type + GtkFileChooserAction gtw_action_type; + switch (_btype) { + case Fl_My_Native_File_Chooser::BROWSE_DIRECTORY: + case Fl_My_Native_File_Chooser::BROWSE_MULTI_DIRECTORY: + gtw_action_type = GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER; + break; + + case Fl_My_Native_File_Chooser::BROWSE_SAVE_FILE: + gtw_action_type = GTK_FILE_CHOOSER_ACTION_SAVE; + break; + + case Fl_My_Native_File_Chooser::BROWSE_SAVE_DIRECTORY: + gtw_action_type = GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER; + break; + + case Fl_My_Native_File_Chooser::BROWSE_MULTI_FILE: + case Fl_My_Native_File_Chooser::BROWSE_FILE: + default: + gtw_action_type = GTK_FILE_CHOOSER_ACTION_OPEN; + break; + } + // create a new dialog + gtkw_ptr = fl_gtk_file_chooser_dialog_new( + gtkw_title, NULL, /* parent_window */ + gtw_action_type, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, + gtw_action_type == GTK_FILE_CHOOSER_ACTION_SAVE || gtw_action_type == GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER ? GTK_STOCK_SAVE : GTK_STOCK_OPEN, + GTK_RESPONSE_ACCEPT, NULL); + // did we create a valid dialog widget? + if (!gtkw_ptr) { + // fail + return -1; + } + + // set the dialog properties + switch (_btype) { + case Fl_My_Native_File_Chooser::BROWSE_MULTI_DIRECTORY: + case Fl_My_Native_File_Chooser::BROWSE_MULTI_FILE: + fl_gtk_file_chooser_set_select_multiple((GtkFileChooser *)gtkw_ptr, TRUE); + break; + + case Fl_My_Native_File_Chooser::BROWSE_SAVE_FILE: + if (_preset_file) { + fl_gtk_file_chooser_set_current_name((GtkFileChooser *)gtkw_ptr, fl_filename_name(_preset_file)); + } + /* FALLTHROUGH */ + case Fl_My_Native_File_Chooser::BROWSE_SAVE_DIRECTORY: + fl_gtk_file_chooser_set_create_folders((GtkFileChooser *)gtkw_ptr, TRUE); + fl_gtk_file_chooser_set_do_overwrite_confirmation((GtkFileChooser *)gtkw_ptr, (_options & Fl_My_Native_File_Chooser::SAVEAS_CONFIRM) ? TRUE : FALSE); + break; + + case Fl_My_Native_File_Chooser::BROWSE_DIRECTORY: + case Fl_My_Native_File_Chooser::BROWSE_FILE: + default: + break; + } + + if (_directory && _directory[0]) { + p = extract_dir_from_path(_directory); + if (p) { + fl_gtk_file_chooser_set_current_folder((GtkFileChooser *)gtkw_ptr, p); + } + } + else if (_preset_file) { + p = extract_dir_from_path(_preset_file); + if (p) { + fl_gtk_file_chooser_set_current_folder((GtkFileChooser *)gtkw_ptr, p); + } + } + + GtkFileFilter **filter_tab = NULL; + if (_parsedfilt) { + filter_tab = new GtkFileFilter *[_nfilters]; + char *filter = strdup(_parsedfilt); + p = strtok(filter, "\t"); + int count = 0; + while (p) { + filter_tab[count] = fl_gtk_file_filter_new(); + fl_gtk_file_filter_set_name(filter_tab[count], p); + p = strchr(p, '(') + 1; + char *q = strchr(p, ')'); + *q = 0; + fl_gtk_file_filter_add_custom(filter_tab[count], GTK_FILE_FILTER_FILENAME, (GtkFileFilterFunc)Fl_GTK_File_Chooser::custom_gtk_filter_function, + new Fl_GTK_File_Chooser::pair(this, p), (GDestroyNotify)Fl_GTK_File_Chooser::free_pair); + fl_gtk_file_chooser_add_filter((GtkFileChooser *)gtkw_ptr, filter_tab[count]); + p = strtok(NULL, "\t"); + count++; + } + free(filter); + fl_gtk_file_chooser_set_filter((GtkFileChooser *)gtkw_ptr, filter_tab[_filtvalue < _nfilters ? _filtvalue : 0]); + previous_filter = NULL; + if (gtw_action_type == GTK_FILE_CHOOSER_ACTION_OPEN) { + GtkFileFilter *gfilter = fl_gtk_file_filter_new(); + fl_gtk_file_filter_set_name(gfilter, Fl_File_Chooser::all_files_label); + fl_gtk_file_filter_add_pattern(gfilter, "*"); + fl_gtk_file_chooser_add_filter((GtkFileChooser *)gtkw_ptr, gfilter); + } + } + + GtkWidget *toggle = fl_gtk_check_button_new_with_label(Fl_File_Chooser::hidden_label); + fl_gtk_file_chooser_set_extra_widget((GtkFileChooser *)gtkw_ptr, toggle); + fl_g_signal_connect_data(toggle, "toggled", G_CALLBACK(hidden_files_cb), gtkw_ptr, NULL, (GConnectFlags)0); + Fl_Window *firstw = Fl::first_window(); + fl_gtk_widget_show_now(gtkw_ptr); // map the GTK window on screen + if (firstw) { + GdkWindow *gdkw = fl_gtk_widget_get_window(gtkw_ptr); + Window xw = fl_gdk_x11_drawable_get_xid(gdkw); // get the X11 ref of the GTK window + XSetTransientForHint(fl_display, xw, fl_xid(firstw)); // set the GTK window transient for the last FLTK win + } + gboolean state = fl_gtk_file_chooser_get_show_hidden((GtkFileChooser *)gtkw_ptr); + fl_gtk_toggle_button_set_active((GtkToggleButton *)toggle, state); + + gint response_id = GTK_RESPONSE_NONE; + fl_g_signal_connect_data(gtkw_ptr, "response", G_CALLBACK(run_response_handler), &response_id, NULL, (GConnectFlags)0); + while (response_id == GTK_RESPONSE_NONE) { // loop that shows the GTK dialog window + fl_gtk_main_iteration(); // one iteration of the GTK event loop + while (XEventsQueued(fl_display, QueuedAfterReading)) { // emulate modal dialog + XEvent xevent; + XNextEvent(fl_display, &xevent); + Window xid = xevent.xany.window; + if (xevent.type == ConfigureNotify) { + xid = xevent.xmaprequest.window; + } + if (!fl_find(xid)) { + continue; // skip events to non-FLTK windows + } + // process Expose and ConfigureNotify events + if (xevent.type == Expose || xevent.type == ConfigureNotify) { + fl_handle(xevent); + } + } + Fl::flush(); // do the drawings needed after Expose events + } + + if (response_id == GTK_RESPONSE_ACCEPT) { + if (_parsedfilt) { + GtkFileFilter *gfilter = fl_gtk_file_chooser_get_filter((GtkFileChooser *)gtkw_ptr); + for (_filtvalue = 0; _filtvalue < _nfilters; _filtvalue++) { + if (filter_tab[_filtvalue] == gfilter) { + break; + } + } + } + + // discard any filenames or lists from previous calls + if (gtkw_filename) { + fl_g_free(gtkw_filename); + gtkw_filename = NULL; + } + if (gtkw_slist) { + GSList *iter = (GSList *)gtkw_slist; + while (iter) { + if (iter->data) { + fl_g_free(iter->data); + } + iter = g_slist_next(iter); + } + fl_g_slist_free((GSList *)gtkw_slist); + gtkw_slist = NULL; + } + gtkw_count = 0; // assume we have no files selected now + + if (fl_gtk_file_chooser_get_select_multiple((GtkFileChooser *)gtkw_ptr) == FALSE) { + gtkw_filename = fl_gtk_file_chooser_get_filename((GtkFileChooser *)gtkw_ptr); + if (gtkw_filename) { + gtkw_count = 1; + result = 0; + // printf("single: %s\n", gtkw_filename); + } + } + else { + gtkw_slist = fl_gtk_file_chooser_get_filenames((GtkFileChooser *)gtkw_ptr); + gtkw_count = fl_g_slist_length((GSList *)gtkw_slist); + if (gtkw_count) { + result = 0; + } + + // puts("multiple"); + // GSList *iter = (GSList *)gtkw_slist; + // printf ("Selected %d files\n", gtkw_count); + // while(iter) { + // char *nm = (char *)iter->data; + // printf("%s\n", nm); + // iter = g_slist_next(iter); + // } + } + } + delete[] filter_tab; + if (response_id == GTK_RESPONSE_DELETE_EVENT) { + gtkw_ptr = NULL; + } + else { + fl_gtk_widget_hide(gtkw_ptr); + } + + // I think this is analogus to doing an Fl::check() - we need this here to make sure + // the GtkFileChooserDialog is removed from the display correctly + while (fl_gtk_events_pending()) + fl_gtk_main_iteration(); + + return result; +} // fl_gtk_chooser_wrapper + +#if HAVE_DLSYM && HAVE_DLFCN_H +// macro to help with the symbol loading boilerplate... +#define GET_SYM(SSS, LLL) \ + dlerror(); /* Clear any existing error */ \ + fl_##SSS = (XX_##SSS)dlsym(LLL, #SSS); \ + if ((pc_dl_error = dlerror()) != NULL) { \ + fprintf(stderr, "%s\n", pc_dl_error); \ + did_find_GTK_libs = 0; \ + return; \ + } + +static void *fl_dlopen(const char *filename1, const char *filename2) +{ + void *ptr = dlopen(filename1, RTLD_LAZY | RTLD_GLOBAL); + if (!ptr) { + ptr = dlopen(filename2, RTLD_LAZY | RTLD_GLOBAL); + } + return ptr; +} +#endif + +/* + * Use dlopen to see if we can load the gtk dynamic libraries that + * will allow us to create a GtkFileChooserDialog() on the fly, + * without linking to the GTK libs at compile time. + */ +void Fl_GTK_File_Chooser::probe_for_GTK_libs(void) +{ +#if HAVE_DLSYM && HAVE_DLFCN_H + void *ptr_glib = NULL; + void *ptr_gtk = NULL; + +#ifdef __APPLE_CC__ // allows testing on Darwin + X11 + ptr_glib = dlopen("/sw/lib/libglib-2.0.dylib", RTLD_LAZY | RTLD_GLOBAL); +#else + ptr_glib = fl_dlopen("libglib-2.0.so", "libglib-2.0.so.0"); +#endif + // Try first with GTK2 +#ifdef __APPLE_CC__ // allows testing on Darwin + X11 + ptr_gtk = dlopen("/sw/lib/libgtk-x11-2.0.dylib", RTLD_LAZY | RTLD_GLOBAL); +#else + ptr_gtk = fl_dlopen("libgtk-x11-2.0.so", "libgtk-x11-2.0.so.0"); +#endif + if (ptr_gtk && ptr_glib) { +#ifdef DEBUG + puts("selected GTK-2\n"); +#endif + } + else { // Try then with GTK3 + ptr_gtk = fl_dlopen("libgtk-3.so", "libgtk-3.so.0"); +#ifdef DEBUG + if (ptr_gtk && ptr_glib) { + puts("selected GTK-3\n"); + } +#endif + } + + if ((!ptr_glib) || (!ptr_gtk)) { +#ifdef DEBUG + puts("Failure to load libglib or libgtk"); +#endif + did_find_GTK_libs = 0; + return; + } + + char *pc_dl_error; // used to report errors by the GET_SYM macro... + // items we need from GLib + GET_SYM(g_free, ptr_glib); + GET_SYM(g_slist_nth_data, ptr_glib); + GET_SYM(g_slist_length, ptr_glib); + GET_SYM(g_slist_free, ptr_glib); + // items we need from GTK + GET_SYM(gtk_init_check, ptr_gtk); + GET_SYM(gtk_widget_destroy, ptr_gtk); + GET_SYM(gtk_file_chooser_set_select_multiple, ptr_gtk); + GET_SYM(gtk_file_chooser_set_do_overwrite_confirmation, ptr_gtk); + GET_SYM(gtk_file_chooser_set_current_name, ptr_gtk); + GET_SYM(gtk_file_chooser_set_current_folder, ptr_gtk); + GET_SYM(gtk_file_chooser_set_create_folders, ptr_gtk); + GET_SYM(gtk_file_chooser_get_select_multiple, ptr_gtk); + GET_SYM(gtk_widget_hide, ptr_gtk); + GET_SYM(gtk_file_chooser_get_filename, ptr_gtk); + GET_SYM(gtk_file_chooser_get_filenames, ptr_gtk); + GET_SYM(gtk_main_iteration, ptr_gtk); + GET_SYM(gtk_events_pending, ptr_gtk); + GET_SYM(gtk_file_chooser_dialog_new, ptr_gtk); + GET_SYM(gtk_file_chooser_add_filter, ptr_gtk); + GET_SYM(gtk_file_chooser_get_filter, ptr_gtk); + GET_SYM(gtk_file_chooser_set_filter, ptr_gtk); + GET_SYM(gtk_file_filter_new, ptr_gtk); + GET_SYM(gtk_file_filter_add_pattern, ptr_gtk); + GET_SYM(gtk_file_filter_add_custom, ptr_gtk); + GET_SYM(gtk_file_filter_set_name, ptr_gtk); + GET_SYM(gtk_file_filter_get_name, ptr_gtk); + GET_SYM(gtk_file_chooser_set_extra_widget, ptr_gtk); + GET_SYM(gtk_widget_show_now, ptr_gtk); + GET_SYM(gtk_widget_get_window, ptr_gtk); + GET_SYM(gdk_x11_drawable_get_xid, ptr_gtk); + GET_SYM(gtk_check_button_new_with_label, ptr_gtk); + GET_SYM(g_signal_connect_data, ptr_gtk); + GET_SYM(gtk_toggle_button_get_active, ptr_gtk); + GET_SYM(gtk_file_chooser_set_show_hidden, ptr_gtk); + GET_SYM(gtk_file_chooser_get_show_hidden, ptr_gtk); + GET_SYM(gtk_toggle_button_set_active, ptr_gtk); + + did_find_GTK_libs = 1; +#endif +} // probe_for_GTK_libs + +// +// End of "$Id$". +// diff --git a/src/FLTK/Fl_My_Native_File_Chooser_MAC.mm b/src/FLTK/Fl_My_Native_File_Chooser_MAC.mm new file mode 100644 index 0000000..b6a71b1 --- /dev/null +++ b/src/FLTK/Fl_My_Native_File_Chooser_MAC.mm @@ -0,0 +1,676 @@ +// "$Id$" +// +// FLTK native OS file chooser widget +// +// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 2004 Greg Ercolano. +// +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// http://www.fltk.org/COPYING.php +// +// Please report all bugs and problems to: +// +// http://www.fltk.org/str.php +// + + +#ifdef __APPLE__ + +#include "Fl_My_Native_File_Chooser_common.cxx" // strnew/strfree/strapp/chrcat +#include // dirname(3) +#include // stat(2) +#include // stat(2) + + +#include +#include +#include "FL/Fl_My_Native_File_Chooser.H" +#include +#include + +// FREE PATHNAMES ARRAY, IF IT HAS ANY CONTENTS +void Fl_My_Native_File_Chooser::clear_pathnames() { + if ( _pathnames ) { + while ( --_tpathnames >= 0 ) { + _pathnames[_tpathnames] = strfree(_pathnames[_tpathnames]); + } + delete [] _pathnames; + _pathnames = NULL; + } + _tpathnames = 0; +} + +// SET A SINGLE PATHNAME +void Fl_My_Native_File_Chooser::set_single_pathname(const char *s) { + clear_pathnames(); + _pathnames = new char*[1]; + _pathnames[0] = strnew(s); + _tpathnames = 1; +} + +// CONSTRUCTOR +Fl_My_Native_File_Chooser::Fl_My_Native_File_Chooser(int val) { + _btype = val; + _panel = NULL; + _options = NO_OPTIONS; + _pathnames = NULL; + _tpathnames = 0; + _title = NULL; + _filter = NULL; + _filt_names = NULL; + memset(_filt_patt, 0, sizeof(char*) * MAXFILTERS); + _filt_total = 0; + _filt_value = 0; + _directory = NULL; + _preset_file = NULL; + _errmsg = NULL; +} + +// DESTRUCTOR +Fl_My_Native_File_Chooser::~Fl_My_Native_File_Chooser() { + // _opts // nothing to manage + // _options // nothing to manage + // _keepstate // nothing to manage + // _tempitem // nothing to manage + clear_pathnames(); + _directory = strfree(_directory); + _title = strfree(_title); + _preset_file = strfree(_preset_file); + _filter = strfree(_filter); + //_filt_names // managed by clear_filters() + //_filt_patt[i] // managed by clear_filters() + //_filt_total // managed by clear_filters() + clear_filters(); + //_filt_value // nothing to manage + _errmsg = strfree(_errmsg); +} + +// GET TYPE OF BROWSER +int Fl_My_Native_File_Chooser::type() const { + return(_btype); +} + +// SET OPTIONS +void Fl_My_Native_File_Chooser::options(int val) { + _options = val; +} + +// GET OPTIONS +int Fl_My_Native_File_Chooser::options() const { + return(_options); +} + +// SHOW THE BROWSER WINDOW +// Returns: +// 0 - user picked a file +// 1 - user cancelled +// -1 - failed; errmsg() has reason +// +int Fl_My_Native_File_Chooser::show() { + + // Make sure fltk interface updates before posting our dialog + Fl::flush(); + + // POST BROWSER + int err = post(); + + return(err); +} + +// SET ERROR MESSAGE +// Internal use only. +// +void Fl_My_Native_File_Chooser::errmsg(const char *msg) { + _errmsg = strfree(_errmsg); + _errmsg = strnew(msg); +} + +// RETURN ERROR MESSAGE +const char *Fl_My_Native_File_Chooser::errmsg() const { + return(_errmsg ? _errmsg : "No error"); +} + +// GET FILENAME +const char* Fl_My_Native_File_Chooser::filename() const { + if ( _pathnames && _tpathnames > 0 ) return(_pathnames[0]); + return(""); +} + +// GET FILENAME FROM LIST OF FILENAMES +const char* Fl_My_Native_File_Chooser::filename(int i) const { + if ( _pathnames && i < _tpathnames ) return(_pathnames[i]); + return(""); +} + +// GET TOTAL FILENAMES CHOSEN +int Fl_My_Native_File_Chooser::count() const { + return(_tpathnames); +} + +// PRESET PATHNAME +// Value can be NULL for none. +// +void Fl_My_Native_File_Chooser::directory(const char *val) { + _directory = strfree(_directory); + _directory = strnew(val); +} + +// GET PRESET PATHNAME +// Returned value can be NULL if none set. +// +const char* Fl_My_Native_File_Chooser::directory() const { + return(_directory); +} + +// SET TITLE +// Value can be NULL if no title desired. +// +void Fl_My_Native_File_Chooser::title(const char *val) { + _title = strfree(_title); + _title = strnew(val); +} + +// GET TITLE +// Returned value can be NULL if none set. +// +const char *Fl_My_Native_File_Chooser::title() const { + return(_title); +} + +// SET FILTER +// Can be NULL if no filter needed +// +void Fl_My_Native_File_Chooser::filter(const char *val) { + _filter = strfree(_filter); + _filter = strnew(val); + + // Parse filter user specified + // IN: _filter = "C Files\t*.{cxx,h}\nText Files\t*.txt" + // OUT: _filt_names = "C Files\tText Files" + // _filt_patt[0] = "*.{cxx,h}" + // _filt_patt[1] = "*.txt" + // _filt_total = 2 + // + parse_filter(_filter); +} + +// GET FILTER +// Returned value can be NULL if none set. +// +const char *Fl_My_Native_File_Chooser::filter() const { + return(_filter); +} + +// CLEAR ALL FILTERS +// Internal use only. +// +void Fl_My_Native_File_Chooser::clear_filters() { + _filt_names = strfree(_filt_names); + for (int i=0; i<_filt_total; i++) { + _filt_patt[i] = strfree(_filt_patt[i]); + } + _filt_total = 0; +} + +// PARSE USER'S FILTER SPEC +// Parses user specified filter ('in'), +// breaks out into _filt_patt[], _filt_names, and _filt_total. +// +// Handles: +// IN: OUT:_filt_names OUT: _filt_patt +// ------------------------------------ ------------------ --------------- +// "*.{ma,mb}" "*.{ma,mb} Files" "*.{ma,mb}" +// "*.[abc]" "*.[abc] Files" "*.[abc]" +// "*.txt" "*.txt Files" "*.c" +// "C Files\t*.[ch]" "C Files" "*.[ch]" +// "C Files\t*.[ch]\nText Files\t*.cxx" "C Files" "*.[ch]" +// +// Parsing Mode: +// IN:"C Files\t*.{cxx,h}" +// ||||||| ||||||||| +// mode: nnnnnnn wwwwwwwww +// \_____/ \_______/ +// Name Wildcard +// +void Fl_My_Native_File_Chooser::parse_filter(const char *in) { + clear_filters(); + if ( ! in ) return; + int has_name = strchr(in, '\t') ? 1 : 0; + + char mode = has_name ? 'n' : 'w'; // parse mode: n=title, w=wildcard + char wildcard[1024] = ""; // parsed wildcard + char name[1024] = ""; + + // Parse filter user specified + for ( ; 1; in++ ) { + + //// DEBUG + //// printf("WORKING ON '%c': mode=<%c> name=<%s> wildcard=<%s>\n", + //// *in, mode, name, wildcard); + + switch (*in) { + // FINISHED PARSING NAME? + case '\t': + if ( mode != 'n' ) goto regchar; + mode = 'w'; + break; + + // ESCAPE NEXT CHAR + case '\\': + ++in; + goto regchar; + + // FINISHED PARSING ONE OF POSSIBLY SEVERAL FILTERS? + case '\r': + case '\n': + case '\0': + // TITLE + // If user didn't specify a name, make one + // + if ( name[0] == '\0' ) { + sprintf(name, "%.*s Files", (int)sizeof(name)-10, wildcard); + } + // APPEND NEW FILTER TO LIST + if ( wildcard[0] ) { + // Add to filtername list + // Tab delimit if more than one. We later break + // tab delimited string into CFArray with + // CFStringCreateArrayBySeparatingStrings() + // + if ( _filt_total ) { + _filt_names = strapp(_filt_names, "\t"); + } + _filt_names = strapp(_filt_names, name); + + // Add filter to the pattern array + _filt_patt[_filt_total++] = strnew(wildcard); + } + // RESET + wildcard[0] = name[0] = '\0'; + mode = strchr(in, '\t') ? 'n' : 'w'; + // DONE? + if ( *in == '\0' ) return; // done + else continue; // not done yet, more filters + + // Parse all other chars + default: // handle all non-special chars + regchar: // handle regular char + switch ( mode ) { + case 'n': chrcat(name, *in); continue; + case 'w': chrcat(wildcard, *in); continue; + } + break; + } + } + //NOTREACHED +} + +// SET PRESET FILE +// Value can be NULL for none. +// +void Fl_My_Native_File_Chooser::preset_file(const char* val) { + _preset_file = strfree(_preset_file); + _preset_file = strnew(val); +} + +// PRESET FILE +// Returned value can be NULL if none set. +// +const char* Fl_My_Native_File_Chooser::preset_file() const { + return(_preset_file); +} + +void Fl_My_Native_File_Chooser::filter_value(int val) { + _filt_value = val; +} + +int Fl_My_Native_File_Chooser::filter_value() const { + return(_filt_value); +} + +int Fl_My_Native_File_Chooser::filters() const { + return(_filt_total); +} + +#import +#define UNLIKELYPREFIX "___fl_very_unlikely_prefix_" + +int Fl_My_Native_File_Chooser::get_saveas_basename(void) { + + char *q = strdup( [[[(NSSavePanel*)_panel URL] path] UTF8String] ); + + if ( !(_options & SAVEAS_CONFIRM) ) + { + const char *d = [[[[(NSSavePanel*)_panel URL] path] stringByDeletingLastPathComponent] UTF8String]; + int l = (int)strlen(d) + 1; + + if (strcmp(d, "/") == 0) + l = 1; + + int lu = strlen(UNLIKELYPREFIX); + // Remove UNLIKELYPREFIX between directory and filename parts + + //memmove(q + l, q + l + lu, strlen(q + l + lu) + 1); orig from fltk //1.3.5 + + // Daniel + //fixes file picker on catalina + if (strstr(q, UNLIKELYPREFIX)) + memmove(q + l, q + l + lu, strlen(q + l + lu) + 1); + } + set_single_pathname(q); + free(q); + return 0; +} + +// SET THE TYPE OF BROWSER +void Fl_My_Native_File_Chooser::type(int val) { + _btype = val; +} + +/* Input + filter= "C files\t*.{c,h}\nText files\t*.txt\n" + patterns[0] = "*.{c,h}" + patterns[1] = "*.txt" + count = 2 + Return: + "C files (*.{c,h})\nText files (*.txt)\n" + */ +static char *prepareMacFilter(int count, const char *filter, char **patterns) { + int rank = 0, l = 0; + for (int i = 0; i < count; i++) { + l += strlen(patterns[i]) + 3; + } + const char *p = filter; + char *q; q = new char[strlen(p) + l + 1]; + const char *r, *s; + char *t; + t = q; + do { // copy to t what is in filter removing what is between \t and \n, if any + r = strchr(p, '\n'); + if (!r) r = p + strlen(p); + s = strchr(p, '\t'); + if (s && s < r) { + memcpy(q, p, s - p); + q += s - p; + if (rank < count) { sprintf(q, " (%s)", patterns[rank]); q += strlen(q); } + } + else { + memcpy(q, p, r - p); + q += r - p; + } + rank++; + *(q++) = '\n'; + if (*r) p = r + 1; else p = r; + } while(*p); + *q = 0; + return t; +} + +@interface FLopenDelegate : NSObject +#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6 + +#endif +{ + NSPopUpButton *nspopup; + char **filter_pattern; +} +- (FLopenDelegate*)setPopup:(NSPopUpButton*)popup filter_pattern:(char**)pattern; +- (BOOL)panel:(id)sender shouldShowFilename:(NSString *)filename; +- (BOOL)panel:(id)sender shouldEnableURL:(NSURL *)url; +@end +@implementation FLopenDelegate +- (FLopenDelegate*)setPopup:(NSPopUpButton*)popup filter_pattern:(char**)pattern +{ + nspopup = popup; + filter_pattern = pattern; + return self; +} +- (BOOL)panel:(id)sender shouldShowFilename:(NSString *)filename +{ + if ( [nspopup indexOfSelectedItem] == [nspopup numberOfItems] - 1) return YES; + BOOL isdir = NO; + [[NSFileManager defaultManager] fileExistsAtPath:filename isDirectory:&isdir]; + if (isdir) return YES; + if ( fl_filename_match([filename fileSystemRepresentation], filter_pattern[ [nspopup indexOfSelectedItem] ]) ) return YES; + return NO; +} +- (BOOL)panel:(id)sender shouldEnableURL:(NSURL *)url +{ + return [self panel:sender shouldShowFilename:[url path]]; +} +@end + +@interface FLsaveDelegate : NSObject +#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6 + +#endif +{ + NSSavePanel *dialog; + BOOL saveas_confirm; +} +- (NSString *)panel:(id)sender userEnteredFilename:(NSString *)filename confirmed:(BOOL)okFlag; +- (void)changedPopup:(id)sender; +- (void)panel:(NSSavePanel*)p; +- (void)option:(BOOL)o; +@end +@implementation FLsaveDelegate +- (NSString *)panel:(id)sender userEnteredFilename:(NSString *)filename confirmed:(BOOL)okFlag +{ + if ( !okFlag || saveas_confirm ) return filename; + // User has clicked save, and no overwrite confirmation should occur. + // To get the latter, we need to change the name we return (hence the prefix): + return [@ UNLIKELYPREFIX stringByAppendingString:filename]; +} +- (void)changedPopup:(id)sender +// runs when the save panel popup menu changes output file type +// correspondingly changes the extension of the output file name +{ + if (fl_mac_os_version < 100600) return; // because of setNameFieldStringValue and nameFieldStringValue + char *s = strdup([[(NSPopUpButton*)sender titleOfSelectedItem] UTF8String]); + if (!s) return; + char *p = strchr(s, '('); + if (!p) p = s; + p = strchr(p, '.'); + if (!p) {free(s); return;} + p++; + while (*p == ' ') p++; + if (!p || *p == '{') {free(s); return;} + char *q = p+1; + while (*q != ' ' && *q != ')' && *q != 0) q++; + *q = 0; + NSString *ns = [NSString stringWithFormat:@"%@.%@", + [[dialog performSelector:@selector(nameFieldStringValue)] stringByDeletingPathExtension], + [NSString stringWithUTF8String:p]]; + free(s); + [dialog performSelector:@selector(setNameFieldStringValue:) withObject:ns]; +} +- (void)panel:(NSSavePanel*)p +{ + dialog = p; +} +- (void) option:(BOOL)o +{ + saveas_confirm = o; +} +@end + +static NSPopUpButton *createPopupAccessory(NSSavePanel *panel, const char *filter, const char *title, int rank) +{ + NSPopUpButton *popup; + NSRect rectview = NSMakeRect(5, 5, 350, 30 ); + NSView *view = [[[NSView alloc] initWithFrame:rectview] autorelease]; + NSRect rectbox = NSMakeRect(0, 3, 140, 20 ); + NSBox *box = [[[NSBox alloc] initWithFrame:rectbox] autorelease]; + NSRect rectpop = NSMakeRect(105, 0, 246, 30 ); + popup = [[[NSPopUpButton alloc ] initWithFrame:rectpop pullsDown:NO] autorelease]; + [view addSubview:box]; + [view addSubview:popup]; + [box setBorderType:NSNoBorder]; + NSString *nstitle = [[NSString alloc] initWithUTF8String:title]; + [box setTitle:nstitle]; + [nstitle release]; + NSFont *font = [NSFont controlContentFontOfSize:NSRegularControlSize]; + [box setTitleFont:font]; + [box sizeToFit]; + // horizontally move box to fit the locale-dependent width of its title + NSRect r=[box frame]; + NSPoint o = r.origin; + o.x = rectpop.origin.x - r.size.width + 15; + [box setFrameOrigin:o]; + CFStringRef tab = CFSTR("\n"); + CFStringRef tmp_cfs; + tmp_cfs = CFStringCreateWithCString(NULL, filter, kCFStringEncodingUTF8); + CFArrayRef array = CFStringCreateArrayBySeparatingStrings(NULL, tmp_cfs, tab); + CFRelease(tmp_cfs); + CFRelease(tab); + [popup addItemsWithTitles:(NSArray*)array]; + NSMenuItem *item = [popup itemWithTitle:@""]; + if (item) [popup removeItemWithTitle:@""]; + CFRelease(array); + [popup selectItemAtIndex:rank]; + [panel setAccessoryView:view]; + return popup; +} + +int Fl_My_Native_File_Chooser::runmodal() +{ + NSString *dir = nil; + NSString *fname = nil; + NSString *preset = nil; + NSInteger retval; + if (_preset_file) { + preset = [[NSString alloc] initWithUTF8String:_preset_file]; + if (strchr(_preset_file, '/') != NULL) { + dir = [[NSString alloc] initWithString:[preset stringByDeletingLastPathComponent]]; + } + fname = [preset lastPathComponent]; + } + if (_directory && !dir) dir = [[NSString alloc] initWithUTF8String:_directory]; + if (fl_mac_os_version >= 100600) { + if (dir) [(NSSavePanel*)_panel performSelector:@selector(setDirectoryURL:) withObject:[NSURL fileURLWithPath:dir]]; + if (fname) [(NSSavePanel*)_panel performSelector:@selector(setNameFieldStringValue:) withObject:fname]; + retval = [(NSSavePanel*)_panel runModal]; + } + else { + retval = [(id)_panel runModalForDirectory:dir file:fname]; + } + [dir release]; + [preset release]; + return (retval == NSFileHandlingPanelOKButton ? 1 : 0); +} + +// POST BROWSER +// Internal use only. +// Assumes '_opts' has been initialized. +// +// Returns: +// 0 - user picked a file +// 1 - user cancelled +// -1 - failed; errmsg() has reason +// +int Fl_My_Native_File_Chooser::post() { + // INITIALIZE BROWSER + if ( _filt_total == 0 ) { // Make sure they match + _filt_value = 0; // TBD: move to someplace more logical? + } + fl_open_display(); + NSAutoreleasePool *localPool; + localPool = [[NSAutoreleasePool alloc] init]; + switch (_btype) { + case BROWSE_FILE: + case BROWSE_MULTI_FILE: + case BROWSE_DIRECTORY: + case BROWSE_MULTI_DIRECTORY: + _panel = [NSOpenPanel openPanel]; + break; + case BROWSE_SAVE_DIRECTORY: + case BROWSE_SAVE_FILE: + _panel = [NSSavePanel savePanel]; + break; + } + BOOL is_open_panel = [(NSSavePanel*)_panel isKindOfClass:[NSOpenPanel class]]; + if (_title) { + SEL title_or_message = (is_open_panel && fl_mac_os_version >= 101200) ? + @selector(setMessage:) : @selector(setTitle:); + [(NSSavePanel*)_panel performSelector:title_or_message withObject:[NSString stringWithUTF8String:_title]]; + } + switch (_btype) { + case BROWSE_MULTI_FILE: + [(NSOpenPanel*)_panel setAllowsMultipleSelection:YES]; + break; + case BROWSE_MULTI_DIRECTORY: + [(NSOpenPanel*)_panel setAllowsMultipleSelection:YES]; + /* FALLTHROUGH */ + case BROWSE_DIRECTORY: + [(NSOpenPanel*)_panel setCanChooseDirectories:YES]; + [(NSOpenPanel*)_panel setCanChooseFiles:NO]; // Daniel + break; + case BROWSE_SAVE_DIRECTORY: + [(NSSavePanel*)_panel setCanCreateDirectories:YES]; + break; + } + + // SHOW THE DIALOG + NSWindow *key = [NSApp keyWindow]; + NSPopUpButton *popup = nil; + if ( is_open_panel ) { + if (_filt_total) { + char *t = prepareMacFilter(_filt_total, _filter, _filt_patt); + popup = createPopupAccessory((NSSavePanel*)_panel, t, Fl_File_Chooser::show_label, 0); + delete[] t; + [[popup menu] addItem:[NSMenuItem separatorItem]]; + [popup addItemWithTitle:[NSString stringWithUTF8String:Fl_File_Chooser::all_files_label]]; + [popup setAction:@selector(validateVisibleColumns)]; + [popup setTarget:(NSObject*)_panel]; + FLopenDelegate *openDelegate = [[[FLopenDelegate alloc] init] autorelease]; + [openDelegate setPopup:popup filter_pattern:_filt_patt]; + [(NSOpenPanel*)_panel setDelegate:openDelegate]; + } + } + else { + FLsaveDelegate *saveDelegate = [[[FLsaveDelegate alloc] init] autorelease]; + [(NSSavePanel*)_panel setAllowsOtherFileTypes:YES]; + [(NSSavePanel*)_panel setDelegate:saveDelegate]; + [saveDelegate option:(_options & SAVEAS_CONFIRM)]; + if (_filt_total) { + if (_filt_value >= _filt_total) _filt_value = _filt_total - 1; + char *t = prepareMacFilter(_filt_total, _filter, _filt_patt); + popup = createPopupAccessory((NSSavePanel*)_panel, t, [[(NSSavePanel*)_panel nameFieldLabel] UTF8String], _filt_value); + delete[] t; + if (_options & USE_FILTER_EXT) { + [popup setAction:@selector(changedPopup:)]; + [popup setTarget:saveDelegate]; + [saveDelegate panel:(NSSavePanel*)_panel]; + } + [(NSSavePanel*)_panel setCanSelectHiddenExtension:YES]; + } + } + int retval = runmodal(); + if (_filt_total) { + _filt_value = (int)[popup indexOfSelectedItem]; + } + if ( retval == 1 ) { + if (is_open_panel) { + clear_pathnames(); + NSArray *array = [(NSOpenPanel*)_panel URLs]; + _tpathnames = (int)[array count]; + _pathnames = new char*[_tpathnames]; + for(int i = 0; i < _tpathnames; i++) { + _pathnames[i] = strnew([[(NSURL*)[array objectAtIndex:i] path] UTF8String]); + } + } + else get_saveas_basename(); + } + [key makeKeyWindow]; + [localPool release]; + return (retval == 1 ? 0 : 1); +} + +#endif // __APPLE__ + +// +// End of "$Id$". +// diff --git a/src/FLTK/Fl_My_Native_File_Chooser_WIN32.cxx b/src/FLTK/Fl_My_Native_File_Chooser_WIN32.cxx new file mode 100644 index 0000000..57ccedb --- /dev/null +++ b/src/FLTK/Fl_My_Native_File_Chooser_WIN32.cxx @@ -0,0 +1,1092 @@ +// "$Id$" +// +// FLTK native OS file chooser widget +// +// Copyright 1998-2014 by Bill Spitzak and others. +// Copyright 2004 Greg Ercolano. +// API changes + filter improvements by Nathan Vander Wilt 2005 +// +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// http://www.fltk.org/COPYING.php +// +// Please report all bugs and problems to: +// +// http://www.fltk.org/str.php +// + +// Any application to multi-folder implementation: +// http://www.codeproject.com/dialog/selectfolder.asp +// + +#ifndef FL_DOXYGEN // PREVENT DOXYGEN'S USE OF THIS FILE +#include + +#if FLTK_ABI_VERSION < 10304 +#define _ofn_ptr (&_ofn) +#define _binf_ptr (&_binf) +#endif + +#include // malloc +#include // sprintf +#include + +#include "Fl_My_Native_File_Chooser_common.cxx" // strnew/strfree/strapp/chrcat + +#define FNFC_MAX_PATH 32768 // XXX: MAX_PATH under win32 is 260, too small for modern use + +#include "FL/Fl_My_Native_File_Chooser.H" +static LPCWSTR utf8towchar(const char *in); +static char *wchartoutf8(LPCWSTR in); + +#include // for fl_open_display + +#define LCURLY_CHR '{' +#define RCURLY_CHR '}' +#define LBRACKET_CHR '[' +#define RBRACKET_CHR ']' + +void fl_open_display(); + +// STATIC: PRINT WINDOWS 'DOUBLE NULL' STRING (DEBUG) +#ifdef DEBUG +#include +static void dnullprint(char *wp) +{ + if (!wp) { + return; + } + for (int t = 0; true; t++) { + if (wp[t] == '\0' && wp[t + 1] == '\0') { + printf("\\0\\0"); + fflush(stdout); + return; + } + else if (wp[t] == '\0') { + printf("\\0"); + } + else { + printf("%c", wp[t]); + } + } +} +#endif + +// RETURN LENGTH OF DOUBLENULL STRING +// Includes single nulls in count, excludes trailing doublenull. +// +// 1234 567 +// |||/\||| +// IN: "one\0two\0\0" +// OUT: 7 +// +static int dnulllen(const char *wp) +{ + int len = 0; + while (!(*(wp + 0) == 0 && *(wp + 1) == 0)) { + ++wp; + ++len; + } + return (len); +} + +// STATIC: Append a string to another, leaving terminated with DOUBLE NULL. +// Automatically handles extending length of string. +// wp can be NULL (a new wp will be allocated and initialized). +// string must be NULL terminated. +// The pointer wp may be modified on return. +// +static void dnullcat(char *&wp, const char *string, int n = -1) +{ + // DEBUG printf("DEBUG: dnullcat IN: <"); dnullprint(wp); printf(">\n"); + size_t inlen = (n < 0) ? strlen(string) : n; + if (!wp) { + wp = new char[inlen + 4]; + *(wp + 0) = '\0'; + *(wp + 1) = '\0'; + } + else { + int wplen = dnulllen(wp); + // Make copy of wp into larger buffer + char *tmp = new char[wplen + inlen + 4]; + memcpy(tmp, wp, wplen + 2); // copy of wp plus doublenull + delete[] wp; // delete old wp + wp = tmp; // use new copy + // DEBUG printf("DEBUG: dnullcat COPY: <"); dnullprint(wp); printf("> (wplen=%d)\n", wplen); + } + + // Find end of double null string + // *wp2 is left pointing at second null. + // + char *wp2 = wp; + if (*(wp2 + 0) != '\0' && *(wp2 + 1) != '\0') { + for (; 1; wp2++) { + if (*(wp2 + 0) == '\0' && *(wp2 + 1) == '\0') { + wp2++; + break; + } + } + } + + if (n == -1) { + n = (int)strlen(string); + } + strncpy(wp2, string, n); + + // Leave string double-null terminated + *(wp2 + n + 0) = '\0'; + *(wp2 + n + 1) = '\0'; + // DEBUG printf("DEBUG: dnullcat OUT: <"); dnullprint(wp); printf(">\n\n"); +} + +// CTOR +Fl_My_Native_File_Chooser::Fl_My_Native_File_Chooser(int val) +{ + _btype = val; + _options = NO_OPTIONS; +#if FLTK_ABI_VERSION >= 10304 + _ofn_ptr = new OPENFILENAMEW; + _binf_ptr = new BROWSEINFOW; + _wpattern = 0; +#endif + memset((void *)_ofn_ptr, 0, sizeof(OPENFILENAMEW)); + _ofn_ptr->lStructSize = sizeof(OPENFILENAMEW); + _ofn_ptr->hwndOwner = NULL; + memset((void *)_binf_ptr, 0, sizeof(BROWSEINFOW)); + _pathnames = NULL; + _tpathnames = 0; + _directory = NULL; + _title = NULL; + _filter = NULL; + _parsedfilt = NULL; + _nfilters = 0; + _preset_file = NULL; + _errmsg = NULL; +} + +// DTOR +Fl_My_Native_File_Chooser::~Fl_My_Native_File_Chooser() +{ + //_pathnames // managed by clear_pathnames() + //_tpathnames // managed by clear_pathnames() + _directory = strfree(_directory); + _title = strfree(_title); + _filter = strfree(_filter); + //_parsedfilt // managed by clear_filters() + //_nfilters // managed by clear_filters() + _preset_file = strfree(_preset_file); + _errmsg = strfree(_errmsg); + clear_filters(); + clear_pathnames(); + ClearOFN(); + ClearBINF(); +#if FLTK_ABI_VERSION >= 10304 + delete _binf_ptr; + delete _ofn_ptr; + if (_wpattern) { + delete[] _wpattern; + } +#endif +} + +// SET TYPE OF BROWSER +void Fl_My_Native_File_Chooser::type(int val) +{ + _btype = val; +} + +// GET TYPE OF BROWSER +int Fl_My_Native_File_Chooser::type() const +{ + return (_btype); +} + +// SET OPTIONS +void Fl_My_Native_File_Chooser::options(int val) +{ + _options = val; +} + +// GET OPTIONS +int Fl_My_Native_File_Chooser::options() const +{ + return (_options); +} + +// PRIVATE: SET ERROR MESSAGE +void Fl_My_Native_File_Chooser::errmsg(const char *val) +{ + _errmsg = strfree(_errmsg); + _errmsg = strnew(val); +} + +// FREE PATHNAMES ARRAY, IF IT HAS ANY CONTENTS +void Fl_My_Native_File_Chooser::clear_pathnames() +{ + if (_pathnames) { + while (--_tpathnames >= 0) { + _pathnames[_tpathnames] = strfree(_pathnames[_tpathnames]); + } + delete[] _pathnames; + _pathnames = NULL; + } + _tpathnames = 0; +} + +// SET A SINGLE PATHNAME +void Fl_My_Native_File_Chooser::set_single_pathname(const char *s) +{ + clear_pathnames(); + _pathnames = new char *[1]; + _pathnames[0] = strnew(s); + _tpathnames = 1; +} + +// ADD PATHNAME TO EXISTING ARRAY +void Fl_My_Native_File_Chooser::add_pathname(const char *s) +{ + if (!_pathnames) { + // Create first element in array + ++_tpathnames; + _pathnames = new char *[_tpathnames]; + } + else { + // Grow array by 1 + char **tmp = new char *[_tpathnames + 1]; // create new buffer + memcpy((void *)tmp, (void *)_pathnames, + sizeof(char *) * _tpathnames); // copy old + delete[] _pathnames; // delete old + _pathnames = tmp; // use new + ++_tpathnames; + } + _pathnames[_tpathnames - 1] = strnew(s); +} + +// FREE A PIDL (Pointer to IDentity List) +static void FreePIDL(LPITEMIDLIST pidl) +{ + IMalloc *imalloc = NULL; + if (SUCCEEDED(SHGetMalloc(&imalloc))) { + imalloc->Free(pidl); + imalloc->Release(); + imalloc = NULL; + } +} + +// CLEAR MICROSOFT OFN (OPEN FILE NAME) CLASS +void Fl_My_Native_File_Chooser::ClearOFN() +{ + // Free any previously allocated lpstrFile before zeroing out _ofn_ptr + if (_ofn_ptr->lpstrFile) { + delete[] _ofn_ptr->lpstrFile; + _ofn_ptr->lpstrFile = NULL; + } + if (_ofn_ptr->lpstrInitialDir) { + delete[] (TCHAR *)_ofn_ptr->lpstrInitialDir; // msvc6 compilation fix + _ofn_ptr->lpstrInitialDir = NULL; + } + _ofn_ptr->lpstrFilter = NULL; // (deleted elsewhere) + int temp = _ofn_ptr->nFilterIndex; // keep the filter_value + memset((void *)_ofn_ptr, 0, sizeof(OPENFILENAMEW)); + _ofn_ptr->lStructSize = sizeof(OPENFILENAMEW); + _ofn_ptr->nFilterIndex = temp; +} + +// CLEAR MICROSOFT BINF (BROWSER INFO) CLASS +void Fl_My_Native_File_Chooser::ClearBINF() +{ + if (_binf_ptr->pidlRoot) { + FreePIDL((ITEMIDLIST *)_binf_ptr->pidlRoot); + _binf_ptr->pidlRoot = NULL; + } + memset((void *)_binf_ptr, 0, sizeof(BROWSEINFOW)); +} + +// CONVERT WINDOWS BACKSLASHES TO UNIX FRONTSLASHES +void Fl_My_Native_File_Chooser::Win2Unix(char *s) +{ + for (; *s; s++) + if (*s == '\\') { + *s = '/'; + } +} + +// CONVERT UNIX FRONTSLASHES TO WINDOWS BACKSLASHES +void Fl_My_Native_File_Chooser::Unix2Win(char *s) +{ + for (; *s; s++) { + if (*s == '/') { + *s = '\\'; + } + } +} + +// SAVE THE CURRENT WORKING DIRECTORY +// Returns a malloc()ed copy of the cwd that can +// later be freed with RestoreCWD(). May return 0 on error. +// +static char *SaveCWD() +{ + char *thecwd = 0; + DWORD thecwdsz = GetCurrentDirectory(0, 0); + if (thecwdsz > 0) { + thecwd = (char *)malloc(thecwdsz); + if (GetCurrentDirectory(thecwdsz, thecwd) == 0) { + free(thecwd); + thecwd = 0; + } + } + return thecwd; +} + +// RESTORES THE CWD SAVED BY SaveCWD(), FREES STRING +// Always returns NULL (string was freed). +// +static void RestoreCWD(char *thecwd) +{ + if (!thecwd) { + return; + } + SetCurrentDirectory(thecwd); + free(thecwd); +} + +// SHOW FILE BROWSER +int Fl_My_Native_File_Chooser::showfile() +{ + ClearOFN(); + clear_pathnames(); + size_t fsize = FNFC_MAX_PATH; + _ofn_ptr->Flags |= OFN_NOVALIDATE; // prevent disabling of front slashes + _ofn_ptr->Flags |= OFN_HIDEREADONLY; // hide goofy readonly flag + // USE NEW BROWSER + _ofn_ptr->Flags |= OFN_EXPLORER; // use newer explorer windows + _ofn_ptr->Flags |= OFN_ENABLESIZING; // allow window to be resized (hey, why not?) + _ofn_ptr->Flags |= OFN_NOCHANGEDIR; // XXX: docs say ineffective on XP/2K/NT, but set it anyway.. + + switch (_btype) { + case BROWSE_DIRECTORY: + case BROWSE_MULTI_DIRECTORY: + case BROWSE_SAVE_DIRECTORY: + abort(); // never happens: handled by showdir() + case BROWSE_FILE: + break; + case BROWSE_MULTI_FILE: + _ofn_ptr->Flags |= OFN_ALLOWMULTISELECT; + break; + case BROWSE_SAVE_FILE: + if (options() & SAVEAS_CONFIRM && type() == BROWSE_SAVE_FILE) { + _ofn_ptr->Flags |= OFN_OVERWRITEPROMPT; + } + break; + } + // SPACE FOR RETURNED FILENAME + _ofn_ptr->lpstrFile = new WCHAR[fsize]; + _ofn_ptr->nMaxFile = (DWORD)fsize - 1; + _ofn_ptr->lpstrFile[0] = 0; + _ofn_ptr->lpstrFile[1] = 0; // dnull + // PARENT WINDOW + _ofn_ptr->hwndOwner = GetForegroundWindow(); + // DIALOG TITLE + if (_title) { + static WCHAR wtitle[200]; + wcsncpy(wtitle, utf8towchar(_title), 200); + wtitle[200 - 1] = 0; + _ofn_ptr->lpstrTitle = wtitle; + } + else { + _ofn_ptr->lpstrTitle = NULL; + } + // FILTER + if (_parsedfilt != NULL) { // to convert a null-containing char string into a widechar string +#if FLTK_ABI_VERSION >= 10304 + // NEW + if (!_wpattern) { + _wpattern = new WCHAR[FNFC_MAX_PATH]; + } +#else + // OLD + static WCHAR _wpattern[FNFC_MAX_PATH]; // yuck -- replace with managed class member +#endif + const char *p = _parsedfilt; + while (*(p + strlen(p) + 1) != 0) + p += strlen(p) + 1; + p += strlen(p) + 2; + MultiByteToWideChar(CP_UTF8, 0, _parsedfilt, (int)(p - _parsedfilt), _wpattern, FNFC_MAX_PATH); + _ofn_ptr->lpstrFilter = _wpattern; + } + else { + _ofn_ptr->lpstrFilter = NULL; + } + // PRESET FILE + // If set, supercedes _directory. See KB Q86920 for details + // XXX: this doesn't preselect the item in the listview.. why? + // + if (_preset_file) { + size_t len = strlen(_preset_file); + if (len >= _ofn_ptr->nMaxFile) { + char msg[80]; + sprintf(msg, "preset_file() filename is too long: %ld is >=%ld", (long)len, (long)fsize); + return (-1); + } + wcscpy(_ofn_ptr->lpstrFile, utf8towchar(_preset_file)); + // Unix2Win(_ofn_ptr->lpstrFile); + len = wcslen(_ofn_ptr->lpstrFile); + _ofn_ptr->lpstrFile[len + 0] = 0; // multiselect needs dnull + _ofn_ptr->lpstrFile[len + 1] = 0; + } + if (_directory) { + // PRESET DIR + // XXX: See KB Q86920 for doc bug: + // http://support.microsoft.com/default.aspx?scid=kb;en-us;86920 + // + _ofn_ptr->lpstrInitialDir = new WCHAR[FNFC_MAX_PATH]; + wcscpy((WCHAR *)_ofn_ptr->lpstrInitialDir, utf8towchar(_directory)); + // Unix2Win((char*)_ofn_ptr->lpstrInitialDir); + } + // SAVE THE CURRENT DIRECTORY + // See above warning (XXX) for OFN_NOCHANGEDIR + // + char *save_cwd = SaveCWD(); // must be freed with RestoreCWD() + // OPEN THE DIALOG WINDOW + int err; + if (_btype == BROWSE_SAVE_FILE) { + err = GetSaveFileNameW(_ofn_ptr); + } + else { + err = GetOpenFileNameW(_ofn_ptr); + } + // GET EXTENDED ERROR + int exterr = CommDlgExtendedError(); + // RESTORE CURRENT DIRECTORY + RestoreCWD(save_cwd); + save_cwd = 0; // also frees save_cwd + // ERROR OR CANCEL? + if (err == 0) { + if (exterr == 0) { + return (1); // user hit cancel + } + // Otherwise, an error occurred.. + char msg[80]; + sprintf(msg, "CommDlgExtendedError() code=%d", err); + errmsg(msg); + return (-1); + } + // PREPARE PATHNAMES FOR RETURN + switch (_btype) { + case BROWSE_FILE: + case BROWSE_SAVE_FILE: + set_single_pathname(wchartoutf8(_ofn_ptr->lpstrFile)); + // Win2Unix(_pathnames[_tpathnames-1]); + break; + case BROWSE_MULTI_FILE: { + // EXTRACT MULTIPLE FILENAMES + const WCHAR *dirname = _ofn_ptr->lpstrFile; + size_t dirlen = wcslen(dirname); + if (dirlen > 0) { + // WALK STRING SEARCHING FOR 'DOUBLE-NULL' + // eg. "/dir/name\0foo1\0foo2\0foo3\0\0" + // + char pathname[FNFC_MAX_PATH]; + for (const WCHAR *s = dirname + dirlen + 1; *s; s += (wcslen(s) + 1)) { + strcpy(pathname, wchartoutf8(dirname)); + strcat(pathname, "\\"); + strcat(pathname, wchartoutf8(s)); + add_pathname(pathname); + } + } + // XXX + // Work around problem where pasted forward-slash pathname + // into the file browser causes new "Explorer" interface + // not to grok forward slashes, passing back as a 'filename'..! + // + if (_tpathnames == 0) { + add_pathname(wchartoutf8(dirname)); + // Win2Unix(_pathnames[_tpathnames-1]); + } + break; + } + case BROWSE_DIRECTORY: + case BROWSE_MULTI_DIRECTORY: + case BROWSE_SAVE_DIRECTORY: + abort(); // never happens: handled by showdir() + } + return (0); +} + +// Used by SHBrowseForFolder(), sets initial selected dir. +// Ref: Usenet: microsoft.public.vc.mfc, Dec 8 2000, 1:38p David Lowndes +// Subject: How to specify to select an initial folder .." +// +static int CALLBACK Dir_CB(HWND win, UINT msg, LPARAM param, LPARAM data) +{ + switch (msg) { + case BFFM_INITIALIZED: + if (data) { + ::SendMessageW(win, BFFM_SETSELECTIONW, TRUE, data); + } + break; + case BFFM_SELCHANGED: + TCHAR path[FNFC_MAX_PATH]; + if (SHGetPathFromIDList((ITEMIDLIST *)param, path)) { + ::SendMessage(win, BFFM_ENABLEOK, 0, 1); + } + else { + // disable ok button if not a path + ::SendMessage(win, BFFM_ENABLEOK, 0, 0); + } + break; + case BFFM_VALIDATEFAILED: + // we could pop up an annoying message here. + // also needs set ulFlags |= BIF_VALIDATE + break; + default: + break; + } + return (0); +} + +// SHOW DIRECTORY BROWSER +int Fl_My_Native_File_Chooser::showdir() +{ + // initialize OLE only once + fl_open_display(); // init needed by BIF_USENEWUI + ClearBINF(); + clear_pathnames(); + // PARENT WINDOW + _binf_ptr->hwndOwner = GetForegroundWindow(); + // DIALOG TITLE + //_binf_ptr->lpszTitle = _title ? _title : NULL; + if (_title) { + static WCHAR wtitle[256]; + wcsncpy(wtitle, utf8towchar(_title), 256); + wtitle[255] = 0; + _binf_ptr->lpszTitle = wtitle; + } + else { + _binf_ptr->lpszTitle = NULL; + } + + // FLAGS + _binf_ptr->ulFlags = 0; // initialize + + // TBD: make sure matches to runtime system, if need be. + //(what if _WIN32_IE doesn't match system? does the program not run?) + // + // TBD: match all 3 types of directories + // + // NOTE: *Don't* use BIF_SHAREABLE. It /disables/ mapped network shares + // from being visible in BROWSE_DIRECTORY mode. Walter Garm's comments: + // + // --- Garms, Walter (GE EntSol, Security) wrote: + // With your help I was able to solve the problem of the network drives. + // For Version 6.0, at least, the BIF_SHAREABLE flag seems to have the + // opposite sense: With BIF_SHAREABLE not set I see the mapped network + // drives, and with BIF_SHAREABLE set I do not. + // --- + +#if defined(BIF_NONEWFOLDERBUTTON) // Version 6.0 + if (_btype == BROWSE_DIRECTORY) { + _binf_ptr->ulFlags |= BIF_NONEWFOLDERBUTTON; + } + _binf_ptr->ulFlags |= BIF_USENEWUI | BIF_RETURNONLYFSDIRS; +#elif defined(BIF_USENEWUI) // Version 5.0 + if (_btype == BROWSE_DIRECTORY) { + _binf_ptr->ulFlags |= BIF_EDITBOX; + } + else if (_btype == BROWSE_SAVE_DIRECTORY) { + _binf_ptr->ulFlags |= BIF_USENEWUI; + } + _binf_ptr->ulFlags |= BIF_RETURNONLYFSDIRS; +#elif defined(BIF_EDITBOX) // Version 4.71 + _binf_ptr->ulFlags |= BIF_RETURNONLYFSDIRS | BIF_EDITBOX; +#else // Version Old + _binf_ptr->ulFlags |= BIF_RETURNONLYFSDIRS; +#endif + + // BUFFER + // char displayname[FNFC_MAX_PATH]; + WCHAR displayname[FNFC_MAX_PATH]; + _binf_ptr->pszDisplayName = displayname; + + // PRESET DIR + WCHAR presetname[FNFC_MAX_PATH]; + if (_directory) { + // Unix2Win(presetname); + wcsncpy(presetname, utf8towchar(_directory), FNFC_MAX_PATH); + presetname[FNFC_MAX_PATH - 1] = 0; + _binf_ptr->lParam = (LPARAM)presetname; + } + else { + _binf_ptr->lParam = 0; + } + _binf_ptr->lpfn = Dir_CB; + // OPEN BROWSER + LPITEMIDLIST pidl = SHBrowseForFolderW(_binf_ptr); + // CANCEL? + if (pidl == NULL) { + return (1); + } + + // GET THE PATHNAME(S) THE USER SELECTED + // TBD: expand NetHood shortcuts from this PIDL?? + // http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shbrowseforfolder.asp + + WCHAR path[FNFC_MAX_PATH]; + if (SHGetPathFromIDListW(pidl, path)) { + // Win2Unix(path); + // add_pathname(path); + add_pathname(wchartoutf8(path)); + } + FreePIDL(pidl); + if (!wcslen(path)) { + return (1); // don't return empty pathnames + } + return (0); +} + +// RETURNS: +// 0 - user picked a file +// 1 - user cancelled +// -1 - failed; errmsg() has reason +// +int Fl_My_Native_File_Chooser::show() +{ + int retval; + if (_btype == BROWSE_DIRECTORY || _btype == BROWSE_MULTI_DIRECTORY || _btype == BROWSE_SAVE_DIRECTORY) { + retval = showdir(); + } + else { + retval = showfile(); + } + // restore the correct state of mouse buttons and keyboard modifier keys (STR #3221) + HWND h = GetForegroundWindow(); + if (h) { + WNDPROC windproc = (WNDPROC)GetWindowLongPtrW(h, GWLP_WNDPROC); + CallWindowProc(windproc, h, WM_ACTIVATEAPP, 1, 0); + } + return retval; +} + +// RETURN ERROR MESSAGE +const char *Fl_My_Native_File_Chooser::errmsg() const +{ + return (_errmsg ? _errmsg : "No error"); +} + +// GET FILENAME +const char *Fl_My_Native_File_Chooser::filename() const +{ + if (_pathnames && _tpathnames > 0) { + return (_pathnames[0]); + } + return (""); +} + +// GET FILENAME FROM LIST OF FILENAMES +const char *Fl_My_Native_File_Chooser::filename(int i) const +{ + if (_pathnames && i < _tpathnames) { + return (_pathnames[i]); + } + return (""); +} + +// GET TOTAL FILENAMES CHOSEN +int Fl_My_Native_File_Chooser::count() const +{ + return (_tpathnames); +} + +// PRESET PATHNAME +// Can be NULL if no preset is desired. +// +void Fl_My_Native_File_Chooser::directory(const char *val) +{ + _directory = strfree(_directory); + _directory = strnew(val); +} + +// GET PRESET PATHNAME +// Can return NULL if none set. +// +const char *Fl_My_Native_File_Chooser::directory() const +{ + return (_directory); +} + +// SET TITLE +// Can be NULL if no title desired. +// +void Fl_My_Native_File_Chooser::title(const char *val) +{ + _title = strfree(_title); + _title = strnew(val); +} + +// GET TITLE +// Can return NULL if none set. +// +const char *Fl_My_Native_File_Chooser::title() const +{ + return (_title); +} + +// SET FILTER +// Can be NULL if no filter needed +// +void Fl_My_Native_File_Chooser::filter(const char *val) +{ + _filter = strfree(_filter); + clear_filters(); + if (val) { + _filter = strnew(val); + parse_filter(_filter); + } + add_filter("All Files", "*.*"); // always include 'all files' option + +#ifdef DEBUG + dnullprint(_parsedfilt); +#endif /*DEBUG*/ +} + +// GET FILTER +// Can return NULL if none set. +// +const char *Fl_My_Native_File_Chooser::filter() const +{ + return (_filter); +} + +// CLEAR FILTERS +void Fl_My_Native_File_Chooser::clear_filters() +{ + _nfilters = 0; + _parsedfilt = strfree(_parsedfilt); +} + +// ADD A FILTER +void Fl_My_Native_File_Chooser::add_filter(const char *name_in, // name of filter (optional: can be null) + const char *winfilter) +{ // windows style filter (eg. "*.cxx;*.h") + // No name? Make one.. + char name[1024]; + if (!name_in || name_in[0] == '\0') { + sprintf(name, "%.*s Files", int(sizeof(name) - 10), winfilter); + } + else { + if ((strlen(name_in) + strlen(winfilter) + 3) < sizeof(name)) { + sprintf(name, "%s (%s)", name_in, winfilter); + } + else { + sprintf(name, "%.*s", int(sizeof(name)), name_in); + } + } + dnullcat(_parsedfilt, name); + dnullcat(_parsedfilt, winfilter); + _nfilters++; + // DEBUG printf("DEBUG: ADD FILTER name=<%s> winfilter=<%s>\n", name, winfilter); +} + +// RETURN HOW MANY DIFFERENT FILTERS WERE SPECIFIED +// In: "foo.[CH]" or "foo.{C,H}" +// Out: 2 +// +static int count_filters(const char *filter) +{ + int count = 0; + char mode = 0; + const char *in = filter; + while (*in) { + switch (*in) { + case '\\': // escape next character + ++in; + if (*in == 0) { + continue; // skip escape. EOL? done + } + ++in; // skip escaped char + continue; + case LCURLY_CHR: // start "{aaa,bbb}" + mode = *in; // set mode, parse over curly + ++count; // at least +1 wildcard + break; + case RCURLY_CHR: // end "{aaa,bbb}" + if (mode == LCURLY_CHR) { // disable curly mode (if on) + mode = 0; + } + break; + case LBRACKET_CHR: // start "[xyz]" + mode = *in; // set mode, parse over bracket + break; + case RBRACKET_CHR: // end "[xyz]" + if (mode == LBRACKET_CHR) { // disable bracket mode (if on) + mode = 0; + } + break; + default: // any other char + switch (mode) { // handle {} or [] modes + case LCURLY_CHR: // handle "{aaa,bbb}" + if (*in == ',' || *in == '|') // ',' and '|' adds filters + ++count; + break; + case LBRACKET_CHR: // handle "[xyz]" + ++count; // all chars in []'s add new filter + break; + } + break; + } + ++in; // parse past char + } + return count > 0 ? count : 1; // return at least 1 +} + +// CONVERT FLTK STYLE PATTERN MATCHES TO WINDOWS 'DOUBLENULL' PATTERN +// Returns with the parsed double-null result in '_parsedfilt'. +// +// Handles: +// IN OUT +// ----------- ----------------------------- +// *.{ma,mb} "*.{ma,mb} Files\0*.ma;*.mb\0\0" +// *.[abc] "*.[abc] Files\0*.a;*.b;*.c\0\0" +// *.txt "*.txt Files\0*.txt\0\0" +// C Files\t*.[ch] "C Files\0*.c;*.h\0\0" +// +// Example: +// IN: "*.{ma,mb}" +// OUT: "*.ma;*.mb Files\0*.ma;*.mb\0All Files\0*.*\0\0" +// --------------- --------- --------- --- +// | | | | +// Title Wildcards Title Wildcards +// +// Parsing Mode: +// IN:"C Files\t*.{cxx,h}" +// ||||||| ||||||||| +// mode: nnnnnnn ww{{{{{{{ +// \_____/ \_______/ +// Name Wildcard +// +void Fl_My_Native_File_Chooser::parse_filter(const char *in) +{ + clear_filters(); + if (!in || in[0] == '\0') { + return; + } + + int has_name = strchr(in, '\t') ? 1 : 0; + char mode = has_name ? 'n' : 'w'; // parse mode: n=name, w=wildcard + + // whatever input string is, our output won't be much longer in length.. + // use double length just for safety. + size_t slen = strlen(in); + char *wildprefix = new char[(slen + 1) * 2]; + wildprefix[0] = 0; + char *comp = new char[(slen + 1) * 2]; + comp[0] = 0; + char *name = new char[(slen + 1) * 2]; + name[0] = 0; + + // Init + int nwildcards = 0; + int maxfilters = count_filters(in) + 1; // count wildcard seps + char **wildcards = new char *[maxfilters]; // parsed wildcards (can be several) + int t; + for (t = 0; t < maxfilters; t++) { + wildcards[t] = new char[slen + 1]; + wildcards[t][0] = '\0'; + } + + // Parse + for (; 1; in++) { + //// DEBUG + //// printf("WORKING ON '%c': mode=<%c> name=<%s> wildprefix=<%s> nwildcards=%d wildcards[n]=<%s>\n", + //// *in, mode, name, wildprefix, nwildcards, wildcards[nwildcards]); + + switch (*in) { + case ',': + case '|': + if (mode == LCURLY_CHR) { + // create new wildcard, copy in prefix + strcat(wildcards[nwildcards++], wildprefix); + continue; + } + else { + goto regchar; + } + continue; + + // FINISHED PARSING A NAME? + case '\t': + if (mode != 'n') { + goto regchar; + } + // finish parsing name? switch to wildcard mode + mode = 'w'; + break; + + // ESCAPE NEXT CHAR + case '\\': + ++in; + goto regchar; + + // FINISHED PARSING ONE OF POSSIBLY SEVERAL FILTERS? + case '\r': + case '\n': + case '\0': { + if (mode == 'w') { // finished parsing wildcard? + if (nwildcards == 0) { + strcpy(wildcards[nwildcards++], wildprefix); + } + // Append wildcards in Microsoft's "*.one;*.two" format + comp[0] = 0; + for (t = 0; t < nwildcards; t++) { + if (t != 0) { + strcat(comp, ";"); + } + strcat(comp, wildcards[t]); + } + // Add if not empty + if (comp[0]) { + add_filter(name, comp); + } + } + // RESET + for (t = 0; t < maxfilters; t++) { + wildcards[t][0] = '\0'; + } + nwildcards = 0; + wildprefix[0] = name[0] = '\0'; + mode = strchr(in, '\t') ? 'n' : 'w'; + // DONE? + if (*in == '\0') { // done + // Free everything + delete[] wildprefix; + delete[] comp; + delete[] name; + for (t = 0; t < maxfilters; t++) + delete[] wildcards[t]; + delete[] wildcards; + return; + } + continue; // not done yet, more filters + } + + // STARTING A WILDCARD? + case LBRACKET_CHR: + case LCURLY_CHR: + mode = *in; + if (*in == LCURLY_CHR) { + // create new wildcard + strcat(wildcards[nwildcards++], wildprefix); + } + continue; + + // ENDING A WILDCARD? + case RBRACKET_CHR: + case RCURLY_CHR: + mode = 'w'; // back to wildcard mode + continue; + + // ALL OTHER NON-SPECIAL CHARACTERS + default: +regchar: // handle regular char + switch (mode) { + case LBRACKET_CHR: + // create new wildcard + ++nwildcards; + // copy in prefix + strcpy(wildcards[nwildcards - 1], wildprefix); + // append search char + chrcat(wildcards[nwildcards - 1], *in); + continue; + + case LCURLY_CHR: + if (nwildcards > 0) { + chrcat(wildcards[nwildcards - 1], *in); + } + continue; + + case 'n': + chrcat(name, *in); + continue; + + case 'w': + chrcat(wildprefix, *in); + for (t = 0; t < nwildcards; t++) { + chrcat(wildcards[t], *in); + } + continue; + } + break; + } + } +} + +// SET 'CURRENTLY SELECTED FILTER' +void Fl_My_Native_File_Chooser::filter_value(int i) +{ + _ofn_ptr->nFilterIndex = i + 1; +} + +// RETURN VALUE OF 'CURRENTLY SELECTED FILTER' +int Fl_My_Native_File_Chooser::filter_value() const +{ + return (_ofn_ptr->nFilterIndex ? _ofn_ptr->nFilterIndex - 1 : _nfilters + 1); +} + +// PRESET FILENAME FOR 'SAVE AS' CHOOSER +void Fl_My_Native_File_Chooser::preset_file(const char *val) +{ + _preset_file = strfree(_preset_file); + _preset_file = strnew(val); +} + +// GET PRESET FILENAME FOR 'SAVE AS' CHOOSER +const char *Fl_My_Native_File_Chooser::preset_file() const +{ + return (_preset_file); +} + +int Fl_My_Native_File_Chooser::filters() const +{ + return (_nfilters); +} + +static char *wchartoutf8(LPCWSTR in) +{ + static char *out = NULL; + static int lchar = 0; + if (in == NULL) { + return NULL; + } + int utf8len = WideCharToMultiByte(CP_UTF8, 0, in, -1, NULL, 0, NULL, NULL); + if (utf8len > lchar) { + lchar = utf8len; + out = (char *)realloc(out, lchar * sizeof(char)); + } + WideCharToMultiByte(CP_UTF8, 0, in, -1, out, utf8len, NULL, NULL); + return out; +} + +static LPCWSTR utf8towchar(const char *in) +{ + static WCHAR *wout = NULL; + static int lwout = 0; + if (in == NULL) { + return NULL; + } + int wlen = MultiByteToWideChar(CP_UTF8, 0, in, -1, NULL, 0); + if (wlen > lwout) { + lwout = wlen; + wout = (WCHAR *)realloc(wout, lwout * sizeof(WCHAR)); + } + MultiByteToWideChar(CP_UTF8, 0, in, -1, wout, wlen); + return wout; +} + +#endif /*!FL_DOXYGEN*/ + +// +// End of "$Id$". +// diff --git a/src/FLTK/Fl_My_Native_File_Chooser_common.cxx b/src/FLTK/Fl_My_Native_File_Chooser_common.cxx new file mode 100644 index 0000000..e6f9c68 --- /dev/null +++ b/src/FLTK/Fl_My_Native_File_Chooser_common.cxx @@ -0,0 +1,84 @@ +// "$Id$" +// +// FLTK native OS file chooser widget +// +// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 2004 Greg Ercolano. +// +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// http://www.fltk.org/COPYING.php +// +// Please report all bugs and problems to: +// +// http://www.fltk.org/str.php +// + +#include +#include + +// COPY A STRING WITH 'new' +// Value can be NULL +// +static char *strnew(const char *val) +{ + if (val == NULL) { + return (NULL); + } + char *s = new char[strlen(val) + 1]; + strcpy(s, val); + return (s); +} + +// FREE STRING CREATED WITH strnew(), NULLS OUT STRING +// Value can be NULL +// +static char *strfree(char *val) +{ + if (val) { + delete[] val; + } + return (NULL); +} + +// 'DYNAMICALLY' APPEND ONE STRING TO ANOTHER +// Returns newly allocated string, or NULL +// if s && val == NULL. +// 's' can be NULL; returns a strnew(val). +// 'val' can be NULL; s is returned unmodified. +// +// Usage: +// char *s = strnew("foo"); // s = "foo" +// s = strapp(s, "bar"); // s = "foobar" +// +#if !defined(WIN32) +static char *strapp(char *s, const char *val) +{ + if (!val) { + return (s); // Nothing to append? return s + } + if (!s) { + return (strnew(val)); // New string? return copy of val + } + char *news = new char[strlen(s) + strlen(val) + 1]; + strcpy(news, s); + strcat(news, val); + delete[] s; // delete old string + return (news); // return new copy +} +#endif + +// APPEND A CHARACTER TO A STRING +// This does NOT allocate space for the new character. +// +static void chrcat(char *s, char c) +{ + char tmp[2] = {c, '\0'}; + strcat(s, tmp); +} + +// +// End of "$Id$". +// diff --git a/src/FLTK/Fl_vu_meter.cpp b/src/FLTK/Fl_vu_meter.cpp new file mode 100644 index 0000000..3f8403b --- /dev/null +++ b/src/FLTK/Fl_vu_meter.cpp @@ -0,0 +1,276 @@ +#include +#include +#include +#include +#include +#include +#include + +#include "Fl_vu_meter.h" +#include "cfg.h" + +VUMeter::VUMeter(int X, int Y, int W, int H, const char *L) : Fl_Group(X, Y, W, H, L) +{ + channel_height = 13; + peak_bar_width = 2; + max_value = 0; + min_value = -54.0; + left_dB = -90; + right_dB = -90; + left_peak_dB = -90; + right_peak_dB = -90; + bg_color = color(); + width = w(); + height = h(); + x_origin = x(); + y_origin = y(); + left_chan_y1 = y_origin; + left_chan_y2 = left_chan_y1 + channel_height - 1; + right_chan_y1 = y_origin + height - channel_height; + right_chan_y2 = right_chan_y1 + channel_height - 1; + + solid_green = fl_rgb_color((uchar)0, (uchar)210, (uchar)0); + solid_yellow = fl_rgb_color((uchar)230, (uchar)230, (uchar)0); + solid_red = fl_rgb_color((uchar)200, (uchar)0, (uchar)0); + + tick_distance_dB = 6; + num_of_ticks = (0 - min_value) / tick_distance_dB; + tick_distance_px = width / num_of_ticks; + + vu_end_xpos = x_origin + width; +} + +void VUMeter::value(float left, float right, float left_peak, float right_peak) +{ + left_dB = left; + right_dB = right; + left_peak_dB = left_peak; + right_peak_dB = right_peak; + + redraw(); +} + +int VUMeter::dB_to_xpos(float dB) +{ + float dB_span = max_value - min_value; + + int xpos = (int)(x_origin + width / dB_span * (dB_span - abs(dB))); + + if (xpos < x_origin) { + xpos = x_origin; + } + + return xpos; +} + +void VUMeter::draw() +{ + Fl_Group::draw(); + + float offset = abs(min_value); + float left_vol = (left_dB + offset) / offset * width; + float right_vol = (right_dB + offset) / offset * width; + + int x1; + + double red, green, blue, gradient; + + // Clear whole widget area + fl_rectf(x_origin, y_origin, width, height, bg_color); + + if (cfg.gui.vu_mode == VU_MODE_SOLID) { + fl_color(cfg.gui.vu_low_color); + fl_rectf(x_origin, left_chan_y1, dB_to_xpos(left_dB) - x_origin, channel_height - 1); + + if (left_dB > cfg.gui.vu_mid_range_start) { + fl_color(cfg.gui.vu_mid_color); + fl_rectf(dB_to_xpos(cfg.gui.vu_mid_range_start), left_chan_y1, dB_to_xpos(left_dB) - dB_to_xpos(cfg.gui.vu_mid_range_start), channel_height - 1); + } + if (left_dB > cfg.gui.vu_high_range_start) { + fl_color(cfg.gui.vu_high_color); + fl_rectf(dB_to_xpos(cfg.gui.vu_high_range_start), left_chan_y1, dB_to_xpos(left_dB) - dB_to_xpos(cfg.gui.vu_high_range_start), channel_height - 1); + } + + fl_color(cfg.gui.vu_low_color); + fl_rectf(x_origin, right_chan_y1, dB_to_xpos(right_dB) - x_origin, channel_height - 1); + if (right_dB > cfg.gui.vu_mid_range_start) { + fl_color(cfg.gui.vu_mid_color); + fl_rectf(dB_to_xpos(cfg.gui.vu_mid_range_start), right_chan_y1, dB_to_xpos(right_dB) - dB_to_xpos(cfg.gui.vu_mid_range_start), channel_height - 1); + } + if (right_dB > cfg.gui.vu_high_range_start) { + fl_color(cfg.gui.vu_high_color); + fl_rectf(dB_to_xpos(cfg.gui.vu_high_range_start), right_chan_y1, dB_to_xpos(right_dB) - dB_to_xpos(cfg.gui.vu_high_range_start), + channel_height - 1); + } + } + else { // Gradient + int gradient_offset = 10; + for (int x_pos = 0; x_pos <= width - 2; x_pos += 1) { + x1 = x_origin + x_pos; + + // fl_color(bg_color); + if (left_vol > x_pos) { + if (x1 < dB_to_xpos(cfg.gui.vu_mid_range_start) - gradient_offset) { + fl_color(cfg.gui.vu_low_color); + } + else if (x1 < dB_to_xpos(cfg.gui.vu_mid_range_start)) { + uchar r1, g1, b1; + uchar r2, g2, b2; + uchar r, g, b; + int c1 = cfg.gui.vu_low_color; + int c2 = cfg.gui.vu_mid_color; + r1 = (c1 & 0xFF000000) >> 24; + g1 = (c1 & 0x00FF0000) >> 16; + b1 = (c1 & 0x0000FF00) >> 8; + r2 = (c2 & 0xFF000000) >> 24; + g2 = (c2 & 0x00FF0000) >> 16; + b2 = (c2 & 0x0000FF00) >> 8; + + // Interpolate color + int i = x1 - (dB_to_xpos(cfg.gui.vu_mid_range_start) - gradient_offset); + r = round(r1 + (float)i / gradient_offset * (r2 - r1)); + g = round(g1 + (float)i / gradient_offset * (g2 - g1)); + b = round(b1 + (float)i / gradient_offset * (b2 - b1)); + fl_color(fl_rgb_color(r, g, b)); + } + else if (x1 < dB_to_xpos(cfg.gui.vu_high_range_start) - gradient_offset) { + fl_color(cfg.gui.vu_mid_color); + } + else if (x1 < dB_to_xpos(cfg.gui.vu_high_range_start)) { + uchar r1, g1, b1; + uchar r2, g2, b2; + uchar r, g, b; + int c1 = cfg.gui.vu_mid_color; + int c2 = cfg.gui.vu_high_color; + int i = x1 - (dB_to_xpos(cfg.gui.vu_high_range_start) - gradient_offset); + r1 = (c1 & 0xFF000000) >> 24; + g1 = (c1 & 0x00FF0000) >> 16; + b1 = (c1 & 0x0000FF00) >> 8; + r2 = (c2 & 0xFF000000) >> 24; + g2 = (c2 & 0x00FF0000) >> 16; + b2 = (c2 & 0x0000FF00) >> 8; + + r = round(r1 + (float)i / gradient_offset * (r2 - r1)); + g = round(g1 + (float)i / gradient_offset * (g2 - g1)); + b = round(b1 + (float)i / gradient_offset * (b2 - b1)); + fl_color(fl_rgb_color(r, g, b)); + } + else { + fl_color(cfg.gui.vu_high_color); + } + fl_line(x1, left_chan_y1, x1, left_chan_y2); + } + + // fl_color(bg_color); + if (right_vol > x_pos) { + if (x1 < dB_to_xpos(cfg.gui.vu_mid_range_start) - gradient_offset) { + fl_color(cfg.gui.vu_low_color); + } + else if (x1 < dB_to_xpos(cfg.gui.vu_mid_range_start)) { + uchar r1, g1, b1; + uchar r2, g2, b2; + uchar r, g, b; + int c1 = cfg.gui.vu_low_color; + int c2 = cfg.gui.vu_mid_color; + r1 = (c1 & 0xFF000000) >> 24; + g1 = (c1 & 0x00FF0000) >> 16; + b1 = (c1 & 0x0000FF00) >> 8; + r2 = (c2 & 0xFF000000) >> 24; + g2 = (c2 & 0x00FF0000) >> 16; + b2 = (c2 & 0x0000FF00) >> 8; + + int i = x1 - (dB_to_xpos(cfg.gui.vu_mid_range_start) - gradient_offset); + r = round(r1 + (float)i / gradient_offset * (r2 - r1)); + g = round(g1 + (float)i / gradient_offset * (g2 - g1)); + b = round(b1 + (float)i / gradient_offset * (b2 - b1)); + fl_color(fl_rgb_color(r, g, b)); + } + else if (x1 < dB_to_xpos(cfg.gui.vu_high_range_start) - gradient_offset) { + fl_color(cfg.gui.vu_mid_color); + } + else if (x1 < dB_to_xpos(cfg.gui.vu_high_range_start)) { + uchar r1, g1, b1; + uchar r2, g2, b2; + uchar r, g, b; + int c1 = cfg.gui.vu_mid_color; + int c2 = cfg.gui.vu_high_color; + int i = x1 - (dB_to_xpos(cfg.gui.vu_high_range_start) - gradient_offset); + r1 = (c1 & 0xFF000000) >> 24; + g1 = (c1 & 0x00FF0000) >> 16; + b1 = (c1 & 0x0000FF00) >> 8; + r2 = (c2 & 0xFF000000) >> 24; + g2 = (c2 & 0x00FF0000) >> 16; + b2 = (c2 & 0x0000FF00) >> 8; + + r = round(r1 + (float)i / gradient_offset * (r2 - r1)); + g = round(g1 + (float)i / gradient_offset * (g2 - g1)); + b = round(b1 + (float)i / gradient_offset * (b2 - b1)); + fl_color(fl_rgb_color(r, g, b)); + } + else { + fl_color(cfg.gui.vu_high_color); + } + fl_line(x1, right_chan_y1, x1, right_chan_y2); + } + } + } + + int left_peak_pos, right_peak_pos; + + fl_color(FL_BLACK); + if (left_peak_dB >= left_dB) { + left_peak_pos = dB_to_xpos(left_peak_dB); + if (left_peak_pos >= vu_end_xpos) { + left_peak_pos -= peak_bar_width + 2; // The +2 assures that the peak bar is visible at 0 dB + } + + fl_rectf(left_peak_pos, left_chan_y1, peak_bar_width, channel_height - 1); + } + + if (right_peak_dB >= right_dB) { + right_peak_pos = dB_to_xpos(right_peak_dB); + if (right_peak_pos >= vu_end_xpos) { + right_peak_pos -= peak_bar_width + 2; + } + fl_rectf(right_peak_pos, right_chan_y1, peak_bar_width, channel_height - 1); + } + + fl_draw_box(FL_THIN_DOWN_FRAME, x_origin, left_chan_y1, width, channel_height, bg_color); + fl_draw_box(FL_THIN_DOWN_FRAME, x_origin, right_chan_y1, width, channel_height, bg_color); + fl_draw_box(FL_THIN_DOWN_FRAME, x_origin, y_origin, width, height, FL_DARK1); + + fl_color(FL_BLACK); + fl_font(FL_HELVETICA, 10); + +#if defined(__APPLE__) + fl_draw("L", x_origin - 9, y_origin + 8); + fl_draw("R", x_origin - 9, y_origin + height - 3); +#else + fl_draw("L", x_origin - 9, y_origin + 9); + fl_draw("R", x_origin - 9, y_origin + height - 2); +#endif + + int tick_pos; + char dB_val[4]; + fl_font(FL_HELVETICA, 9); + +#if defined(__APPLE__) + fl_draw("dB", x_origin - 13, y_origin + height / 2 + 2); +#else + fl_draw("dB", x_origin - 13, y_origin + height / 2 + 3); +#endif + for (int n = 1; n <= num_of_ticks; n++) { + tick_pos = x_origin + n * tick_distance_px; + + fl_line(tick_pos, y_origin, tick_pos, y_origin + 3); + fl_line(tick_pos, y_origin + height - 1, tick_pos, y_origin + height - 4); + + snprintf(dB_val, sizeof(dB_val), "%d", (int)min_value + n * tick_distance_dB); + +#if defined(__APPLE__) + fl_draw(dB_val, tick_pos - 5, y_origin + height / 2 + 2); +#else + fl_draw(dB_val, tick_pos - 5, y_origin + height / 2 + 3); +#endif + } +} diff --git a/src/FLTK/Fl_vu_meter.h b/src/FLTK/Fl_vu_meter.h new file mode 100644 index 0000000..74aafd2 --- /dev/null +++ b/src/FLTK/Fl_vu_meter.h @@ -0,0 +1,42 @@ +#ifndef FL_VU_METER_H +#define FL_VU_METER_H +#include +#include +#include +#include +#include +#include +#include + +class VUMeter : public Fl_Group { + public: + float left_dB, right_dB; + + private: + float left_peak_dB, right_peak_dB; + float min_value, max_value; + int channel_height; + int width, height; + int peak_bar_width; + int vu_end_xpos; + int x_origin, y_origin; + int left_chan_y1, left_chan_y2; + int right_chan_y1, right_chan_y2; + int tick_distance_dB; + int tick_distance_px; + int num_of_ticks; + Fl_Color solid_red; + Fl_Color solid_green; + Fl_Color solid_yellow; + + Fl_Color bg_color; + + public: + VUMeter(int X, int Y, int W, int H, const char *L = 0); + + void value(float left, float right, float left_peak, float right_peak); + int dB_to_xpos(float dB); + void draw(); +}; + +#endif // FL_VU_METER_H diff --git a/src/FLTK/fl_callbacks.cpp b/src/FLTK/fl_callbacks.cpp new file mode 100644 index 0000000..fd47a80 --- /dev/null +++ b/src/FLTK/fl_callbacks.cpp @@ -0,0 +1,6466 @@ +// FLTK callback functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +#include +#include + +#include +#include +#include +#include +#include + +#ifdef WIN32 +#define usleep(us) Sleep(us / 1000) +#include "tray_agent.h" +#else +#include +#endif + +#include +#include +#include + +#include + +#include "gettext.h" +#include "config.h" + +#include "FL/Fl_My_Native_File_Chooser.H" +// #include +// #define Fl_My_Native_File_Chooser Fl_Native_File_Chooser + +#include "cfg.h" +#include "butt.h" +#include "port_audio.h" +#include "port_midi.h" +#include "timer.h" +#include "shoutcast.h" +#include "icecast.h" +#include "webrtc.h" +#include "lame_encode.h" +#include "opus_encode.h" +#include "fl_callbacks.h" +#include "strfuncs.h" +#include "flgui.h" +#include "util.h" +#include "fl_timer_funcs.h" +#include "fl_funcs.h" +#include "update.h" +#include "command.h" +#include "url.h" +#include "atom.h" +#ifdef WITH_RADIOCO +#include "radioco.h" +#include "oauth.h" +#endif + +flgui *fl_g; +int display_info = STREAM_TIME; + +pthread_t pt_connect_detached; + +ATOM_NEW_INT(is_updating_song, 0); + +int ask_user = 0; +void *connect_thread(void *data) +{ + int ret; + int (*xc_connect)() = NULL; + + if (cfg.srv[cfg.selected_srv]->type == ICECAST) { + xc_connect = &ic_connect; + } +#ifdef HAVE_LIBDATACHANNEL + else if (cfg.srv[cfg.selected_srv]->type == WEBRTC) { + xc_connect = &webrtc_connect; + } +#endif + else { //(cfg.srv[cfg.selected_srv]->type == SHOUTCAST) + xc_connect = &sc_connect; + } + + // try to connect as long as xc_connect returns non-zero and try_to_connect == 1 + while (((ret = xc_connect()) != IC_OK) && (try_to_connect == 1)) { // xc_connect returns 0 when connected + // Stop connecting in case of a fatal error + if (ret == IC_ABORT) { + try_to_connect = 0; + break; + } + if (ret == IC_ASK) { + ask_user = 1; + while (ask_user_get_has_clicked() != 1) { + usleep(100 * 1000); // 100 ms + } + + if (ask_user_get_answer() == IC_ABORT) { + try_to_connect = 0; + ask_user_reset(); + break; + } + ask_user_reset(); + } + + usleep(100 * 1000); // 100ms + } + + // Reset display + if (recording == 0 && try_to_connect == 0) { + // Make sure this code runs on main thread (async) + Fl::awake([](void *) -> void { + fl_g->lcd->clear(); + fl_g->lcd->print((const uchar *)_("idle"), strlen(_("idle"))); + fl_g->sponsor_logo->show(); + fl_g->sponsor_logo->redraw(); + }); + } + else { + try_to_connect = 0; + } + + // Detach thread (free ressources) because no one will call pthread_join() on it + pthread_detach(pthread_self()); + + return NULL; +} + +// Print "Connecting..." on the LCD as long as we are trying to connect +void print_connecting_timeout(void *) +{ + static int dummy = 0; + + if (try_to_connect == 1) { + if (dummy == 0) { + print_lcd(_("connecting"), strlen(_("connecting")), 0, 1); + dummy++; + } + else if (dummy <= 3) { + print_lcd(".", 1, 0, 0); + dummy++; + } + else if (dummy > 3) { + dummy = 0; + } + else { + dummy++; + } + + Fl::repeat_timeout(0.25, &print_connecting_timeout); + } + else { + dummy = 0; + } +} + +void show_vu_tabs(void) +{ + fl_g->vu_tabs->show(); + fl_g->label_volume->hide(); +} +void hide_vu_tabs(void) +{ + fl_g->vu_tabs->hide(); + fl_g->label_volume->show(); +} + +void button_connect_cb(void) +{ + char text_buf[256]; + int codec_samplerate = 0; + + if (connected || try_to_connect) { + goto not_connected; + } + + if (cfg.main.num_of_srv < 1) { + print_info(_("Error: No server entry found.\nPlease add a server in the settings-window."), 1); + goto not_connected; + } + + if (!strcmp(cfg.audio.codec, "ogg") && (cfg.audio.bitrate < 48)) { + print_info(_("Error: ogg vorbis encoder doesn't support bitrates\n" + "lower than 48kbit"), + 1); + goto not_connected; + } + + if (cfg.srv[cfg.selected_srv]->type == SHOUTCAST) { + if ((!strcmp(cfg.audio.codec, "ogg")) || (!strcmp(cfg.audio.codec, "opus"))) { + snprintf(text_buf, sizeof(text_buf), _("Warning: %s is not supported by every Shoutcast version"), cfg.audio.codec); + print_info(text_buf, 1); + } + if (!strcmp(cfg.audio.codec, "flac")) { + print_info(_("Error: FLAC is not supported by ShoutCast"), 1); + goto not_connected; + } + } + + if (cfg.srv[cfg.selected_srv]->type == RADIOCO) { + if ((strcmp(cfg.audio.codec, "mp3")) && (strcmp(cfg.audio.codec, "aac"))) { + snprintf(text_buf, sizeof(text_buf), _("Error: Radio.co supports only mp3 and aac")); + print_info(text_buf, 1); + goto not_connected; + } + } + + if (cfg.srv[cfg.selected_srv]->type == WEBRTC) { + if (strcmp(cfg.audio.codec, "opus")) { + snprintf(text_buf, sizeof(text_buf), _("Error: WebRTC only supports opus")); + print_info(text_buf, 1); + return; + } + } + + if (cfg.srv[cfg.selected_srv]->type == WEBRTC) { + snprintf(text_buf, sizeof(text_buf), _("Connecting to %s via %s ..."), cfg.srv[cfg.selected_srv]->webrtc_whip, cfg.srv[cfg.selected_srv]->webrtc_ice); + } + else if (cfg.srv[cfg.selected_srv]->type == ICECAST) { + snprintf(text_buf, sizeof(text_buf), _("Connecting to %s:%u ..."), cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port); + } + else { + snprintf(text_buf, sizeof(text_buf), _("Connecting to %s:%u (%u) ..."), cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port + 1, + cfg.srv[cfg.selected_srv]->port); + } + + print_info(text_buf, 0); + + // Clear libsamplerate state + snd_reset_samplerate_conv(SND_STREAM); + + try_to_connect = 1; + if (pthread_create(&pt_connect_detached, NULL, connect_thread, NULL) != 0) { + print_info("Fatal error: Could not launch connect thread. Please restart BUTT", 1); + try_to_connect = 0; + goto not_connected; + } + Fl::add_timeout(0, &print_connecting_timeout); + + while (try_to_connect) { + if (ask_user == 1) { + ask_user_ask(); + ask_user = 0; + } + + usleep(10000); // 10 ms + Fl::wait(0); // update gui and parse user events + } + + if (!connected) { + goto not_connected; + } + + // we have to make sure that the first audio data + // the server sees are the ogg headers + if (!strcmp(cfg.audio.codec, "ogg")) { + vorbis_stream.header_written = 0; + vorbis_enc_write_header(&vorbis_stream); + codec_samplerate = vorbis_enc_get_samplerate(&vorbis_stream); + } + + if (!strcmp(cfg.audio.codec, "opus")) { + opus_enc_write_header(&opus_stream); + codec_samplerate = opus_enc_get_samplerate(&opus_stream); + } + + // Reset the internal flac frame counter to zero to + // make sure that the header is sent to the server upon next connect + if (!strcmp(cfg.audio.codec, "flac")) { + flac_enc_reinit(&flac_stream); + codec_samplerate = flac_enc_get_samplerate(&flac_stream); + } + + if (!strcmp(cfg.audio.codec, "mp3")) { + codec_samplerate = lame_enc_get_samplerate(&lame_stream); + } + +#ifdef HAVE_LIBFDK_AAC + if (!strcmp(cfg.audio.codec, "aac")) { + codec_samplerate = aac_enc_get_samplerate(&aac_stream); + } +#endif + + char bitrate_str[32]; + if (strcmp(cfg.audio.codec, "flac") == 0) { + snprintf(bitrate_str, sizeof(bitrate_str), "-"); + } + else { + snprintf(bitrate_str, sizeof(bitrate_str), "%dkbps", cfg.audio.bitrate); + } + + char server_type[32]; + switch (cfg.srv[cfg.selected_srv]->type) { + case ICECAST: + snprintf(server_type, sizeof(server_type), "Icecast"); + break; + case SHOUTCAST: + snprintf(server_type, sizeof(server_type), "Shoutcast"); + break; + case RADIOCO: + snprintf(server_type, sizeof(server_type), "Radio.co"); + break; + case WEBRTC: + snprintf(server_type, sizeof(server_type), "WebRTC"); + break; + default: + snprintf(server_type, sizeof(server_type), "Unknown"); + break; + } + + char samplerate_text[32]; + if (cfg.audio.samplerate == codec_samplerate) { + snprintf(samplerate_text, sizeof(samplerate_text), "%dHz", cfg.audio.samplerate); + } + else { + snprintf(samplerate_text, sizeof(samplerate_text), "%dHz -> %dHz", cfg.audio.samplerate, codec_samplerate); + } + + print_info(_("Connection established"), 0); + snprintf(text_buf, sizeof(text_buf), + "Settings:\n" + "Type:\t\t%s\n" + "Codec:\t\t%s\n" + "Bitrate:\t%s\n" + "Samplerate:\t%s\n", + server_type, cfg.audio.codec, bitrate_str, samplerate_text); + + if (cfg.srv[cfg.selected_srv]->type == ICECAST) { + snprintf(text_buf + strlen(text_buf), sizeof(text_buf) - strlen(text_buf), + "Mountpoint:\t%s\n" + "User:\t\t%s\n" + "SSL/TLS:\t%s\n", + cfg.srv[cfg.selected_srv]->mount, cfg.srv[cfg.selected_srv]->usr, cfg.srv[cfg.selected_srv]->tls == 0 ? _("no") : _("yes")); + } + snprintf(text_buf + strlen(text_buf), sizeof(text_buf) - strlen(text_buf), _("Device 1:\t%s\n"), cfg.audio.dev_name); + snprintf(text_buf + strlen(text_buf), sizeof(text_buf) - strlen(text_buf), _("Device 2:\t%s\n"), cfg.audio.dev2_name); + print_info(text_buf, 0); + + static int called_from_connect_cb = 1; + if (!cfg.main.song_update && !cfg.main.app_update) { + Fl::add_timeout(cfg.main.song_delay, &update_song, &called_from_connect_cb); + } + + deactivate_stream_ui_elements(); + + pa_new_frames = 0; + + // Just in case the record routine started a check_time timeout + // already + static int reset = 1; + Fl::remove_timeout(&display_info_timer); + Fl::add_timeout(0.1, &display_info_timer, &reset); + + Fl::remove_timeout(&is_connected_timer); + Fl::add_timeout(0.5, &is_connected_timer); + + if (cfg.main.song_update_url_active) { + Fl::remove_timeout(&song_url_timer); + Fl::add_timeout(cfg.main.song_update_url_interval, &song_url_timer); + } + + if (cfg.gui.show_listeners) { + Fl::remove_timeout(&request_listener_count_timer); + Fl::add_timeout(0.5, &request_listener_count_timer, &reset); + } + + if (cfg.main.song_update) { + Fl::remove_timeout(&songfile_timer); + Fl::add_timeout(0.5, &songfile_timer, &reset); + } + + if (cfg.main.app_update) { + current_track_app = getCurrentTrackFunctionFromId(cfg.main.app_update_service); + Fl::remove_timeout(&app_timer); + Fl::add_timeout(0.5, &app_timer, &reset); + } + + reset_stream_silence_detection_timer(); + + snd_start_streaming_thread(); + + if (cfg.rec.start_rec && !recording) { + button_record_cb(false); + } + + if (strlen(cfg.gui.window_title) == 0) { + snprintf(text_buf, sizeof(text_buf), _("Connected to: %s"), cfg.srv[cfg.selected_srv]->name); + fl_g->window_main->label(text_buf); + } + + fl_g->button_connect->color(fl_rgb_color(12, 179, 0)); + fl_g->button_connect->redraw(); + + display_info = cfg.gui.default_stream_info; + +#ifdef WIN32 + if (tray_agent_is_running(NULL) == 1) { + tray_agent_send_cmd(TA_CONNECT_STATE); + } +#endif + + return; + +not_connected: + reset_stream_signal_detection_timer(); + return; +} + +void button_cfg_cb(void) +{ + if (fl_g->window_cfg->shown()) { + fl_g->window_cfg->hide(); + Fl::remove_timeout(&cfg_win_pos_timer); + } + else { +#ifdef WIN32 + fl_g->window_cfg->position(fl_g->window_main->x() + fl_g->window_main->w() + 0, fl_g->window_main->y()); +#else + fl_g->window_cfg->position(fl_g->window_main->x() + fl_g->window_main->w(), fl_g->window_main->y()); +#endif + fl_g->window_cfg->show(); + fill_cfg_widgets(); + + if (cfg.gui.attach) { + Fl::add_timeout(0.1, &cfg_win_pos_timer); + } + } +} + +void button_mixer_cb(void) +{ + if (fl_g->window_mixer->shown()) { + fl_g->window_mixer->hide(); + } + else { +#ifdef WIN32 + fl_g->window_mixer->position(fl_g->window_main->x() - fl_g->window_mixer->w() + 0, fl_g->window_main->y()); +#else + fl_g->window_mixer->position(fl_g->window_main->x() - fl_g->window_mixer->w(), fl_g->window_main->y()); +#endif + fl_g->window_mixer->show(); + } +} + +// add new server +void button_add_srv_add_cb(void) +{ + int i, j, k; + int server_exists; + +#ifdef WITH_RADIOCO + if (fl_g->radio_add_srv_radioco->value()) { + if (fl_g->browser_add_srv_station_list->nchecked() == 0) { + return; + } + + radioco_stations_t stations; + radioco_get_station_list(&stations); + for (i = 0; i < stations.num_of_stations; i++) { + if (fl_g->browser_add_srv_station_list->checked(i + 1) == 0) { + continue; + } + + server_exists = 0; + // check if the name already exists + for (j = 0; j < cfg.main.num_of_srv; j++) { + if (!strcmp(stations.name[i], cfg.srv[j]->name)) { + server_exists = 1; + break; + } + } + if (server_exists == 1) { + // Update server credentials + cfg.srv[j]->addr = (char *)realloc(cfg.srv[j]->addr, strlen(stations.host[i]) + 1); + strcpy(cfg.srv[j]->addr, stations.host[i]); + + cfg.srv[j]->pwd = (char *)realloc(cfg.srv[j]->pwd, strlen(stations.password[i]) + 1); + strcpy(cfg.srv[j]->pwd, stations.password[i]); + + cfg.srv[j]->port = stations.port[i]; + continue; + } + + k = cfg.main.num_of_srv; + cfg.main.num_of_srv++; + + cfg.srv = (server_t **)realloc(cfg.srv, cfg.main.num_of_srv * sizeof(server_t *)); + cfg.srv[k] = (server_t *)malloc(sizeof(server_t)); + memset(cfg.srv[k], 0, sizeof(server_t)); + + cfg.srv[k]->name = (char *)malloc(strlen(stations.name[i]) + 1); + strcpy(cfg.srv[k]->name, stations.name[i]); + strrpl(&cfg.srv[k]->name, (char *)"[", (char *)"", MODE_ALL); + strrpl(&cfg.srv[k]->name, (char *)"]", (char *)"", MODE_ALL); + strrpl(&cfg.srv[k]->name, (char *)"/", (char *)"", MODE_ALL); + strrpl(&cfg.srv[k]->name, (char *)"\\", (char *)"", MODE_ALL); + strrpl(&cfg.srv[k]->name, (char *)";", (char *)"", MODE_ALL); + + cfg.srv[k]->addr = (char *)malloc(strlen(stations.host[i]) + 1); + strcpy(cfg.srv[k]->addr, stations.host[i]); + + cfg.srv[k]->pwd = (char *)malloc(strlen(stations.password[i]) + 1); + strcpy(cfg.srv[k]->pwd, stations.password[i]); + + cfg.srv[k]->port = stations.port[i]; + cfg.srv[k]->type = RADIOCO; + + if (cfg.main.num_of_srv > 1) { + cfg.main.srv_ent = (char *)realloc(cfg.main.srv_ent, strlen(cfg.main.srv_ent) + strlen(cfg.srv[k]->name) + 2); + sprintf(cfg.main.srv_ent + strlen(cfg.main.srv_ent), ";%s", cfg.srv[k]->name); + cfg.main.srv = (char *)realloc(cfg.main.srv, strlen(cfg.srv[k]->name) + 1); + } + else { + cfg.main.srv_ent = (char *)malloc(strlen(cfg.srv[k]->name) + 1); + sprintf(cfg.main.srv_ent, "%s", cfg.srv[k]->name); + cfg.main.srv = (char *)malloc(strlen(cfg.srv[k]->name) + 1); + } + + fl_g->choice_cfg_act_srv->add(cfg.srv[k]->name); + fl_g->choice_cfg_act_srv->redraw(); + strcpy(cfg.main.srv, cfg.srv[k]->name); + fl_g->choice_cfg_act_srv->value(k); + } + + // Activate del and edit buttons + fl_g->button_cfg_edit_srv->activate(); + fl_g->button_cfg_del_srv->activate(); + + fl_g->choice_cfg_act_srv->activate(); + + // make last added server the active server + choice_cfg_act_srv_cb(); + + fl_g->browser_add_srv_station_list->clear(); + + fl_g->window_add_srv->hide(); + + return; + } +#endif + + // figure out current server type + int server_type; + if (fl_g->radio_add_srv_shoutcast->value()) { + server_type = SHOUTCAST; + } + if (fl_g->radio_add_srv_icecast->value()) { + server_type = ICECAST; + } + if (fl_g->radio_add_srv_webrtc->value()) { + server_type = WEBRTC; + } + + // error checking + const char *listener_url = fl_g->input_add_srv_listener_url->value(); + if (strlen(listener_url) > 0) { + if (strncmp(listener_url, "http://", strlen("http://")) != 0 && strncmp(listener_url, "https://", strlen("https://")) != 0) { + fl_alert(_("The custom listener URL must start with http:// or https://")); + return; + } + } + + if (server_type == ICECAST) { + if (strlen(fl_g->input_add_srv_mount->value()) == 0) { + fl_alert(_("No mountpoint specified\nSetting mountpoint to \"stream\"")); + fl_g->input_add_srv_mount->value("stream"); + } + if (strlen(fl_g->input_add_srv_usr->value()) == 0) { + fl_alert(_("No user specified\nSetting user to \"source\"")); + fl_g->input_add_srv_usr->value("source"); + } + } + + if (strlen(listener_url) > 0) { + if (strstr(listener_url, "/status-json.xsl") == NULL && strstr(listener_url, "/7.xsl") == NULL && // + strstr(listener_url, "/stats?sid") == NULL && strstr(listener_url, "/7.html") == NULL) { + fl_alert(_("Unsupported listener URL.\nThe listener URL must end with status-json.xsl, 7.xsl, 7.html or contain stats?sid")); + return; + } + } + + if (strlen(fl_g->input_add_srv_name->value()) == 0) { + fl_alert(_("No name specified")); + return; + } + if (cfg.main.srv_ent != NULL) { + if (strlen(fl_g->input_add_srv_name->value()) + strlen(cfg.main.srv_ent) > 1000) { + fl_alert(_("The number of characters of all your server names exeeds 1000\n" + "Please reduce the number of characters of each server name")); + return; + } + } + if (strpbrk(fl_g->input_add_srv_name->value(), "[];\\/\n\r") != NULL) { + fl_alert(_("Newline characters and [];/\\ are not allowed within the server name")); + return; + } + + if (server_type != WEBRTC) { + if (strlen(fl_g->input_add_srv_addr->value()) == 0) { + fl_alert(_("No address specified")); + return; + } + if (strlen(fl_g->input_add_srv_pwd->value()) == 0) { + fl_alert(_("No password specified")); + return; + } + if (strlen(fl_g->input_add_srv_port->value()) == 0) { + fl_alert(_("No port specified")); + return; + } + else if ((atoi(fl_g->input_add_srv_port->value()) > 65535) || (atoi(fl_g->input_add_srv_port->value()) < 1)) { + fl_alert(_("Invalid port number\nThe port number must be between 1 and 65535")); + return; + } + } + if (server_type == WEBRTC) { + // TODO: validate that the ICE server URL is a valid format for rtcCreatePeerConnection() in libdatachannel + if (strlen(fl_g->input_webrtc_whip_url->value()) == 0) { + fl_alert(_("No WHIP URL specified")); + return; + } + // TODO: validate that the WHIP URL is in valid URL format + } + + // check if the name already exists + for (i = 0; i < cfg.main.num_of_srv; i++) { + if (!strcmp(fl_g->input_add_srv_name->value(), cfg.srv[i]->name)) { + fl_alert(_("Server name already exist!")); + return; + } + } + + i = cfg.main.num_of_srv; + cfg.main.num_of_srv++; + + cfg.srv = (server_t **)realloc(cfg.srv, cfg.main.num_of_srv * sizeof(server_t *)); + cfg.srv[i] = (server_t *)malloc(sizeof(server_t)); + memset(cfg.srv[i], 0, sizeof(server_t)); + + cfg.srv[i]->name = (char *)malloc(strlen(fl_g->input_add_srv_name->value()) + 1); + strcpy(cfg.srv[i]->name, fl_g->input_add_srv_name->value()); + + cfg.srv[i]->type = server_type; + if (server_type != WEBRTC) { + cfg.srv[i]->addr = (char *)malloc(strlen(fl_g->input_add_srv_addr->value()) + 1); + strcpy(cfg.srv[i]->addr, fl_g->input_add_srv_addr->value()); + + // strip leading http:// from addr + strrpl(&cfg.srv[i]->addr, (char *)"http://", (char *)"", MODE_ALL); + strrpl(&cfg.srv[i]->addr, (char *)"https://", (char *)"", MODE_ALL); + + cfg.srv[i]->pwd = (char *)malloc(strlen(fl_g->input_add_srv_pwd->value()) + 1); + strcpy(cfg.srv[i]->pwd, fl_g->input_add_srv_pwd->value()); + + cfg.srv[i]->port = atoi(fl_g->input_add_srv_port->value()); + + if (strlen(fl_g->input_add_srv_listener_url->value()) > 0) { + cfg.srv[i]->custom_listener_url = (char *)malloc(strlen(fl_g->input_add_srv_listener_url->value()) + 1); + strcpy(cfg.srv[i]->custom_listener_url, fl_g->input_add_srv_listener_url->value()); + } + + if (strlen(fl_g->input_add_srv_listener_mount->value()) > 0) { + cfg.srv[i]->custom_listener_mount = (char *)malloc(strlen(fl_g->input_add_srv_listener_mount->value()) + 1); + strcpy(cfg.srv[i]->custom_listener_mount, fl_g->input_add_srv_listener_mount->value()); + } + } + else { // WEBRTC + if (strlen(fl_g->input_webrtc_icesrv_url->value()) > 0) { + cfg.srv[i]->webrtc_ice = (char *)malloc(strlen(fl_g->input_webrtc_icesrv_url->value()) + 1); + strcpy(cfg.srv[i]->webrtc_ice, fl_g->input_webrtc_icesrv_url->value()); + } + + cfg.srv[i]->webrtc_whip = (char *)malloc(strlen(fl_g->input_webrtc_whip_url->value()) + 1); + strcpy(cfg.srv[i]->webrtc_whip, fl_g->input_webrtc_whip_url->value()); + + if (strlen(fl_g->input_webrtc_auth_token->value()) > 0) { + cfg.srv[i]->webrtc_auth = (char *)malloc(strlen(fl_g->input_webrtc_auth_token->value()) + 1); + strcpy(cfg.srv[i]->webrtc_auth, fl_g->input_webrtc_auth_token->value()); + } + } + + if (server_type == ICECAST) { + cfg.srv[i]->mount = (char *)malloc(strlen(fl_g->input_add_srv_mount->value()) + 1); + strcpy(cfg.srv[i]->mount, fl_g->input_add_srv_mount->value()); + + cfg.srv[i]->usr = (char *)malloc(strlen(fl_g->input_add_srv_usr->value()) + 1); + strcpy(cfg.srv[i]->usr, fl_g->input_add_srv_usr->value()); + + cfg.srv[i]->icecast_protocol = fl_g->check_add_srv_protocol->value(); + } + + cfg.srv[i]->tls = fl_g->check_add_srv_tls->value(); + + if (cfg.main.num_of_srv > 1) { + cfg.main.srv_ent = (char *)realloc(cfg.main.srv_ent, strlen(cfg.main.srv_ent) + strlen(cfg.srv[i]->name) + 2); + sprintf(cfg.main.srv_ent + strlen(cfg.main.srv_ent), ";%s", cfg.srv[i]->name); + cfg.main.srv = (char *)realloc(cfg.main.srv, strlen(cfg.srv[i]->name) + 1); + } + else { + cfg.main.srv_ent = (char *)malloc(strlen(cfg.srv[i]->name) + 1); + sprintf(cfg.main.srv_ent, "%s", cfg.srv[i]->name); + cfg.main.srv = (char *)malloc(strlen(cfg.srv[i]->name) + 1); + } + strcpy(cfg.main.srv, cfg.srv[i]->name); + + // reset the input fields and hide the window + fl_g->input_add_srv_name->value(""); + fl_g->input_add_srv_addr->value(""); + fl_g->input_add_srv_port->value(""); + fl_g->input_add_srv_pwd->value(""); + fl_g->input_add_srv_mount->value(""); + fl_g->input_add_srv_usr->value(""); + fl_g->window_add_srv->hide(); + fl_g->check_add_srv_tls->value(0); + fl_g->check_add_srv_protocol->value(ICECAST_PROTOCOL_PUT); + fl_g->input_webrtc_icesrv_url->value(""); + fl_g->input_webrtc_whip_url->value(""); + fl_g->input_webrtc_auth_token->value(""); + fl_g->input_add_srv_listener_url->value(""); + fl_g->input_add_srv_listener_mount->value(""); + + fl_g->choice_cfg_act_srv->add(cfg.srv[i]->name); + fl_g->choice_cfg_act_srv->redraw(); + + // Activate del and edit buttons + fl_g->button_cfg_edit_srv->activate(); + fl_g->button_cfg_del_srv->activate(); + + fl_g->choice_cfg_act_srv->activate(); + + // make added server the active server + fl_g->choice_cfg_act_srv->value(i); + choice_cfg_act_srv_cb(); +} + +void button_cfg_del_srv_cb(void) +{ + int i; + int diff; + + if (cfg.main.num_of_srv == 0) { + return; + } + + if (cfg.srv[cfg.selected_srv]->name != NULL) { + free(cfg.srv[cfg.selected_srv]->name); + } + + if (cfg.srv[cfg.selected_srv]->addr != NULL) { + free(cfg.srv[cfg.selected_srv]->addr); + } + + diff = cfg.main.num_of_srv - 1 - cfg.selected_srv; + for (i = 0; i < diff; i++) { + memcpy(cfg.srv[cfg.selected_srv + i], cfg.srv[cfg.selected_srv + i + 1], sizeof(server_t)); + } + + free(cfg.srv[cfg.main.num_of_srv - 1]); + + cfg.main.num_of_srv--; + + // rearrange the string that contains all server names + memset(cfg.main.srv_ent, 0, strlen(cfg.main.srv_ent)); + for (i = 0; i < (int)cfg.main.num_of_srv; i++) { + strcat(cfg.main.srv_ent, cfg.srv[i]->name); + + // the last entry doesn't have a trailing seperator ";" + if (i < (int)cfg.main.num_of_srv - 1) { + strcat(cfg.main.srv_ent, ";"); + } + } + + fl_g->choice_cfg_act_srv->remove(cfg.selected_srv); + fl_g->choice_cfg_act_srv->redraw(); // Yes we need this :-( + + if (cfg.main.num_of_srv == 0) { + fl_g->button_cfg_edit_srv->deactivate(); + fl_g->button_cfg_del_srv->deactivate(); + fl_g->choice_cfg_act_srv->deactivate(); + free(cfg.main.srv); + } + + if (cfg.selected_srv > 0) { + cfg.selected_srv--; + } + else { + cfg.selected_srv = 0; + } + + if (cfg.main.num_of_srv > 0) { + fl_g->choice_cfg_act_srv->value(cfg.selected_srv); + choice_cfg_act_srv_cb(); + } +} + +void button_cfg_del_icy_cb(void) +{ + int i; + int diff; + + if (cfg.main.num_of_icy == 0) { + return; + } + + if (cfg.icy[cfg.selected_icy]->name != NULL) { + free(cfg.icy[cfg.selected_icy]->name); + } + + if (cfg.icy[cfg.selected_icy]->genre != NULL) { + free(cfg.icy[cfg.selected_icy]->genre); + } + + if (cfg.icy[cfg.selected_icy]->url != NULL) { + free(cfg.icy[cfg.selected_icy]->url); + } + + if (cfg.icy[cfg.selected_icy]->irc != NULL) { + free(cfg.icy[cfg.selected_icy]->irc); + } + + if (cfg.icy[cfg.selected_icy]->icq != NULL) { + free(cfg.icy[cfg.selected_icy]->icq); + } + + if (cfg.icy[cfg.selected_icy]->aim != NULL) { + free(cfg.icy[cfg.selected_icy]->aim); + } + + if (cfg.icy[cfg.selected_icy]->pub != NULL) { + free(cfg.icy[cfg.selected_icy]->pub); + } + + diff = cfg.main.num_of_icy - 1 - cfg.selected_icy; + for (i = 0; i < diff; i++) { + memcpy(cfg.icy[cfg.selected_icy + i], cfg.icy[cfg.selected_icy + i + 1], sizeof(icy_t)); + } + + free(cfg.icy[cfg.main.num_of_icy - 1]); + + cfg.main.num_of_icy--; + + // recreate the string that contains all ICY names + memset(cfg.main.icy_ent, 0, strlen(cfg.main.icy_ent)); + for (i = 0; i < (int)cfg.main.num_of_icy; i++) { + strcat(cfg.main.icy_ent, cfg.icy[i]->name); + + // do not add a trailing seperator ";" to the last entry + if (i < (int)cfg.main.num_of_icy - 1) { + strcat(cfg.main.icy_ent, ";"); + } + } + + fl_g->choice_cfg_act_icy->remove(cfg.selected_icy); + fl_g->choice_cfg_act_icy->redraw(); + + if (cfg.main.num_of_icy == 0) { + fl_g->button_cfg_edit_icy->deactivate(); + fl_g->button_cfg_del_icy->deactivate(); + fl_g->choice_cfg_act_icy->deactivate(); + free(cfg.main.icy); + } + + if (cfg.selected_icy > 0) { + cfg.selected_icy--; + } + else { + cfg.selected_icy = 0; + } + + if (cfg.main.num_of_icy > 0) { + fl_g->choice_cfg_act_icy->value(cfg.selected_icy); + choice_cfg_act_icy_cb(); + } +} + +void button_disconnect_cb(bool ask) +{ + fl_g->label_current_listeners->hide(); + + if (!connected && recording) { + stop_recording(ask); // true = ask user if recording shall be stopped + } + + if (connected && recording && cfg.rec.stop_rec) { + stop_recording(false); // false = do not ask user + } + + if (!recording) { + fl_g->lcd->clear(); + fl_g->lcd->print((const uchar *)_("idle"), strlen(_("idle"))); + fl_g->sponsor_logo->show(); + fl_g->sponsor_logo->redraw(); + } + + // We are not trying to connect anymore + try_to_connect = 0; + disconnect = 1; + + reset_stream_signal_detection_timer(); + + activate_stream_ui_elements(); + + if (!recording) { + Fl::remove_timeout(&display_info_timer); + } + else { + display_info = REC_TIME; + } + + Fl::remove_timeout(&songfile_timer); + Fl::remove_timeout(&app_timer); + Fl::remove_timeout(&is_connected_timer); + Fl::remove_timeout(&reconnect_timer); + Fl::remove_timeout(&song_url_timer); + + if (connected) { + Fl::remove_timeout(&stream_silence_timer); + snd_stop_streaming_thread(); + + if (cfg.srv[cfg.selected_srv]->type == ICECAST) { + ic_disconnect(); + } +#ifdef HAVE_LIBDATACHANNEL + else if (cfg.srv[cfg.selected_srv]->type == WEBRTC) { + webrtc_disconnect(); + } +#endif + else { + sc_disconnect(); + } + + if (strlen(cfg.gui.window_title) == 0) { + fl_g->window_main->label(PACKAGE_STRING); + } + +#ifdef WIN32 + if (tray_agent_is_running(NULL) == 1) { + tray_agent_send_cmd(TA_CONNECT_STATE); + } +#endif + } + + fl_g->button_connect->color(FL_BACKGROUND_COLOR); + fl_g->button_connect->redraw(); + + disconnect = 0; +} + +bool stop_recording(bool ask) +{ + if (!recording) { + return false; + } + + if (ask == true) { + int rc = 0; + rc = fl_choice(_("stop recording?"), _("No"), _("Yes"), NULL); + if (rc == 0) // if NO pressed + return false; + } + + Fl::remove_timeout(&record_silence_timer); + snd_stop_recording_thread(); + + activate_rec_ui_elements(); + if (!connected) { + fl_g->lcd->clear(); + fl_g->lcd->print((const uchar *)_("idle"), strlen(_("idle"))); + fl_g->sponsor_logo->show(); + fl_g->sponsor_logo->redraw(); + Fl::remove_timeout(&display_info_timer); + } + else if (display_info == REC_TIME || display_info == REC_DATA) { + display_info = cfg.gui.default_stream_info; + } + + reset_record_signal_detection_timer(); + + fl_g->button_record->color(FL_BACKGROUND_COLOR); + fl_g->button_record->redraw(); + + return true; +} + +void button_record_cb(bool ask) +{ + char mode[4]; + int rc; + + if (recording) { + stop_recording(true); + return; + } + + if (strlen(cfg.rec.filename) == 0) { + fl_alert(_("No recording filename specified")); + goto not_recording; + } + + if (eval_record_path(0) != 0) { + goto not_recording; + } + + // check if the file already exists + if ((cfg.rec.overwrite_files == false) && (ask == true) && (fl_access(cfg.rec.path, F_OK)) == 0) { + rc = fl_choice(_("%s already exists!"), _("overwrite"), _("cancel"), _("append"), cfg.rec.path); + switch (rc) { + case 0: // overwrite pressed + strcpy(mode, "wb+"); + break; + case 1: // cancel pressed + fl_alert(_("Recording canceled")); + return; + break; + case 2: // append pressed + strcpy(mode, "ab"); + } + } + else { // selected file doesn't exist yet + strcpy(mode, "wb+"); + } + + if ((cfg.rec.fd = fl_fopen(cfg.rec.path, mode)) == NULL) { + fl_alert(_("Could not open:\n%s"), cfg.rec.path); + goto not_recording; + } + + timer_init(&rec_timer, 1.0); + timer_start(&rec_timer); + + // Clear libsamplerate state + snd_reset_samplerate_conv(SND_REC); + + // Allow the flac codec to access the file pointed to by cfg.rec.fd + if (!strcmp(cfg.rec.codec, "flac")) { + flac_enc_init(&flac_rec); + flac_enc_init_FILE(&flac_rec, cfg.rec.fd); + } + + // User may not change any record related audio settings while recording + deactivate_rec_ui_elements(); + + snd_start_recording_thread(); + + if (cfg.rec.split_time > 0) { + split_recording_file_timer(); + } + + reset_record_silence_detection_timer(); + Fl::remove_timeout(&record_signal_timer); + + if (!connected) { + display_info = REC_TIME; + Fl::add_timeout(0.1, &display_info_timer); + } + + fl_g->button_record->color(fl_rgb_color(255, 75, 75)); + fl_g->button_record->redraw(); + + return; + +not_recording: + reset_record_signal_detection_timer(); + return; +} + +void button_info_cb() +{ + if (!fl_g->info_visible) { + // Show info output... + + fl_g->window_main->size_range(fl_g->window_main->w(), 276, fl_g->window_main->w(), 0); + + if (cfg.gui.window_height > fl_g->info_output->y() + 10) { + fl_g->window_main->resize(fl_g->window_main->x(), fl_g->window_main->y(), fl_g->window_main->w(), cfg.gui.window_height); + } + else { + fl_g->window_main->resize(fl_g->window_main->x(), fl_g->window_main->y(), fl_g->window_main->w(), fl_g->info_output->y() + 190); + } + fl_g->info_output->show(); + fl_g->button_info->label(_("Hide log")); + fl_g->info_visible = 1; + } + else { + // Hide info output... + fl_g->window_main->size_range(fl_g->window_main->w(), fl_g->info_output->y() - 25, fl_g->window_main->w(), fl_g->info_output->y() - 25); + fl_g->info_output->hide(); + fl_g->window_main->resize(fl_g->window_main->x(), fl_g->window_main->y(), fl_g->window_main->w(), fl_g->info_output->y() - 25); + fl_g->button_info->label(_("Show log")); + fl_g->info_visible = 0; + } +} + +void choice_cfg_act_srv_cb(void) +{ + cfg.selected_srv = fl_g->choice_cfg_act_srv->value(); + + cfg.main.srv = (char *)realloc(cfg.main.srv, strlen(cfg.srv[cfg.selected_srv]->name) + 1); + + strcpy(cfg.main.srv, cfg.srv[cfg.selected_srv]->name); +} + +void choice_cfg_act_icy_cb(void) +{ + cfg.selected_icy = fl_g->choice_cfg_act_icy->value(); + + cfg.main.icy = (char *)realloc(cfg.main.icy, strlen(cfg.icy[cfg.selected_icy]->name) + 1); + + strcpy(cfg.main.icy, cfg.icy[cfg.selected_icy]->name); +} + +void button_cfg_add_srv_cb(void) +{ + fl_g->window_add_srv->label(_("Add Server")); + fl_g->radio_add_srv_shoutcast->setonly(); + fl_g->input_add_srv_mount->deactivate(); + fl_g->input_add_srv_usr->deactivate(); + + fl_g->check_add_srv_tls->deactivate(); + fl_g->frame_add_srv_tls->deactivate(); + fl_g->button_add_srv_revoke_cert->deactivate(); + fl_g->check_add_srv_protocol->show(); + fl_g->check_add_srv_protocol->deactivate(); + + fl_g->input_add_srv_pwd->input_type(FL_SECRET_INPUT); + fl_g->input_add_srv_pwd->redraw(); + fl_g->button_cfg_show_pw->label(_("Show")); + + fl_g->button_add_srv_save->hide(); + fl_g->button_add_srv_add->show(); + + fl_g->window_add_srv->position(fl_g->window_cfg->x(), fl_g->window_cfg->y()); + fl_g->input_add_srv_name->activate(); + fl_g->input_add_srv_name->take_focus(); + fl_g->window_add_srv->show(); + + fl_g->radio_add_srv_radioco->activate(); + + fl_g->input_add_srv_pwd->show(); + fl_g->input_add_srv_port->show(); + fl_g->input_add_srv_addr->show(); + fl_g->button_cfg_show_pw->show(); + fl_g->input_add_srv_mount->show(); + fl_g->input_add_srv_usr->show(); + fl_g->input_add_srv_listener_url->show(); + fl_g->input_add_srv_listener_mount->show(); + + fl_g->browser_add_srv_station_list->hide(); + fl_g->button_add_srv_get_stations->hide(); + fl_g->button_add_srv_select_all->hide(); + fl_g->button_add_srv_deselect_all->hide(); + + fl_g->input_webrtc_icesrv_url->hide(); + fl_g->input_webrtc_whip_url->hide(); + fl_g->input_webrtc_auth_token->hide(); +} + +void button_cfg_edit_srv_cb(void) +{ + char dummy[10]; + int srv; + + if (cfg.main.num_of_srv < 1) { + return; + } + + fl_g->window_add_srv->label(_("Edit Server")); + + srv = fl_g->choice_cfg_act_srv->value(); + + if (cfg.srv[srv]->type == RADIOCO) { + fl_message(_("Radio.co stations cannot be edited.")); + return; + } + + fl_g->input_add_srv_name->value(cfg.srv[srv]->name); + fl_g->input_add_srv_addr->value(cfg.srv[srv]->addr); + + if (cfg.srv[srv]->custom_listener_url != NULL) { + fl_g->input_add_srv_listener_url->value(cfg.srv[srv]->custom_listener_url); + } + + if (cfg.srv[srv]->custom_listener_mount != NULL) { + fl_g->input_add_srv_listener_mount->value(cfg.srv[srv]->custom_listener_mount); + } + + if (cfg.srv[srv]->type == SHOUTCAST) { + fl_g->radio_add_srv_shoutcast->setonly(); + radio_add_srv_shoutcast_cb(); + } + else if (cfg.srv[srv]->type == ICECAST) { + fl_g->radio_add_srv_icecast->setonly(); + radio_add_srv_icecast_cb(); + } + else if (cfg.srv[srv]->type == WEBRTC) { + fl_g->radio_add_srv_webrtc->setonly(); + radio_add_srv_webrtc_cb(); + } + + snprintf(dummy, 6, "%u", cfg.srv[srv]->port); + fl_g->input_add_srv_port->value(dummy); + fl_g->input_add_srv_pwd->value(cfg.srv[srv]->pwd); + + fl_g->input_add_srv_pwd->input_type(FL_SECRET_INPUT); + fl_g->input_add_srv_pwd->redraw(); + fl_g->button_cfg_show_pw->label(_("Show")); + + fl_g->radio_add_srv_radioco->deactivate(); + + if (cfg.srv[srv]->type == SHOUTCAST) { + fl_g->input_add_srv_mount->value(""); + fl_g->input_add_srv_mount->deactivate(); + fl_g->input_add_srv_usr->value(""); + fl_g->button_add_srv_revoke_cert->deactivate(); + } + else if (cfg.srv[srv]->type == ICECAST) { + fl_g->input_add_srv_mount->value(cfg.srv[srv]->mount); + fl_g->input_add_srv_usr->value(cfg.srv[srv]->usr); + + if ((cfg.srv[srv]->cert_hash != NULL) && (strlen(cfg.srv[srv]->cert_hash) == 64)) { + fl_g->button_add_srv_revoke_cert->activate(); + } + else { + fl_g->button_add_srv_revoke_cert->deactivate(); + } + } + else if (cfg.srv[srv]->type == WEBRTC) { + fl_g->input_add_srv_addr->value(""); + fl_g->input_add_srv_port->value(""); + fl_g->input_add_srv_pwd->value(""); + fl_g->input_add_srv_mount->value(""); + + if (cfg.srv[srv]->webrtc_ice != NULL) { + fl_g->input_webrtc_icesrv_url->value(cfg.srv[srv]->webrtc_ice); + } + + fl_g->input_webrtc_whip_url->value(cfg.srv[srv]->webrtc_whip); + + if (cfg.srv[srv]->webrtc_auth != NULL) { + fl_g->input_webrtc_auth_token->value(cfg.srv[srv]->webrtc_auth); + } + } + + fl_g->check_add_srv_tls->value(cfg.srv[srv]->tls); + fl_g->check_add_srv_protocol->value(cfg.srv[srv]->icecast_protocol); + + fl_g->input_add_srv_name->take_focus(); + + fl_g->button_add_srv_add->hide(); + fl_g->button_add_srv_save->show(); + + fl_g->window_add_srv->position(fl_g->window_cfg->x(), fl_g->window_cfg->y()); + fl_g->window_add_srv->show(); +} + +void button_cfg_add_icy_cb(void) +{ + fl_g->window_add_icy->label(_("Add Server Infos")); + + fl_g->button_add_icy_save->hide(); + fl_g->button_add_icy_add->show(); + fl_g->window_add_icy->position(fl_g->window_cfg->x(), fl_g->window_cfg->y()); + + // give the "name" input field the input focus + fl_g->input_add_icy_name->take_focus(); + + fl_g->window_add_icy->show(); +} + +void update_song(void *user_data) +{ + int prefix_len = 0; + int suffix_len = 0; + char text_buf[512]; + char song_buf[512]; + song_buf[0] = '\0'; + + int (*xc_update_song)(char *song_name) = NULL; + + int called_from_connect_cb; + if (user_data != NULL) { + called_from_connect_cb = *((int *)user_data); + } + else { + called_from_connect_cb = 0; + } + + if (!connected || cfg.main.song == NULL) { + return; + } + + if (cfg.srv[cfg.selected_srv]->type == WEBRTC) { + print_info(_("Song update failed: WebRTC does not support song names"), 0); + return; + } + + // Make sure that song update is not triggered from different places at the same time + if (atom_get_int(&is_updating_song) == 1) { + return; + } + atom_set_int(&is_updating_song, 1); + + if (cfg.main.song_prefix != NULL) { + prefix_len = strlen(cfg.main.song_prefix); + snprintf(song_buf, sizeof(song_buf), "%s", cfg.main.song_prefix); + } + + strncat(song_buf, cfg.main.song, sizeof(song_buf) - 1 - prefix_len); + + if (cfg.main.song_suffix != NULL) { + suffix_len = strlen(cfg.main.song_suffix); + strncat(song_buf, cfg.main.song_suffix, sizeof(song_buf) - 1 - prefix_len - suffix_len); + } + + if (!strcmp(cfg.audio.codec, "flac")) { + if (called_from_connect_cb == 0) { + flac_update_song_title(&flac_stream, song_buf); + } + else { + flac_set_initial_song_title(&flac_stream, song_buf); + } + } + + if (!strcmp(cfg.audio.codec, "opus")) { + opus_update_song_title(&opus_stream, song_buf); + } + + if (cfg.srv[cfg.selected_srv]->type == ICECAST) { + xc_update_song = &ic_update_song; + } + else { // if(cfg.srv[cfg.selected_srv]->type == SHOUTCAST) + xc_update_song = &sc_update_song; + } + + if (xc_update_song(song_buf) == 0) { + snprintf(text_buf, sizeof(text_buf), _("Updated songname to:\n%s\n"), song_buf); + + print_info(text_buf, 0); +#ifdef WIN32 + tray_agent_set_song(song_buf); + tray_agent_send_cmd(TA_SONG_UPDATE); +#endif + } + else { + print_info(_("Updating songname failed"), 1); + } + + atom_set_int(&is_updating_song, 0); +} + +void button_cfg_song_go_cb(void) +{ + cfg.main.song = (char *)realloc(cfg.main.song, strlen(fl_g->input_cfg_song->value()) + 1); + strcpy(cfg.main.song, fl_g->input_cfg_song->value()); + + Fl::add_timeout(cfg.main.song_delay, &update_song); + + // Set focus on the song input field and mark the whole text + fl_g->input_cfg_song->take_focus(); + fl_g->input_cfg_song->position(0); + fl_g->input_cfg_song->mark(fl_g->input_cfg_song->maximum_size()); +} + +void input_cfg_song_cb(void) +{ + if (strlen(fl_g->input_cfg_song->value()) == 0) { + if (cfg.main.song != NULL) { + free(cfg.main.song); + } + + cfg.main.song = NULL; + } +} + +void input_cfg_song_prefix_cb(void) +{ + if (strlen(fl_g->input_cfg_song_prefix->value()) == 0) { + if (cfg.main.song_prefix != NULL) { + free(cfg.main.song_prefix); + } + + cfg.main.song_prefix = NULL; + } + else { + cfg.main.song_prefix = (char *)realloc(cfg.main.song_prefix, strlen(fl_g->input_cfg_song_prefix->value()) + 1); + strcpy(cfg.main.song_prefix, fl_g->input_cfg_song_prefix->value()); + } +} +void input_cfg_song_suffix_cb(void) +{ + if (strlen(fl_g->input_cfg_song_suffix->value()) == 0) { + if (cfg.main.song_suffix != NULL) { + free(cfg.main.song_suffix); + } + + cfg.main.song_suffix = NULL; + } + else { + cfg.main.song_suffix = (char *)realloc(cfg.main.song_suffix, strlen(fl_g->input_cfg_song_suffix->value()) + 1); + strcpy(cfg.main.song_suffix, fl_g->input_cfg_song_suffix->value()); + } +} + +void input_cfg_buffer_cb(bool print_message) +{ + int ms; + char text_buf[256]; + + ms = fl_g->input_cfg_buffer->value(); + + if (ms < 1) { + return; + } + + cfg.audio.buffer_ms = ms; + snd_reopen_streams(); + + if (print_message) { + snprintf(text_buf, sizeof(text_buf), _("Audio buffer has been set to %d ms"), ms); + print_info(text_buf, 0); + } +} + +void choice_cfg_resample_mode_cb(void) +{ + cfg.audio.resample_mode = fl_g->choice_cfg_resample_mode->value(); + snd_reopen_streams(); + switch (cfg.audio.resample_mode) { + case SRC_SINC_BEST_QUALITY: + print_info("Changed resample quality to SINC_BEST_QUALITY", 0); + break; + case SRC_SINC_MEDIUM_QUALITY: + print_info("Changed resample quality to SINC_MEDIUM_QUALITY", 0); + break; + case SRC_SINC_FASTEST: + print_info("Changed resample quality to SINC_FASTEST", 0); + break; + case SRC_ZERO_ORDER_HOLD: + print_info("Changed resample quality to ZERO_ORDER_HOLD", 0); + break; + case SRC_LINEAR: + print_info("Changed resample quality to LINEAR", 0); + break; + default: + break; + } +} + +void radio_add_srv_shoutcast_cb(void) +{ + fl_g->input_add_srv_name->activate(); + + fl_g->input_add_srv_pwd->show(); + fl_g->input_add_srv_port->show(); + fl_g->input_add_srv_addr->show(); + fl_g->button_cfg_show_pw->show(); + + fl_g->input_add_srv_mount->show(); + fl_g->input_add_srv_usr->show(); + fl_g->input_add_srv_mount->deactivate(); + fl_g->input_add_srv_usr->deactivate(); + fl_g->input_add_srv_listener_url->show(); + fl_g->input_add_srv_listener_mount->show(); + fl_g->check_add_srv_tls->deactivate(); + fl_g->frame_add_srv_tls->deactivate(); + fl_g->check_add_srv_protocol->show(); + fl_g->check_add_srv_protocol->deactivate(); + + fl_g->browser_add_srv_station_list->hide(); + fl_g->button_add_srv_get_stations->hide(); + fl_g->button_add_srv_select_all->hide(); + fl_g->button_add_srv_deselect_all->hide(); + + fl_g->input_webrtc_icesrv_url->hide(); + fl_g->input_webrtc_whip_url->hide(); + fl_g->input_webrtc_auth_token->hide(); +} + +void radio_add_srv_icecast_cb(void) +{ + fl_g->input_add_srv_name->activate(); + + fl_g->input_add_srv_pwd->show(); + fl_g->input_add_srv_port->show(); + fl_g->input_add_srv_addr->show(); + fl_g->button_cfg_show_pw->show(); + fl_g->input_add_srv_mount->show(); + fl_g->input_add_srv_usr->show(); + fl_g->input_add_srv_listener_url->show(); + fl_g->input_add_srv_listener_mount->show(); + + fl_g->input_add_srv_mount->activate(); + fl_g->input_add_srv_usr->activate(); + + fl_g->input_add_srv_mount->value("stream"); + fl_g->input_add_srv_usr->value("source"); + +#ifdef HAVE_LIBSSL + fl_g->check_add_srv_tls->activate(); + fl_g->frame_add_srv_tls->activate(); +#else + fl_g->check_add_srv_tls->deactivate(); + fl_g->frame_add_srv_tls->deactivate(); +#endif + + fl_g->check_add_srv_protocol->show(); + fl_g->check_add_srv_protocol->activate(); + + fl_g->browser_add_srv_station_list->hide(); + fl_g->button_add_srv_get_stations->hide(); + fl_g->button_add_srv_select_all->hide(); + fl_g->button_add_srv_deselect_all->hide(); + + fl_g->input_webrtc_icesrv_url->hide(); + fl_g->input_webrtc_whip_url->hide(); + fl_g->input_webrtc_auth_token->hide(); +} + +void radio_add_srv_webrtc_cb(void) +{ + fl_g->input_add_srv_pwd->hide(); + fl_g->input_add_srv_port->hide(); + fl_g->input_add_srv_addr->hide(); + + fl_g->input_add_srv_mount->hide(); + fl_g->input_add_srv_usr->hide(); + fl_g->button_cfg_show_pw->hide(); + + fl_g->input_add_srv_name->activate(); + + fl_g->check_add_srv_tls->deactivate(); + fl_g->frame_add_srv_tls->deactivate(); + + fl_g->check_add_srv_protocol->hide(); + fl_g->check_add_srv_protocol->deactivate(); + + fl_g->browser_add_srv_station_list->hide(); + fl_g->button_add_srv_get_stations->hide(); + fl_g->button_add_srv_select_all->hide(); + fl_g->button_add_srv_deselect_all->hide(); + + fl_g->input_webrtc_icesrv_url->show(); + fl_g->input_webrtc_whip_url->show(); + fl_g->input_webrtc_auth_token->show(); + + fl_g->input_add_srv_listener_url->hide(); + fl_g->input_add_srv_listener_mount->hide(); +} + +void radio_add_srv_radioco_cb(void) +{ + fl_g->input_add_srv_pwd->hide(); + fl_g->input_add_srv_port->hide(); + fl_g->input_add_srv_addr->hide(); + + fl_g->input_add_srv_mount->hide(); + fl_g->input_add_srv_usr->hide(); + fl_g->button_cfg_show_pw->hide(); + + fl_g->input_add_srv_name->deactivate(); + + fl_g->check_add_srv_tls->deactivate(); + fl_g->frame_add_srv_tls->deactivate(); + + fl_g->check_add_srv_protocol->deactivate(); + + fl_g->browser_add_srv_station_list->show(); + fl_g->button_add_srv_get_stations->show(); + fl_g->button_add_srv_select_all->show(); + fl_g->button_add_srv_deselect_all->show(); + + fl_g->input_webrtc_icesrv_url->hide(); + fl_g->input_webrtc_whip_url->hide(); + fl_g->input_webrtc_auth_token->hide(); + + fl_g->input_add_srv_listener_url->hide(); + fl_g->input_add_srv_listener_mount->hide(); +} + +void button_add_srv_get_stations_cb(void) +{ +#ifdef WITH_RADIOCO + if (fl_choice(_("butt will open Radio.co in a new browser window.\n\n" + "Login to Radio.co and allow butt access to your account."), + _("Cancel"), _("OK"), NULL) == 0) { // Cancel + return; + } + + radioco_request_access(); + + Fl::add_timeout(1, &wait_for_radioco_timer); +#endif +} + +void button_add_srv_select_all_cb(void) +{ + fl_g->browser_add_srv_station_list->check_all(); +} +void button_add_srv_deselect_all_cb(void) +{ + fl_g->browser_add_srv_station_list->check_none(); +} + +void button_add_srv_show_pwd_cb(void) +{ + if (fl_g->input_add_srv_pwd->input_type() == FL_SECRET_INPUT) { + fl_g->input_add_srv_pwd->input_type(FL_NORMAL_INPUT); + fl_g->input_add_srv_pwd->redraw(); + fl_g->button_cfg_show_pw->label(_("Hide")); + } + else { + fl_g->input_add_srv_pwd->input_type(FL_SECRET_INPUT); + fl_g->input_add_srv_pwd->redraw(); + fl_g->button_cfg_show_pw->label(_("Show")); + } +} + +void button_add_srv_revoke_cert_cb(void) +{ + int srv; + srv = fl_g->choice_cfg_act_srv->value(); + + if (cfg.srv[srv]->cert_hash != NULL) { + free(cfg.srv[srv]->cert_hash); + cfg.srv[srv]->cert_hash = NULL; + fl_g->button_add_srv_revoke_cert->deactivate(); + } + else { + fl_alert(_("Could not revoke trust for certificate")); + } +} + +// Called if the Save button was pressed after editing a server +void button_add_srv_save_cb(void) +{ + int i; + + if (cfg.main.num_of_srv < 1) { + return; + } + + int srv_num = fl_g->choice_cfg_act_srv->value(); + + // figure out current server type + int server_type; + if (fl_g->radio_add_srv_shoutcast->value()) { + server_type = SHOUTCAST; + } + if (fl_g->radio_add_srv_icecast->value()) { + server_type = ICECAST; + } + if (fl_g->radio_add_srv_webrtc->value()) { + server_type = WEBRTC; + } + + // error checking + const char *listener_url = fl_g->input_add_srv_listener_url->value(); + if (strlen(listener_url) > 0) { + if (strncmp(listener_url, "http://", strlen("http://")) != 0 && strncmp(listener_url, "https://", strlen("https://")) != 0) { + fl_alert(_("The custom listener URL must start with http:// or https://")); + return; + } + } + + if (server_type == ICECAST) { + if (strlen(fl_g->input_add_srv_mount->value()) == 0) { + fl_alert(_("No mountpoint specified\nSetting mountpoint to \"stream\"")); + fl_g->input_add_srv_mount->value("stream"); + } + if (strlen(fl_g->input_add_srv_usr->value()) == 0) { + fl_alert(_("No user specified\nSetting user to \"source\"")); + fl_g->input_add_srv_usr->value("source"); + } + } + + if (strlen(listener_url) > 0) { + if (strstr(listener_url, "/status-json.xsl") == NULL && strstr(listener_url, "/7.xsl") == NULL && // + strstr(listener_url, "/stats?sid") == NULL && strstr(listener_url, "/7.html") == NULL) { + fl_alert(_("Unsupported listener URL.\nThe listener URL must end with status-json.xsl, 7.xsl, 7.html or contain stats?sid")); + return; + } + } + + if (strlen(fl_g->input_add_srv_name->value()) == 0) { + fl_alert(_("No name specified")); + return; + } + if (cfg.main.srv_ent != NULL) { + if (strlen(fl_g->input_add_srv_name->value()) + strlen(cfg.main.srv_ent) > 1000) { + fl_alert(_("The number of characters of all your server names exeeds 1000\n" + "Please reduce the number of characters of each server name")); + return; + } + } + if (strpbrk(fl_g->input_add_srv_name->value(), "[];\\/\n\r") != NULL) { + fl_alert(_("Newline characters and [];/\\ are not allowed within the server name")); + return; + } + if (server_type != WEBRTC) { + if (strlen(fl_g->input_add_srv_addr->value()) == 0) { + fl_alert(_("No address specified")); + return; + } + if (strlen(fl_g->input_add_srv_pwd->value()) == 0) { + fl_alert(_("No password specified")); + return; + } + if (strlen(fl_g->input_add_srv_port->value()) == 0) { + fl_alert(_("No port specified")); + return; + } + else if ((atoi(fl_g->input_add_srv_port->value()) > 65535) || (atoi(fl_g->input_add_srv_port->value()) < 1)) { + fl_alert(_("Invalid port number\nThe port number must be between 1 and 65535")); + return; + } + } + if (server_type == WEBRTC) { + // TODO: validate that the ICE server URL is a valid format for rtcCreatePeerConnection() in libdatachannel + if (strlen(fl_g->input_webrtc_whip_url->value()) == 0) { + fl_alert(_("No WHIP URL specified")); + return; + } + // TODO: validate that the WHIP URL is in valid URL format + } + + // check if the name already exists + for (i = 0; i < cfg.main.num_of_srv; i++) { + if (i == srv_num) // don't check name against it self + continue; + if (!strcmp(fl_g->input_add_srv_name->value(), cfg.srv[i]->name)) { + fl_alert(_("Server name already exist!")); + return; + } + } + + // update current server name + cfg.srv[srv_num]->name = (char *)realloc(cfg.srv[srv_num]->name, sizeof(char) * strlen(fl_g->input_add_srv_name->value()) + 1); + + strcpy(cfg.srv[srv_num]->name, fl_g->input_add_srv_name->value()); + + // rewrite the string that contains all server names + // first get the needed memory space + + int len = 0; + for (int i = 0; i < cfg.main.num_of_srv; i++) { + len += strlen(cfg.srv[i]->name) + 1; + } + // allocate enough memory + cfg.main.srv_ent = (char *)realloc(cfg.main.srv_ent, sizeof(char) * len + 1); + + memset(cfg.main.srv_ent, 0, len); + // now append the server strings + for (int i = 0; i < cfg.main.num_of_srv; i++) { + strcat(cfg.main.srv_ent, cfg.srv[i]->name); + if (i < cfg.main.num_of_srv - 1) { + strcat(cfg.main.srv_ent, ";"); + } + } + + // update current server type + cfg.srv[srv_num]->type = server_type; + + // update current server address + cfg.srv[srv_num]->addr = (char *)realloc(cfg.srv[srv_num]->addr, sizeof(char) * strlen(fl_g->input_add_srv_addr->value()) + 1); + + strcpy(cfg.srv[srv_num]->addr, fl_g->input_add_srv_addr->value()); + + // strip leading http:// from addr + strrpl(&cfg.srv[srv_num]->addr, (char *)"http://", (char *)"", MODE_ALL); + strrpl(&cfg.srv[srv_num]->addr, (char *)"https://", (char *)"", MODE_ALL); + + // update current server port + cfg.srv[srv_num]->port = (unsigned int)atoi(fl_g->input_add_srv_port->value()); + + // update current server password + cfg.srv[srv_num]->pwd = (char *)realloc(cfg.srv[srv_num]->pwd, strlen(fl_g->input_add_srv_pwd->value()) + 1); + + strcpy(cfg.srv[srv_num]->pwd, fl_g->input_add_srv_pwd->value()); + + // update current server mountpoint and user + if (cfg.srv[srv_num]->type == ICECAST) { + cfg.srv[srv_num]->mount = (char *)realloc(cfg.srv[srv_num]->mount, sizeof(char) * strlen(fl_g->input_add_srv_mount->value()) + 1); + strcpy(cfg.srv[srv_num]->mount, fl_g->input_add_srv_mount->value()); + + cfg.srv[srv_num]->usr = (char *)realloc(cfg.srv[srv_num]->usr, sizeof(char) * strlen(fl_g->input_add_srv_usr->value()) + 1); + strcpy(cfg.srv[srv_num]->usr, fl_g->input_add_srv_usr->value()); + + cfg.srv[srv_num]->icecast_protocol = fl_g->check_add_srv_protocol->value(); + } + + cfg.srv[srv_num]->tls = fl_g->check_add_srv_tls->value(); + + // update the current webrtc urls + if (cfg.srv[srv_num]->type == WEBRTC) { + cfg.srv[srv_num]->webrtc_ice = (char *)realloc(cfg.srv[srv_num]->webrtc_ice, sizeof(char) * strlen(fl_g->input_webrtc_icesrv_url->value()) + 1); + strcpy(cfg.srv[srv_num]->webrtc_ice, fl_g->input_webrtc_icesrv_url->value()); + + cfg.srv[srv_num]->webrtc_whip = (char *)realloc(cfg.srv[srv_num]->webrtc_whip, sizeof(char) * strlen(fl_g->input_webrtc_whip_url->value()) + 1); + strcpy(cfg.srv[srv_num]->webrtc_whip, fl_g->input_webrtc_whip_url->value()); + + cfg.srv[srv_num]->webrtc_auth = (char *)realloc(cfg.srv[srv_num]->webrtc_auth, sizeof(char) * strlen(fl_g->input_webrtc_auth_token->value()) + 1); + strcpy(cfg.srv[srv_num]->webrtc_auth, fl_g->input_webrtc_auth_token->value()); + } + + cfg.srv[srv_num]->custom_listener_url = + (char *)realloc(cfg.srv[srv_num]->custom_listener_url, sizeof(char) * strlen(fl_g->input_add_srv_listener_url->value()) + 1); + strcpy(cfg.srv[srv_num]->custom_listener_url, fl_g->input_add_srv_listener_url->value()); + + cfg.srv[srv_num]->custom_listener_mount = + (char *)realloc(cfg.srv[srv_num]->custom_listener_mount, sizeof(char) * strlen(fl_g->input_add_srv_listener_mount->value()) + 1); + strcpy(cfg.srv[srv_num]->custom_listener_mount, fl_g->input_add_srv_listener_mount->value()); + + fl_g->choice_cfg_act_srv->replace(srv_num, cfg.srv[srv_num]->name); + fl_g->choice_cfg_act_srv->redraw(); + + // reset the input fields and hide the window + fl_g->input_add_srv_name->value(""); + fl_g->input_add_srv_addr->value(""); + fl_g->input_add_srv_port->value(""); + fl_g->input_add_srv_pwd->value(""); + fl_g->input_add_srv_mount->value(""); + fl_g->input_add_srv_usr->value(""); + fl_g->check_add_srv_tls->value(0); + fl_g->input_add_srv_listener_url->value(""); + fl_g->input_add_srv_listener_mount->value(""); + fl_g->check_add_srv_protocol->value(ICECAST_PROTOCOL_PUT); + fl_g->input_webrtc_icesrv_url->value(""); + fl_g->input_webrtc_whip_url->value(""); + fl_g->input_webrtc_auth_token->value(""); + + fl_g->window_add_srv->hide(); + + choice_cfg_act_srv_cb(); +} + +void button_add_icy_save_cb(void) +{ + int i; + + if (cfg.main.num_of_icy < 1) { + return; + } + + int icy_num = fl_g->choice_cfg_act_icy->value(); + int len = 0; + + if (strlen(fl_g->input_add_icy_name->value()) == 0) { + fl_alert(_("No name specified")); + return; + } + if (cfg.main.icy_ent != NULL) { + if (strlen(fl_g->input_add_icy_name->value()) + strlen(cfg.main.icy_ent) > 1000) { + fl_alert(_("The number of characters of all your icy names exeeds 1000\n" + "Please reduce the count of characters of each icy name")); + return; + } + } + if (strpbrk(fl_g->input_add_icy_name->value(), "[];\\/\n\r") != NULL) { + fl_alert(_("Newline characters and [];/\\ are not allowed within the icy name")); + return; + } + + // check if the name already exists + for (i = 0; i < cfg.main.num_of_icy; i++) { + if (i == icy_num) // don't check name against it self + continue; + if (!strcmp(fl_g->input_add_icy_name->value(), cfg.icy[i]->name)) { + fl_alert(_("Icy name already exist!")); + return; + } + } + + // update current icy name + cfg.icy[icy_num]->name = (char *)realloc(cfg.icy[icy_num]->name, sizeof(char) * strlen(fl_g->input_add_icy_name->value()) + 1); + + strcpy(cfg.icy[icy_num]->name, fl_g->input_add_icy_name->value()); + + // rewrite the string that contains all server names + // first get the needed memory space + for (int i = 0; i < cfg.main.num_of_icy; i++) + len += strlen(cfg.icy[i]->name) + 1; + // reserve enough memory + cfg.main.icy_ent = (char *)realloc(cfg.main.icy_ent, sizeof(char) * len + 1); + + memset(cfg.main.icy_ent, 0, len); + // now append the server strings + for (int i = 0; i < cfg.main.num_of_icy; i++) { + strcat(cfg.main.icy_ent, cfg.icy[i]->name); + if (i < cfg.main.num_of_icy - 1) { + strcat(cfg.main.icy_ent, ";"); + } + } + + cfg.icy[icy_num]->desc = (char *)realloc(cfg.icy[icy_num]->desc, strlen(fl_g->input_add_icy_desc->value()) + 1); + strcpy(cfg.icy[icy_num]->desc, fl_g->input_add_icy_desc->value()); + + cfg.icy[icy_num]->genre = (char *)realloc(cfg.icy[icy_num]->genre, strlen(fl_g->input_add_icy_genre->value()) + 1); + strcpy(cfg.icy[icy_num]->genre, fl_g->input_add_icy_genre->value()); + + cfg.icy[icy_num]->url = (char *)realloc(cfg.icy[icy_num]->url, strlen(fl_g->input_add_icy_url->value()) + 1); + strcpy(cfg.icy[icy_num]->url, fl_g->input_add_icy_url->value()); + + cfg.icy[icy_num]->icq = (char *)realloc(cfg.icy[icy_num]->icq, strlen(fl_g->input_add_icy_icq->value()) + 1); + strcpy(cfg.icy[icy_num]->icq, fl_g->input_add_icy_icq->value()); + + cfg.icy[icy_num]->irc = (char *)realloc(cfg.icy[icy_num]->irc, strlen(fl_g->input_add_icy_irc->value()) + 1); + strcpy(cfg.icy[icy_num]->irc, fl_g->input_add_icy_irc->value()); + + cfg.icy[icy_num]->aim = (char *)realloc(cfg.icy[icy_num]->aim, strlen(fl_g->input_add_icy_aim->value()) + 1); + strcpy(cfg.icy[icy_num]->aim, fl_g->input_add_icy_aim->value()); + + sprintf(cfg.icy[icy_num]->pub, "%d", fl_g->check_add_icy_pub->value()); + + cfg.icy[icy_num]->expand_variables = fl_g->check_expand_variables->value(); + + fl_g->input_add_icy_name->value(""); + fl_g->input_add_icy_desc->value(""); + fl_g->input_add_icy_url->value(""); + fl_g->input_add_icy_genre->value(""); + fl_g->input_add_icy_irc->value(""); + fl_g->input_add_icy_icq->value(""); + fl_g->input_add_icy_aim->value(""); + fl_g->check_add_icy_pub->value(0); + fl_g->check_expand_variables->value(0); + + fl_g->window_add_icy->hide(); + + fl_g->choice_cfg_act_icy->replace(icy_num, cfg.icy[icy_num]->name); + fl_g->choice_cfg_act_icy->redraw(); + choice_cfg_act_icy_cb(); +} + +/* +void choice_cfg_edit_srv_cb(void) +{ + char dummy[10]; + int server = fl_g->choice_cfg_edit_srv->value(); + + fl_g->input_cfg_addr->value(cfg.srv[server]->addr); + + snprintf(dummy, 6, "%u", cfg.srv[server]->port); + fl_g->input_cfg_port->value(dummy); + fl_g->input_cfg_passwd->value(cfg.srv[server]->pwd); + + if(cfg.srv[server]->type == SHOUTCAST) { + fl_g->input_cfg_mount->value(""); + fl_g->input_cfg_mount->deactivate(); + fl_g->radio_cfg_shoutcast->value(1); + fl_g->radio_cfg_icecast->value(0); + } + else //if(cfg.srv[server]->type == ICECAST) + { + fl_g->input_cfg_mount->value(cfg.srv[server]->mount); + fl_g->input_cfg_mount->activate(); + fl_g->radio_cfg_icecast->value(1); + fl_g->radio_cfg_shoutcast->value(0); + } +} +*/ + +void choice_cfg_bitrate_cb(void) +{ + int rc; + int old_br; + int sel_br; + int codec_idx; + int num_of_bitrates; + int *br_list; + char text_buf[256]; + + codec_idx = fl_g->choice_cfg_codec->value(); + num_of_bitrates = get_bitrate_list_for_codec(codec_idx, &br_list); + + old_br = cfg.audio.bitrate; + for (int i = 0; i < num_of_bitrates; i++) { + if (br_list[i] == cfg.audio.bitrate) { + old_br = i; + } + } + + sel_br = fl_g->choice_cfg_bitrate->value(); + cfg.audio.bitrate = br_list[sel_br]; + lame_stream.bitrate = br_list[sel_br]; + vorbis_stream.bitrate = br_list[sel_br]; +#ifdef HAVE_LIBFDK_AAC + aac_stream.bitrate = br_list[sel_br]; +#endif + opus_stream.bitrate = br_list[sel_br] * 1000; + + if (codec_idx == CHOICE_MP3) { + rc = lame_enc_reinit(&lame_stream); + if (rc != 0) { + print_info(_("Warning:\nThe stream Sample-/Bitrate combination is invalid"), 1); + fl_g->choice_cfg_bitrate->value(old_br); + fl_g->choice_cfg_bitrate->redraw(); + cfg.audio.bitrate = br_list[old_br]; + lame_stream.bitrate = br_list[old_br]; + lame_enc_reinit(&lame_stream); + print_info(_("The previous values have been set\n"), 1); + return; + } + } + if (codec_idx == CHOICE_OGG) { + rc = vorbis_enc_reinit(&vorbis_stream); + if (rc != 0) { + print_info(_("Warning:\nThe stream Sample-/Bitrate combination is invalid"), 1); + cfg.audio.bitrate = br_list[old_br]; + vorbis_stream.bitrate = br_list[old_br]; + fl_g->choice_cfg_bitrate->value(old_br); + fl_g->choice_cfg_bitrate->redraw(); + vorbis_enc_reinit(&vorbis_stream); + print_info(_("The previous values have been set\n"), 1); + return; + } + } + + if (codec_idx == CHOICE_OPUS) { + rc = opus_enc_reinit(&opus_stream); + if (rc != 0) { + print_info(_("Warning:\nThe stream Sample-/Bitrate combination is invalid"), 1); + cfg.audio.bitrate = br_list[old_br]; + opus_stream.bitrate = br_list[old_br] * 1000; + fl_g->choice_cfg_bitrate->value(old_br); + fl_g->choice_cfg_bitrate->redraw(); + opus_enc_reinit(&opus_stream); + print_info(_("The previous values have been set\n"), 1); + return; + } + } + +#ifdef HAVE_LIBFDK_AAC + if (codec_idx == CHOICE_AAC) { + rc = aac_enc_reinit(&aac_stream); + if (rc != 0) { + print_info(_("Warning:\nThe stream Sample-/Bitrate combination is invalid"), 1); + cfg.audio.bitrate = br_list[old_br]; + aac_stream.bitrate = br_list[old_br]; + fl_g->choice_cfg_bitrate->value(old_br); + fl_g->choice_cfg_bitrate->redraw(); + aac_enc_reinit(&aac_stream); + print_info(_("The previous values have been set\n"), 1); + return; + } + } +#endif + + snprintf(text_buf, sizeof(text_buf), _("Stream bitrate set to: %dk"), cfg.audio.bitrate); + print_info(text_buf, 0); +} + +void button_stream_codec_settings_cb(void) +{ + fl_g->window_stream_codec_settings->position(fl_g->window_cfg->x(), fl_g->window_cfg->y()); + + switch (fl_g->choice_cfg_codec->value()) { + case CHOICE_MP3: + fl_g->tabs_stream_codec_settings->value(fl_g->tab_stream_mp3); + break; + case CHOICE_OGG: + fl_g->tabs_stream_codec_settings->value(fl_g->tab_stream_ogg); + break; + case CHOICE_OPUS: + fl_g->tabs_stream_codec_settings->value(fl_g->tab_stream_opus); + break; + case CHOICE_AAC: + fl_g->tabs_stream_codec_settings->value(fl_g->tab_stream_aac); + break; + case CHOICE_FLAC: + fl_g->tabs_stream_codec_settings->value(fl_g->tab_stream_flac); + break; + } + fl_g->window_stream_codec_settings->show(); +} + +void button_rec_codec_settings_cb(void) +{ + fl_g->window_rec_codec_settings->position(fl_g->window_cfg->x(), fl_g->window_cfg->y()); + switch (fl_g->choice_rec_codec->value()) { + case CHOICE_MP3: + fl_g->tabs_rec_codec_settings->value(fl_g->tab_rec_mp3); + break; + case CHOICE_OGG: + fl_g->tabs_rec_codec_settings->value(fl_g->tab_rec_ogg); + break; + case CHOICE_OPUS: + fl_g->tabs_rec_codec_settings->value(fl_g->tab_rec_opus); + break; + case CHOICE_AAC: + fl_g->tabs_rec_codec_settings->value(fl_g->tab_rec_aac); + break; + case CHOICE_FLAC: + fl_g->tabs_rec_codec_settings->value(fl_g->tab_rec_flac); + break; + case CHOICE_WAV: + fl_g->tabs_rec_codec_settings->value(fl_g->tab_rec_wav); + break; + } + fl_g->window_rec_codec_settings->show(); +} + +void choice_rec_bitrate_cb(void) +{ + int rc; + int old_br; + int sel_br; + int codec_idx; + int num_of_bitrates; + int *br_list; + char text_buf[256]; + + codec_idx = fl_g->choice_rec_codec->value(); + num_of_bitrates = get_bitrate_list_for_codec(codec_idx, &br_list); + + old_br = cfg.rec.bitrate; + for (int i = 0; i < num_of_bitrates; i++) { + if (br_list[i] == cfg.rec.bitrate) { + old_br = i; + } + } + + sel_br = fl_g->choice_rec_bitrate->value(); + cfg.rec.bitrate = br_list[sel_br]; + lame_rec.bitrate = br_list[sel_br]; + vorbis_rec.bitrate = br_list[sel_br]; + opus_rec.bitrate = br_list[sel_br] * 1000; +#ifdef HAVE_LIBFDK_AAC + aac_rec.bitrate = br_list[sel_br]; +#endif + + if (fl_g->choice_rec_codec->value() == CHOICE_MP3) { + rc = lame_enc_reinit(&lame_rec); + if (rc != 0) { + print_info(_("Warning:\nThe record Sample-/Bitrate combination is invalid"), 1); + cfg.rec.bitrate = br_list[old_br]; + fl_g->choice_rec_bitrate->value(old_br); + fl_g->choice_rec_bitrate->redraw(); + lame_rec.bitrate = br_list[old_br]; + lame_enc_reinit(&lame_rec); + print_info(_("The previous values have been set"), 1); + return; + } + } + if (fl_g->choice_rec_codec->value() == CHOICE_OGG) { + rc = vorbis_enc_reinit(&vorbis_rec); + if (rc != 0) { + print_info(_("Warning:\nThe record Sample-/Bitrate combination is invalid"), 1); + cfg.rec.bitrate = br_list[old_br]; + vorbis_rec.bitrate = br_list[old_br]; + fl_g->choice_rec_bitrate->value(old_br); + fl_g->choice_rec_bitrate->redraw(); + vorbis_enc_reinit(&vorbis_rec); + print_info(_("The previous values have been set"), 1); + return; + } + } + + if (fl_g->choice_rec_codec->value() == CHOICE_OPUS) { + rc = opus_enc_reinit(&opus_rec); + if (rc != 0) { + print_info(_("Warning:\nThe record Sample-/Bitrate combination is invalid"), 1); + cfg.rec.bitrate = br_list[old_br]; + opus_rec.bitrate = br_list[old_br] * 1000; + fl_g->choice_rec_bitrate->value(old_br); + fl_g->choice_rec_bitrate->redraw(); + opus_enc_reinit(&opus_rec); + print_info(_("The previous values have been set"), 1); + return; + } + } + +#ifdef HAVE_LIBFDK_AAC + if (fl_g->choice_rec_codec->value() == CHOICE_AAC) { + rc = aac_enc_reinit(&aac_rec); + if (rc != 0) { + print_info(_("Warning:\nThe record Sample-/Bitrate combination is invalid"), 1); + cfg.rec.bitrate = br_list[old_br]; + aac_rec.bitrate = br_list[old_br]; + fl_g->choice_rec_bitrate->value(old_br); + fl_g->choice_rec_bitrate->redraw(); + aac_enc_reinit(&aac_rec); + print_info(_("The previous values have been set"), 1); + return; + } + } +#endif + + snprintf(text_buf, sizeof(text_buf), _("Record bitrate set to: %dk"), cfg.rec.bitrate); + print_info(text_buf, 0); +} + +void choice_cfg_samplerate_cb() +{ + int rc; + int old_sr; + int sel_sr; + int *sr_list; + char text_buf[256]; + + sr_list = cfg.audio.pcm_list[cfg.audio.dev_num]->sr_list; + old_sr = cfg.audio.samplerate; + + for (int i = 0; sr_list[i] != 0; i++) { + if (sr_list[i] == cfg.audio.samplerate) { + old_sr = i; + } + } + + sel_sr = fl_g->choice_cfg_samplerate->value(); + + cfg.audio.samplerate = sr_list[sel_sr]; + + // Reinit streaming codecs + lame_stream.samplerate_in = sr_list[sel_sr]; + vorbis_stream.samplerate = sr_list[sel_sr]; + opus_stream.samplerate = sr_list[sel_sr]; +#ifdef HAVE_LIBFDK_AAC + aac_stream.samplerate = sr_list[sel_sr]; +#endif + flac_stream.samplerate = sr_list[sel_sr]; + + if (fl_g->choice_cfg_codec->value() == CHOICE_MP3) { + rc = lame_enc_reinit(&lame_stream); + if (rc != 0) { + print_info(_("Warning:\nThe stream Sample-/Bitrate combination is invalid"), 1); + fl_g->choice_cfg_samplerate->value(old_sr); + fl_g->choice_cfg_samplerate->redraw(); + cfg.audio.samplerate = sr_list[old_sr]; + lame_stream.samplerate_in = sr_list[old_sr]; + lame_enc_reinit(&lame_stream); + print_info(_("The previous values have been set"), 1); + return; + } + } + if (fl_g->choice_cfg_codec->value() == CHOICE_OGG) { + rc = vorbis_enc_reinit(&vorbis_stream); + if (rc != 0) { + print_info(_("Warning:\nThe stream Sample-/Bitrate combination is invalid"), 1); + cfg.audio.samplerate = sr_list[old_sr]; + vorbis_stream.samplerate = sr_list[old_sr]; + fl_g->choice_cfg_samplerate->value(old_sr); + fl_g->choice_cfg_samplerate->redraw(); + vorbis_enc_reinit(&vorbis_stream); + print_info(_("The previous values have been set"), 1); + return; + } + } + + if (fl_g->choice_cfg_codec->value() == CHOICE_OPUS) { + rc = opus_enc_reinit(&opus_stream); + if (rc != 0) { + print_info(_("Warning:\nThe stream Sample-/Bitrate combination is invalid"), 1); + cfg.audio.samplerate = sr_list[old_sr]; + opus_stream.samplerate = sr_list[old_sr]; + fl_g->choice_cfg_samplerate->value(old_sr); + fl_g->choice_cfg_samplerate->redraw(); + opus_enc_reinit(&opus_stream); + print_info(_("The previous values have been set"), 1); + return; + } + } + +#ifdef HAVE_LIBFDK_AAC + if (fl_g->choice_cfg_codec->value() == CHOICE_AAC) { + rc = aac_enc_reinit(&aac_stream); + if (rc != 0) { + print_info(_("Warning:\nThe stream Sample-/Bitrate combination is invalid"), 1); + cfg.audio.samplerate = sr_list[old_sr]; + aac_stream.samplerate = sr_list[old_sr]; + fl_g->choice_cfg_samplerate->value(old_sr); + fl_g->choice_cfg_samplerate->redraw(); + aac_enc_reinit(&aac_stream); + print_info(_("The previous values have been set"), 1); + return; + } + } +#endif + + if (fl_g->choice_cfg_codec->value() == CHOICE_FLAC) { + rc = flac_enc_reinit(&flac_stream); + if (rc != 0) { + print_info(_("Warning:\nThe stream Sample-/Bitrate combination is invalid"), 1); + cfg.audio.samplerate = sr_list[old_sr]; + flac_stream.samplerate = sr_list[old_sr]; + fl_g->choice_cfg_samplerate->value(old_sr); + fl_g->choice_cfg_samplerate->redraw(); + flac_enc_reinit(&flac_stream); + print_info(_("The previous values have been set"), 1); + return; + } + } + + // Reinit record codecs + lame_rec.samplerate_in = sr_list[sel_sr]; + vorbis_rec.samplerate = sr_list[sel_sr]; + opus_rec.samplerate = sr_list[sel_sr]; +#ifdef HAVE_LIBFDK_AAC + aac_rec.samplerate = sr_list[sel_sr]; +#endif + flac_rec.samplerate = sr_list[sel_sr]; + + if (fl_g->choice_rec_codec->value() == CHOICE_MP3) { + rc = lame_enc_reinit(&lame_rec); + if (rc != 0) { + print_info(_("Warning:\nThe record Sample-/Bitrate combination is invalid"), 1); + cfg.audio.samplerate = sr_list[old_sr]; + lame_rec.samplerate_in = sr_list[old_sr]; + fl_g->choice_cfg_samplerate->value(old_sr); + fl_g->choice_cfg_samplerate->redraw(); + lame_enc_reinit(&lame_rec); + print_info(_("The previous values have been set"), 1); + return; + } + } + if (fl_g->choice_rec_codec->value() == CHOICE_OGG) { + rc = vorbis_enc_reinit(&vorbis_rec); + if (rc != 0) { + print_info(_("Warning:\nThe record Sample-/Bitrate combination is invalid"), 1); + cfg.audio.samplerate = sr_list[old_sr]; + vorbis_rec.samplerate = sr_list[old_sr]; + fl_g->choice_cfg_samplerate->value(old_sr); + fl_g->choice_cfg_samplerate->redraw(); + vorbis_enc_reinit(&vorbis_rec); + print_info(_("The previous values have been set"), 1); + return; + } + } + + if (fl_g->choice_rec_codec->value() == CHOICE_OPUS) { + rc = opus_enc_reinit(&opus_rec); + if (rc != 0) { + print_info(_("Warning:\nThe record Sample-/Bitrate combination is invalid"), 1); + cfg.audio.samplerate = sr_list[old_sr]; + opus_rec.samplerate = sr_list[old_sr]; + fl_g->choice_cfg_samplerate->value(old_sr); + fl_g->choice_cfg_samplerate->redraw(); + opus_enc_reinit(&opus_rec); + print_info(_("The previous values have been set"), 1); + return; + } + } + +#ifdef HAVE_LIBFDK_AAC + if (fl_g->choice_rec_codec->value() == CHOICE_AAC) { + rc = aac_enc_reinit(&aac_rec); + if (rc != 0) { + print_info(_("Warning:\nThe record Sample-/Bitrate combination is invalid"), 1); + cfg.audio.samplerate = sr_list[old_sr]; + aac_rec.samplerate = sr_list[old_sr]; + fl_g->choice_cfg_samplerate->value(old_sr); + fl_g->choice_cfg_samplerate->redraw(); + aac_enc_reinit(&aac_rec); + print_info(_("The previous values have been set"), 1); + return; + } + } +#endif + if (fl_g->choice_rec_codec->value() == CHOICE_FLAC) { + rc = flac_enc_reinit(&flac_rec); + if (rc != 0) { + print_info(_("Warning:\nThe record Sample-/Bitrate combination is invalid"), 1); + cfg.audio.samplerate = sr_list[old_sr]; + flac_rec.samplerate = sr_list[old_sr]; + fl_g->choice_cfg_samplerate->value(old_sr); + fl_g->choice_cfg_samplerate->redraw(); + flac_enc_reinit(&flac_rec); + print_info(_("The previous values have been set"), 1); + return; + } + } + + // The buffer size is dependand on the samplerate + input_cfg_buffer_cb(0); + + snprintf(text_buf, sizeof(text_buf), _("Samplerate set to: %dHz"), cfg.audio.samplerate); + print_info(text_buf, 0); + + snd_reopen_streams(); +} + +void choice_cfg_channel_stereo_cb(void) +{ + cfg.audio.channel = 2; + + // Reinit streaming codecs + lame_stream.channel = 2; + vorbis_stream.channel = 2; + opus_stream.channel = 2; +#ifdef HAVE_LIBFDK_AAC + aac_stream.channel = 2; +#endif + flac_stream.channel = 2; + + if (fl_g->choice_cfg_codec->value() == CHOICE_MP3) { + lame_enc_reinit(&lame_stream); + } + if (fl_g->choice_cfg_codec->value() == CHOICE_OGG) { + vorbis_enc_reinit(&vorbis_stream); + } + if (fl_g->choice_cfg_codec->value() == CHOICE_OPUS) { + opus_enc_reinit(&opus_stream); + } +#ifdef HAVE_LIBFDK_AAC + if (fl_g->choice_cfg_codec->value() == CHOICE_AAC) { + aac_enc_reinit(&aac_stream); + } +#endif + if (fl_g->choice_cfg_codec->value() == CHOICE_FLAC) { + flac_enc_reinit(&flac_stream); + } + + // Reinit recording codecs + lame_rec.channel = 2; + vorbis_rec.channel = 2; + opus_rec.channel = 2; +#ifdef HAVE_LIBFDK_AAC + aac_rec.channel = 2; +#endif + flac_rec.channel = 2; + + if (fl_g->choice_rec_codec->value() == CHOICE_MP3) { + lame_enc_reinit(&lame_rec); + } + if (fl_g->choice_rec_codec->value() == CHOICE_OGG) { + vorbis_enc_reinit(&vorbis_rec); + } + if (fl_g->choice_rec_codec->value() == CHOICE_OPUS) { + opus_enc_reinit(&opus_rec); + } +#ifdef HAVE_LIBFDK_AAC + if (fl_g->choice_rec_codec->value() == CHOICE_AAC) { + aac_enc_reinit(&aac_rec); + } +#endif + if (fl_g->choice_rec_codec->value() == CHOICE_FLAC) { + flac_enc_reinit(&flac_rec); + } + + snd_reopen_streams(); + + print_info(_("Channels set to: stereo"), 0); +} + +void choice_cfg_channel_mono_cb(void) +{ + cfg.audio.channel = 1; + + // Reinit streaming codecs + lame_stream.channel = 1; + vorbis_stream.channel = 1; + opus_stream.channel = 1; +#ifdef HAVE_LIBFDK_AAC + aac_stream.channel = 1; +#endif + flac_stream.channel = 1; + + if (fl_g->choice_cfg_codec->value() == CHOICE_MP3) { + lame_enc_reinit(&lame_stream); + } + if (fl_g->choice_cfg_codec->value() == CHOICE_OGG) { + vorbis_enc_reinit(&vorbis_stream); + } + if (fl_g->choice_cfg_codec->value() == CHOICE_OPUS) { + opus_enc_reinit(&opus_stream); + } +#ifdef HAVE_LIBFDK_AAC + if (fl_g->choice_cfg_codec->value() == CHOICE_AAC) { + aac_enc_reinit(&aac_stream); + } +#endif + if (fl_g->choice_cfg_codec->value() == CHOICE_FLAC) { + flac_enc_reinit(&flac_stream); + } + + // Reinit recording codecs + lame_rec.channel = 1; + vorbis_rec.channel = 1; + opus_rec.channel = 1; +#ifdef HAVE_LIBFDK_AAC + aac_rec.channel = 1; +#endif + flac_rec.channel = 1; + + if (fl_g->choice_rec_codec->value() == CHOICE_MP3) { + lame_enc_reinit(&lame_rec); + } + if (fl_g->choice_rec_codec->value() == CHOICE_OGG) { + vorbis_enc_reinit(&vorbis_rec); + } + if (fl_g->choice_rec_codec->value() == CHOICE_OPUS) { + opus_enc_reinit(&opus_rec); + } +#ifdef HAVE_LIBFDK_AAC + if (fl_g->choice_rec_codec->value() == CHOICE_AAC) { + aac_enc_reinit(&aac_rec); + } +#endif + if (fl_g->choice_rec_codec->value() == CHOICE_FLAC) { + flac_enc_reinit(&flac_rec); + } + + snd_reopen_streams(); + + print_info(_("Channels set to: mono"), 0); +} + +void button_add_srv_cancel_cb(void) +{ +#ifdef WITH_RADIOCO + if (radioco_get_state() == RADIOCO_STATE_WAITING) { + radioco_cancel(); + } +#endif + + fl_g->input_add_srv_name->value(""); + fl_g->input_add_srv_addr->value(""); + fl_g->input_add_srv_port->value(""); + fl_g->input_add_srv_pwd->value(""); + fl_g->input_add_srv_mount->value(""); + fl_g->input_add_srv_usr->value(""); + fl_g->input_add_srv_listener_url->value(""); + fl_g->input_add_srv_listener_mount->value(""); + fl_g->input_webrtc_icesrv_url->value(""); + fl_g->input_webrtc_whip_url->value(""); + fl_g->input_webrtc_auth_token->value(""); + fl_g->check_add_srv_tls->value(0); + fl_g->check_add_srv_protocol->value(ICECAST_PROTOCOL_PUT); + fl_g->browser_add_srv_station_list->clear(); + fl_g->window_add_srv->hide(); +} + +void button_add_icy_add_cb(void) +{ + int i; + // error checking + if (strlen(fl_g->input_add_icy_name->value()) == 0) { + fl_alert(_("No name specified")); + return; + } + + if (cfg.main.icy_ent != NULL) { + if (strlen(fl_g->input_add_icy_name->value()) + strlen(cfg.main.icy_ent) > 1000) { + fl_alert(_("The number of characters of all your icy names exeeds 1000\n" + "Please reduce the number of characters of each icy name")); + return; + } + } + if (strpbrk(fl_g->input_add_icy_name->value(), "[];\\/\n\r") != NULL) { + fl_alert(_("Newline characters and [];/\\ are not allowed within the icy name")); + return; + } + + // check if the name already exists + for (i = 0; i < cfg.main.num_of_icy; i++) { + if (!strcmp(fl_g->input_add_icy_name->value(), cfg.icy[i]->name)) { + fl_alert(_("Server name already exist!")); + return; + } + } + + i = cfg.main.num_of_icy; + cfg.main.num_of_icy++; + + cfg.icy = (icy_t **)realloc(cfg.icy, cfg.main.num_of_icy * sizeof(icy_t *)); + cfg.icy[i] = (icy_t *)malloc(sizeof(icy_t)); + + cfg.icy[i]->name = (char *)malloc(strlen(fl_g->input_add_icy_name->value()) + 1); + strcpy(cfg.icy[i]->name, fl_g->input_add_icy_name->value()); + + cfg.icy[i]->desc = (char *)malloc(strlen(fl_g->input_add_icy_desc->value()) + 1); + strcpy(cfg.icy[i]->desc, fl_g->input_add_icy_desc->value()); + + cfg.icy[i]->url = (char *)malloc(strlen(fl_g->input_add_icy_url->value()) + 1); + strcpy(cfg.icy[i]->url, fl_g->input_add_icy_url->value()); + + cfg.icy[i]->genre = (char *)malloc(strlen(fl_g->input_add_icy_genre->value()) + 1); + strcpy(cfg.icy[i]->genre, fl_g->input_add_icy_genre->value()); + + cfg.icy[i]->irc = (char *)malloc(strlen(fl_g->input_add_icy_irc->value()) + 1); + strcpy(cfg.icy[i]->irc, fl_g->input_add_icy_irc->value()); + + cfg.icy[i]->icq = (char *)malloc(strlen(fl_g->input_add_icy_icq->value()) + 1); + strcpy(cfg.icy[i]->icq, fl_g->input_add_icy_icq->value()); + + cfg.icy[i]->aim = (char *)malloc(strlen(fl_g->input_add_icy_aim->value()) + 1); + strcpy(cfg.icy[i]->aim, fl_g->input_add_icy_aim->value()); + + cfg.icy[i]->pub = (char *)malloc(16 * sizeof(char)); + snprintf(cfg.icy[i]->pub, 15, "%d", fl_g->check_add_icy_pub->value()); + + if (cfg.main.num_of_icy > 1) { + cfg.main.icy_ent = (char *)realloc(cfg.main.icy_ent, strlen(cfg.main.icy_ent) + strlen(cfg.icy[i]->name) + 2); + sprintf(cfg.main.icy_ent + strlen(cfg.main.icy_ent), ";%s", cfg.icy[i]->name); + cfg.main.icy = (char *)realloc(cfg.main.icy, strlen(cfg.icy[i]->name) + 1); + } + else { + cfg.main.icy_ent = (char *)malloc(strlen(cfg.icy[i]->name) + 1); + sprintf(cfg.main.icy_ent, "%s", cfg.icy[i]->name); + cfg.main.icy = (char *)malloc(strlen(cfg.icy[i]->name) + 1); + } + strcpy(cfg.main.icy, cfg.icy[i]->name); + + cfg.icy[i]->expand_variables = fl_g->check_expand_variables->value(); + + fl_g->input_add_icy_name->value(""); + fl_g->input_add_icy_desc->value(""); + fl_g->input_add_icy_url->value(""); + fl_g->input_add_icy_genre->value(""); + fl_g->input_add_icy_irc->value(""); + fl_g->input_add_icy_icq->value(""); + fl_g->input_add_icy_aim->value(""); + fl_g->check_add_icy_pub->value(0); + fl_g->check_expand_variables->value(0); + + fl_g->window_add_icy->hide(); + + fl_g->choice_cfg_act_icy->add(cfg.icy[i]->name); + fl_g->choice_cfg_act_icy->redraw(); + + fl_g->button_cfg_edit_icy->activate(); + fl_g->button_cfg_del_icy->activate(); + + fl_g->choice_cfg_act_icy->activate(); + + // make added icy data the active icy entry + fl_g->choice_cfg_act_icy->value(i); + choice_cfg_act_icy_cb(); +} + +void button_add_icy_cancel_cb(void) +{ + fl_g->input_add_icy_name->value(""); + fl_g->input_add_icy_desc->value(""); + fl_g->input_add_icy_url->value(""); + fl_g->input_add_icy_genre->value(""); + fl_g->input_add_icy_irc->value(""); + fl_g->input_add_icy_icq->value(""); + fl_g->input_add_icy_aim->value(""); + fl_g->check_add_icy_pub->value(0); + fl_g->window_add_icy->hide(); +} + +void button_cfg_edit_icy_cb(void) +{ + if (cfg.main.num_of_icy < 1) { + return; + } + + int icy = fl_g->choice_cfg_act_icy->value(); + + fl_g->window_add_icy->label(_("Edit Server Infos")); + + fl_g->button_add_icy_add->hide(); + fl_g->button_add_icy_save->show(); + + fl_g->input_add_icy_name->value(cfg.icy[icy]->name); + fl_g->input_add_icy_desc->value(cfg.icy[icy]->desc); + fl_g->input_add_icy_genre->value(cfg.icy[icy]->genre); + fl_g->input_add_icy_url->value(cfg.icy[icy]->url); + fl_g->input_add_icy_irc->value(cfg.icy[icy]->irc); + fl_g->input_add_icy_icq->value(cfg.icy[icy]->icq); + fl_g->input_add_icy_aim->value(cfg.icy[icy]->aim); + + if (!strcmp(cfg.icy[icy]->pub, "1")) { + fl_g->check_add_icy_pub->value(1); + } + else { + fl_g->check_add_icy_pub->value(0); + } + + fl_g->check_expand_variables->value(cfg.icy[icy]->expand_variables); + + fl_g->window_add_icy->position(fl_g->window_cfg->x(), fl_g->window_cfg->y()); + + // give the "name" input field the input focus + fl_g->input_add_icy_name->take_focus(); + fl_g->window_add_icy->show(); +} + +void choice_cfg_dev_cb(void) +{ + char info_buf[256]; + int new_dev_num = fl_g->choice_cfg_dev->value(); + int prev_dev_num = cfg.audio.dev_num; + + if (cfg.audio.dev2_num >= 0 && cfg.audio.pcm_list[cfg.audio.dev2_num]->is_asio && cfg.audio.pcm_list[new_dev_num]->is_asio) { + fl_alert(_( + "Primary and secondary audio device are both ASIO devices.\nYou can not use two ASIO devices at the same time.\nPlease select a different device.\n")); + // Fall back to previous selected secondary device + fl_g->choice_cfg_dev->value(prev_dev_num); + return; + } + + // save current device name to config struct + cfg.audio.dev_name = (char *)realloc(cfg.audio.dev_name, strlen(cfg.audio.pcm_list[new_dev_num]->name) + 1); + strcpy(cfg.audio.dev_name, cfg.audio.pcm_list[new_dev_num]->name); + + // In case the previous selected audio device had only 1 input channel but the new selected audio device has more than 1, + // select channel 1 and 2 by default for the new device instead of 1 and 1 to prevent that the user unintentionally streams the + // left channel in both stereo channels + if ((cfg.audio.pcm_list[new_dev_num]->num_of_channels > 1) && (cfg.audio.left_ch == 1) && cfg.audio.right_ch == 1) { + cfg.audio.left_ch = 1; + cfg.audio.right_ch = 2; + } + + cfg.audio.dev_num = new_dev_num; + update_samplerates_list(); + if (snd_reopen_streams() != 0) { + fl_alert(_("butt could not open selected audio device.\nPlease try another device.\n")); + + // Fall back to previous selected primary device + fl_g->choice_cfg_dev2->value(prev_dev_num); + cfg.audio.dev_num = prev_dev_num; + cfg.audio.dev_name = (char *)realloc(cfg.audio.dev_name, strlen(fl_g->choice_cfg_dev->text()) + 1); + strcpy(cfg.audio.dev_name, fl_g->choice_cfg_dev->text()); + update_samplerates_list(); + if (snd_reopen_streams() != 0) { + return; + } + } + + update_channel_lists(); + + snprintf(info_buf, sizeof(info_buf), _("Primary device:\n%s\n"), cfg.audio.dev_name); + print_info(info_buf, 1); +} + +void choice_cfg_dev2_cb(void) +{ + char info_buf[256]; + int new_dev2_num = fl_g->choice_cfg_dev2->value() - 1; + int prev_dev2_num = cfg.audio.dev2_num; + + if (new_dev2_num == -1) { + cfg.audio.dev2_name = (char *)realloc(cfg.audio.dev2_name, strlen(fl_g->choice_cfg_dev2->text()) + 1); + strcpy(cfg.audio.dev2_name, fl_g->choice_cfg_dev2->text()); + } + else { + if (cfg.audio.pcm_list[new_dev2_num]->is_asio && cfg.audio.pcm_list[cfg.audio.dev_num]->is_asio) { + fl_alert(_( + "Primary and secondary audio device are both ASIO devices.\nYou can not use two ASIO devices at the same time.\nPlease select a different device.\n")); + // Fall back to previous selected secondary device + fl_g->choice_cfg_dev2->value(prev_dev2_num + 1); + return; + } + + cfg.audio.dev2_name = (char *)realloc(cfg.audio.dev2_name, strlen(cfg.audio.pcm_list[new_dev2_num]->name) + 1); + strcpy(cfg.audio.dev2_name, cfg.audio.pcm_list[new_dev2_num]->name); + + // In case the previous selected audio device had only 1 input channel but the new selected audio device has more than 1, + // select channel 1 and 2 by default for the new device instead of 1 and 1 to prevent that the user unintentionally streams the + // left channel in both stereo channels + if ((cfg.audio.pcm_list[new_dev2_num]->num_of_channels > 1) && (cfg.audio.left_ch2 == 1) && cfg.audio.right_ch2 == 1) { + cfg.audio.left_ch2 = 1; + cfg.audio.right_ch2 = 2; + } + } + + cfg.audio.dev2_num = new_dev2_num; + if (snd_reopen_streams() != 0) { + fl_alert(_("butt could not open secondary audio device.\nPlease try another device.\n")); + + // Fall back to previous selected secondary device + fl_g->choice_cfg_dev2->value(prev_dev2_num + 1); + cfg.audio.dev2_num = prev_dev2_num; + cfg.audio.dev2_name = (char *)realloc(cfg.audio.dev2_name, strlen(fl_g->choice_cfg_dev2->text()) + 1); + strcpy(cfg.audio.dev2_name, fl_g->choice_cfg_dev2->text()); + if (snd_reopen_streams() != 0) { + return; + } + } + + update_channel_lists(); + + snprintf(info_buf, sizeof(info_buf), _("Secondary device:\n%s\n"), cfg.audio.dev2_name); + print_info(info_buf, 1); +} + +void button_cfg_rescan_devices_cb(void) +{ + if (connected || recording) { + return; + } + + fl_g->choice_cfg_dev->deactivate(); + fl_g->choice_cfg_dev2->deactivate(); + fl_g->button_cfg_rescan_devices->deactivate(); + Fl::check(); // Force UI update + + int dev_count; + char *current_device = strdup(cfg.audio.pcm_list[cfg.audio.dev_num]->name); + char *current_device2 = NULL; + if (cfg.audio.dev2_num >= 0) { + current_device2 = strdup(cfg.audio.pcm_list[cfg.audio.dev2_num]->name); + } + + snd_close_streams(); + + // Portaudio must be terminated and initialized again to detect new/missing devices + snd_close_portaudio(); + snd_free_device_list(cfg.audio.pcm_list, cfg.audio.dev_count); + snd_init(); + + cfg.audio.pcm_list = snd_get_devices(&dev_count); + cfg.audio.dev_count = dev_count; + + fl_g->choice_cfg_dev->clear(); + fl_g->choice_cfg_dev2->clear(); + fl_g->choice_cfg_dev->textsize(14); + fl_g->choice_cfg_dev2->textsize(14); + + fl_g->choice_cfg_dev2->add(_("None")); + for (int i = 0; i < cfg.audio.dev_count; i++) { + unsigned long dev_name_len = strlen(cfg.audio.pcm_list[i]->name) + 10; + char *dev_name = (char *)malloc(dev_name_len); + + snprintf(dev_name, dev_name_len, "%d: %s", i, cfg.audio.pcm_list[i]->name); + fl_g->choice_cfg_dev->add(dev_name); + fl_g->choice_cfg_dev2->add(dev_name); + free(dev_name); + } + + cfg.audio.dev_num = snd_get_dev_num_by_name(current_device); + free(current_device); + + if (current_device2 != NULL) { + cfg.audio.dev2_num = snd_get_dev_num_by_name(current_device2); + free(current_device2); + } + + snd_open_streams(); + + fl_g->choice_cfg_dev->value(cfg.audio.dev_num); + fl_g->choice_cfg_dev2->value(cfg.audio.dev2_num + 1); + fl_g->choice_cfg_dev->take_focus(); + + fl_g->choice_cfg_dev->activate(); + fl_g->choice_cfg_dev2->activate(); + fl_g->button_cfg_rescan_devices->activate(); +} + +void radio_cfg_ID_cb(void) +{ + cfg.audio.dev_remember = REMEMBER_BY_ID; +} + +void radio_cfg_name_cb(void) +{ + cfg.audio.dev_remember = REMEMBER_BY_NAME; + // save current device names to config struct + cfg.audio.dev_name = (char *)realloc(cfg.audio.dev_name, strlen(cfg.audio.pcm_list[cfg.audio.dev_num]->name) + 1); + strcpy(cfg.audio.dev_name, cfg.audio.pcm_list[cfg.audio.dev_num]->name); + + if (cfg.audio.dev2_num >= 0) { + cfg.audio.dev2_name = (char *)realloc(cfg.audio.dev2_name, strlen(cfg.audio.pcm_list[cfg.audio.dev2_num]->name) + 1); + strcpy(cfg.audio.dev2_name, cfg.audio.pcm_list[cfg.audio.dev2_num]->name); + } +} + +void choice_cfg_left_channel_cb(void) +{ + cfg.audio.left_ch = fl_g->choice_cfg_left_channel->value() + 1; +} + +void choice_cfg_right_channel_cb(void) +{ + cfg.audio.right_ch = fl_g->choice_cfg_right_channel->value() + 1; +} + +void choice_cfg_left_channel2_cb(void) +{ + cfg.audio.left_ch2 = fl_g->choice_cfg_left_channel2->value() + 1; +} + +void choice_cfg_right_channel2_cb(void) +{ + cfg.audio.right_ch2 = fl_g->choice_cfg_right_channel2->value() + 1; +} + +void choice_cfg_codec_mp3_cb(void) +{ + update_stream_bitrate_list(CHOICE_MP3); + lame_stream.bitrate = cfg.audio.bitrate; + + if (lame_enc_reinit(&lame_stream) != 0) { + print_info(_("MP3 encoder doesn't support current\n" + "Sample-/Bitrate combination"), + 1); + + if (!strcmp(cfg.audio.codec, "ogg")) { + fl_g->choice_cfg_codec->value(CHOICE_OGG); + } + else if (!strcmp(cfg.audio.codec, "opus")) { + fl_g->choice_cfg_codec->value(CHOICE_OPUS); + } + else if (!strcmp(cfg.audio.codec, "aac")) { + fl_g->choice_cfg_codec->value(CHOICE_AAC); + } + else if (!strcmp(cfg.audio.codec, "flac")) { + fl_g->choice_cfg_codec->value(CHOICE_FLAC); + } + + return; + } + + strcpy(cfg.audio.codec, "mp3"); + print_info(_("Stream codec set to mp3"), 0); + + fl_g->choice_cfg_bitrate->activate(); + fl_g->choice_cfg_bitrate->show(); +} + +void choice_cfg_codec_ogg_cb(void) +{ + update_stream_bitrate_list(CHOICE_OGG); + vorbis_stream.bitrate = cfg.audio.bitrate; + + if (vorbis_enc_reinit(&vorbis_stream) != 0) { + print_info(_("OGG Vorbis encoder doesn't support current\n" + "Sample-/Bitrate combination"), + 1); + + if (!strcmp(cfg.audio.codec, "mp3")) { + fl_g->choice_cfg_codec->value(CHOICE_MP3); + } + else if (!strcmp(cfg.audio.codec, "opus")) { + fl_g->choice_cfg_codec->value(CHOICE_OPUS); + } + else if (!strcmp(cfg.audio.codec, "aac")) { + fl_g->choice_cfg_codec->value(CHOICE_AAC); + } + else if (!strcmp(cfg.audio.codec, "flac")) { + fl_g->choice_cfg_codec->value(CHOICE_FLAC); + } + + return; + } + + strcpy(cfg.audio.codec, "ogg"); + print_info(_("Stream codec set to ogg/vorbis"), 0); + fl_g->choice_cfg_bitrate->activate(); + fl_g->choice_cfg_bitrate->show(); +} + +void choice_cfg_codec_opus_cb(void) +{ + update_stream_bitrate_list(CHOICE_OPUS); + opus_stream.bitrate = cfg.audio.bitrate * 1000; + + if (opus_enc_reinit(&opus_stream) != 0) { + print_info(_("Opus encoder doesn't support current\n" + "Sample-/Bitrate combination"), + 1); + + if (!strcmp(cfg.audio.codec, "mp3")) { + fl_g->choice_cfg_codec->value(CHOICE_MP3); + } + else if (!strcmp(cfg.audio.codec, "ogg")) { + fl_g->choice_cfg_codec->value(CHOICE_OGG); + } + else if (!strcmp(cfg.audio.codec, "aac")) { + fl_g->choice_cfg_codec->value(CHOICE_AAC); + } + else if (!strcmp(cfg.audio.codec, "flac")) { + fl_g->choice_cfg_codec->value(CHOICE_FLAC); + } + + return; + } + + print_info(_("Stream codec set to opus"), 0); + strcpy(cfg.audio.codec, "opus"); + fl_g->choice_cfg_bitrate->activate(); + fl_g->choice_cfg_bitrate->show(); +} + +void choice_cfg_codec_aac_cb(void) +{ +#ifdef HAVE_LIBFDK_AAC + if (g_aac_lib_available == 0) { + fl_g->window_missing_aac_lib->position(fl_g->window_cfg->x(), fl_g->window_cfg->y() + fl_g->window_cfg->h() / 2); + fl_g->window_missing_aac_lib->show(); + if (!strcmp(cfg.audio.codec, "ogg")) { + fl_g->choice_cfg_codec->value(CHOICE_OGG); + } + else if (!strcmp(cfg.audio.codec, "opus")) { + fl_g->choice_cfg_codec->value(CHOICE_OPUS); + } + else if (!strcmp(cfg.audio.codec, "mp3")) { + fl_g->choice_cfg_codec->value(CHOICE_MP3); + } + else if (!strcmp(cfg.audio.codec, "flac")) { + fl_g->choice_cfg_codec->value(CHOICE_FLAC); + } + + return; + } + + update_stream_bitrate_list(CHOICE_AAC); + aac_stream.bitrate = cfg.audio.bitrate; + + if (aac_enc_reinit(&aac_stream) != 0) { + print_info(_("AAC encoder doesn't support current\n" + "Sample-/Bitrate combination"), + 1); + + if (!strcmp(cfg.audio.codec, "ogg")) { + fl_g->choice_cfg_codec->value(CHOICE_OGG); + } + else if (!strcmp(cfg.audio.codec, "opus")) { + fl_g->choice_cfg_codec->value(CHOICE_OPUS); + } + else if (!strcmp(cfg.audio.codec, "mp3")) { + fl_g->choice_cfg_codec->value(CHOICE_MP3); + } + else if (!strcmp(cfg.audio.codec, "flac")) { + fl_g->choice_cfg_codec->value(CHOICE_FLAC); + } + + return; + } + + strcpy(cfg.audio.codec, "aac"); + print_info(_("Stream codec set to aac"), 0); + fl_g->choice_cfg_bitrate->activate(); + fl_g->choice_cfg_bitrate->show(); + +#endif +} + +void choice_cfg_codec_flac_cb(void) +{ + if (flac_enc_reinit(&flac_stream) != 0) { + print_info(_("ERROR: While initializing flac settings"), 1); + + if (!strcmp(cfg.audio.codec, "mp3")) { + fl_g->choice_rec_codec->value(CHOICE_MP3); + } + else if (!strcmp(cfg.audio.codec, "ogg")) { + fl_g->choice_rec_codec->value(CHOICE_OGG); + } + else if (!strcmp(cfg.audio.codec, "opus")) { + fl_g->choice_rec_codec->value(CHOICE_OPUS); + } + else if (!strcmp(cfg.audio.codec, "aac")) { + fl_g->choice_rec_codec->value(CHOICE_AAC); + } + + return; + } + strcpy(cfg.audio.codec, "flac"); + print_info(_("Stream codec set to flac"), 0); + + fl_g->choice_cfg_bitrate->hide(); + fl_g->window_cfg->redraw(); +} + +void choice_rec_codec_mp3_cb(void) +{ + update_rec_bitrate_list(CHOICE_MP3); + lame_rec.bitrate = cfg.rec.bitrate; + + if (lame_enc_reinit(&lame_rec) != 0) { + print_info(_("MP3 encoder doesn't support current\n" + "Sample-/Bitrate combination"), + 1); + + // fall back to old rec codec + if (!strcmp(cfg.rec.codec, "ogg")) { + fl_g->choice_rec_codec->value(CHOICE_OGG); + } + else if (!strcmp(cfg.rec.codec, "wav")) { + fl_g->choice_rec_codec->value(CHOICE_WAV); + } + else if (!strcmp(cfg.rec.codec, "opus")) { + fl_g->choice_rec_codec->value(CHOICE_OPUS); + } + else if (!strcmp(cfg.rec.codec, "aac")) { + fl_g->choice_rec_codec->value(CHOICE_AAC); + } + else if (!strcmp(cfg.rec.codec, "flac")) { + fl_g->choice_rec_codec->value(CHOICE_FLAC); + } + + return; + } + strcpy(cfg.rec.codec, "mp3"); + + // check if the extension of the filename matches + // the current selected codec + test_file_extension(); + + print_info(_("Record codec set to mp3"), 0); + fl_g->choice_rec_bitrate->activate(); + fl_g->choice_rec_bitrate->show(); +} + +void choice_rec_codec_ogg_cb(void) +{ + update_rec_bitrate_list(CHOICE_OGG); + vorbis_rec.bitrate = cfg.rec.bitrate; + + if (vorbis_enc_reinit(&vorbis_rec) != 0) { + print_info(_("OGG Vorbis encoder doesn't support current\n" + "Sample-/Bitrate combination"), + 1); + + if (!strcmp(cfg.rec.codec, "mp3")) { + fl_g->choice_rec_codec->value(CHOICE_MP3); + } + else if (!strcmp(cfg.rec.codec, "wav")) { + fl_g->choice_rec_codec->value(CHOICE_WAV); + } + else if (!strcmp(cfg.rec.codec, "opus")) { + fl_g->choice_rec_codec->value(CHOICE_OPUS); + } + else if (!strcmp(cfg.rec.codec, "aac")) { + fl_g->choice_rec_codec->value(CHOICE_AAC); + } + else if (!strcmp(cfg.rec.codec, "flac")) { + fl_g->choice_rec_codec->value(CHOICE_FLAC); + } + + return; + } + strcpy(cfg.rec.codec, "ogg"); + + // check if the extension of the filename matches + // the current selected codec + test_file_extension(); + + print_info(_("Record codec set to ogg/vorbis"), 0); + fl_g->choice_rec_bitrate->activate(); + fl_g->choice_rec_bitrate->show(); +} + +void choice_rec_codec_opus_cb(void) +{ + update_rec_bitrate_list(CHOICE_OPUS); + opus_rec.bitrate = cfg.rec.bitrate * 1000; + + if (opus_enc_reinit(&opus_rec) != 0) { + print_info(_("Opus encoder doesn't support current\n" + "Sample-/Bitrate combination"), + 1); + + if (!strcmp(cfg.rec.codec, "mp3")) { + fl_g->choice_rec_codec->value(CHOICE_MP3); + } + else if (!strcmp(cfg.rec.codec, "wav")) { + fl_g->choice_rec_codec->value(CHOICE_WAV); + } + else if (!strcmp(cfg.rec.codec, "ogg")) { + fl_g->choice_rec_codec->value(CHOICE_OGG); + } + else if (!strcmp(cfg.rec.codec, "aac")) { + fl_g->choice_rec_codec->value(CHOICE_AAC); + } + else if (!strcmp(cfg.rec.codec, "flac")) { + fl_g->choice_rec_codec->value(CHOICE_FLAC); + } + + return; + } + strcpy(cfg.rec.codec, "opus"); + + // check if the extension of the filename matches + // the current selected codec + test_file_extension(); + + print_info(_("Record codec set to opus"), 0); + fl_g->choice_rec_bitrate->activate(); + fl_g->choice_rec_bitrate->show(); +} + +void choice_rec_codec_aac_cb(void) +{ +#ifdef HAVE_LIBFDK_AAC + if (g_aac_lib_available == 0) { + fl_g->window_missing_aac_lib->position(fl_g->window_cfg->x(), fl_g->window_cfg->y() + fl_g->window_cfg->h() / 2); + fl_g->window_missing_aac_lib->show(); + + if (!strcmp(cfg.rec.codec, "ogg")) { + fl_g->choice_rec_codec->value(CHOICE_OGG); + } + else if (!strcmp(cfg.rec.codec, "opus")) { + fl_g->choice_rec_codec->value(CHOICE_OPUS); + } + else if (!strcmp(cfg.rec.codec, "mp3")) { + fl_g->choice_rec_codec->value(CHOICE_MP3); + } + else if (!strcmp(cfg.rec.codec, "flac")) { + fl_g->choice_rec_codec->value(CHOICE_FLAC); + } + else if (!strcmp(cfg.rec.codec, "wav")) { + fl_g->choice_rec_codec->value(CHOICE_WAV); + } + + return; + } + + update_rec_bitrate_list(CHOICE_AAC); + aac_rec.bitrate = cfg.rec.bitrate; + if (aac_enc_reinit(&aac_rec) != 0) { + print_info(_("AAC encoder doesn't support current\n" + "Sample-/Bitrate combination"), + 1); + + // fall back to old rec codec + if (!strcmp(cfg.rec.codec, "ogg")) { + fl_g->choice_rec_codec->value(CHOICE_OGG); + } + else if (!strcmp(cfg.rec.codec, "wav")) { + fl_g->choice_rec_codec->value(CHOICE_WAV); + } + else if (!strcmp(cfg.rec.codec, "opus")) { + fl_g->choice_rec_codec->value(CHOICE_OPUS); + } + else if (!strcmp(cfg.rec.codec, "flac")) { + fl_g->choice_rec_codec->value(CHOICE_FLAC); + } + else if (!strcmp(cfg.rec.codec, "mp3")) { + fl_g->choice_rec_codec->value(CHOICE_MP3); + } + + return; + } + strcpy(cfg.rec.codec, "aac"); + + // check if the extension of the filename matches + // the current selected codec + test_file_extension(); + + print_info(_("Record codec set to aac"), 0); + fl_g->choice_rec_bitrate->activate(); + fl_g->choice_rec_bitrate->show(); + +#endif +} + +void choice_rec_codec_flac_cb(void) +{ + if (flac_enc_reinit(&flac_rec) != 0) { + print_info(_("ERROR: While initializing flac settings"), 1); + + if (!strcmp(cfg.rec.codec, "mp3")) { + fl_g->choice_rec_codec->value(CHOICE_MP3); + } + else if (!strcmp(cfg.rec.codec, "ogg")) { + fl_g->choice_rec_codec->value(CHOICE_OGG); + } + else if (!strcmp(cfg.rec.codec, "opus")) { + fl_g->choice_rec_codec->value(CHOICE_OPUS); + } + else if (!strcmp(cfg.rec.codec, "wav")) { + fl_g->choice_rec_codec->value(CHOICE_WAV); + } + else if (!strcmp(cfg.rec.codec, "aac")) { + fl_g->choice_rec_codec->value(CHOICE_AAC); + } + + return; + } + strcpy(cfg.rec.codec, "flac"); + + // check if the extension of the filename matches + // the current selected codec + test_file_extension(); + + print_info(_("Record codec set to flac"), 0); + fl_g->choice_rec_bitrate->hide(); + fl_g->window_cfg->redraw(); +} + +void choice_rec_codec_wav_cb(void) +{ + fl_g->choice_rec_bitrate->hide(); + fl_g->window_cfg->redraw(); + + strcpy(cfg.rec.codec, "wav"); + + // check if the extension of the filename matches + // the current selected codec + test_file_extension(); + + print_info(_("Record codec set to wav"), 0); +} + +void input_tls_cert_file_cb(void) +{ + cfg.tls.cert_file = (char *)realloc(cfg.tls.cert_file, strlen(fl_g->input_tls_cert_file->value()) + 1); + + strcpy(cfg.tls.cert_file, fl_g->input_tls_cert_file->value()); + fl_g->input_tls_cert_file->tooltip(cfg.tls.cert_file); +} + +void input_tls_cert_dir_cb(void) +{ + int len = strlen(fl_g->input_tls_cert_dir->value()); + + cfg.tls.cert_dir = (char *)realloc(cfg.tls.cert_dir, len + 2); + + strcpy(cfg.tls.cert_dir, fl_g->input_tls_cert_dir->value()); + +#ifdef WIN32 // Replace all "Windows slashes" with "unix slashes" + strrpl(&cfg.tls.cert_dir, (char *)"\\", (char *)"/", MODE_ALL); +#endif + + // Append an '/' if there isn't one + if ((len > 0) && (cfg.tls.cert_dir[len - 1] != '/')) { + strcat(cfg.tls.cert_dir, "/"); + } + + fl_g->input_tls_cert_dir->value(cfg.tls.cert_dir); + fl_g->input_tls_cert_dir->tooltip(cfg.tls.cert_dir); +} + +void button_tls_browse_file_cb(void) +{ + Fl_My_Native_File_Chooser nfc; + nfc.title(_("Select certificate file...")); + nfc.type(Fl_My_Native_File_Chooser::BROWSE_FILE); + + switch (nfc.show()) { + case -1: + fl_alert(_("ERROR: %s"), nfc.errmsg()); + break; + case 1: + break; // cancel pressed + default: + fl_g->input_tls_cert_file->value(nfc.filename()); + input_tls_cert_file_cb(); + } +} + +void button_tls_browse_dir_cb(void) +{ + Fl_My_Native_File_Chooser nfc; + nfc.title(_("Select certificate directory...")); + nfc.type(Fl_My_Native_File_Chooser::BROWSE_DIRECTORY); + nfc.options(Fl_My_Native_File_Chooser::NEW_FOLDER); + + nfc.directory(fl_g->input_tls_cert_dir->value()); + + switch (nfc.show()) { + case -1: + fl_alert(_("ERROR: %s"), nfc.errmsg()); // error + break; + case 1: + break; // cancel pressed + default: + fl_g->input_tls_cert_dir->value(nfc.filename()); + input_tls_cert_dir_cb(); + break; + } +} + +void ILM216_cb(void) +{ + if (Fl::event_button() == 1) // left mouse button + { + // change the display mode only when connected or recording + // this will prevent confusing the user + if (!connected && !recording) { + return; + } + + switch (display_info) { + case STREAM_TIME: + if (recording) { + display_info = REC_TIME; + } + else { + display_info = SENT_DATA; + cfg.gui.default_stream_info = display_info; + } + break; + + case REC_TIME: + if (connected) { + display_info = SENT_DATA; + cfg.gui.default_stream_info = display_info; + } + else { + display_info = REC_DATA; + } + break; + + case SENT_DATA: + display_info = STREAM_STATE; + cfg.gui.default_stream_info = display_info; + break; + + case STREAM_STATE: + if (recording) { + display_info = REC_DATA; + } + else { + display_info = STREAM_TIME; + cfg.gui.default_stream_info = display_info; + } + break; + + case REC_DATA: + if (connected) { + display_info = STREAM_TIME; + cfg.gui.default_stream_info = display_info; + } + else { + display_info = REC_TIME; + } + } + } + /* if(Fl::event_button() == 3) //right mouse button + { + uchar r, g, b; + + Fl_Color bg, txt; + bg = (Fl_Color)cfg.main.bg_color; + txt = (Fl_Color)cfg.main.txt_color; + + //Set the r g b values the color_chooser should start with + r = (bg & 0xFF000000) >> 24; + g = (bg & 0x00FF0000) >> 16; + b = (bg & 0x0000FF00) >> 8; + + fl_color_chooser((const char*)"select background color", r, g, b); + + //The color_chooser changes the r, g, b, values to selected color + cfg.main.bg_color = fl_rgb_color(r, g, b); + + fl_g->lcd->redraw(); + + r = (txt & 0xFF000000) >> 24; + g = (txt & 0x00FF0000) >> 16; + b = (txt & 0x0000FF00) >> 8; + + fl_color_chooser((const char*)"select text color", r, g, b); + cfg.main.txt_color = fl_rgb_color(r, g, b); + + fl_g->lcd->redraw(); + + + }*/ +} + +void button_rec_browse_cb(void) +{ + Fl_My_Native_File_Chooser nfc; + nfc.title(_("Record to...")); + nfc.type(Fl_My_Native_File_Chooser::BROWSE_DIRECTORY); + nfc.options(Fl_My_Native_File_Chooser::NEW_FOLDER); + + nfc.directory(fl_g->input_rec_folder->value()); + + switch (nfc.show()) { + case -1: + fl_alert(_("ERROR: %s"), nfc.errmsg()); // error + break; + case 1: + break; // cancel + default: + fl_g->input_rec_folder->value(nfc.filename()); + input_rec_folder_cb(); + + break; + } +} +void button_rec_split_now_cb(void) +{ + if (recording) { + split_recording_file(); + } + else { + fl_alert(_("File splitting only works if recording is active.")); + } +} + +void input_rec_filename_cb(void) +{ + char *tooltip; + + cfg.rec.filename = (char *)realloc(cfg.rec.filename, strlen(fl_g->input_rec_filename->value()) + 1); + + strcpy(cfg.rec.filename, fl_g->input_rec_filename->value()); + + // check if the extension of the filename matches + // the current selected codec + test_file_extension(); + + tooltip = strdup(cfg.rec.filename); + + expand_string(&tooltip); + + fl_g->input_rec_filename->copy_tooltip(tooltip); + + free(tooltip); +} + +void input_rec_folder_cb(void) +{ + char *tooltip; + int len = strlen(fl_g->input_rec_folder->value()); + + cfg.rec.folder = (char *)realloc(cfg.rec.folder, len + 2); + + strcpy(cfg.rec.folder, fl_g->input_rec_folder->value()); + +#ifdef WIN32 // Replace all "Windows slashes" with "unix slashes" + char *p; + p = cfg.rec.folder; + while (*p != '\0') { + if (*p == '\\') { + *p = '/'; + } + p++; + } +#endif + + // Append an '/' if there isn't one + if (cfg.rec.folder[len - 1] != '/') { + strcat(cfg.rec.folder, "/"); + } + + fl_g->input_rec_folder->value(cfg.rec.folder); + + tooltip = strdup(cfg.rec.folder); + expand_string(&tooltip); + fl_g->input_rec_folder->copy_tooltip(tooltip); + free(tooltip); +} + +void input_log_filename_cb(void) +{ + cfg.main.log_file = (char *)realloc(cfg.main.log_file, strlen(fl_g->input_log_filename->value()) + 1); + + strcpy(cfg.main.log_file, fl_g->input_log_filename->value()); + fl_g->input_log_filename->tooltip(cfg.main.log_file); +} + +void button_cfg_browse_songfile_cb(void) +{ + Fl_My_Native_File_Chooser nfc; + nfc.title(_("Select Songfile")); + nfc.type(Fl_My_Native_File_Chooser::BROWSE_FILE); + switch (nfc.show()) { + case -1: + fl_alert(_("ERROR: %s"), nfc.errmsg()); + break; + case 1: + break; // cancel + default: + fl_g->input_cfg_song_file->value(nfc.filename()); + input_cfg_song_file_cb(); + } +} + +void input_cfg_song_file_cb(void) +{ + int len = strlen(fl_g->input_cfg_song_file->value()); + + cfg.main.song_path = (char *)realloc(cfg.main.song_path, len + 1); + + strcpy(cfg.main.song_path, fl_g->input_cfg_song_file->value()); + +#ifdef WIN32 // Replace all "Windows slashes" with "unix slashes" + char *p; + p = cfg.main.song_path; + while (*p != '\0') { + if (*p == '\\') { + *p = '/'; + } + p++; + } +#endif + + fl_g->input_cfg_song_file->value(cfg.main.song_path); + fl_g->input_cfg_song_file->tooltip(cfg.main.song_path); +} + +void check_gui_attach_cb(void) +{ + if (fl_g->check_gui_attach->value()) { + cfg.gui.attach = 1; + Fl::add_timeout(0.1, &cfg_win_pos_timer); + } + else { + cfg.gui.attach = 0; + Fl::remove_timeout(&cfg_win_pos_timer); + } +} + +void check_gui_ontop_cb(void) +{ + if (fl_g->check_gui_ontop->value()) { + fl_g->window_main->stay_on_top(1); + fl_g->window_cfg->stay_on_top(1); + cfg.gui.ontop = 1; + } + else { + fl_g->window_main->stay_on_top(0); + fl_g->window_cfg->stay_on_top(0); + cfg.gui.ontop = 0; + } +} +void check_gui_hide_log_window_cb(void) +{ + if (fl_g->check_gui_hide_log_window->value()) { + cfg.gui.hide_log_window = 1; + } + else { + cfg.gui.hide_log_window = 0; + } +} + +void check_gui_remember_pos_cb(void) +{ + if (fl_g->check_gui_remember_pos->value()) { + cfg.gui.remember_pos = 1; + } + else { + cfg.gui.remember_pos = 0; + } +} + +void check_gui_lcd_auto_cb(void) +{ + if (fl_g->check_gui_lcd_auto->value()) { + cfg.gui.lcd_auto = 1; + } + else { + cfg.gui.lcd_auto = 0; + } +} + +void check_gui_start_minimized_cb(void) +{ + cfg.gui.start_minimized = fl_g->check_gui_start_minimized->value(); +} + +void check_gui_disable_gain_slider_cb(void) +{ + cfg.gui.disable_gain_slider = fl_g->check_gui_disable_gain_slider->value(); + + if (cfg.gui.disable_gain_slider) { + fl_g->slider_gain->deactivate(); + fl_g->label_n24dB->deactivate(); + fl_g->label_p24dB->deactivate(); + fl_g->slider_gain->tooltip(_("Gain control is disabled. Enable in Settings->GUI")); + } + else { + fl_g->slider_gain->activate(); + fl_g->label_n24dB->activate(); + fl_g->label_p24dB->activate(); + fl_g->slider_gain->tooltip(_("Master Gain")); + } +} + +void check_gui_show_listeners_cb(void) +{ + cfg.gui.show_listeners = fl_g->check_gui_show_listeners->value(); + + if (connected) { + if (cfg.gui.show_listeners) { + static int reset = 1; + Fl::remove_timeout(&request_listener_count_timer); + Fl::add_timeout(0.5, &request_listener_count_timer, &reset); + } + else { + Fl::remove_timeout(&request_listener_count_timer); + fl_g->label_current_listeners->hide(); + } + } +} + +void input_gui_listeners_update_rate_cb(void) +{ + if (fl_g->input_gui_listeners_update_rate->value() < 1) { + fl_g->input_gui_listeners_update_rate->value(1); + } + + cfg.gui.listeners_update_rate = fl_g->input_gui_listeners_update_rate->value(); + + if (cfg.gui.show_listeners) { + static int reset = 1; + Fl::remove_timeout(&request_listener_count_timer); + Fl::add_timeout(0.5, &request_listener_count_timer, &reset); + } +} + +void color_chooser(const char *text, int &cfg_color) +{ + uchar r, g, b; + Fl_Color c; + c = (Fl_Color)cfg_color; + + // Set the r g b values the color_chooser should start with + r = (c & 0xFF000000) >> 24; + g = (c & 0x00FF0000) >> 16; + b = (c & 0x0000FF00) >> 8; + + fl_color_chooser(text, r, g, b); + + // The fl_color_chooser sets the r, g, b values to the selected color + cfg_color = fl_rgb_color(r, g, b); +} + +void button_gui_bg_color_cb(void) +{ + color_chooser(_("select background color"), cfg.main.bg_color); + + fl_g->button_gui_bg_color->color(cfg.main.bg_color, fl_lighter((Fl_Color)cfg.main.bg_color)); + fl_g->button_gui_bg_color->redraw(); + fl_g->lcd->redraw(); + fl_g->sponsor_logo->redraw(); +} + +void button_gui_text_color_cb(void) +{ + color_chooser(_("select text color"), cfg.main.txt_color); + + fl_g->button_gui_text_color->color(cfg.main.txt_color, fl_lighter((Fl_Color)cfg.main.txt_color)); + fl_g->button_gui_text_color->redraw(); + fl_g->lcd->redraw(); + fl_g->sponsor_logo->redraw(); +} + +void button_gui_vu_low_color_cb(void) +{ + color_chooser("", cfg.gui.vu_low_color); + + fl_g->button_gui_vu_low_color->color(cfg.gui.vu_low_color, fl_lighter((Fl_Color)cfg.gui.vu_low_color)); + fl_g->button_gui_vu_low_color->redraw(); +} + +void button_gui_vu_mid_color_cb(void) +{ + color_chooser("", cfg.gui.vu_mid_color); + + fl_g->button_gui_vu_mid_color->color(cfg.gui.vu_mid_color, fl_lighter((Fl_Color)cfg.gui.vu_mid_color)); + fl_g->button_gui_vu_mid_color->redraw(); +} +void button_gui_vu_high_color_cb(void) +{ + color_chooser("", cfg.gui.vu_high_color); + + fl_g->button_gui_vu_high_color->color(cfg.gui.vu_high_color, fl_lighter((Fl_Color)cfg.gui.vu_high_color)); + fl_g->button_gui_vu_high_color->redraw(); +} +void input_gui_vu_mid_range_start_cb(void) +{ + if (fl_g->input_gui_vu_mid_range_start->value() < -54) { + fl_alert(_("Value must be a number between -54 and 0")); + fl_g->input_gui_vu_mid_range_start->value(cfg.gui.vu_mid_range_start); + } + if (fl_g->input_gui_vu_mid_range_start->value() > 0) { + fl_alert(_("Value must be a number between -54 and 0")); + fl_g->input_gui_vu_mid_range_start->value(cfg.gui.vu_mid_range_start); + } + + cfg.gui.vu_mid_range_start = fl_g->input_gui_vu_mid_range_start->value(); +} +void input_gui_vu_high_range_start_cb(void) +{ + if (fl_g->input_gui_vu_high_range_start->value() < -54) { + fl_alert(_("Value must be a number between -54 and 0")); + fl_g->input_gui_vu_high_range_start->value(cfg.gui.vu_high_range_start); + } + if (fl_g->input_gui_vu_high_range_start->value() > 0) { + fl_alert(_("Value must be a number between -54 and 0")); + fl_g->input_gui_vu_high_range_start->value(cfg.gui.vu_high_range_start); + } + + cfg.gui.vu_high_range_start = fl_g->input_gui_vu_high_range_start->value(); +} + +void choice_gui_language_cb(void) +{ + lang_id_to_str(fl_g->choice_gui_language->value(), &cfg.gui.lang_str, LANG_MAPPING_NEW); + fl_alert(_("Please restart butt to apply new language.")); +} + +void radio_gui_vu_gradient_cb(void) +{ + cfg.gui.vu_mode = VU_MODE_GRADIENT; +} +void radio_gui_vu_solid_cb(void) +{ + cfg.gui.vu_mode = VU_MODE_SOLID; +} + +void check_gui_always_show_vu_tabs_cb(void) +{ + cfg.gui.always_show_vu_tabs = fl_g->check_gui_always_show_vu_tabs->value(); + + if (cfg.gui.always_show_vu_tabs == 0) { + fl_g->invisible_tab_box->enable(); + hide_vu_tabs(); + } + else { + fl_g->invisible_tab_box->disable(); + show_vu_tabs(); + } +} + +void input_gui_window_title_cb(void) +{ + cfg.gui.window_title = (char *)realloc(cfg.gui.window_title, strlen(fl_g->input_gui_window_title->value()) + 1); + strcpy(cfg.gui.window_title, fl_g->input_gui_window_title->value()); + + if (strlen(cfg.gui.window_title) > 0) { + fl_g->window_main->label(cfg.gui.window_title); + } + else { + fl_g->window_main->label(PACKAGE_STRING); + } +} + +void check_cfg_overwrite_existing_files_cb(void) +{ + cfg.rec.overwrite_files = fl_g->check_cfg_overwrite_existing_files->value(); +} + +void check_cfg_auto_start_rec_cb(void) +{ + cfg.rec.start_rec = fl_g->check_cfg_auto_start_rec->value(); + fl_g->lcd->redraw(); // update the little record icon + fl_g->sponsor_logo->redraw(); +} + +void check_cfg_auto_stop_rec_cb(void) +{ + cfg.rec.stop_rec = fl_g->check_cfg_auto_stop_rec->value(); +} + +void check_cfg_rec_after_launch_cb(void) +{ + cfg.rec.rec_after_launch = fl_g->check_cfg_rec_after_launch->value(); +} + +void check_cfg_rec_hourly_cb(void) +{ + // cfg.rec.start_rec_hourly = fl_g->check_cfg_rec_hourly->value(); +} + +void check_cfg_connect_cb(void) +{ + cfg.main.connect_at_startup = fl_g->check_cfg_connect->value(); +} + +void check_cfg_force_reconnecting_cb(void) +{ + cfg.main.force_reconnecting = fl_g->check_cfg_force_reconnecting->value(); +} + +void input_cfg_present_level_cb(void) +{ + if (fl_g->input_cfg_present_level->value() < -90) { + fl_alert(_("Value must be a number between -90.0 and 0")); + fl_g->input_cfg_present_level->value(-cfg.audio.signal_level); + } + + if (fl_g->input_cfg_present_level->value() > 0) { + fl_alert(_("Value must be a number between -90.0 and 0")); + fl_g->input_cfg_present_level->value(-cfg.audio.signal_level); + } + + cfg.audio.signal_level = -fl_g->input_cfg_present_level->value(); +} + +void input_cfg_absent_level_cb(void) +{ + if (fl_g->input_cfg_absent_level->value() < -90) { + fl_alert(_("Value must be a number between -90.0 and 0")); + fl_g->input_cfg_absent_level->value(-cfg.audio.silence_level); + } + + if (fl_g->input_cfg_absent_level->value() > 0) { + fl_alert(_("Value must be a number between -90.0 and 0")); + fl_g->input_cfg_absent_level->value(-cfg.audio.silence_level); + } + + cfg.audio.silence_level = -fl_g->input_cfg_absent_level->value(); +} + +void check_stream_signal_cb(void) +{ + cfg.main.signal_detection = fl_g->check_stream_signal->value(); + + if (cfg.main.signal_detection == 1) { + if (fl_g->input_cfg_signal->value() < 0.1) { + fl_g->input_cfg_signal->value(1); + cfg.main.signal_threshold = fl_g->input_cfg_signal->value(); + } + reset_stream_signal_detection_timer(); + } + else { + Fl::remove_timeout(&stream_signal_timer); + } +} + +void check_stream_silence_cb(void) +{ + cfg.main.silence_detection = fl_g->check_stream_silence->value(); + + if (cfg.main.silence_detection == 1) { + if (fl_g->input_cfg_silence->value() < 0.1) { + fl_g->input_cfg_silence->value(1); + cfg.main.silence_threshold = fl_g->input_cfg_silence->value(); + } + reset_stream_silence_detection_timer(); + } + else { + Fl::remove_timeout(&stream_silence_timer); + } +} + +void input_cfg_signal_cb(void) +{ + // Values < 0.1 are not allowed + if (fl_g->input_cfg_signal->value() < 0.1) { + fl_g->input_cfg_signal->value(0.1); + } + + reset_stream_signal_detection_timer(); + cfg.main.signal_threshold = fl_g->input_cfg_signal->value(); +} + +void input_cfg_silence_cb(void) +{ + // Values < 0.1 are not allowed + if (fl_g->input_cfg_silence->value() < 0.1) { + fl_g->input_cfg_silence->value(0.1); + } + + reset_stream_silence_detection_timer(); + cfg.main.silence_threshold = fl_g->input_cfg_silence->value(); +} + +void input_cfg_reconnect_delay_cb(void) +{ + cfg.main.reconnect_delay = fl_g->input_cfg_reconnect_delay->value(); +} + +void check_rec_signal_cb(void) +{ + cfg.rec.signal_detection = fl_g->check_rec_signal->value(); + + if (cfg.rec.signal_detection == 1) { + if (fl_g->input_rec_signal->value() < 0.1) { + fl_g->input_rec_signal->value(1); + cfg.rec.signal_threshold = fl_g->input_rec_signal->value(); + } + reset_record_signal_detection_timer(); + } + else { + Fl::remove_timeout(&record_signal_timer); + } +} + +void check_rec_silence_cb(void) +{ + cfg.rec.silence_detection = fl_g->check_rec_silence->value(); + + if (cfg.rec.silence_detection == 1) { + if (fl_g->input_rec_silence->value() < 0.1) { + fl_g->input_rec_silence->value(1); + cfg.rec.silence_threshold = fl_g->input_rec_silence->value(); + } + Fl::remove_timeout(&record_silence_timer); + Fl::add_timeout(1, &record_silence_timer); + } + else { + Fl::remove_timeout(&record_silence_timer); + } +} + +void input_rec_signal_cb(void) +{ + // Values < 0.1 are not allowed + if (fl_g->input_rec_signal->value() < 0.1) { + fl_g->input_rec_signal->value(0.1); + } + + reset_record_signal_detection_timer(); + cfg.rec.signal_threshold = fl_g->input_rec_signal->value(); +} + +void input_rec_silence_cb(void) +{ + // Values < 0.1 are not allowed + if (fl_g->input_rec_silence->value() < 0.1) { + fl_g->input_rec_silence->value(0.1); + } + + reset_record_silence_detection_timer(); + cfg.rec.silence_threshold = fl_g->input_rec_silence->value(); +} + +void check_song_update_active_cb(void) +{ + if (fl_g->check_song_update_active->value()) { + if (connected) { + static int reset = 1; + Fl::remove_timeout(&songfile_timer); + Fl::add_timeout(0.1, &songfile_timer, &reset); + } + cfg.main.song_update = 1; + } + else { + Fl::remove_timeout(&songfile_timer); + if (cfg.main.song != NULL) { + free(cfg.main.song); + cfg.main.song = NULL; + } + cfg.main.song_update = 0; + } +} + +void check_read_last_line_cb(void) +{ + cfg.main.read_last_line = fl_g->check_read_last_line->value(); +} + +void check_sync_to_full_hour_cb(void) +{ + if (fl_g->check_sync_to_full_hour->value()) { + cfg.rec.sync_to_hour = 1; + } + else { + cfg.rec.sync_to_hour = 0; + } +} + +void slider_gain_cb(void *called_by) +{ + char str[10]; + float gain_db; + + if (called_by != (void *)CB_CALLED_BY_MIDI) { + cfg.midi.commands[MIDI_CMD_MASTER_GAIN].picked_up = 0; + } + + // Without redrawing the main window the slider knob is not redrawn correctly + fl_g->window_main->redraw(); + + gain_db = (float)fl_g->slider_gain->value(); + + snprintf(str, 10, "%+.1f dB", gain_db); + fl_g->text_mixer_master_volume->copy_label(str); + fl_g->slider_mixer_master_gain->value_cb2("dB"); + + if (gain_db > -0.1 && gain_db < 0.1) { + cfg.main.gain = 1; + fl_g->slider_gain->value(0); + fl_g->slider_mixer_master_gain->value(0); + } + else { + cfg.main.gain = util_db_to_factor(gain_db); + fl_g->slider_mixer_master_gain->value(gain_db); + } + + fl_g->slider_gain->value_cb2("dB"); +} + +void vu_tabs_cb(void) +{ + const char *active_tab = fl_g->vu_tabs->value()->label(); + if (!strcmp(active_tab, _("Streaming"))) { + fl_g->label_volume->label(_("Streaming volume")); + snd_set_vu_level_type(SND_STREAM); + } + else { + fl_g->label_volume->label(_("Recording volume")); + snd_set_vu_level_type(SND_REC); + } +} + +void input_rec_split_time_cb(void) +{ + // Values < 0 are not allowed + if (fl_g->input_rec_split_time->value() < 0) { + fl_g->input_rec_split_time->value(0); + } + + cfg.rec.split_time = fl_g->input_rec_split_time->value(); +} + +void button_cfg_export_cb(void) +{ + char *filename; + + Fl_My_Native_File_Chooser nfc; + + nfc.title(_("Export to...")); + nfc.type(Fl_My_Native_File_Chooser::BROWSE_SAVE_FILE); + nfc.options(Fl_My_Native_File_Chooser::NEW_FOLDER); + + switch (nfc.show()) { + case -1: + fl_alert(_("ERROR: %s"), nfc.errmsg()); // error + return; + break; + case 1: + return; // cancel + break; + default: + filename = (char *)nfc.filename(); + } + + cfg_write_file(filename); +} + +void button_cfg_import_cb(void) +{ + char *filename; + char info_buf[256]; + + Fl_My_Native_File_Chooser nfc; + nfc.title(_("Import...")); + nfc.type(Fl_My_Native_File_Chooser::BROWSE_FILE); + + switch (nfc.show()) { + case -1: + fl_alert(_("ERROR: %s"), nfc.errmsg()); // error + return; + break; + case 1: + return; // cancel + break; + default: + filename = (char *)nfc.filename(); + break; + } + + // read config and initialize config struct + if (cfg_set_values(filename) != 0) { + snprintf(info_buf, sizeof(info_buf), _("Could not import config %s"), filename); + print_info(info_buf, 1); + return; + } + + // re-initialize some stuff after config has been successfully imported + init_main_gui_and_audio(); + fill_cfg_widgets(); + if (snd_reopen_streams() != 0) { + fl_alert(_("butt could not open selected audio device.\nPlease try another device.\n")); + return; + } + update_channel_lists(); + + snprintf(info_buf, sizeof(info_buf), _("Config imported %s"), filename); + print_info(info_buf, 1); +} + +void check_update_at_startup_cb(void) +{ + cfg.main.check_for_update = fl_g->check_update_at_startup->value(); +} + +void check_start_agent_cb(void) +{ + cfg.main.start_agent = fl_g->check_start_agent->value(); +} + +void button_start_agent_cb(void) +{ +#ifdef WIN32 + if (tray_agent_is_running(NULL) == 0) { + if (tray_agent_start() == 0) { + tray_agent_send_cmd(TA_START); + Fl::add_timeout(1, &has_agent_been_started_timer); + } + } + else { + fl_alert("butt agent is already running."); + } +#endif +} + +void button_stop_agent_cb(void) +{ +#ifdef WIN32 + if (tray_agent_is_running(NULL) == 1) { + tray_agent_stop(); + Fl::add_timeout(1, &has_agent_been_stopped_timer); + } + else { + fl_alert("butt agent is currently not running."); + } + +#endif +} + +void check_minimize_to_tray_cb(void) +{ + cfg.main.minimize_to_tray = fl_g->check_minimize_to_tray->value(); + + if (cfg.main.minimize_to_tray == 1) { + fl_g->window_main->minimize_to_tray = true; + } + else { + fl_g->window_main->minimize_to_tray = false; + } +} + +void button_cfg_check_for_updates_cb(void) +{ + int rc; + char uri[100]; + char *new_version; + int ret = update_check_for_new_version(); + + switch (ret) { + case UPDATE_NEW_VERSION: + new_version = update_get_version(); + rc = fl_choice(_("New version available: %s\nYou have version %s"), _("Cancel"), _("Get new version"), NULL, new_version, VERSION); + if (rc == 1) { + // snprintf(uri, sizeof(uri)-1, "https://sourceforge.net/projects/butt/files/butt/butt-%s/", new_version); + snprintf(uri, sizeof(uri) - 1, "https://danielnoethen.de/butt/index.html#_download"); + fl_open_uri(uri); + } + + break; + case UPDATE_SOCKET_ERROR: + fl_alert(_("Could not get update information.\nReason: Network error")); + break; + case UPDATE_ILLEGAL_ANSWER: + fl_alert(_("Could not get update information.\nReason: Unknown answer from server")); + break; + case UPDATE_UP_TO_DATE: + fl_alert(_("You have the latest version!")); + break; + default: + fl_alert(_("Could not get update information.\nReason: Unknown")); + break; + } +} + +void button_cfg_log_browse_cb(void) +{ + Fl_My_Native_File_Chooser nfc; + nfc.title(_("Select logfile...")); + nfc.type(Fl_My_Native_File_Chooser::BROWSE_SAVE_FILE); + nfc.options(Fl_My_Native_File_Chooser::NEW_FOLDER); + + switch (nfc.show()) { + case -1: + fl_alert(_("ERROR: %s"), nfc.errmsg()); + break; + case 1: + break; // cancel + default: + fl_g->input_log_filename->value(nfc.filename()); + input_log_filename_cb(); + } +} + +void window_main_close_cb(bool ask) +{ + if (ask && (connected || recording)) { + int ret; + if (connected) { + fl_message_title("Streaming"); + ret = fl_choice(_("butt is currently streaming.\n" + "Do you really want to close butt now?"), + _("no"), _("yes"), NULL); + } + else { + fl_message_title("Recording"); + ret = fl_choice(_("butt is currently recording.\n" + "Do you really want to close butt now?"), + _("no"), _("yes"), NULL); + } + + if (ret == 0) { + return; + } + } + + stop_recording(false); + button_disconnect_cb(false); + + command_stop_server(); + if (cfg.gui.remember_pos) { + cfg.gui.x_pos = fl_g->window_main->x_root(); + cfg.gui.y_pos = fl_g->window_main->y_root(); + cfg.gui.window_height = fl_g->window_main->h(); + } + + snd_close_streams(); + snd_close_portaudio(); + cfg_write_file(NULL); + url_cleanup_curl(); + exit(0); +} + +void check_cfg_use_app_cb(void) +{ + if (fl_g->check_cfg_use_app->value()) { + int app = fl_g->choice_cfg_app->value(); + current_track_app = getCurrentTrackFunctionFromId(app); + cfg.main.app_update = 1; + cfg.main.app_update_service = app; + + static int reset = 1; + Fl::remove_timeout(&app_timer); + Fl::add_timeout(0.1, &app_timer, &reset); + } + else { + cfg.main.app_update = 0; + Fl::remove_timeout(&app_timer); + + if (cfg.main.song != NULL) { + free(cfg.main.song); + cfg.main.song = NULL; + } + } +} + +void choice_cfg_app_cb(void) +{ + current_track_app = getCurrentTrackFunctionFromId(fl_g->choice_cfg_app->value()); + cfg.main.app_update_service = fl_g->choice_cfg_app->value(); +} + +void radio_cfg_artist_title_cb(void) +{ + cfg.main.app_artist_title_order = APP_ARTIST_FIRST; +} + +void radio_cfg_title_artist_cb(void) +{ + cfg.main.app_artist_title_order = APP_TITLE_FIRST; +} + +void input_cfg_song_url_cb(void) +{ + const char *http = "http://"; + const char *https = "https://"; + const char *url = fl_g->input_cfg_song_url->value(); + int len = strlen(url); + + // Check if the URL starts with either prefix + if (len > 0 && strncmp(url, http, strlen(http)) != 0 && strncmp(url, https, strlen(https)) != 0) { + fl_alert(_("The URL must start with either http:// or https://")); + fl_g->input_cfg_song_url->value(cfg.main.song_update_url); + } + + cfg.main.song_update_url = (char *)realloc(cfg.main.song_update_url, len + 1); + strcpy(cfg.main.song_update_url, url); + fl_g->input_cfg_song_url->tooltip(cfg.main.song_update_url); +} + +void input_cfg_url_update_song_interval_cb(void) +{ + if (fl_g->input_cfg_url_update_song_interval->value() < 1 || fl_g->input_cfg_url_update_song_interval->value() > 1000) { + fl_alert(_("Value must be a number between 1 and 1000")); + fl_g->input_cfg_url_update_song_interval->value(cfg.main.song_update_url_interval); + return; + } + + cfg.main.song_update_url_interval = fl_g->input_cfg_url_update_song_interval->value(); +} + +void check_cfg_update_from_url_cb(void) +{ + cfg.main.song_update_url_active = fl_g->check_cfg_update_from_url->value(); + + if (cfg.main.song_update_url_active) { + Fl::remove_timeout(&song_url_timer); + Fl::add_timeout(cfg.main.song_update_url_interval, &song_url_timer); + } + else { + Fl::remove_timeout(&song_url_timer); + } +} + +void choice_cfg_song_delay_cb(void) +{ + cfg.main.song_delay = 2 * fl_g->choice_cfg_song_delay->value(); +} + +void slider_mixer_primary_device_cb(double val, void *called_by) +{ + if (called_by != (void *)CB_CALLED_BY_MIDI) { + cfg.midi.commands[MIDI_CMD_PRIMARY_DEV_VOL].picked_up = 0; + } + + char str[10]; + snprintf(str, 10, "%+.1f dB", val); + fl_g->text_mixer_primary_device_volume->copy_label(str); + fl_g->slider_mixer_primary_device->value_cb2("dB"); // updates the tooltip + + if (val > -0.5 && val < 0.5) { + cfg.mixer.primary_device_gain = 1; + fl_g->slider_mixer_primary_device->value(0); + } + else { + cfg.mixer.primary_device_gain = util_db_to_factor(val); + } +} + +void slider_mixer_secondary_device_cb(double val, void *called_by) +{ + if (called_by != (void *)CB_CALLED_BY_MIDI) { + cfg.midi.commands[MIDI_CMD_SECONDARY_DEV_VOL].picked_up = 0; + } + + char str[10]; + snprintf(str, 10, "%+.1f dB", val); + fl_g->text_mixer_secondary_device_volume->copy_label(str); + fl_g->slider_mixer_secondary_device->value_cb2("dB"); + + if (val > -0.5 && val < 0.5) { + cfg.mixer.secondary_device_gain = 1; + fl_g->slider_mixer_secondary_device->value(0); + } + else { + cfg.mixer.secondary_device_gain = util_db_to_factor(val); + } +} + +void slider_mixer_streaming_gain_cb(double val, void *called_by) +{ + if (called_by != (void *)CB_CALLED_BY_MIDI) { + cfg.midi.commands[MIDI_CMD_STREAMING_GAIN].picked_up = 0; + } + + char str[10]; + snprintf(str, 10, "%+.1f dB", val); + fl_g->text_mixer_streaming_volume->copy_label(str); + fl_g->slider_mixer_streaming_gain->value_cb2("dB"); + + if (val > -0.5 && val < 0.5) { + cfg.mixer.streaming_gain = 1; + fl_g->slider_mixer_streaming_gain->value(0); + } + else { + cfg.mixer.streaming_gain = util_db_to_factor(val); + } +} + +void slider_mixer_recording_gain_cb(double val, void *called_by) +{ + if (called_by != (void *)CB_CALLED_BY_MIDI) { + cfg.midi.commands[MIDI_CMD_RECORDING_GAIN].picked_up = 0; + } + + char str[10]; + snprintf(str, 10, "%+.1f dB", val); + fl_g->text_mixer_recording_volume->copy_label(str); + fl_g->slider_mixer_recording_gain->value_cb2("dB"); + + if (val > -0.5 && val < 0.5) { + cfg.mixer.recording_gain = 1; + fl_g->slider_mixer_recording_gain->value(0); + } + else { + cfg.mixer.recording_gain = util_db_to_factor(val); + } +} +void slider_mixer_master_gain_cb(double val, void *called_by) +{ + if (called_by != (void *)CB_CALLED_BY_MIDI) { + cfg.midi.commands[MIDI_CMD_MASTER_GAIN].picked_up = 0; + } + + char str[10]; + snprintf(str, 10, "%+.1f dB", val); + fl_g->text_mixer_master_volume->copy_label(str); + fl_g->slider_mixer_master_gain->value_cb2("dB"); + + if (val > -0.5 && val < 0.5) { + cfg.main.gain = 1; + fl_g->slider_mixer_master_gain->value(0); + fl_g->slider_gain->value(0); + } + else { + cfg.main.gain = util_db_to_factor(val); + fl_g->slider_gain->value(val); + } + // Without redrawing the main window the slider knob is not redrawn correctly + fl_g->window_main->redraw(); +} + +void slider_mixer_cross_fader_cb(double val, void *called_by) +{ + if (called_by != (void *)CB_CALLED_BY_MIDI) { + cfg.midi.commands[MIDI_CMD_CROSS_FADER].picked_up = 0; + // TOOD: Check if soft takeover works for all sliders + } + + fl_g->slider_mixer_cross_fader->value_cb2(""); + + if (val > -3.0 && val < 3.0) { + cfg.mixer.cross_fader = 0; + fl_g->slider_mixer_cross_fader->value(0); + } + else { + cfg.mixer.cross_fader = val; + } + + if (cfg.mixer.cross_fader == 0) { + cfg.mixer.primary_X_fader = 1.0; + cfg.mixer.secondary_X_fader = 1.0; + } + else if (cfg.mixer.cross_fader < 0) { + cfg.mixer.primary_X_fader = 1.0; + cfg.mixer.secondary_X_fader = 1 + (val / 100.0); + } + else { + cfg.mixer.primary_X_fader = 1 - (val / 100.0); + cfg.mixer.secondary_X_fader = 1.0; + } + + // Without redrawing the mixer window the slider knob is not redrawn correctly + fl_g->window_mixer->redraw(); +} + +void button_mixer_mute_primary_device_cb(void) +{ + cfg.mixer.primary_device_muted = fl_g->button_mixer_mute_primary_device->value(); + if (cfg.mixer.primary_device_muted == 1) { + fl_g->slider_mixer_primary_device->deactivate(); + fl_g->text_mixer_primary_device_volume->deactivate(); + } + else { + fl_g->slider_mixer_primary_device->activate(); + fl_g->text_mixer_primary_device_volume->activate(); + } +} + +void button_mixer_mute_secondary_device_cb(void) +{ + cfg.mixer.secondary_device_muted = fl_g->button_mixer_mute_secondary_device->value(); + if (cfg.mixer.secondary_device_muted == 1) { + fl_g->slider_mixer_secondary_device->deactivate(); + fl_g->text_mixer_secondary_device_volume->deactivate(); + } + else { + fl_g->slider_mixer_secondary_device->activate(); + fl_g->text_mixer_secondary_device_volume->activate(); + } +} + +void button_mixer_reset_cb(void) +{ + slider_mixer_primary_device_cb(0, (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_primary_device->value(0); + + slider_mixer_secondary_device_cb(0, (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_secondary_device->value(0); + + slider_mixer_streaming_gain_cb(0, (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_streaming_gain->value(0); + + slider_mixer_recording_gain_cb(0, (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_recording_gain->value(0); + + slider_mixer_master_gain_cb(0, (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_master_gain->value(0); + + slider_mixer_cross_fader_cb(0, (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_cross_fader->value(0); + + if (cfg.mixer.primary_device_muted == 1) { + fl_g->button_mixer_mute_primary_device->value(0); + button_mixer_mute_primary_device_cb(); + } + + if (cfg.mixer.secondary_device_muted == 1) { + fl_g->button_mixer_mute_secondary_device->value(0); + button_mixer_mute_secondary_device_cb(); + } +} + +void check_stream_eq_cb(void) +{ + cfg.dsp.equalizer_stream = fl_g->check_stream_eq->value(); +} + +void check_rec_eq_cb(void) +{ + cfg.dsp.equalizer_rec = fl_g->check_rec_eq->value(); +} + +void choice_eq_preset_cb(void) +{ + int preset_id = fl_g->choice_eq_preset->value(); + const char *preset = fl_g->choice_eq_preset->text(preset_id); + + if (preset_id == 0) { // The string "Manual" is localized, therefore we check the id which will always be the first menu item + // dsp->loadEQPreset("Manual"); + slider_equalizer1_cb(cfg.dsp.eq_gain[0]); + fl_g->equalizerSlider1->value(cfg.dsp.eq_gain[0]); + + slider_equalizer2_cb(cfg.dsp.eq_gain[1]); + fl_g->equalizerSlider2->value(cfg.dsp.eq_gain[1]); + + slider_equalizer3_cb(cfg.dsp.eq_gain[2]); + fl_g->equalizerSlider3->value(cfg.dsp.eq_gain[2]); + + slider_equalizer4_cb(cfg.dsp.eq_gain[3]); + fl_g->equalizerSlider4->value(cfg.dsp.eq_gain[3]); + + slider_equalizer5_cb(cfg.dsp.eq_gain[4]); + fl_g->equalizerSlider5->value(cfg.dsp.eq_gain[4]); + + slider_equalizer6_cb(cfg.dsp.eq_gain[5]); + fl_g->equalizerSlider6->value(cfg.dsp.eq_gain[5]); + + slider_equalizer7_cb(cfg.dsp.eq_gain[6]); + fl_g->equalizerSlider7->value(cfg.dsp.eq_gain[6]); + + slider_equalizer8_cb(cfg.dsp.eq_gain[7]); + fl_g->equalizerSlider8->value(cfg.dsp.eq_gain[7]); + + slider_equalizer9_cb(cfg.dsp.eq_gain[8]); + fl_g->equalizerSlider9->value(cfg.dsp.eq_gain[8]); + + slider_equalizer10_cb(cfg.dsp.eq_gain[9]); + fl_g->equalizerSlider10->value(cfg.dsp.eq_gain[9]); + + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } + else { + double val; + char str[10]; + + val = streaming_dsp->getEQbandFromPreset(0, preset); + snprintf(str, sizeof(str), "%+.1f", val); + fl_g->equalizerGain1->copy_label(str); + fl_g->equalizerSlider1->value(val); + fl_g->equalizerSlider1->value_cb2("dB"); // updates the tooltip + streaming_dsp->setEQband(0, val); + recording_dsp->setEQband(0, val); + + val = streaming_dsp->getEQbandFromPreset(1, preset); + snprintf(str, sizeof(str), "%+.1f", val); + fl_g->equalizerGain2->copy_label(str); + fl_g->equalizerSlider2->value(val); + fl_g->equalizerSlider2->value_cb2("dB"); + streaming_dsp->setEQband(1, val); + recording_dsp->setEQband(1, val); + + val = streaming_dsp->getEQbandFromPreset(2, preset); + snprintf(str, sizeof(str), "%+.1f", val); + fl_g->equalizerGain3->copy_label(str); + fl_g->equalizerSlider3->value(val); + fl_g->equalizerSlider3->value_cb2("dB"); + streaming_dsp->setEQband(2, val); + recording_dsp->setEQband(2, val); + + val = streaming_dsp->getEQbandFromPreset(3, preset); + snprintf(str, sizeof(str), "%+.1f", val); + fl_g->equalizerGain4->copy_label(str); + fl_g->equalizerSlider4->value(val); + fl_g->equalizerSlider4->value_cb2("dB"); + streaming_dsp->setEQband(3, val); + recording_dsp->setEQband(3, val); + + val = streaming_dsp->getEQbandFromPreset(4, preset); + snprintf(str, sizeof(str), "%+.1f", val); + fl_g->equalizerGain5->copy_label(str); + fl_g->equalizerSlider5->value(val); + fl_g->equalizerSlider5->value_cb2("dB"); + streaming_dsp->setEQband(4, val); + recording_dsp->setEQband(4, val); + + val = streaming_dsp->getEQbandFromPreset(5, preset); + snprintf(str, sizeof(str), "%+.1f", val); + fl_g->equalizerGain6->copy_label(str); + fl_g->equalizerSlider6->value(val); + fl_g->equalizerSlider6->value_cb2("dB"); + streaming_dsp->setEQband(5, val); + recording_dsp->setEQband(5, val); + + val = streaming_dsp->getEQbandFromPreset(6, preset); + snprintf(str, sizeof(str), "%+.1f", val); + fl_g->equalizerGain7->copy_label(str); + fl_g->equalizerSlider7->value(val); + fl_g->equalizerSlider7->value_cb2("dB"); + streaming_dsp->setEQband(6, val); + recording_dsp->setEQband(6, val); + + val = streaming_dsp->getEQbandFromPreset(7, preset); + snprintf(str, sizeof(str), "%+.1f", val); + fl_g->equalizerGain8->copy_label(str); + fl_g->equalizerSlider8->value(val); + fl_g->equalizerSlider8->value_cb2("dB"); + streaming_dsp->setEQband(7, val); + recording_dsp->setEQband(7, val); + + val = streaming_dsp->getEQbandFromPreset(8, preset); + snprintf(str, sizeof(str), "%+.1f", val); + fl_g->equalizerGain9->copy_label(str); + fl_g->equalizerSlider9->value(val); + fl_g->equalizerSlider9->value_cb2("dB"); + streaming_dsp->setEQband(8, val); + recording_dsp->setEQband(8, val); + + val = streaming_dsp->getEQbandFromPreset(9, preset); + snprintf(str, sizeof(str), "%+.1f", val); + fl_g->equalizerGain10->copy_label(str); + fl_g->equalizerSlider10->value(val); + fl_g->equalizerSlider10->value_cb2("dB"); + streaming_dsp->setEQband(9, val); + recording_dsp->setEQband(9, val); + + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen(preset) + 1); + strcpy(cfg.dsp.eq_preset, preset); + } +} + +void button_eq_reset_cb(void) +{ + fl_g->equalizerSlider1->value(0); + fl_g->equalizerSlider2->value(0); + fl_g->equalizerSlider3->value(0); + fl_g->equalizerSlider4->value(0); + fl_g->equalizerSlider5->value(0); + fl_g->equalizerSlider6->value(0); + fl_g->equalizerSlider7->value(0); + fl_g->equalizerSlider8->value(0); + fl_g->equalizerSlider9->value(0); + fl_g->equalizerSlider10->value(0); + slider_equalizer1_cb(0); + slider_equalizer2_cb(0); + slider_equalizer3_cb(0); + slider_equalizer4_cb(0); + slider_equalizer5_cb(0); + slider_equalizer6_cb(0); + slider_equalizer7_cb(0); + slider_equalizer8_cb(0); + slider_equalizer9_cb(0); + slider_equalizer10_cb(0); +} + +void slider_equalizer1_cb(double v) +{ + char str[10]; + + cfg.dsp.eq_gain[0] = v; + snprintf(str, 10, "%+.1f", v); + fl_g->equalizerGain1->copy_label(str); + fl_g->equalizerSlider1->value_cb2("dB"); // updates the tooltip + streaming_dsp->setEQband(0, v); + recording_dsp->setEQband(0, v); + + // If the an EQ slider is moved while a preset is selected we switch to manual mode + // and set the manual EQ sliders to the values of the preset + if (fl_g->choice_eq_preset->value() != 0) { + fl_g->choice_eq_preset->value(0); + read_eq_slider_values(); + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } +} + +void slider_equalizer2_cb(double v) +{ + char str[10]; + + cfg.dsp.eq_gain[1] = v; + snprintf(str, 10, "%+.1f", v); + fl_g->equalizerGain2->copy_label(str); + fl_g->equalizerSlider2->value_cb2("dB"); + streaming_dsp->setEQband(1, v); + recording_dsp->setEQband(1, v); + + if (fl_g->choice_eq_preset->value() != 0) { + fl_g->choice_eq_preset->value(0); + read_eq_slider_values(); + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } +} + +void slider_equalizer3_cb(double v) +{ + char str[10]; + + cfg.dsp.eq_gain[2] = v; + snprintf(str, 10, "%+.1f", v); + fl_g->equalizerGain3->copy_label(str); + fl_g->equalizerSlider3->value_cb2("dB"); + streaming_dsp->setEQband(2, v); + recording_dsp->setEQband(2, v); + + if (fl_g->choice_eq_preset->value() != 0) { + fl_g->choice_eq_preset->value(0); + read_eq_slider_values(); + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } +} + +void slider_equalizer4_cb(double v) +{ + char str[10]; + + cfg.dsp.eq_gain[3] = v; + snprintf(str, 10, "%+.1f", v); + fl_g->equalizerGain4->copy_label(str); + fl_g->equalizerSlider4->value_cb2("dB"); + streaming_dsp->setEQband(3, v); + recording_dsp->setEQband(3, v); + + if (fl_g->choice_eq_preset->value() != 0) { + fl_g->choice_eq_preset->value(0); + read_eq_slider_values(); + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } +} + +void slider_equalizer5_cb(double v) +{ + char str[10]; + + cfg.dsp.eq_gain[4] = v; + snprintf(str, 10, "%+.1f", v); + fl_g->equalizerGain5->copy_label(str); + fl_g->equalizerSlider5->value_cb2("dB"); + streaming_dsp->setEQband(4, v); + recording_dsp->setEQband(4, v); + + if (fl_g->choice_eq_preset->value() != 0) { + fl_g->choice_eq_preset->value(0); + read_eq_slider_values(); + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } +} + +void slider_equalizer6_cb(double v) +{ + char str[10]; + + cfg.dsp.eq_gain[5] = v; + snprintf(str, 10, "%+.1f", v); + fl_g->equalizerGain6->copy_label(str); + fl_g->equalizerSlider6->value_cb2("dB"); + streaming_dsp->setEQband(5, v); + recording_dsp->setEQband(5, v); + + if (fl_g->choice_eq_preset->value() != 0) { + fl_g->choice_eq_preset->value(0); + read_eq_slider_values(); + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } +} + +void slider_equalizer7_cb(double v) +{ + char str[10]; + + cfg.dsp.eq_gain[6] = v; + snprintf(str, 10, "%+.1f", v); + fl_g->equalizerGain7->copy_label(str); + fl_g->equalizerSlider7->value_cb2("dB"); + streaming_dsp->setEQband(6, v); + recording_dsp->setEQband(6, v); + + if (fl_g->choice_eq_preset->value() != 0) { + fl_g->choice_eq_preset->value(0); + read_eq_slider_values(); + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } +} + +void slider_equalizer8_cb(double v) +{ + char str[10]; + + cfg.dsp.eq_gain[7] = v; + snprintf(str, 10, "%+.1f", v); + fl_g->equalizerGain8->copy_label(str); + fl_g->equalizerSlider8->value_cb2("dB"); + streaming_dsp->setEQband(7, v); + recording_dsp->setEQband(7, v); + + if (fl_g->choice_eq_preset->value() != 0) { + fl_g->choice_eq_preset->value(0); + read_eq_slider_values(); + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } +} + +void slider_equalizer9_cb(double v) +{ + char str[10]; + + cfg.dsp.eq_gain[8] = v; + snprintf(str, 10, "%+.1f", v); + fl_g->equalizerGain9->copy_label(str); + fl_g->equalizerSlider9->value_cb2("dB"); + streaming_dsp->setEQband(8, v); + recording_dsp->setEQband(8, v); + + if (fl_g->choice_eq_preset->value() != 0) { + fl_g->choice_eq_preset->value(0); + read_eq_slider_values(); + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } +} + +void slider_equalizer10_cb(double v) +{ + char str[10]; + + cfg.dsp.eq_gain[9] = v; + snprintf(str, 10, "%+.1f", v); + fl_g->equalizerGain10->copy_label(str); + fl_g->equalizerSlider10->value_cb2("dB"); + streaming_dsp->setEQband(9, v); + recording_dsp->setEQband(9, v); + + if (fl_g->choice_eq_preset->value() != 0) { + fl_g->choice_eq_preset->value(0); + read_eq_slider_values(); + cfg.dsp.eq_preset = (char *)realloc(cfg.dsp.eq_preset, strlen("Manual") + 1); + strcpy(cfg.dsp.eq_preset, "Manual"); + } +} + +void check_stream_drc_cb(void) +{ + cfg.dsp.compressor_stream = fl_g->check_stream_drc->value(); + + if (cfg.dsp.compressor_stream == 0) { + fl_g->LED_comp_threshold->set_state(LED::LED_OFF); + } + + // Make sure compressor starts in a clean state + snd_reset_streaming_compressor(); +} + +void check_rec_drc_cb(void) +{ + cfg.dsp.compressor_rec = fl_g->check_rec_drc->value(); + + if (cfg.dsp.compressor_rec == 0) { + fl_g->LED_comp_threshold->set_state(LED::LED_OFF); + } + + snd_reset_recording_compressor(); +} + +void button_drc_reset_cb(void) +{ + fl_g->thresholdSlider->value(-20); + fl_g->ratioSlider->value(5); + fl_g->attackSlider->value(0.01); + fl_g->releaseSlider->value(1); + fl_g->makeupSlider->value(0); + slider_threshold_cb(-20); + slider_ratio_cb(5); + slider_attack_cb(0.01); + slider_release_cb(1); + slider_makeup_cb(0); +} + +void check_aggressive_mode_cb(void) +{ + cfg.dsp.aggressive_mode = fl_g->check_aggressive_mode->value(); + snd_reset_streaming_compressor(); + snd_reset_recording_compressor(); +} + +void slider_threshold_cb(double v) +{ + static char str[10]; + cfg.dsp.threshold = v; + snprintf(str, 10, "%+.1f", v); + fl_g->threshold->label(str); + fl_g->thresholdSlider->value_cb2("dBFS"); // updates the tooltip + + snd_reset_streaming_compressor(); + snd_reset_recording_compressor(); +} + +void slider_ratio_cb(double v) +{ + static char str[10]; + cfg.dsp.ratio = v; + snprintf(str, 10, "%.1f", v); + fl_g->ratio->label(str); + fl_g->ratioSlider->value_cb2(":1"); + + snd_reset_streaming_compressor(); + snd_reset_recording_compressor(); +} + +void slider_attack_cb(double v) +{ + static char str[10]; + cfg.dsp.attack = v; + snprintf(str, 10, "%.2fs", v); + fl_g->attack->label(str); + fl_g->attackSlider->value_cb2("s"); + + snd_reset_streaming_compressor(); + snd_reset_recording_compressor(); +} + +void slider_release_cb(double v) +{ + static char str[10]; + cfg.dsp.release = v; + snprintf(str, 10, "%.2fs", v); + fl_g->release->label(str); + fl_g->releaseSlider->value_cb2("s"); + + snd_reset_streaming_compressor(); + snd_reset_recording_compressor(); +} + +void slider_makeup_cb(double v) +{ + static char str[10]; + cfg.dsp.makeup_gain = v; + snprintf(str, 10, "%+.1f", v); + fl_g->makeup->label(str); + fl_g->makeupSlider->value_cb2("dB"); +} + +void choice_stream_mp3_enc_quality_cb(void) +{ + lame_enc test_enc; + + test_enc = lame_stream; + test_enc.gfp = NULL; + test_enc.enc_quality = fl_g->choice_stream_mp3_enc_quality->value(); + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_stream.enc_quality = fl_g->choice_stream_mp3_enc_quality->value(); + lame_stream.enc_quality = fl_g->choice_stream_mp3_enc_quality->value(); + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + printf("choice_stream_mp3_enc_quality_cb: Illegal value\n"); + } +} +void choice_stream_mp3_stereo_mode_cb(void) +{ + lame_enc test_enc; + + test_enc = lame_stream; + test_enc.gfp = NULL; + test_enc.stereo_mode = fl_g->choice_stream_mp3_stereo_mode->value() - 1; + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_stream.stereo_mode = fl_g->choice_stream_mp3_stereo_mode->value(); + lame_stream.stereo_mode = fl_g->choice_stream_mp3_stereo_mode->value() - 1; + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + printf("choice_stream_mp3_stereo_mode_cb: Illegal value\n"); + } +} +void choice_stream_mp3_bitrate_mode_cb(void) +{ + lame_enc test_enc; + + test_enc = lame_stream; + test_enc.gfp = NULL; + test_enc.bitrate_mode = fl_g->choice_stream_mp3_bitrate_mode->value(); + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_stream.bitrate_mode = fl_g->choice_stream_mp3_bitrate_mode->value(); + lame_stream.bitrate_mode = fl_g->choice_stream_mp3_bitrate_mode->value(); + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + printf("choice_stream_mp3_bitrate_mode_cb: Illegal value\n"); + } +} +void choice_stream_mp3_vbr_quality_cb(void) +{ + lame_enc test_enc; + + test_enc = lame_stream; + test_enc.gfp = NULL; + test_enc.vbr_quality = fl_g->choice_stream_mp3_vbr_quality->value(); + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_stream.vbr_quality = fl_g->choice_stream_mp3_vbr_quality->value(); + lame_stream.vbr_quality = fl_g->choice_stream_mp3_vbr_quality->value(); + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + printf("choice_stream_mp3_vbr_quality_cb: Illegal value\n"); + } +} +void choice_stream_mp3_vbr_min_bitrate_cb(void) +{ + int *br_list; + get_bitrate_list_for_codec(CHOICE_MP3, &br_list); + + lame_enc test_enc; + + test_enc = lame_stream; + test_enc.gfp = NULL; + test_enc.vbr_min_bitrate = br_list[fl_g->choice_stream_mp3_vbr_min_bitrate->value()]; + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_stream.vbr_min_bitrate = br_list[fl_g->choice_stream_mp3_vbr_min_bitrate->value()]; + lame_stream.vbr_min_bitrate = br_list[fl_g->choice_stream_mp3_vbr_min_bitrate->value()]; + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + printf("choice_stream_mp3_vbr_min_bitrate_cb: Illegal value\n"); + } +} +void choice_stream_mp3_vbr_max_bitrate_cb(void) +{ + int *br_list; + get_bitrate_list_for_codec(CHOICE_MP3, &br_list); + + lame_enc test_enc; + + test_enc = lame_stream; + test_enc.gfp = NULL; + test_enc.vbr_max_bitrate = br_list[fl_g->choice_stream_mp3_vbr_max_bitrate->value()]; + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_stream.vbr_max_bitrate = br_list[fl_g->choice_stream_mp3_vbr_max_bitrate->value()]; + lame_stream.vbr_max_bitrate = br_list[fl_g->choice_stream_mp3_vbr_max_bitrate->value()]; + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + printf("choice_stream_mp3_vbr_max_bitrate_cb: Illegal value\n"); + } +} + +void check_stream_mp3_force_min_bitrate_cb(void) +{ + cfg.mp3_codec_stream.vbr_force_min_bitrate = fl_g->check_stream_mp3_force_min_bitrate->value(); + lame_stream.vbr_force_min_bitrate = cfg.mp3_codec_stream.vbr_force_min_bitrate; + lame_enc_reinit(&lame_stream); +} + +void choice_stream_mp3_resampling_freq_cb(void) +{ + int val = fl_g->choice_stream_mp3_resampling_freq->value(); + + lame_enc test_enc; + test_enc = lame_stream; + test_enc.gfp = NULL; + + switch (val) { + case CHOICE_MP3_RESAMPLING_DISABLED: + test_enc.samplerate_out = test_enc.samplerate_in; + break; + case CHOICE_MP3_RESAMPLING_8000: + test_enc.samplerate_out = 8000; + break; + case CHOICE_MP3_RESAMPLING_11025: + test_enc.samplerate_out = 11025; + break; + case CHOICE_MP3_RESAMPLING_12000: + test_enc.samplerate_out = 12000; + break; + case CHOICE_MP3_RESAMPLING_16000: + test_enc.samplerate_out = 16000; + break; + case CHOICE_MP3_RESAMPLING_22050: + test_enc.samplerate_out = 22050; + break; + case CHOICE_MP3_RESAMPLING_24000: + test_enc.samplerate_out = 24000; + break; + case CHOICE_MP3_RESAMPLING_32000: + test_enc.samplerate_out = 32000; + break; + case CHOICE_MP3_RESAMPLING_44100: + test_enc.samplerate_out = 44100; + break; + case CHOICE_MP3_RESAMPLING_48000: + test_enc.samplerate_out = 48000; + break; + default: + printf("illegal resampling frequency provdided\n"); + return; + } + + if (lame_enc_init(&test_enc) == 0) { + if (val == CHOICE_MP3_RESAMPLING_DISABLED) { + cfg.mp3_codec_stream.resampling_freq = CHOICE_MP3_RESAMPLING_DISABLED; + } + else { + cfg.mp3_codec_stream.resampling_freq = test_enc.samplerate_out; + } + + lame_stream.samplerate_out = test_enc.samplerate_out; + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + fl_alert(_("The encoder could not be initialized with the provided parameters.")); + } +} + +void check_stream_mp3_activate_lowpass_freq_cb(void) +{ + cfg.mp3_codec_stream.lowpass_freq_active = fl_g->check_stream_mp3_activate_lowpass_freq->value(); + cfg.mp3_codec_stream.lowpass_freq_active == 1 ? fl_g->input_stream_mp3_lowpass_freq->activate() : fl_g->input_stream_mp3_lowpass_freq->deactivate(); + + lame_stream.lowpass_freq = cfg.mp3_codec_stream.lowpass_freq * cfg.mp3_codec_stream.lowpass_freq_active; + lame_enc_reinit(&lame_stream); +} + +void input_stream_mp3_lowpass_freq_cb(void) +{ + float val = fl_g->input_stream_mp3_lowpass_freq->value(); + + if (val < 0.001 || val > 50.0) { + fl_alert(_("The value must be between 0.001 kHz and 50 kHz")); + fl_g->input_stream_mp3_lowpass_freq->value(cfg.mp3_codec_stream.lowpass_freq); + return; + } + + lame_enc test_enc; + test_enc = lame_stream; + test_enc.gfp = NULL; + test_enc.lowpass_freq = val; + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_stream.lowpass_freq = val; + lame_stream.lowpass_freq = val; + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + fl_alert(_("The encoder could not be initialized with the provided parameters.")); + } +} + +void check_stream_mp3_activate_lowpass_width_cb(void) +{ + cfg.mp3_codec_stream.lowpass_width_active = fl_g->check_stream_mp3_activate_lowpass_width->value(); + cfg.mp3_codec_stream.lowpass_width_active == 1 ? fl_g->input_stream_mp3_lowpass_width->activate() : fl_g->input_stream_mp3_lowpass_width->deactivate(); + + lame_stream.lowpass_width = cfg.mp3_codec_stream.lowpass_width * cfg.mp3_codec_stream.lowpass_width_active; + lame_enc_reinit(&lame_stream); +} + +void input_stream_mp3_lowpass_width_cb(void) +{ + float val = fl_g->input_stream_mp3_lowpass_width->value(); + + if (val < 0.001 || val > 16.0) { + fl_alert(_("The value must be between 0.001 kHz and 16 kHz")); + fl_g->input_stream_mp3_lowpass_width->value(cfg.mp3_codec_stream.lowpass_width); + return; + } + + lame_enc test_enc; + test_enc = lame_stream; + test_enc.gfp = NULL; + test_enc.lowpass_width = val; + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_stream.lowpass_width = val; + lame_stream.lowpass_width = val; + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + fl_alert(_("The encoder could not be initialized with the provided parameters.")); + } +} + +void check_stream_mp3_activate_highpass_freq_cb(void) +{ + cfg.mp3_codec_stream.highpass_freq_active = fl_g->check_stream_mp3_activate_highpass_freq->value(); + cfg.mp3_codec_stream.highpass_freq_active == 1 ? fl_g->input_stream_mp3_highpass_freq->activate() : fl_g->input_stream_mp3_highpass_freq->deactivate(); + + lame_stream.highpass_freq = cfg.mp3_codec_stream.highpass_freq * cfg.mp3_codec_stream.highpass_freq_active; + lame_enc_reinit(&lame_stream); +} + +void input_stream_mp3_highpass_freq_cb(void) +{ + float val = fl_g->input_stream_mp3_highpass_freq->value(); + + if (val < 0.001 || val > 16.0) { + fl_alert(_("The value must be between 0.001 kHz and 16 kHz")); + fl_g->input_stream_mp3_highpass_freq->value(cfg.mp3_codec_stream.highpass_freq); + return; + } + + lame_enc test_enc; + test_enc = lame_stream; + test_enc.gfp = NULL; + test_enc.highpass_freq = val; + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_stream.highpass_freq = val; + lame_stream.highpass_freq = val; + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + fl_alert(_("The encoder could not be initialized with the provided parameters.")); + } +} + +void check_stream_mp3_activate_highpass_width_cb(void) +{ + cfg.mp3_codec_stream.highpass_width_active = fl_g->check_stream_mp3_activate_highpass_width->value(); + cfg.mp3_codec_stream.highpass_width_active == 1 ? fl_g->input_stream_mp3_highpass_width->activate() : fl_g->input_stream_mp3_highpass_width->deactivate(); + + lame_stream.highpass_width = cfg.mp3_codec_stream.highpass_width * cfg.mp3_codec_stream.highpass_width_active; + lame_enc_reinit(&lame_stream); +} + +void input_stream_mp3_highpass_width_cb(void) +{ + float val = fl_g->input_stream_mp3_highpass_width->value(); + + if (val < 0.001 || val > 16.0) { + fl_alert(_("The value must be between 0.001 kHz and 16 kHz")); + fl_g->input_stream_mp3_highpass_width->value(cfg.mp3_codec_stream.highpass_width); + return; + } + + lame_enc test_enc; + test_enc = lame_stream; + test_enc.gfp = NULL; + test_enc.highpass_width = val; + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_stream.highpass_width = val; + lame_stream.highpass_width = val; + + lame_enc_reinit(&lame_stream); + lame_enc_close(&test_enc); + } + else { + fl_alert(_("The encoder could not be initialized with the provided parameters.")); + } +} + +void choice_stream_vorbis_bitrate_mode_cb(void) +{ + vorbis_enc test_enc; + + test_enc = vorbis_stream; + test_enc.bitrate_mode = fl_g->choice_stream_vorbis_bitrate_mode->value(); + + if (vorbis_enc_init(&test_enc) == 0) { + cfg.vorbis_codec_stream.bitrate_mode = fl_g->choice_stream_vorbis_bitrate_mode->value(); + vorbis_stream.bitrate_mode = fl_g->choice_stream_vorbis_bitrate_mode->value(); + + vorbis_enc_reinit(&vorbis_stream); + vorbis_enc_close(&test_enc); + } + else { + fl_g->choice_stream_vorbis_bitrate_mode->value(cfg.vorbis_codec_stream.bitrate_mode); + printf("choice_stream_vorbis_bitrate_mode_cb: Illegal value\n"); + } +} + +void choice_stream_vorbis_vbr_quality_cb(void) +{ + vorbis_enc test_enc; + + test_enc = vorbis_stream; + test_enc.vbr_quality = 1.0 - (fl_g->choice_stream_vorbis_vbr_quality->value() * 0.1); + + if (vorbis_enc_init(&test_enc) == 0) { + cfg.vorbis_codec_stream.vbr_quality = fl_g->choice_stream_vorbis_vbr_quality->value(); + vorbis_stream.vbr_quality = 1.0 - (fl_g->choice_stream_vorbis_vbr_quality->value() * 0.1); + + vorbis_enc_reinit(&vorbis_stream); + vorbis_enc_close(&test_enc); + } + else { + fl_g->choice_stream_vorbis_vbr_quality->value(cfg.vorbis_codec_stream.vbr_quality); + printf("choice_stream_vorbis_vbr_quality_cb: Illegal value\n"); + } +} + +void choice_stream_vorbis_vbr_min_bitrate_cb(void) +{ + uint32_t i; + int num_of_bitrates; + int selected_bitrate; + int *br_list; + vorbis_enc test_enc; + + num_of_bitrates = get_bitrate_list_for_codec(CHOICE_OGG, &br_list); + + test_enc = vorbis_stream; + if (fl_g->choice_stream_vorbis_vbr_min_bitrate->value() > 0) { + selected_bitrate = br_list[fl_g->choice_stream_vorbis_vbr_min_bitrate->value() - 1]; + } + else { + selected_bitrate = 0; + } + + test_enc.vbr_min_bitrate = selected_bitrate; + + if (vorbis_enc_init(&test_enc) == 0) { + cfg.vorbis_codec_stream.vbr_min_bitrate = selected_bitrate; + vorbis_stream.vbr_min_bitrate = selected_bitrate; + + vorbis_enc_reinit(&vorbis_stream); + vorbis_enc_close(&test_enc); + } + else { // Set to old value + for (i = 0; i < num_of_bitrates; i++) { + if (cfg.vorbis_codec_stream.vbr_min_bitrate == br_list[i]) { + break; + } + } + fl_g->choice_stream_vorbis_vbr_min_bitrate->value(i + 1); + printf("choice_stream_vorbis_vbr_min_bitrate_cb: Illegal value\n"); + } +} + +void choice_stream_vorbis_vbr_max_bitrate_cb(void) +{ + uint32_t i; + int num_of_bitrates; + int selected_bitrate; + int *br_list; + vorbis_enc test_enc; + + num_of_bitrates = get_bitrate_list_for_codec(CHOICE_OGG, &br_list); + + test_enc = vorbis_stream; + + if (fl_g->choice_stream_vorbis_vbr_max_bitrate->value() > 0) { + selected_bitrate = br_list[fl_g->choice_stream_vorbis_vbr_max_bitrate->value() - 1]; + } + else { + selected_bitrate = 0; + } + test_enc.vbr_max_bitrate = selected_bitrate; + + if (vorbis_enc_init(&test_enc) == 0) { + cfg.vorbis_codec_stream.vbr_max_bitrate = selected_bitrate; + vorbis_stream.vbr_max_bitrate = selected_bitrate; + + vorbis_enc_reinit(&vorbis_stream); + vorbis_enc_close(&test_enc); + } + else { // set to old value + for (i = 0; i < num_of_bitrates; i++) { + if (cfg.vorbis_codec_stream.vbr_max_bitrate == br_list[i]) { + break; + } + } + fl_g->choice_stream_vorbis_vbr_max_bitrate->value(i + 1); + printf("choice_stream_vorbis_vbr_max_bitrate_cb: Illegal value\n"); + } +} + +void choice_stream_opus_bitrate_mode_cb(void) +{ + opus_enc test_enc; + + test_enc = opus_stream; + test_enc.bitrate_mode = fl_g->choice_stream_opus_bitrate_mode->value(); + + if (opus_enc_init(&test_enc) == 0) { + cfg.opus_codec_stream.bitrate_mode = fl_g->choice_stream_opus_bitrate_mode->value(); + opus_stream.bitrate_mode = fl_g->choice_stream_opus_bitrate_mode->value(); + + opus_enc_init(&opus_stream); + opus_enc_close(&test_enc); + } + else { + fl_g->choice_stream_opus_bitrate_mode->value(cfg.opus_codec_stream.bitrate_mode); + printf("choice_stream_opus_bitrate_mode_cb: Illegal value\n"); + } +} + +void choice_stream_opus_audio_type_cb(void) +{ + opus_enc test_enc; + + test_enc = opus_stream; + test_enc.audio_type = fl_g->choice_stream_opus_audio_type->value(); + + if (opus_enc_init(&test_enc) == 0) { + cfg.opus_codec_stream.audio_type = fl_g->choice_stream_opus_audio_type->value(); + opus_stream.audio_type = fl_g->choice_stream_opus_audio_type->value(); + + opus_enc_init(&opus_stream); + opus_enc_close(&test_enc); + } + else { + fl_g->choice_stream_opus_audio_type->value(cfg.opus_codec_stream.audio_type); + printf("choice_stream_opus_audio_type_cb: Illegal value\n"); + } +} + +void choice_stream_opus_quality_cb(void) +{ + opus_enc test_enc; + + test_enc = opus_stream; + test_enc.quality = fl_g->choice_stream_opus_quality->value(); + + if (opus_enc_init(&test_enc) == 0) { + cfg.opus_codec_stream.quality = fl_g->choice_stream_opus_quality->value(); + opus_stream.quality = fl_g->choice_stream_opus_quality->value(); + + opus_enc_init(&opus_stream); + opus_enc_close(&test_enc); + } + else { + fl_g->choice_stream_opus_quality->value(cfg.opus_codec_stream.quality); + printf("choice_stream_opus_quality_cb: Illegal value\n"); + } +} + +void choice_stream_opus_bandwidth_cb(void) +{ + opus_enc test_enc; + + test_enc = opus_stream; + test_enc.bandwidth = fl_g->choice_stream_opus_bandwidth->value(); + + if (opus_enc_init(&test_enc) == 0) { + cfg.opus_codec_stream.bandwidth = fl_g->choice_stream_opus_bandwidth->value(); + opus_stream.bandwidth = fl_g->choice_stream_opus_bandwidth->value(); + + opus_enc_init(&opus_stream); + opus_enc_close(&test_enc); + } + else { + fl_g->choice_stream_opus_bandwidth->value(cfg.opus_codec_stream.bandwidth); + printf("choice_stream_opus_bandwidth_cb: Illegal value\n"); + } +} + +void choice_stream_aac_profile_cb(void) +{ +#ifdef HAVE_LIBFDK_AAC + aac_enc test_enc; + + test_enc = aac_stream; + test_enc.profile = fl_g->choice_stream_aac_profile->value(); + + if (aac_enc_init(&test_enc) == 0) { + cfg.aac_codec_stream.profile = fl_g->choice_stream_aac_profile->value(); + aac_stream.profile = fl_g->choice_stream_aac_profile->value(); + + aac_enc_init(&aac_stream); + aac_enc_close(&test_enc); + } + else { + fl_g->choice_stream_aac_profile->value(cfg.aac_codec_stream.profile); + printf("choice_stream_aac_profile_cb: Illegal value\n"); + } +#endif +} + +void choice_stream_aac_afterburner_cb(void) +{ +#ifdef HAVE_LIBFDK_AAC + aac_enc test_enc; + + test_enc = aac_stream; + test_enc.afterburner = fl_g->choice_stream_aac_afterburner->value() == 0 ? 1 : 0; + + if (aac_enc_init(&test_enc) == 0) { + cfg.aac_codec_stream.afterburner = fl_g->choice_stream_aac_afterburner->value(); + aac_stream.afterburner = fl_g->choice_stream_aac_afterburner->value() == 0 ? 1 : 0; + + aac_enc_init(&aac_stream); + aac_enc_close(&test_enc); + } + else { + fl_g->choice_stream_aac_afterburner->value(cfg.aac_codec_stream.afterburner); + printf("choice_stream_aac_afterburner_cb: Illegal value\n"); + } +#endif +} + +void choice_stream_aac_bitrate_mode_cb(void) +{ +#ifdef HAVE_LIBFDK_AAC + aac_enc test_enc; + + test_enc = aac_stream; + test_enc.bitrate_mode = fl_g->choice_stream_aac_bitrate_mode->value(); + + if (aac_enc_init(&test_enc) == 0) { + cfg.aac_codec_stream.bitrate_mode = fl_g->choice_stream_aac_bitrate_mode->value(); + aac_stream.bitrate_mode = fl_g->choice_stream_aac_bitrate_mode->value(); + + aac_enc_init(&aac_stream); + aac_enc_close(&test_enc); + } + else { + fl_g->choice_stream_aac_bitrate_mode->value(cfg.aac_codec_stream.bitrate_mode); + printf("choice_stream_aac_bitrate_mode_cb: Illegal value\n"); + } +#endif +} + +void radio_stream_flac_bit_depth_16_cb(void) +{ + flac_enc test_enc; + + test_enc = flac_stream; + test_enc.bit_depth = 16; + + if (flac_enc_init(&test_enc) == 0) { + cfg.flac_codec_stream.bit_depth = test_enc.bit_depth; + flac_stream.bit_depth = test_enc.bit_depth; + + flac_enc_init(&flac_stream); + flac_enc_close(&test_enc); + } + else { + fl_g->radio_stream_flac_bit_depth_24->setonly(); + printf("radio_stream_flac_bit_depth_16_cb: Illegal value\n"); + } +} +void radio_stream_flac_bit_depth_24_cb(void) +{ + flac_enc test_enc; + + test_enc = flac_stream; + test_enc.bit_depth = 24; + + if (flac_enc_init(&test_enc) == 0) { + cfg.flac_codec_stream.bit_depth = test_enc.bit_depth; + flac_stream.bit_depth = test_enc.bit_depth; + + flac_enc_init(&flac_stream); + flac_enc_close(&test_enc); + } + else { + fl_g->radio_stream_flac_bit_depth_16->setonly(); + printf("radio_stream_flac_bit_depth_24: Illegal value\n"); + } +} + +void choice_rec_mp3_enc_quality_cb(void) +{ + lame_enc test_enc; + + test_enc = lame_rec; + test_enc.gfp = NULL; + test_enc.enc_quality = fl_g->choice_rec_mp3_enc_quality->value(); + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_rec.enc_quality = fl_g->choice_rec_mp3_enc_quality->value(); + lame_rec.enc_quality = fl_g->choice_rec_mp3_enc_quality->value(); + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + printf("choice_rec_mp3_enc_quality_cb: Illegal value\n"); + } +} +void choice_rec_mp3_stereo_mode_cb(void) +{ + lame_enc test_enc; + + test_enc = lame_rec; + test_enc.gfp = NULL; + test_enc.stereo_mode = fl_g->choice_rec_mp3_stereo_mode->value() - 1; + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_rec.stereo_mode = fl_g->choice_rec_mp3_stereo_mode->value(); + lame_rec.stereo_mode = fl_g->choice_rec_mp3_stereo_mode->value() - 1; + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + printf("choice_rec_mp3_stereo_mode_cb: Illegal value\n"); + } +} +void choice_rec_mp3_bitrate_mode_cb(void) +{ + lame_enc test_enc; + + test_enc = lame_rec; + test_enc.gfp = NULL; + test_enc.bitrate_mode = fl_g->choice_rec_mp3_bitrate_mode->value(); + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_rec.bitrate_mode = fl_g->choice_rec_mp3_bitrate_mode->value(); + lame_rec.bitrate_mode = fl_g->choice_rec_mp3_bitrate_mode->value(); + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + printf("choice_rec_mp3_bitrate_mode_cb: Illegal value\n"); + } +} +void choice_rec_mp3_vbr_quality_cb(void) +{ + lame_enc test_enc; + + test_enc = lame_rec; + test_enc.gfp = NULL; + test_enc.vbr_quality = fl_g->choice_rec_mp3_vbr_quality->value(); + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_rec.vbr_quality = fl_g->choice_rec_mp3_vbr_quality->value(); + lame_rec.vbr_quality = fl_g->choice_rec_mp3_vbr_quality->value(); + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + printf("choice_rec_mp3_vbr_quality_cb: Illegal value\n"); + } +} +void choice_rec_mp3_vbr_min_bitrate_cb(void) +{ + int *br_list; + get_bitrate_list_for_codec(CHOICE_MP3, &br_list); + + lame_enc test_enc; + + test_enc = lame_rec; + test_enc.gfp = NULL; + test_enc.vbr_min_bitrate = br_list[fl_g->choice_rec_mp3_vbr_min_bitrate->value()]; + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_rec.vbr_min_bitrate = br_list[fl_g->choice_rec_mp3_vbr_min_bitrate->value()]; + lame_rec.vbr_min_bitrate = br_list[fl_g->choice_rec_mp3_vbr_min_bitrate->value()]; + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + printf("choice_rec_mp3_vbr_min_bitrate_cb: Illegal value\n"); + } +} +void choice_rec_mp3_vbr_max_bitrate_cb(void) +{ + int *br_list; + get_bitrate_list_for_codec(CHOICE_MP3, &br_list); + + lame_enc test_enc; + + test_enc = lame_rec; + test_enc.gfp = NULL; + test_enc.vbr_max_bitrate = br_list[fl_g->choice_rec_mp3_vbr_max_bitrate->value()]; + + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_rec.vbr_max_bitrate = br_list[fl_g->choice_rec_mp3_vbr_max_bitrate->value()]; + lame_rec.vbr_max_bitrate = br_list[fl_g->choice_rec_mp3_vbr_max_bitrate->value()]; + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + printf("choice_rec_mp3_vbr_max_bitrate_cb: Illegal value\n"); + } +} + +void check_rec_mp3_force_min_bitrate_cb(void) +{ + cfg.mp3_codec_rec.vbr_force_min_bitrate = fl_g->check_rec_mp3_force_min_bitrate->value(); + lame_rec.vbr_force_min_bitrate = cfg.mp3_codec_rec.vbr_force_min_bitrate; + lame_enc_reinit(&lame_rec); +} + +void choice_rec_mp3_resampling_freq_cb(void) +{ + int val = fl_g->choice_rec_mp3_resampling_freq->value(); + + lame_enc test_enc; + test_enc = lame_rec; + test_enc.gfp = NULL; + + switch (val) { + case CHOICE_MP3_RESAMPLING_DISABLED: + test_enc.samplerate_out = test_enc.samplerate_in; + break; + case CHOICE_MP3_RESAMPLING_8000: + test_enc.samplerate_out = 8000; + break; + case CHOICE_MP3_RESAMPLING_11025: + test_enc.samplerate_out = 11025; + break; + case CHOICE_MP3_RESAMPLING_12000: + test_enc.samplerate_out = 12000; + break; + case CHOICE_MP3_RESAMPLING_16000: + test_enc.samplerate_out = 16000; + break; + case CHOICE_MP3_RESAMPLING_22050: + test_enc.samplerate_out = 22050; + break; + case CHOICE_MP3_RESAMPLING_24000: + test_enc.samplerate_out = 24000; + break; + case CHOICE_MP3_RESAMPLING_32000: + test_enc.samplerate_out = 32000; + break; + case CHOICE_MP3_RESAMPLING_44100: + test_enc.samplerate_out = 44100; + break; + case CHOICE_MP3_RESAMPLING_48000: + test_enc.samplerate_out = 48000; + break; + default: + printf("illegal resampling frequency provdided\n"); + return; + } + + if (lame_enc_init(&test_enc) == 0) { + if (val == CHOICE_MP3_RESAMPLING_DISABLED) { + cfg.mp3_codec_rec.resampling_freq = CHOICE_MP3_RESAMPLING_DISABLED; + } + else { + cfg.mp3_codec_rec.resampling_freq = test_enc.samplerate_out; + } + + lame_rec.samplerate_out = test_enc.samplerate_out; + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + fl_alert(_("The encoder could not be initialized with the provided parameters.")); + } +} + +void check_rec_mp3_activate_lowpass_freq_cb(void) +{ + cfg.mp3_codec_rec.lowpass_freq_active = fl_g->check_rec_mp3_activate_lowpass_freq->value(); + cfg.mp3_codec_rec.lowpass_freq_active == 1 ? fl_g->input_rec_mp3_lowpass_freq->activate() : fl_g->input_rec_mp3_lowpass_freq->deactivate(); + + lame_rec.lowpass_freq = cfg.mp3_codec_rec.lowpass_freq * cfg.mp3_codec_rec.lowpass_freq_active; + lame_enc_reinit(&lame_rec); +} + +void input_rec_mp3_lowpass_freq_cb(void) +{ + float val = fl_g->input_rec_mp3_lowpass_freq->value(); + + if (val < 0.001 || val > 50.0) { + fl_alert(_("The value must be between 0.001 kHz and 50 kHz")); + fl_g->input_rec_mp3_lowpass_freq->value(cfg.mp3_codec_rec.lowpass_freq); + return; + } + + lame_enc test_enc; + test_enc = lame_rec; + test_enc.gfp = NULL; + test_enc.lowpass_freq = val; + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_rec.lowpass_freq = val; + lame_rec.lowpass_freq = val; + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + fl_alert(_("The encoder could not be initialized with the provided parameters.")); + } +} + +void check_rec_mp3_activate_lowpass_width_cb(void) +{ + cfg.mp3_codec_rec.lowpass_width_active = fl_g->check_rec_mp3_activate_lowpass_width->value(); + cfg.mp3_codec_rec.lowpass_width_active == 1 ? fl_g->input_rec_mp3_lowpass_width->activate() : fl_g->input_rec_mp3_lowpass_width->deactivate(); + + lame_rec.lowpass_width = cfg.mp3_codec_rec.lowpass_width * cfg.mp3_codec_rec.lowpass_width_active; + lame_enc_reinit(&lame_rec); +} + +void input_rec_mp3_lowpass_width_cb(void) +{ + float val = fl_g->input_rec_mp3_lowpass_width->value(); + + if (val < 0.001 || val > 16.0) { + fl_alert(_("The value must be between 0.001 kHz and 16 kHz")); + fl_g->input_rec_mp3_lowpass_width->value(cfg.mp3_codec_rec.lowpass_width); + return; + } + + lame_enc test_enc; + test_enc = lame_rec; + test_enc.gfp = NULL; + test_enc.lowpass_width = val; + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_rec.lowpass_width = val; + lame_rec.lowpass_width = val; + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + fl_alert(_("The encoder could not be initialized with the provided parameters.")); + } +} + +void check_rec_mp3_activate_highpass_freq_cb(void) +{ + cfg.mp3_codec_rec.highpass_freq_active = fl_g->check_rec_mp3_activate_highpass_freq->value(); + cfg.mp3_codec_rec.highpass_freq_active == 1 ? fl_g->input_rec_mp3_highpass_freq->activate() : fl_g->input_rec_mp3_highpass_freq->deactivate(); + + lame_rec.highpass_freq = cfg.mp3_codec_rec.highpass_freq * cfg.mp3_codec_rec.highpass_freq_active; + lame_enc_reinit(&lame_rec); +} + +void input_rec_mp3_highpass_freq_cb(void) +{ + float val = fl_g->input_rec_mp3_highpass_freq->value(); + + if (val < 0.001 || val > 16.0) { + fl_alert(_("The value must be between 0.001 kHz and 16 kHz")); + fl_g->input_rec_mp3_highpass_freq->value(cfg.mp3_codec_rec.highpass_freq); + return; + } + + lame_enc test_enc; + test_enc = lame_rec; + test_enc.gfp = NULL; + test_enc.highpass_freq = val; + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_rec.highpass_freq = val; + lame_rec.highpass_freq = val; + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + fl_alert(_("The encoder could not be initialized with the provided parameters.")); + } +} + +void check_rec_mp3_activate_highpass_width_cb(void) +{ + cfg.mp3_codec_rec.highpass_width_active = fl_g->check_rec_mp3_activate_highpass_width->value(); + cfg.mp3_codec_rec.highpass_width_active == 1 ? fl_g->input_rec_mp3_highpass_width->activate() : fl_g->input_rec_mp3_highpass_width->deactivate(); + + lame_rec.highpass_width = cfg.mp3_codec_rec.highpass_width * cfg.mp3_codec_rec.highpass_width_active; + lame_enc_reinit(&lame_rec); +} + +void input_rec_mp3_highpass_width_cb(void) +{ + float val = fl_g->input_rec_mp3_highpass_width->value(); + + if (val < 0.001 || val > 16.0) { + fl_alert(_("The value must be between 0.001 kHz and 16 kHz")); + fl_g->input_rec_mp3_highpass_width->value(cfg.mp3_codec_rec.highpass_width); + return; + } + + lame_enc test_enc; + test_enc = lame_rec; + test_enc.gfp = NULL; + test_enc.highpass_width = val; + if (lame_enc_init(&test_enc) == 0) { + cfg.mp3_codec_rec.highpass_width = val; + lame_rec.highpass_width = val; + + lame_enc_reinit(&lame_rec); + lame_enc_close(&test_enc); + } + else { + fl_alert(_("The encoder could not be initialized with the provided parameters.")); + } +} + +void choice_rec_vorbis_bitrate_mode_cb(void) +{ + vorbis_enc test_enc; + + test_enc = vorbis_rec; + test_enc.bitrate_mode = fl_g->choice_rec_vorbis_bitrate_mode->value(); + + if (vorbis_enc_init(&test_enc) == 0) { + cfg.vorbis_codec_rec.bitrate_mode = fl_g->choice_rec_vorbis_bitrate_mode->value(); + vorbis_rec.bitrate_mode = fl_g->choice_rec_vorbis_bitrate_mode->value(); + + vorbis_enc_reinit(&vorbis_rec); + vorbis_enc_close(&test_enc); + } + else { + fl_g->choice_rec_vorbis_bitrate_mode->value(cfg.vorbis_codec_rec.bitrate_mode); + printf("choice_rec_vorbis_bitrate_mode_cb: Illegal value\n"); + } +} + +void choice_rec_vorbis_vbr_quality_cb(void) +{ + vorbis_enc test_enc; + + test_enc = vorbis_rec; + test_enc.vbr_quality = 1.0 - (fl_g->choice_rec_vorbis_vbr_quality->value() * 0.1); + + if (vorbis_enc_init(&test_enc) == 0) { + cfg.vorbis_codec_rec.vbr_quality = fl_g->choice_rec_vorbis_vbr_quality->value(); + vorbis_rec.vbr_quality = 1.0 - (fl_g->choice_rec_vorbis_vbr_quality->value() * 0.1); + + vorbis_enc_reinit(&vorbis_rec); + vorbis_enc_close(&test_enc); + } + else { + fl_g->choice_rec_vorbis_vbr_quality->value(cfg.vorbis_codec_rec.vbr_quality); + printf("choice_rec_vorbis_vbr_quality_cb: Illegal value\n"); + } +} + +void choice_rec_vorbis_vbr_min_bitrate_cb(void) +{ + uint32_t i; + int num_of_bitrates; + int selected_bitrate; + int *br_list; + vorbis_enc test_enc; + + num_of_bitrates = get_bitrate_list_for_codec(CHOICE_OGG, &br_list); + + test_enc = vorbis_rec; + + if (fl_g->choice_rec_vorbis_vbr_min_bitrate->value() > 0) { + selected_bitrate = br_list[fl_g->choice_rec_vorbis_vbr_min_bitrate->value() - 1]; + } + else { + selected_bitrate = 0; + } + test_enc.vbr_min_bitrate = selected_bitrate; + + if (vorbis_enc_init(&test_enc) == 0) { + cfg.vorbis_codec_rec.vbr_min_bitrate = selected_bitrate; + vorbis_rec.vbr_min_bitrate = selected_bitrate; + + vorbis_enc_reinit(&vorbis_rec); + vorbis_enc_close(&test_enc); + } + else { + for (i = 0; i < num_of_bitrates; i++) { + if (cfg.vorbis_codec_rec.vbr_min_bitrate == br_list[i]) { + break; + } + } + fl_g->choice_rec_vorbis_vbr_min_bitrate->value(i + 1); + printf("choice_rec_vorbis_vbr_min_bitrate_cb: Illegal value\n"); + } +} + +void choice_rec_vorbis_vbr_max_bitrate_cb(void) +{ + uint32_t i; + int num_of_bitrates; + int selected_bitrate; + int *br_list; + vorbis_enc test_enc; + + num_of_bitrates = get_bitrate_list_for_codec(CHOICE_OGG, &br_list); + + test_enc = vorbis_rec; + + if (fl_g->choice_rec_vorbis_vbr_max_bitrate->value() > 0) { + selected_bitrate = br_list[fl_g->choice_rec_vorbis_vbr_max_bitrate->value() - 1]; + } + else { + selected_bitrate = 0; + } + test_enc.vbr_max_bitrate = selected_bitrate; + + if (vorbis_enc_init(&test_enc) == 0) { + cfg.vorbis_codec_rec.vbr_max_bitrate = selected_bitrate; + vorbis_rec.vbr_max_bitrate = selected_bitrate; + + vorbis_enc_reinit(&vorbis_rec); + vorbis_enc_close(&test_enc); + } + else { + for (i = 0; i < num_of_bitrates; i++) { + if (cfg.vorbis_codec_rec.vbr_max_bitrate == br_list[i]) { + break; + } + } + fl_g->choice_rec_vorbis_vbr_max_bitrate->value(i + 1); + printf("choice_rec_vorbis_vbr_max_bitrate_cb: Illegal value\n"); + } +} + +void choice_rec_opus_bitrate_mode_cb(void) +{ + opus_enc test_enc; + + test_enc = opus_rec; + test_enc.bitrate_mode = fl_g->choice_rec_opus_bitrate_mode->value(); + + if (opus_enc_init(&test_enc) == 0) { + cfg.opus_codec_rec.bitrate_mode = fl_g->choice_rec_opus_bitrate_mode->value(); + opus_rec.bitrate_mode = fl_g->choice_rec_opus_bitrate_mode->value(); + + opus_enc_init(&opus_rec); + opus_enc_close(&test_enc); + } + else { + fl_g->choice_rec_opus_bitrate_mode->value(cfg.opus_codec_rec.bitrate_mode); + printf("choice_rec_opus_bitrate_mode_cb: Illegal value\n"); + } +} + +void choice_rec_opus_audio_type_cb(void) +{ + opus_enc test_enc; + + test_enc = opus_rec; + test_enc.audio_type = fl_g->choice_rec_opus_audio_type->value(); + + if (opus_enc_init(&test_enc) == 0) { + cfg.opus_codec_rec.audio_type = fl_g->choice_rec_opus_audio_type->value(); + opus_rec.audio_type = fl_g->choice_rec_opus_audio_type->value(); + + opus_enc_init(&opus_rec); + opus_enc_close(&test_enc); + } + else { + fl_g->choice_rec_opus_audio_type->value(cfg.opus_codec_rec.audio_type); + printf("choice_rec_opus_audio_type_cb: Illegal value\n"); + } +} + +void choice_rec_opus_quality_cb(void) +{ + opus_enc test_enc; + + test_enc = opus_rec; + test_enc.quality = fl_g->choice_rec_opus_quality->value(); + + if (opus_enc_init(&test_enc) == 0) { + cfg.opus_codec_rec.quality = fl_g->choice_rec_opus_quality->value(); + opus_rec.quality = fl_g->choice_rec_opus_quality->value(); + + opus_enc_init(&opus_rec); + opus_enc_close(&test_enc); + } + else { + fl_g->choice_rec_opus_quality->value(cfg.opus_codec_rec.quality); + printf("choice_rec_opus_quality_cb: Illegal value\n"); + } +} + +void choice_rec_opus_bandwidth_cb(void) +{ + opus_enc test_enc; + + test_enc = opus_rec; + test_enc.bandwidth = fl_g->choice_rec_opus_bandwidth->value(); + + if (opus_enc_init(&test_enc) == 0) { + cfg.opus_codec_rec.bandwidth = fl_g->choice_rec_opus_bandwidth->value(); + opus_rec.bandwidth = fl_g->choice_rec_opus_bandwidth->value(); + + opus_enc_init(&opus_rec); + opus_enc_close(&test_enc); + } + else { + fl_g->choice_rec_opus_bandwidth->value(cfg.opus_codec_rec.bandwidth); + printf("choice_rec_opus_bandwidth_cb: Illegal value\n"); + } +} + +void choice_rec_aac_profile_cb(void) +{ +#ifdef HAVE_LIBFDK_AAC + aac_enc test_enc; + + test_enc = aac_rec; + test_enc.profile = fl_g->choice_rec_aac_profile->value(); + + if (aac_enc_init(&test_enc) == 0) { + cfg.aac_codec_rec.profile = fl_g->choice_rec_aac_profile->value(); + aac_rec.profile = fl_g->choice_rec_aac_profile->value(); + + aac_enc_init(&aac_rec); + aac_enc_close(&test_enc); + } + else { + fl_g->choice_rec_aac_profile->value(cfg.aac_codec_rec.profile); + printf("choice_rec_aac_profile_cb: Illegal value\n"); + } +#endif +} + +void choice_rec_aac_afterburner_cb(void) +{ +#ifdef HAVE_LIBFDK_AAC + aac_enc test_enc; + + test_enc = aac_rec; + test_enc.afterburner = fl_g->choice_rec_aac_afterburner->value() == 0 ? 1 : 0; + + if (aac_enc_init(&test_enc) == 0) { + cfg.aac_codec_rec.afterburner = fl_g->choice_rec_aac_afterburner->value(); + aac_rec.afterburner = fl_g->choice_rec_aac_afterburner->value() == 0 ? 1 : 0; + + aac_enc_init(&aac_rec); + aac_enc_close(&test_enc); + } + else { + fl_g->choice_rec_aac_afterburner->value(cfg.aac_codec_rec.afterburner); + printf("choice_rec_aac_afterburner_cb: Illegal value\n"); + } +#endif +} + +void choice_rec_aac_bitrate_mode_cb(void) +{ +#ifdef HAVE_LIBFDK_AAC + aac_enc test_enc; + + test_enc = aac_rec; + test_enc.bitrate_mode = fl_g->choice_rec_aac_bitrate_mode->value(); + + if (aac_enc_init(&test_enc) == 0) { + cfg.aac_codec_rec.bitrate_mode = fl_g->choice_rec_aac_bitrate_mode->value(); + aac_rec.bitrate_mode = fl_g->choice_rec_aac_bitrate_mode->value(); + + aac_enc_init(&aac_rec); + aac_enc_close(&test_enc); + } + else { + fl_g->choice_rec_aac_bitrate_mode->value(cfg.aac_codec_rec.bitrate_mode); + printf("choice_rec_aac_bitrate_mode_cb: Illegal value\n"); + } + +#endif +} + +void radio_rec_flac_bit_depth_16_cb(void) +{ + flac_enc test_enc; + + test_enc = flac_rec; + test_enc.bit_depth = 16; + + if (flac_enc_init(&test_enc) == 0) { + cfg.flac_codec_rec.bit_depth = test_enc.bit_depth; + flac_rec.bit_depth = test_enc.bit_depth; + + flac_enc_init(&flac_rec); + flac_enc_close(&test_enc); + } + else { + fl_g->radio_rec_flac_bit_depth_24->setonly(); + printf("radio_rec_flac_bit_depth_16_cb: Illegal value\n"); + } +} + +void radio_rec_flac_bit_depth_24_cb(void) +{ + flac_enc test_enc; + + test_enc = flac_rec; + test_enc.bit_depth = 24; + + if (flac_enc_init(&test_enc) == 0) { + cfg.flac_codec_rec.bit_depth = test_enc.bit_depth; + flac_rec.bit_depth = test_enc.bit_depth; + + flac_enc_init(&flac_rec); + flac_enc_close(&test_enc); + } + else { + fl_g->radio_rec_flac_bit_depth_16->setonly(); + printf("radio_rec_flac_bit_depth_24: Illegal value\n"); + } +} + +void radio_rec_wav_bit_depth_16_cb(void) +{ + cfg.wav_codec_rec.bit_depth = 16; +} +void radio_rec_wav_bit_depth_24_cb(void) +{ + cfg.wav_codec_rec.bit_depth = 24; +} +void radio_rec_wav_bit_depth_32_cb(void) +{ + cfg.wav_codec_rec.bit_depth = 32; +} + +void choice_midi_dev_cb(void) +{ + char info_buf[256]; + int dev_id = fl_g->choice_midi_dev->value() - 1; + const char *dev_name = fl_g->choice_midi_dev->text(); + + midi_close(); + if (dev_id > -1) { + if (midi_open_device((char *)dev_name) != 0) { + fl_alert(_("MIDI device could not be opened.")); + goto set_disabled_device; + } + if (midi_start_polling() == 0) { + cfg.midi.dev_name = (char *)realloc(cfg.midi.dev_name, strlen(dev_name) + 1); + strcpy(cfg.midi.dev_name, dev_name); + snprintf(info_buf, sizeof(info_buf), _("MIDI device:\n%s\n"), cfg.midi.dev_name); + print_info(info_buf, 1); + return; + } + else { + fl_alert(_("MIDI device could not be started.")); + goto set_disabled_device; + } + } + else { + print_info(_("MIDI support disabled\n"), 1); + goto set_disabled_device; + } + +set_disabled_device: + fl_g->choice_midi_dev->value(0); + cfg.midi.dev_name = (char *)realloc(cfg.midi.dev_name, strlen("Disabled") + 1); + strcpy(cfg.midi.dev_name, "Disabled"); +} + +void button_midi_rescan_devices_cb(void) +{ + // PortMidi needs a complete new initialization to detect device changes + midi_close(); + midi_terminate(); + midi_init(); + + // Populate MIDI device list and select the device from config file in case it was found + populate_midi_dev_list(); + + // Initialize the MIDI device in case it was found + if (fl_g->choice_midi_dev->value() > 0) { + choice_midi_dev_cb(); + } +} + +void browser_midi_command_cb(void) +{ + int selected_line = fl_g->browser_midi_command->value() - 1; + + // Select last line when user clicks on any empty space in the command browser + if (selected_line == -1) { + selected_line = fl_g->browser_midi_command->size() - 1; + fl_g->browser_midi_command->value(selected_line + 1); + } + + fl_g->choice_midi_channel->value(cfg.midi.commands[selected_line].channel); + fl_g->input_midi_msg_num->value(cfg.midi.commands[selected_line].msg_num); + fl_g->choice_midi_cc_mode->value(cfg.midi.commands[selected_line].mode); + fl_g->check_midi_soft_takeover->value(cfg.midi.commands[selected_line].soft_takeover); + fl_g->check_midi_command_enable->value(cfg.midi.commands[selected_line].enabled); + + // Update accessibility of UI elements that depend on the CC mode + fl_g->choice_midi_cc_mode->do_callback(); + fl_g->check_midi_command_enable->do_callback(); + + if (get_midi_ctrl_type(selected_line) == MIDI_CTRL_TYPE_KNOB) { + fl_g->choice_midi_cc_mode->activate(); + fl_g->check_midi_soft_takeover->activate(); + } + else { + fl_g->choice_midi_cc_mode->deactivate(); + fl_g->check_midi_soft_takeover->deactivate(); + } +} + +void input_midi_msg_num_cb(void) +{ + int selected_line = fl_g->browser_midi_command->value() - 1; + int msg_num = fl_g->input_midi_msg_num->value(); + + if (msg_num < 0 || msg_num > 127) { + fl_alert(_("The CC value must be between 0 and 127")); + fl_g->input_midi_msg_num->value(cfg.midi.commands[selected_line].msg_num); + return; + } + + cfg.midi.commands[selected_line].msg_num = fl_g->input_midi_msg_num->value(); +} + +void choice_midi_channel_cb(void) +{ + int selected_line = fl_g->browser_midi_command->value() - 1; + cfg.midi.commands[selected_line].channel = fl_g->choice_midi_channel->value(); +} + +void button_midi_learn_cb(void) +{ + int pushed_down = fl_g->button_midi_learn->value(); + + if (pushed_down == 0) { + fl_g->button_midi_learn->label(_("Learn")); + midi_set_learning(0); + } + else { + fl_g->button_midi_learn->label(_("Waiting...")); + midi_set_learning(1); + } +} + +void choice_midi_cc_mode_cb(void) +{ + int selected_line = fl_g->browser_midi_command->value() - 1; + cfg.midi.commands[selected_line].mode = fl_g->choice_midi_cc_mode->value(); + + if (fl_g->choice_midi_cc_mode->value() == MIDI_MODE_ABSOLUTE) { + fl_g->check_midi_soft_takeover->activate(); + } + else { // MIDI_MODE_RELATIVE_* + fl_g->check_midi_soft_takeover->deactivate(); + } +} + +void check_midi_soft_takeover_cb(void) +{ + int selected_line = fl_g->browser_midi_command->value() - 1; + cfg.midi.commands[selected_line].soft_takeover = fl_g->check_midi_soft_takeover->value(); +} + +void check_midi_command_enable_cb(void) +{ + int enabled = fl_g->check_midi_command_enable->value(); + int selected_line = fl_g->browser_midi_command->value() - 1; + + cfg.midi.commands[selected_line].enabled = enabled; + + if (enabled == 1) { + fl_g->group_midi_command_settings->activate(); + } + else { + fl_g->group_midi_command_settings->deactivate(); + } +} diff --git a/src/FLTK/fl_callbacks.h b/src/FLTK/fl_callbacks.h new file mode 100644 index 0000000..0099e21 --- /dev/null +++ b/src/FLTK/fl_callbacks.h @@ -0,0 +1,323 @@ +// FLTK callback functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef FL_CALLBACKS_H +#define FL_CALLBACKS_H + +enum { + STREAM_TIME = 0, + REC_TIME = 1, + SENT_DATA = 2, + REC_DATA = 3, + STREAM_STATE = 4, +}; + +enum { + STREAM = 0, + RECORD = 1, +}; + +enum { + CB_CALLED_BY_USER = 0, + CB_CALLED_BY_CODE = 1, + CB_CALLED_BY_MIDI = 2, +}; + +class flgui; + +extern int display_info; +extern flgui *fl_g; + +void show_vu_tabs(void); +void hide_vu_tabs(void); + +void button_cfg_cb(void); +void button_mixer_cb(void); +void button_info_cb(void); +void button_record_cb(bool ask); +void button_connect_cb(void); +void button_disconnect_cb(bool ask); +void button_add_icy_add_cb(void); +void button_cfg_del_srv_cb(void); +void button_cfg_del_icy_cb(void); +void choice_cfg_act_srv_cb(void); +void choice_cfg_act_icy_cb(void); +void button_cfg_add_srv_cb(void); +void button_cfg_add_icy_cb(void); +void choice_cfg_bitrate_cb(void); +void choice_cfg_samplerate_cb(void); +void button_cfg_song_go_cb(void); +void choice_cfg_codec_mp3_cb(void); +void choice_cfg_codec_ogg_cb(void); +void choice_cfg_codec_opus_cb(void); +void choice_cfg_codec_aac_cb(void); +void choice_cfg_codec_flac_cb(void); +void button_cfg_export_cb(void); +void button_cfg_import_cb(void); +void button_add_icy_save_cb(void); +void button_add_srv_cancel_cb(void); +void button_add_icy_cancel_cb(void); +void choice_cfg_channel_stereo_cb(void); +void choice_cfg_channel_mono_cb(void); +void button_cfg_browse_songfile_cb(void); +void input_cfg_song_file_cb(void); +void input_cfg_song_cb(void); +void input_cfg_song_prefix_cb(void); +void input_cfg_song_suffix_cb(void); +void input_cfg_buffer_cb(bool print_message); +void input_cfg_signal_cb(void); +void input_cfg_silence_cb(void); +void check_stream_signal_cb(void); +void check_stream_silence_cb(void); +void input_cfg_reconnect_delay_cb(void); +void input_cfg_present_level_cb(void); +void input_cfg_absent_level_cb(void); +void choice_cfg_resample_mode_cb(void); +void button_cfg_check_for_updates_cb(void); +void choice_cfg_dev_cb(void); +void choice_cfg_dev2_cb(void); +void button_cfg_rescan_devices_cb(void); +void radio_cfg_ID_cb(void); +void radio_cfg_name_cb(void); +void choice_cfg_right_channel_cb(void); +void choice_cfg_left_channel_cb(void); +void choice_cfg_right_channel2_cb(void); +void choice_cfg_left_channel2_cb(void); + +void button_add_srv_add_cb(void); +void button_add_srv_save_cb(void); +void button_add_srv_show_pwd_cb(void); +void radio_add_srv_shoutcast_cb(void); +void radio_add_srv_icecast_cb(void); +void radio_add_srv_webrtc_cb(void); +void radio_add_srv_radioco_cb(void); +void button_add_srv_revoke_cert_cb(void); +void button_add_srv_get_stations_cb(void); +void button_add_srv_select_all_cb(void); +void button_add_srv_deselect_all_cb(void); + +void button_start_agent_cb(void); +void button_stop_agent_cb(void); +void check_update_at_startup_cb(void); +void check_start_agent_cb(void); +void check_minimize_to_tray_cb(void); + +void button_stream_codec_settings_cb(void); + +void button_rec_browse_cb(void); +void button_rec_split_now_cb(void); +void choice_rec_bitrate_cb(void); +void choice_rec_samplerate_cb(void); +void choice_rec_channel_stereo_cb(void); +void choice_rec_channel_mono_cb(void); +void choice_rec_codec_mp3_cb(void); +void choice_rec_codec_ogg_cb(void); +void choice_rec_codec_wav_cb(void); +void choice_rec_codec_opus_cb(void); +void choice_rec_codec_aac_cb(void); +void choice_rec_codec_flac_cb(void); +void button_rec_codec_settings_cb(void); +void input_rec_signal_cb(void); +void input_rec_silence_cb(void); +void check_rec_signal_cb(void); +void check_rec_silence_cb(void); + +void input_tls_cert_file_cb(void); +void input_tls_cert_dir_cb(void); +void button_tls_browse_file_cb(void); +void button_tls_browse_dir_cb(void); + +void button_cfg_edit_srv_cb(void); +void button_cfg_edit_icy_cb(void); +void check_song_update_active_cb(void); +void check_read_last_line_cb(void); +void check_sync_to_full_hour_cb(void); + +void input_rec_filename_cb(void); +void input_rec_folder_cb(void); +void input_rec_split_time_cb(void); +void input_log_filename_cb(void); +void button_cfg_log_browse_cb(void); + +void check_gui_attach_cb(void); +void check_gui_ontop_cb(void); +void check_gui_hide_log_window_cb(void); +void check_gui_remember_pos_cb(void); +void check_gui_lcd_auto_cb(void); +void check_gui_start_minimized_cb(void); +void check_gui_disable_gain_slider_cb(void); +void check_gui_show_listeners_cb(void); +void input_gui_listeners_update_rate_cb(void); +void button_gui_bg_color_cb(void); +void button_gui_text_color_cb(void); +void button_gui_vu_low_color_cb(void); +void button_gui_vu_mid_color_cb(void); +void button_gui_vu_high_color_cb(void); +void input_gui_vu_mid_range_start_cb(void); +void input_gui_vu_high_range_start_cb(void); +void choice_gui_language_cb(void); +void radio_gui_vu_gradient_cb(void); +void radio_gui_vu_solid_cb(void); +void check_gui_always_show_vu_tabs_cb(void); +void input_gui_window_title_cb(void); + +void slider_gain_cb(void *called_by); +void vu_tabs_cb(void); + +void check_stream_eq_cb(void); +void check_rec_eq_cb(void); +void button_eq_reset_cb(void); +void choice_eq_preset_cb(void); +void slider_equalizer1_cb(double); +void slider_equalizer2_cb(double); +void slider_equalizer3_cb(double); +void slider_equalizer4_cb(double); +void slider_equalizer5_cb(double); +void slider_equalizer6_cb(double); +void slider_equalizer7_cb(double); +void slider_equalizer8_cb(double); +void slider_equalizer9_cb(double); +void slider_equalizer10_cb(double); + +void check_stream_drc_cb(void); +void check_rec_drc_cb(void); +void button_drc_reset_cb(void); +void check_aggressive_mode_cb(void); +void slider_threshold_cb(double); +void slider_ratio_cb(double); +void slider_attack_cb(double); +void slider_release_cb(double); +void slider_makeup_cb(double); + +void slider_mixer_primary_device_cb(double val, void *called_by); +void slider_mixer_secondary_device_cb(double val, void *called_by); +void slider_mixer_streaming_gain_cb(double val, void *called_by); +void slider_mixer_recording_gain_cb(double val, void *called_by); +void slider_mixer_master_gain_cb(double val, void *called_by); +void slider_mixer_cross_fader_cb(double val, void *called_by); +void button_mixer_reset_cb(void); +void button_mixer_mute_primary_device_cb(void); +void button_mixer_mute_secondary_device_cb(void); + +void check_cfg_overwrite_existing_files_cb(void); +void check_cfg_auto_start_rec_cb(void); +void check_cfg_auto_stop_rec_cb(void); +void check_cfg_rec_after_launch_cb(void); + +void check_cfg_rec_hourly_cb(void); +void check_cfg_connect_cb(void); +void check_cfg_force_reconnecting_cb(void); + +void lcd_rotate(void *); +void ILM216_cb(void); +void window_main_close_cb(bool ask); + +void check_cfg_use_app_cb(void); +void choice_cfg_app_cb(void); +void radio_cfg_artist_title_cb(void); +void radio_cfg_title_artist_cb(void); + +void input_cfg_song_url_cb(void); +void input_cfg_url_update_song_interval_cb(void); +void check_cfg_update_from_url_cb(void); + +void choice_cfg_song_delay_cb(void); + +void update_song(void *user_data); +bool stop_recording(bool ask); + +void choice_stream_mp3_enc_quality_cb(void); +void choice_stream_mp3_stereo_mode_cb(void); +void choice_stream_mp3_bitrate_mode_cb(void); +void choice_stream_mp3_vbr_quality_cb(void); +void choice_stream_mp3_vbr_min_bitrate_cb(void); +void choice_stream_mp3_vbr_max_bitrate_cb(void); +void check_stream_mp3_force_min_bitrate_cb(void); +void choice_stream_mp3_resampling_freq_cb(void); +void check_stream_mp3_activate_lowpass_freq_cb(void); +void input_stream_mp3_lowpass_freq_cb(void); +void check_stream_mp3_activate_lowpass_width_cb(void); +void input_stream_mp3_lowpass_width_cb(void); +void check_stream_mp3_activate_highpass_freq_cb(void); +void input_stream_mp3_highpass_freq_cb(void); +void check_stream_mp3_activate_highpass_width_cb(void); +void input_stream_mp3_highpass_width_cb(void); + +void choice_stream_vorbis_bitrate_mode_cb(void); +void choice_stream_vorbis_vbr_quality_cb(void); +void choice_stream_vorbis_vbr_min_bitrate_cb(void); +void choice_stream_vorbis_vbr_max_bitrate_cb(void); + +void choice_stream_opus_audio_type_cb(void); +void choice_stream_opus_bitrate_mode_cb(void); +void choice_stream_opus_quality_cb(void); +void choice_stream_opus_bandwidth_cb(void); + +void choice_stream_aac_profile_cb(void); +void choice_stream_aac_afterburner_cb(void); +void choice_stream_aac_bitrate_mode_cb(void); + +void radio_stream_flac_bit_depth_16_cb(void); +void radio_stream_flac_bit_depth_24_cb(void); + +void choice_rec_mp3_enc_quality_cb(void); +void choice_rec_mp3_stereo_mode_cb(void); +void choice_rec_mp3_bitrate_mode_cb(void); +void choice_rec_mp3_vbr_quality_cb(void); +void choice_rec_mp3_vbr_min_bitrate_cb(void); +void choice_rec_mp3_vbr_max_bitrate_cb(void); +void check_rec_mp3_force_min_bitrate_cb(void); +void choice_rec_mp3_resampling_freq_cb(void); +void check_rec_mp3_activate_lowpass_freq_cb(void); +void input_rec_mp3_lowpass_freq_cb(void); +void check_rec_mp3_activate_lowpass_width_cb(void); +void input_rec_mp3_lowpass_width_cb(void); +void check_rec_mp3_activate_highpass_freq_cb(void); +void input_rec_mp3_highpass_freq_cb(void); +void check_rec_mp3_activate_highpass_width_cb(void); +void input_rec_mp3_highpass_width_cb(void); + +void choice_rec_vorbis_bitrate_mode_cb(void); +void choice_rec_vorbis_vbr_quality_cb(void); +void choice_rec_vorbis_vbr_min_bitrate_cb(void); +void choice_rec_vorbis_vbr_max_bitrate_cb(void); + +void choice_rec_opus_audio_type_cb(void); +void choice_rec_opus_bitrate_mode_cb(void); +void choice_rec_opus_quality_cb(void); +void choice_rec_opus_bandwidth_cb(void); + +void choice_rec_aac_profile_cb(void); +void choice_rec_aac_afterburner_cb(void); +void choice_rec_aac_bitrate_mode_cb(void); + +void radio_rec_flac_bit_depth_16_cb(void); +void radio_rec_flac_bit_depth_24_cb(void); + +void radio_rec_wav_bit_depth_16_cb(void); +void radio_rec_wav_bit_depth_24_cb(void); +void radio_rec_wav_bit_depth_32_cb(void); + +void choice_midi_dev_cb(void); +void choice_midi_cc_mode_cb(void); +void check_midi_soft_takeover_cb(void); +void button_midi_rescan_devices_cb(void); +void browser_midi_command_cb(void); +void input_midi_msg_num_cb(void); +void choice_midi_channel_cb(void); +void button_midi_learn_cb(void); +void check_midi_command_enable_cb(void); + +#endif diff --git a/src/FLTK/fl_funcs.cpp b/src/FLTK/fl_funcs.cpp new file mode 100644 index 0000000..e74428a --- /dev/null +++ b/src/FLTK/fl_funcs.cpp @@ -0,0 +1,1943 @@ +// FLTK GUI related functions +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +#include +#include +#include +#include +#include +#include +#include +#include + +#ifndef WIN32 +#include +#endif + +#include "gettext.h" +#include "config.h" + +#include "cfg.h" +#include "butt.h" +#include "util.h" +#include "port_audio.h" +#include "port_midi.h" +#include "timer.h" +#include "flgui.h" +#include "fl_funcs.h" +#include "shoutcast.h" +#include "icecast.h" +#include "strfuncs.h" + +pthread_mutex_t write_log_mutex = PTHREAD_MUTEX_INITIALIZER; + +int get_bitrate_list_for_codec(int codec, int **bitrates) +{ + static int mp3[] = {8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320}; + static int aac[] = {8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384, 448, 512}; + static int ogg[] = {8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384, 448, 500}; + static int opus[] = {8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384, 448, 510}; + + int num_of_bitrates; + + switch (codec) { + case CHOICE_MP3: + *bitrates = mp3; + num_of_bitrates = sizeof(mp3) / sizeof(int); + break; + case CHOICE_AAC: + *bitrates = aac; + num_of_bitrates = sizeof(aac) / sizeof(int); + break; + case CHOICE_OGG: + *bitrates = ogg; + num_of_bitrates = sizeof(ogg) / sizeof(int); + break; + case CHOICE_OPUS: + *bitrates = opus; + num_of_bitrates = sizeof(opus) / sizeof(int); + break; + default: + num_of_bitrates = 0; + } + + return num_of_bitrates; +} + +int get_codec_index(char *codec) +{ + int codec_idx = 0; + + if (!strcmp(codec, "mp3")) { + codec_idx = CHOICE_MP3; + } + else if (!strcmp(codec, "ogg")) { + codec_idx = CHOICE_OGG; + } + else if (!strcmp(codec, "opus")) { + codec_idx = CHOICE_OPUS; + } + else if (!strcmp(codec, "aac")) { + codec_idx = CHOICE_AAC; + } + else if (!strcmp(codec, "flac")) { + codec_idx = CHOICE_FLAC; + fl_g->choice_rec_bitrate->hide(); + } + else if (!strcmp(codec, "wav")) { + codec_idx = CHOICE_WAV; + fl_g->choice_rec_bitrate->hide(); + } + + return codec_idx; +} + +int get_bitrate_index(int codec, int bitrate) +{ + int *bitrates; + int num_of_bitrates = get_bitrate_list_for_codec(codec, &bitrates); + + for (int i = 0; i < num_of_bitrates; i++) { + if (bitrates[i] == bitrate) { + return i; + } + } + + return 0; +} + +void update_stream_bitrate_list(int codec) +{ + int *bitrates; + int current_bitrate = cfg.audio.bitrate; + int num_of_bitrates = get_bitrate_list_for_codec(codec, &bitrates); + + if (num_of_bitrates == 0) { + return; + } + + // Using menu(NULL) here to clear the bitrate list because ->clear() does not work + // if the initial fl_choice menu items were added with fluid + // fl_g->choice_cfg_bitrate->menu(NULL); + fl_g->choice_cfg_bitrate->clear(); + fl_g->choice_cfg_bitrate->textsize(14); + + char br[8]; + int diff; + int closest_bitrate = bitrates[0]; + for (int i = 0; i < num_of_bitrates; i++) { + snprintf(br, sizeof(br), "%ik", bitrates[i]); + fl_g->choice_cfg_bitrate->add(br); + + // Find closest bitrate + diff = abs(bitrates[i] - current_bitrate); + if (diff < abs(current_bitrate - closest_bitrate)) { + closest_bitrate = bitrates[i]; + } + } + + fl_g->choice_cfg_bitrate->value(get_bitrate_index(codec, closest_bitrate)); + cfg.audio.bitrate = closest_bitrate; +} + +void update_rec_bitrate_list(int codec) +{ + int *bitrates; + int current_bitrate = cfg.rec.bitrate; + int num_of_bitrates = get_bitrate_list_for_codec(codec, &bitrates); + + if (num_of_bitrates == 0) { + return; + } + + // Using menu(NULL) here to clear the bitrate list because ->clear() does not work + // if the initial fl_choice menu items were added with fluid + // fl_g->choice_rec_bitrate->menu(NULL); + fl_g->choice_rec_bitrate->clear(); + fl_g->choice_rec_bitrate->textsize(14); + + char br[8]; + int diff; + int closest_bitrate = bitrates[0]; + for (int i = 0; i < num_of_bitrates; i++) { + snprintf(br, sizeof(br), "%ik", bitrates[i]); + fl_g->choice_rec_bitrate->add(br); + + // Find closest bitrate + diff = abs(bitrates[i] - current_bitrate); + if (diff < abs(current_bitrate - closest_bitrate)) { + closest_bitrate = bitrates[i]; + } + } + + fl_g->choice_rec_bitrate->value(get_bitrate_index(codec, closest_bitrate)); + cfg.rec.bitrate = closest_bitrate; +} + +void populate_midi_dev_list(void) +{ + int dev_count; + + fl_g->choice_midi_dev->clear(); + fl_g->choice_midi_dev->add(_("Disabled")); + fl_g->choice_midi_dev->value(0); + + midi_dev_t **dev_list = midi_get_devices(&dev_count); + for (int i = 0; i < dev_count; i++) { + fl_g->choice_midi_dev->add(dev_list[i]->name); + } + + if (strcmp(cfg.midi.dev_name, "Disabled") != 0) { + int dev_num = midi_get_dev_num_by_name(dev_list, cfg.midi.dev_name); + if (dev_num >= 0) { + fl_g->choice_midi_dev->value(dev_num + 1); + } + } + + midi_free_device_list(dev_list); +} + +void fill_cfg_widgets(void) +{ + int i; + int stream_codec_idx = 0; + int rec_codec_idx = 0; + +#ifndef HAVE_LIBFDK_AAC + fl_g->menu_item_cfg_aac->hide(); + fl_g->menu_item_rec_aac->hide(); + Fl::check(); +#endif + + // fill the main section + fl_g->choice_cfg_dev->textsize(14); + fl_g->choice_cfg_dev2->textsize(14); + + fl_g->choice_cfg_dev2->add(_("None")); + for (i = 0; i < cfg.audio.dev_count; i++) { + unsigned long dev_name_len = strlen(cfg.audio.pcm_list[i]->name) + 10; + char *dev_name = (char *)malloc(dev_name_len); + + snprintf(dev_name, dev_name_len, "%d: %s", i, cfg.audio.pcm_list[i]->name); + fl_g->choice_cfg_dev->add(dev_name); + fl_g->choice_cfg_dev2->add(dev_name); + free(dev_name); + } + + fl_g->choice_cfg_dev->value(cfg.audio.dev_num); + fl_g->choice_cfg_dev2->value(cfg.audio.dev2_num + 1); + + fl_g->choice_cfg_act_srv->clear(); + fl_g->choice_cfg_act_srv->redraw(); + for (i = 0; i < cfg.main.num_of_srv; i++) { + fl_g->choice_cfg_act_srv->add(cfg.srv[i]->name); + } + + if (cfg.main.num_of_srv > 0) { + fl_g->button_cfg_edit_srv->activate(); + fl_g->button_cfg_del_srv->activate(); + fl_g->choice_cfg_act_srv->activate(); + } + else { + fl_g->button_cfg_edit_srv->deactivate(); + fl_g->button_cfg_del_srv->deactivate(); + fl_g->choice_cfg_act_srv->deactivate(); + } + + fl_g->choice_cfg_act_icy->clear(); + fl_g->choice_cfg_act_icy->redraw(); + for (i = 0; i < cfg.main.num_of_icy; i++) + fl_g->choice_cfg_act_icy->add(cfg.icy[i]->name); + + if (cfg.main.num_of_icy > 0) { + fl_g->button_cfg_edit_icy->activate(); + fl_g->button_cfg_del_icy->activate(); + fl_g->choice_cfg_act_icy->activate(); + } + else { + fl_g->button_cfg_edit_icy->deactivate(); + fl_g->button_cfg_del_icy->deactivate(); + fl_g->choice_cfg_act_icy->deactivate(); + } + + fl_g->choice_cfg_act_srv->value(cfg.selected_srv); + fl_g->choice_cfg_act_icy->value(cfg.selected_icy); + + fl_g->check_cfg_connect->value(cfg.main.connect_at_startup); + fl_g->check_cfg_force_reconnecting->value(cfg.main.force_reconnecting); + + fl_g->input_log_filename->value(cfg.main.log_file); + + fl_g->check_update_at_startup->value(cfg.main.check_for_update); + + fl_g->check_start_agent->value(cfg.main.start_agent); + fl_g->check_minimize_to_tray->value(cfg.main.minimize_to_tray); + + // fill the audio section + if (!strcmp(cfg.audio.codec, "mp3")) { + stream_codec_idx = CHOICE_MP3; + } + else if (!strcmp(cfg.audio.codec, "ogg")) { + stream_codec_idx = CHOICE_OGG; + } + else if (!strcmp(cfg.audio.codec, "opus")) { + stream_codec_idx = CHOICE_OPUS; + } + else if (!strcmp(cfg.audio.codec, "aac")) { + stream_codec_idx = CHOICE_AAC; + } + else if (!strcmp(cfg.audio.codec, "flac")) { + stream_codec_idx = CHOICE_FLAC; + fl_g->choice_cfg_bitrate->hide(); + } + + update_stream_bitrate_list(stream_codec_idx); + + fl_g->choice_cfg_codec->value(stream_codec_idx); + fl_g->choice_cfg_bitrate->value(get_bitrate_index(stream_codec_idx, cfg.audio.bitrate)); + + if (cfg.audio.dev_remember == REMEMBER_BY_ID) { + fl_g->radio_cfg_ID->setonly(); + } + else { + fl_g->radio_cfg_name->setonly(); + } + + if (cfg.audio.channel == 1) { + fl_g->choice_cfg_channel->value(CHOICE_MONO); + } + else { + fl_g->choice_cfg_channel->value(CHOICE_STEREO); + } + + fl_g->input_cfg_present_level->value(-cfg.audio.signal_level); + fl_g->input_cfg_absent_level->value(-cfg.audio.silence_level); + + fl_g->input_cfg_buffer->value(cfg.audio.buffer_ms); + + fl_g->choice_cfg_resample_mode->value(cfg.audio.resample_mode); + + // Fill stream section + char delay[32]; + fl_g->choice_cfg_song_delay->textsize(14); + for (int i = 0; i < 11; i++) { + snprintf(delay, sizeof(delay), _("%d seconds"), 2 * i); + fl_g->choice_cfg_song_delay->add(delay); + } + fl_g->check_song_update_active->value(cfg.main.song_update); + fl_g->check_read_last_line->value(cfg.main.read_last_line); + fl_g->choice_cfg_song_delay->value(cfg.main.song_delay / 2); + + fl_g->check_cfg_update_from_url->value(cfg.main.song_update_url_active); + fl_g->input_cfg_url_update_song_interval->value(cfg.main.song_update_url_interval); + fl_g->input_cfg_song_url->value(cfg.main.song_update_url); + + fl_g->input_cfg_song_file->value(cfg.main.song_path); + fl_g->input_cfg_signal->value(cfg.main.signal_threshold); + fl_g->input_cfg_silence->value(cfg.main.silence_threshold); + fl_g->check_stream_signal->value(cfg.main.signal_detection); + fl_g->check_stream_silence->value(cfg.main.silence_detection); + + fl_g->input_cfg_reconnect_delay->value(cfg.main.reconnect_delay); + + fl_g->input_cfg_song_prefix->value(cfg.main.song_prefix); + fl_g->input_cfg_song_suffix->value(cfg.main.song_suffix); + +#if __APPLE__ && __MACH__ + fl_g->choice_cfg_app->add("iTunes\\/Music"); + fl_g->choice_cfg_app->add("Spotify"); + fl_g->choice_cfg_app->add("VOX"); + fl_g->check_cfg_use_app->value(cfg.main.app_update); + fl_g->choice_cfg_app->value(cfg.main.app_update_service); + if (cfg.main.app_artist_title_order == APP_ARTIST_FIRST) { + fl_g->radio_cfg_artist_title->setonly(); + } + else { + fl_g->radio_cfg_title_artist->setonly(); + } +#elif (__linux__ || __FreeBSD__) && HAVE_DBUS + fl_g->choice_cfg_app->add("Rhythmbox"); + fl_g->choice_cfg_app->add("Banshee"); + fl_g->choice_cfg_app->add("Clementine"); + fl_g->choice_cfg_app->add("Spotify"); + fl_g->choice_cfg_app->add("Cantata"); + fl_g->choice_cfg_app->add("Strawberry"); + fl_g->choice_cfg_app->add("Plexamp"); + fl_g->check_cfg_use_app->value(cfg.main.app_update); + fl_g->choice_cfg_app->value(cfg.main.app_update_service); + if (cfg.main.app_artist_title_order == APP_ARTIST_FIRST) { + fl_g->radio_cfg_artist_title->setonly(); + } + else { + fl_g->radio_cfg_title_artist->setonly(); + } +#elif WIN32 + fl_g->choice_cfg_app->add(_("Not supported on Windows")); + fl_g->choice_cfg_app->value(0); + fl_g->check_cfg_use_app->value(0); + fl_g->check_cfg_use_app->deactivate(); + fl_g->choice_cfg_app->deactivate(); + fl_g->radio_cfg_artist_title->deactivate(); + fl_g->radio_cfg_title_artist->deactivate(); +#endif + + // fill the record section + fl_g->input_rec_filename->value(cfg.rec.filename); + fl_g->input_rec_folder->value(cfg.rec.folder); + fl_g->input_rec_split_time->value(cfg.rec.split_time); + + if (!strcmp(cfg.rec.codec, "mp3")) { + rec_codec_idx = CHOICE_MP3; + } + else if (!strcmp(cfg.rec.codec, "ogg")) { + rec_codec_idx = CHOICE_OGG; + } + else if (!strcmp(cfg.rec.codec, "opus")) { + rec_codec_idx = CHOICE_OPUS; + } + else if (!strcmp(cfg.rec.codec, "aac")) { + rec_codec_idx = CHOICE_AAC; + } + else if (!strcmp(cfg.rec.codec, "flac")) { + rec_codec_idx = CHOICE_FLAC; + fl_g->choice_rec_bitrate->hide(); + } + else { // wav + rec_codec_idx = CHOICE_WAV; + fl_g->choice_rec_bitrate->hide(); + } + + update_rec_bitrate_list(rec_codec_idx); + + fl_g->choice_rec_codec->value(rec_codec_idx); + fl_g->choice_rec_bitrate->value(get_bitrate_index(rec_codec_idx, cfg.rec.bitrate)); + + if (cfg.rec.start_rec) { + fl_g->check_cfg_auto_start_rec->value(1); + } + else { + fl_g->check_cfg_auto_start_rec->value(0); + } + + if (cfg.rec.stop_rec) { + fl_g->check_cfg_auto_stop_rec->value(1); + } + else { + fl_g->check_cfg_auto_stop_rec->value(0); + } + + if (cfg.rec.rec_after_launch) { + fl_g->check_cfg_rec_after_launch->value(1); + } + else { + fl_g->check_cfg_rec_after_launch->value(0); + } + + if (cfg.rec.overwrite_files) { + fl_g->check_cfg_overwrite_existing_files->value(1); + } + else { + fl_g->check_cfg_overwrite_existing_files->value(0); + } + + if (cfg.rec.sync_to_hour) { + fl_g->check_sync_to_full_hour->value(1); + } + else { + fl_g->check_sync_to_full_hour->value(0); + } + + fl_g->input_rec_signal->value(cfg.rec.signal_threshold); + fl_g->input_rec_silence->value(cfg.rec.silence_threshold); + fl_g->check_rec_signal->value(cfg.rec.signal_detection); + fl_g->check_rec_silence->value(cfg.rec.silence_detection); + + // fill the ssl/tls section + fl_g->input_tls_cert_file->value(cfg.tls.cert_file); + fl_g->input_tls_cert_dir->value(cfg.tls.cert_dir); + + update_samplerates_list(); + update_channel_lists(); + + // fill the DSP section + fl_g->check_stream_eq->value(cfg.dsp.equalizer_stream); + fl_g->check_rec_eq->value(cfg.dsp.equalizer_rec); + + int choice_eq_idx; + if (strcmp(cfg.dsp.eq_preset, "Manual") == 0) { + choice_eq_idx = 0; + } + else { + choice_eq_idx = fl_g->choice_eq_preset->find_index(cfg.dsp.eq_preset); + } + fl_g->choice_eq_preset->value(choice_eq_idx); + fl_g->choice_eq_preset->do_callback(); + + fl_g->check_stream_drc->value(cfg.dsp.compressor_stream); + fl_g->check_rec_drc->value(cfg.dsp.compressor_rec); + fl_g->check_aggressive_mode->value(cfg.dsp.aggressive_mode); + + slider_threshold_cb(cfg.dsp.threshold); + fl_g->thresholdSlider->value(cfg.dsp.threshold); + + slider_ratio_cb(cfg.dsp.ratio); + fl_g->ratioSlider->value(cfg.dsp.ratio); + + slider_attack_cb(cfg.dsp.attack); + fl_g->attackSlider->value(cfg.dsp.attack); + + slider_release_cb(cfg.dsp.release); + fl_g->releaseSlider->value(cfg.dsp.release); + + slider_makeup_cb(cfg.dsp.makeup_gain); + fl_g->makeupSlider->value(cfg.dsp.makeup_gain); + + // fill audio mixer + slider_mixer_primary_device_cb(util_factor_to_db(cfg.mixer.primary_device_gain), (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_primary_device->value(util_factor_to_db(cfg.mixer.primary_device_gain)); + + slider_mixer_secondary_device_cb(util_factor_to_db(cfg.mixer.secondary_device_gain), (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_secondary_device->value(util_factor_to_db(cfg.mixer.secondary_device_gain)); + + slider_mixer_streaming_gain_cb(util_factor_to_db(cfg.mixer.streaming_gain), (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_streaming_gain->value(util_factor_to_db(cfg.mixer.streaming_gain)); + + slider_mixer_recording_gain_cb(util_factor_to_db(cfg.mixer.recording_gain), (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_recording_gain->value(util_factor_to_db(cfg.mixer.recording_gain)); + + slider_mixer_cross_fader_cb(cfg.mixer.cross_fader, (void *)CB_CALLED_BY_CODE); + fl_g->slider_mixer_cross_fader->value(cfg.mixer.cross_fader); + + fl_g->button_mixer_mute_primary_device->value(cfg.mixer.primary_device_muted); + fl_g->button_mixer_mute_primary_device->do_callback(); + fl_g->button_mixer_mute_secondary_device->value(cfg.mixer.secondary_device_muted); + fl_g->button_mixer_mute_secondary_device->do_callback(); + + // fill the GUI section + fl_g->button_gui_bg_color->color(cfg.main.bg_color, fl_lighter((Fl_Color)cfg.main.bg_color)); + fl_g->button_gui_text_color->color(cfg.main.txt_color, fl_lighter((Fl_Color)cfg.main.txt_color)); + fl_g->check_gui_attach->value(cfg.gui.attach); + fl_g->check_gui_ontop->value(cfg.gui.ontop); + if (cfg.gui.ontop) { + fl_g->window_main->stay_on_top(1); + fl_g->window_cfg->stay_on_top(1); + } + fl_g->check_gui_hide_log_window->value(cfg.gui.hide_log_window); + fl_g->check_gui_remember_pos->value(cfg.gui.remember_pos); + + fl_g->check_gui_lcd_auto->value(cfg.gui.lcd_auto); + + fl_g->check_gui_start_minimized->value(cfg.gui.start_minimized); + + fl_g->check_gui_disable_gain_slider->value(cfg.gui.disable_gain_slider); + fl_g->check_gui_disable_gain_slider->do_callback(); + + fl_g->check_gui_show_listeners->value(cfg.gui.show_listeners); + fl_g->input_gui_listeners_update_rate->value(cfg.gui.listeners_update_rate); + + fl_g->choice_gui_language->value(lang_str_to_id(cfg.gui.lang_str)); + + if (cfg.gui.vu_mode == VU_MODE_GRADIENT) { + fl_g->radio_gui_vu_gradient->setonly(); + } + else { + fl_g->radio_gui_vu_solid->setonly(); + } + + fl_g->button_gui_vu_low_color->color(cfg.gui.vu_low_color, fl_lighter((Fl_Color)cfg.gui.vu_low_color)); + fl_g->button_gui_vu_mid_color->color(cfg.gui.vu_mid_color, fl_lighter((Fl_Color)cfg.gui.vu_mid_color)); + fl_g->button_gui_vu_high_color->color(cfg.gui.vu_high_color, fl_lighter((Fl_Color)cfg.gui.vu_high_color)); + fl_g->input_gui_vu_mid_range_start->value(cfg.gui.vu_mid_range_start); + fl_g->input_gui_vu_high_range_start->value(cfg.gui.vu_high_range_start); + + fl_g->check_gui_always_show_vu_tabs->value(cfg.gui.always_show_vu_tabs); + fl_g->check_gui_always_show_vu_tabs->do_callback(); + + if (strlen(cfg.gui.window_title) > 0) { + fl_g->input_gui_window_title->value(cfg.gui.window_title); + fl_g->window_main->label(cfg.gui.window_title); + } + + // fill mp3 codec settings section + + fl_g->choice_stream_mp3_enc_quality->value(cfg.mp3_codec_stream.enc_quality); + fl_g->choice_stream_mp3_stereo_mode->value(cfg.mp3_codec_stream.stereo_mode); + fl_g->choice_stream_mp3_bitrate_mode->value(cfg.mp3_codec_stream.bitrate_mode); + fl_g->choice_stream_mp3_vbr_quality->value(cfg.mp3_codec_stream.vbr_quality); + fl_g->choice_stream_mp3_vbr_min_bitrate->value(get_bitrate_index(CHOICE_MP3, cfg.mp3_codec_stream.vbr_min_bitrate)); + fl_g->choice_stream_mp3_vbr_max_bitrate->value(get_bitrate_index(CHOICE_MP3, cfg.mp3_codec_stream.vbr_max_bitrate)); + fl_g->check_stream_mp3_force_min_bitrate->value(cfg.mp3_codec_stream.vbr_force_min_bitrate); + fl_g->check_stream_mp3_activate_lowpass_freq->value(cfg.mp3_codec_stream.lowpass_freq_active); + fl_g->input_stream_mp3_lowpass_freq->value(cfg.mp3_codec_stream.lowpass_freq); + fl_g->check_stream_mp3_activate_lowpass_width->value(cfg.mp3_codec_stream.lowpass_width_active); + fl_g->input_stream_mp3_lowpass_width->value(cfg.mp3_codec_stream.lowpass_width); + fl_g->check_stream_mp3_activate_highpass_freq->value(cfg.mp3_codec_stream.highpass_freq_active); + fl_g->input_stream_mp3_highpass_freq->value(cfg.mp3_codec_stream.highpass_freq); + fl_g->check_stream_mp3_activate_highpass_width->value(cfg.mp3_codec_stream.highpass_width_active); + fl_g->input_stream_mp3_highpass_width->value(cfg.mp3_codec_stream.highpass_width); + + cfg.mp3_codec_stream.lowpass_freq_active > 0 ? fl_g->input_stream_mp3_lowpass_freq->activate() : fl_g->input_stream_mp3_lowpass_freq->deactivate(); + cfg.mp3_codec_stream.lowpass_width_active > 0 ? fl_g->input_stream_mp3_lowpass_width->activate() : fl_g->input_stream_mp3_lowpass_width->deactivate(); + cfg.mp3_codec_stream.highpass_freq_active > 0 ? fl_g->input_stream_mp3_highpass_freq->activate() : fl_g->input_stream_mp3_highpass_freq->deactivate(); + cfg.mp3_codec_stream.highpass_width_active > 0 ? fl_g->input_stream_mp3_highpass_width->activate() : fl_g->input_stream_mp3_highpass_width->deactivate(); + + switch (cfg.mp3_codec_stream.resampling_freq) { + case CHOICE_MP3_RESAMPLING_DISABLED: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_DISABLED); + break; + case 8000: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_8000); + break; + case 11025: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_11025); + break; + case 12000: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_12000); + break; + case 16000: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_16000); + break; + case 22050: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_22050); + break; + case 24000: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_24000); + break; + case 32000: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_32000); + break; + case 44100: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_44100); + break; + case 48000: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_48000); + break; + default: + fl_g->choice_stream_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_DISABLED); + } + + fl_g->choice_rec_mp3_enc_quality->value(cfg.mp3_codec_rec.enc_quality); + fl_g->choice_rec_mp3_stereo_mode->value(cfg.mp3_codec_rec.stereo_mode); + fl_g->choice_rec_mp3_bitrate_mode->value(cfg.mp3_codec_rec.bitrate_mode); + fl_g->choice_rec_mp3_vbr_quality->value(cfg.mp3_codec_rec.vbr_quality); + fl_g->choice_rec_mp3_vbr_min_bitrate->value(get_bitrate_index(CHOICE_MP3, cfg.mp3_codec_rec.vbr_min_bitrate)); + fl_g->choice_rec_mp3_vbr_max_bitrate->value(get_bitrate_index(CHOICE_MP3, cfg.mp3_codec_rec.vbr_max_bitrate)); + fl_g->check_rec_mp3_force_min_bitrate->value(cfg.mp3_codec_rec.vbr_force_min_bitrate); + fl_g->check_rec_mp3_activate_lowpass_freq->value(cfg.mp3_codec_rec.lowpass_freq_active); + fl_g->input_rec_mp3_lowpass_freq->value(cfg.mp3_codec_rec.lowpass_freq); + fl_g->check_rec_mp3_activate_lowpass_width->value(cfg.mp3_codec_rec.lowpass_width_active); + fl_g->input_rec_mp3_lowpass_width->value(cfg.mp3_codec_rec.lowpass_width); + fl_g->check_rec_mp3_activate_highpass_freq->value(cfg.mp3_codec_rec.highpass_freq_active); + fl_g->input_rec_mp3_highpass_freq->value(cfg.mp3_codec_rec.highpass_freq); + fl_g->check_rec_mp3_activate_highpass_width->value(cfg.mp3_codec_rec.highpass_width_active); + fl_g->input_rec_mp3_highpass_width->value(cfg.mp3_codec_rec.highpass_width); + + cfg.mp3_codec_rec.lowpass_freq_active > 0 ? fl_g->input_rec_mp3_lowpass_freq->activate() : fl_g->input_rec_mp3_lowpass_freq->deactivate(); + cfg.mp3_codec_rec.lowpass_width_active > 0 ? fl_g->input_rec_mp3_lowpass_width->activate() : fl_g->input_rec_mp3_lowpass_width->deactivate(); + cfg.mp3_codec_rec.highpass_freq_active > 0 ? fl_g->input_rec_mp3_highpass_freq->activate() : fl_g->input_rec_mp3_highpass_freq->deactivate(); + cfg.mp3_codec_rec.highpass_width_active > 0 ? fl_g->input_rec_mp3_highpass_width->activate() : fl_g->input_rec_mp3_highpass_width->deactivate(); + + switch (cfg.mp3_codec_rec.resampling_freq) { + case CHOICE_MP3_RESAMPLING_DISABLED: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_DISABLED); + break; + case 8000: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_8000); + break; + case 11025: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_11025); + break; + case 12000: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_12000); + break; + case 16000: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_16000); + break; + case 22050: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_22050); + break; + case 24000: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_24000); + break; + case 32000: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_32000); + break; + case 44100: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_44100); + break; + case 48000: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_48000); + break; + default: + fl_g->choice_rec_mp3_resampling_freq->value(CHOICE_MP3_RESAMPLING_DISABLED); + } + + // fill vorbis codec settings section + int *bitrates; + int num_of_bitrates = get_bitrate_list_for_codec(CHOICE_OGG, &bitrates); + char br[8]; + + fl_g->choice_stream_vorbis_vbr_min_bitrate->textsize(14); + fl_g->choice_stream_vorbis_vbr_max_bitrate->textsize(14); + fl_g->choice_rec_vorbis_vbr_min_bitrate->textsize(14); + fl_g->choice_rec_vorbis_vbr_max_bitrate->textsize(14); + fl_g->choice_stream_vorbis_vbr_min_bitrate->add("Auto (default)"); + fl_g->choice_stream_vorbis_vbr_max_bitrate->add("Auto (default)"); + fl_g->choice_rec_vorbis_vbr_min_bitrate->add("Auto (default)"); + fl_g->choice_rec_vorbis_vbr_max_bitrate->add("Auto (default)"); + for (int i = 0; i < num_of_bitrates; i++) { + snprintf(br, sizeof(br), "%ik", bitrates[i]); + fl_g->choice_stream_vorbis_vbr_min_bitrate->add(br); + fl_g->choice_stream_vorbis_vbr_max_bitrate->add(br); + fl_g->choice_rec_vorbis_vbr_min_bitrate->add(br); + fl_g->choice_rec_vorbis_vbr_max_bitrate->add(br); + } + fl_g->choice_stream_vorbis_bitrate_mode->value(cfg.vorbis_codec_stream.bitrate_mode); + fl_g->choice_stream_vorbis_vbr_quality->value(cfg.vorbis_codec_stream.vbr_quality); + if (cfg.vorbis_codec_stream.vbr_min_bitrate > 0) { + fl_g->choice_stream_vorbis_vbr_min_bitrate->value(get_bitrate_index(CHOICE_OGG, cfg.vorbis_codec_stream.vbr_min_bitrate) + 1); + } + else { + fl_g->choice_stream_vorbis_vbr_min_bitrate->value(0); + } + + if (cfg.vorbis_codec_stream.vbr_max_bitrate > 0) { + fl_g->choice_stream_vorbis_vbr_max_bitrate->value(get_bitrate_index(CHOICE_OGG, cfg.vorbis_codec_stream.vbr_max_bitrate) + 1); + } + else { + fl_g->choice_stream_vorbis_vbr_max_bitrate->value(0); + } + + fl_g->choice_rec_vorbis_bitrate_mode->value(cfg.vorbis_codec_rec.bitrate_mode); + fl_g->choice_rec_vorbis_vbr_quality->value(cfg.vorbis_codec_rec.vbr_quality); + + if (cfg.vorbis_codec_rec.vbr_min_bitrate > 0) { + fl_g->choice_rec_vorbis_vbr_min_bitrate->value(get_bitrate_index(CHOICE_OGG, cfg.vorbis_codec_rec.vbr_min_bitrate) + 1); + } + else { + fl_g->choice_rec_vorbis_vbr_min_bitrate->value(0); + } + + if (cfg.vorbis_codec_rec.vbr_max_bitrate > 0) { + fl_g->choice_rec_vorbis_vbr_max_bitrate->value(get_bitrate_index(CHOICE_OGG, cfg.vorbis_codec_rec.vbr_max_bitrate) + 1); + } + else { + fl_g->choice_rec_vorbis_vbr_max_bitrate->value(0); + } + + // fill opus codec settings section + fl_g->choice_stream_opus_bitrate_mode->value(cfg.opus_codec_stream.bitrate_mode); + fl_g->choice_stream_opus_quality->value(cfg.opus_codec_stream.quality); + fl_g->choice_stream_opus_audio_type->value(cfg.opus_codec_stream.audio_type); + fl_g->choice_stream_opus_bandwidth->value(cfg.opus_codec_stream.bandwidth); + + fl_g->choice_rec_opus_bitrate_mode->value(cfg.opus_codec_rec.bitrate_mode); + fl_g->choice_rec_opus_quality->value(cfg.opus_codec_rec.quality); + fl_g->choice_rec_opus_audio_type->value(cfg.opus_codec_rec.audio_type); + fl_g->choice_rec_opus_bandwidth->value(cfg.opus_codec_rec.bandwidth); + + // fill aac codec settings section + fl_g->choice_stream_aac_bitrate_mode->value(cfg.aac_codec_stream.bitrate_mode); + fl_g->choice_stream_aac_afterburner->value(cfg.aac_codec_stream.afterburner); + fl_g->choice_stream_aac_profile->value(cfg.aac_codec_stream.profile); + + fl_g->choice_rec_aac_bitrate_mode->value(cfg.aac_codec_rec.bitrate_mode); + fl_g->choice_rec_aac_afterburner->value(cfg.aac_codec_rec.afterburner); + fl_g->choice_rec_aac_profile->value(cfg.aac_codec_rec.profile); + + // fill flac codec settings section + switch (cfg.flac_codec_stream.bit_depth) { + case 16: + fl_g->radio_stream_flac_bit_depth_16->setonly(); + break; + case 24: + fl_g->radio_stream_flac_bit_depth_24->setonly(); + break; + default: + fl_g->radio_stream_flac_bit_depth_16->setonly(); + break; + } + + switch (cfg.flac_codec_rec.bit_depth) { + case 16: + fl_g->radio_rec_flac_bit_depth_16->setonly(); + break; + case 24: + fl_g->radio_rec_flac_bit_depth_24->setonly(); + break; + default: + fl_g->radio_rec_flac_bit_depth_16->setonly(); + break; + } + +#if __LITTLE_ENDIAN__ != 1 and __BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__ +#warning("24 bit wav recording has been disabled because it has not been tested on a big endian machine yet") + fl_g->radio_rec_wav_bit_depth_24->hide(); +#endif + + // fill wav codec settings section + switch (cfg.wav_codec_rec.bit_depth) { + case 16: + fl_g->radio_rec_wav_bit_depth_16->setonly(); + break; + case 24: + fl_g->radio_rec_wav_bit_depth_24->setonly(); + break; + case 32: + fl_g->radio_rec_wav_bit_depth_32->setonly(); + break; + default: + fl_g->radio_rec_wav_bit_depth_16->setonly(); + break; + } + + // Fill MIDI section + populate_midi_dev_list(); + fl_g->browser_midi_command->clear(); + fl_g->browser_midi_command->add(_("Start/Stop broadcasting")); + fl_g->browser_midi_command->add(_("Start/Stop recording")); + fl_g->browser_midi_command->add(_("Master Gain")); + fl_g->browser_midi_command->add(_("Streaming Gain")); + fl_g->browser_midi_command->add(_("Recording Gain")); + fl_g->browser_midi_command->add(_("Primary Device Gain")); + fl_g->browser_midi_command->add(_("Secondary Device Gain")); + fl_g->browser_midi_command->add(_("Cross fader")); + fl_g->browser_midi_command->add(_("Mute/Unmute Primary Device")); + fl_g->browser_midi_command->add(_("Mute/Unmute Secondary Device")); + fl_g->browser_midi_command->add(_("Start broadcasting")); + fl_g->browser_midi_command->add(_("Stop broadcasting")); + fl_g->browser_midi_command->add(_("Start recording")); + fl_g->browser_midi_command->add(_("Stop recording")); + fl_g->browser_midi_command->select(1); // Select first line (Yes, the line counter starts with 1) + fl_g->check_midi_command_enable->value(cfg.midi.commands[0].enabled); + fl_g->choice_midi_channel->value(cfg.midi.commands[0].channel); + fl_g->input_midi_msg_num->value(cfg.midi.commands[0].msg_num); + fl_g->choice_midi_cc_mode->value(cfg.midi.commands[0].mode); + fl_g->check_midi_soft_takeover->value(cfg.midi.commands[0].soft_takeover); + + // Disable CC mode and soft takeover for first command (Start/Stop broadcasting) + fl_g->choice_midi_cc_mode->deactivate(); + fl_g->check_midi_soft_takeover->deactivate(); +} + +void read_eq_slider_values(void) +{ + cfg.dsp.eq_gain[0] = fl_g->equalizerSlider1->value(); + cfg.dsp.eq_gain[1] = fl_g->equalizerSlider2->value(); + cfg.dsp.eq_gain[2] = fl_g->equalizerSlider3->value(); + cfg.dsp.eq_gain[3] = fl_g->equalizerSlider4->value(); + cfg.dsp.eq_gain[4] = fl_g->equalizerSlider5->value(); + cfg.dsp.eq_gain[5] = fl_g->equalizerSlider6->value(); + cfg.dsp.eq_gain[6] = fl_g->equalizerSlider7->value(); + cfg.dsp.eq_gain[7] = fl_g->equalizerSlider8->value(); + cfg.dsp.eq_gain[8] = fl_g->equalizerSlider9->value(); + cfg.dsp.eq_gain[9] = fl_g->equalizerSlider10->value(); +} + +// Updates the samplerate drop down menu for the audio +// device the user has selected +void update_samplerates_list(void) +{ + int i; + int *sr_list; + char sr_asc[10]; + + fl_g->choice_cfg_samplerate->clear(); + fl_g->choice_cfg_samplerate->textsize(14); + + sr_list = cfg.audio.pcm_list[cfg.audio.dev_num]->sr_list; + + for (i = 0; sr_list[i] != 0; i++) { + snprintf(sr_asc, sizeof(sr_asc), "%dHz", sr_list[i]); + fl_g->choice_cfg_samplerate->add(sr_asc); + + if (cfg.audio.samplerate == sr_list[i]) { + fl_g->choice_cfg_samplerate->value(i); + } + } + if (i == 0) { + fl_g->choice_cfg_samplerate->add(_("dev. not supported")); + fl_g->choice_cfg_samplerate->value(0); + } +} + +void update_channel_lists(void) +{ + int i; + char ch_num_txt[16]; + + int dev_num = cfg.audio.dev_num; + int num_of_channels = cfg.audio.pcm_list[dev_num]->num_of_channels; + + fl_g->choice_cfg_left_channel->clear(); + fl_g->choice_cfg_left_channel->redraw(); + fl_g->choice_cfg_left_channel->textsize(14); + fl_g->choice_cfg_right_channel->clear(); + fl_g->choice_cfg_right_channel->redraw(); + fl_g->choice_cfg_right_channel->textsize(14); + + for (i = 1; i <= num_of_channels; i++) { + snprintf(ch_num_txt, sizeof(ch_num_txt), "%d", i); + fl_g->choice_cfg_left_channel->add(ch_num_txt); + fl_g->choice_cfg_right_channel->add(ch_num_txt); + } + + fl_g->choice_cfg_left_channel->value(cfg.audio.left_ch - 1); + fl_g->choice_cfg_right_channel->value(cfg.audio.right_ch - 1); + + fl_g->choice_cfg_left_channel2->clear(); + fl_g->choice_cfg_left_channel2->redraw(); + fl_g->choice_cfg_left_channel->textsize(14); + fl_g->choice_cfg_right_channel2->clear(); + fl_g->choice_cfg_right_channel2->redraw(); + fl_g->choice_cfg_right_channel->textsize(14); + + if (cfg.audio.dev2_num >= 0) { + dev_num = cfg.audio.dev2_num; + num_of_channels = cfg.audio.pcm_list[dev_num]->num_of_channels; + + for (i = 1; i <= num_of_channels; i++) { + snprintf(ch_num_txt, sizeof(ch_num_txt), "%d", i); + fl_g->choice_cfg_left_channel2->add(ch_num_txt); + fl_g->choice_cfg_right_channel2->add(ch_num_txt); + } + fl_g->choice_cfg_left_channel2->value(cfg.audio.left_ch2 - 1); + fl_g->choice_cfg_right_channel2->value(cfg.audio.right_ch2 - 1); + } +} + +void write_log(const char *message, const char *path) +{ + int len; + FILE *log_fd; + char logtimestamp[32]; + char *infotxt; + time_t current_time; + struct tm *current_localtime; + + /* if ((cfg.main.log_file != NULL) && (strlen(cfg.main.log_file) > 0)) { + log_fd = fl_fopen(cfg.main.log_file, "ab"); + if (log_fd != NULL) { + fprintf(log_fd, "%s", message); + fclose(log_fd); + } + } + */ + + const char *log_file = path != NULL ? path : cfg.main.log_file; + + pthread_mutex_lock(&write_log_mutex); + + if ((log_file != NULL) && (strlen(log_file) > 0)) { + current_time = time(NULL); + current_localtime = localtime(¤t_time); + infotxt = strdup(message); + log_fd = fl_fopen(log_file, "ab"); + if (log_fd != NULL) { + strftime(logtimestamp, sizeof(logtimestamp), "%Y-%m-%d %H:%M:%S", current_localtime); + if (strchr(infotxt, ':')) { + strrpl(&infotxt, (char *)"\n", (char *)", ", MODE_ALL); + } + else { + strrpl(&infotxt, (char *)"\n", (char *)" ", MODE_ALL); + } + + strrpl(&infotxt, (char *)":,", (char *)": ", MODE_ALL); + strrpl(&infotxt, (char *)"\t", (char *)"", MODE_ALL); + + len = int(strlen(infotxt)) - 1; + + if (len > 0) { + // remove trailing commas and spaces + while (infotxt[len] == ',' || infotxt[len] == ' ') { + infotxt[len--] = '\0'; + if (len < 0) { + break; + } + } + + fprintf(log_fd, "%s %s\n", logtimestamp, infotxt); + } + fclose(log_fd); + } + free(infotxt); + } + + pthread_mutex_unlock(&write_log_mutex); +} + +void print_info(const char *info, int info_type) +{ + char timebuf[16]; + + time_t current_time; + struct tm *current_localtime; + static struct tm previous_localtime; + + current_time = time(NULL); + current_localtime = localtime(¤t_time); + + Fl::lock(); + + if ((previous_localtime.tm_min != current_localtime->tm_min) || (previous_localtime.tm_hour != current_localtime->tm_hour)) { + previous_localtime.tm_min = current_localtime->tm_min; + previous_localtime.tm_hour = current_localtime->tm_hour; + strftime(timebuf, sizeof(timebuf), "\n%H:%M:", current_localtime); + fl_g->info_buffer->append(timebuf); + } + + fl_g->info_buffer->append((const char *)"\n"); + fl_g->info_buffer->append((const char *)info); + + // always scroll to the last line + fl_g->info_output->scroll(fl_g->info_buffer->count_lines(0, // count the lines from char 0 to the last character + fl_g->info_buffer->length()), // returns the number of characters in the buffer + 0); + + Fl::unlock(); + + // log to log_file if defined + /* if ((cfg.main.log_file != NULL) && (strlen(cfg.main.log_file) > 0)) { + log_fd = fl_fopen(cfg.main.log_file, "ab"); + if (log_fd != NULL) { + strftime(logtimestamp, sizeof(logtimestamp), "%Y-%m-%d %H:%M:%S", current_localtime); + if (strchr(infotxt, ':')) { + strrpl(&infotxt, (char *)"\n", (char *)", ", MODE_ALL); + } + else { + strrpl(&infotxt, (char *)"\n", (char *)" ", MODE_ALL); + } + + strrpl(&infotxt, (char *)":,", (char *)": ", MODE_ALL); + strrpl(&infotxt, (char *)"\t", (char *)"", MODE_ALL); + + len = int(strlen(infotxt)) - 1; + + if (len > 0) { + // remove trailing commas and spaces + while (infotxt[len] == ',' || infotxt[len] == ' ') { + infotxt[len--] = '\0'; + if (len < 0) { + break; + } + } + + fprintf(log_fd, "%s %s\n", logtimestamp, infotxt); + } + fclose(log_fd); + } + }*/ + + write_log(info); +} + +void print_lcd(const char *text, int len, int home, int clear) +{ + if (!strcmp(text, _("idle"))) { + fl_g->sponsor_logo->show(); + } + else { + fl_g->sponsor_logo->hide(); + } + + if (clear) { + fl_g->lcd->clear(); + } + + fl_g->lcd->print((const uchar *)text, len); + + if (home) { + fl_g->lcd->cursor_pos(0); + } +} + +int eval_record_path(int use_previous_index) +{ + int ret; + int has_index_var = 0; + char *expanded_rec_folder; + char *expanded_filename; + char i_str[12]; + static uint32_t previous_index = 0; + + expanded_rec_folder = (char *)malloc(PATH_MAX * sizeof(char)); + + // Check and replace placeholders in record folder + + // expand environment vars like ~, $HOME and %LOCALAPPDATA% + fl_filename_expand(expanded_rec_folder, PATH_MAX, cfg.rec.folder); + + // Using %i in record folder is not allowed + strrpl(&expanded_rec_folder, (char *)"%i", (char *)"", MODE_ALL); + + // expand fmt variables like record_folder_%d_%m_%y to record_folder_05_11_2014 + ret = expand_string(&expanded_rec_folder); + if (ret == 0) { + fl_alert(_("Could not create recording folder:\n%s\nPlease make sure the folder contains only valid format specifiers."), cfg.rec.folder); + free(expanded_rec_folder); + return 1; + } + + // Replace %N with current server name if available + if (cfg.main.num_of_srv > 0) { + strrpl(&expanded_rec_folder, (char *)"%N", cfg.srv[cfg.selected_srv]->name, MODE_ALL); + } + else { + strrpl(&expanded_rec_folder, (char *)"%N", (char *)"", MODE_ALL); + } + + // Create recording directory if it does not exist yet + if (util_mkpath(expanded_rec_folder) != 0) { + fl_alert(_("Could not create recording folder %s\n"), expanded_rec_folder); + free(expanded_rec_folder); + return 1; + } + + // Check and replace placeholders in record file name + expanded_filename = strdup(cfg.rec.filename); + ret = expand_string(&expanded_filename); + if (ret == 0) { + fl_alert(_("Could not create recording file:\n%s\nPlease make sure the filename contains only valid format specifiers."), cfg.rec.filename); + free(expanded_filename); + free(expanded_rec_folder); + return 1; + } + + // Replace %N with current server name if available + if (cfg.main.num_of_srv > 0) { + strrpl(&expanded_filename, (char *)"%N", cfg.srv[cfg.selected_srv]->name, MODE_ALL); + } + else { + strrpl(&expanded_filename, (char *)"%N", (char *)"", MODE_ALL); + } + + // check if there is an index variable in the filename + if (strstr(cfg.rec.filename, "%i")) { + has_index_var = 1; + } + + cfg.rec.path = (char *)realloc(cfg.rec.path, (strlen(expanded_rec_folder) + strlen(expanded_filename) + 1) * sizeof(char)); + + strcpy(cfg.rec.path, expanded_rec_folder); + strcat(cfg.rec.path, expanded_filename); + + if (use_previous_index == 1) { + snprintf(i_str, sizeof(i_str), "%d", previous_index); + strrpl(&cfg.rec.path, (char *)"%i", i_str, MODE_ALL); + } + else { + strrpl(&cfg.rec.path, (char *)"%i", (char *)"1", MODE_ALL); + previous_index = 1; + + if (fl_access(cfg.rec.path, F_OK) == 0) { + if (has_index_var == 1) { + for (uint32_t i = 2; /*inf*/; i++) { + strcpy(cfg.rec.path, expanded_rec_folder); + strcat(cfg.rec.path, expanded_filename); + snprintf(i_str, sizeof(i_str), "%d", i); + strrpl(&cfg.rec.path, (char *)"%i", i_str, MODE_ALL); + + if (fl_access(cfg.rec.path, F_OK) < 0) { + previous_index = i; + break; + } + + if (i == 0xFFFFFFFF) { // 2^32-1 + fl_alert(_("Could not find a valid filename")); + free(expanded_filename); + free(expanded_rec_folder); + return 1; + } + } + } + } + } + + free(expanded_filename); + free(expanded_rec_folder); + + return 0; +} + +int expand_string(char **str) +{ + int str_len; + char expanded_str[1024]; + struct tm *date; + const time_t t = time(NULL); + + // The %i (index number) place holder must be replaced with %%i + // Otherwise strftime will replace %i with i and the index number will loose its function + strrpl(str, (char *)"%i", (char *)"%%i", MODE_ALL); + + // Above statement applies also to %N + strrpl(str, (char *)"%N", (char *)"%%N", MODE_ALL); + + // %c, %x, %X specifiers are not allowed because they return illegal characters for file names + // Therefore we make sure that strftime will ignore them + strrpl(str, (char *)"%c", (char *)"%%c", MODE_ALL); + strrpl(str, (char *)"%x", (char *)"%%x", MODE_ALL); + strrpl(str, (char *)"%X", (char *)"%%X", MODE_ALL); + + date = localtime(&t); + strftime(expanded_str, sizeof(expanded_str) - 1, *str, date); + + str_len = strlen(expanded_str); + *str = (char *)realloc(*str, str_len + 1); + strncpy(*str, expanded_str, str_len + 1); + return str_len; +} + +void test_file_extension(void) +{ + char *current_ext; + + current_ext = util_get_file_extension(cfg.rec.filename); + + // Append extension + if (current_ext == NULL) { + cfg.rec.filename = (char *)realloc(cfg.rec.filename, strlen(cfg.rec.filename) + strlen(cfg.rec.codec) + 2); + strcat(cfg.rec.filename, "."); + strcat(cfg.rec.filename, cfg.rec.codec); + fl_g->input_rec_filename->value(cfg.rec.filename); + } + // Replace extension + else if (strcmp(current_ext, cfg.rec.codec)) { + strrpl(&cfg.rec.filename, current_ext, cfg.rec.codec, MODE_LAST); + fl_g->input_rec_filename->value(cfg.rec.filename); + } +} + +void update_codec_samplerates(void) +{ + lame_stream.samplerate_in = cfg.audio.samplerate; + lame_rec.samplerate_in = cfg.audio.samplerate; + lame_enc_reinit(&lame_stream); + lame_enc_reinit(&lame_rec); + + vorbis_stream.samplerate = cfg.audio.samplerate; + vorbis_rec.samplerate = cfg.audio.samplerate; + vorbis_enc_reinit(&vorbis_stream); + vorbis_enc_reinit(&vorbis_rec); + + opus_stream.samplerate = cfg.audio.samplerate; + opus_rec.samplerate = cfg.audio.samplerate; + opus_enc_reinit(&opus_stream); + opus_enc_reinit(&opus_rec); + +#ifdef HAVE_LIBFDK_AAC + if (g_aac_lib_available == 1) { + aac_stream.samplerate = cfg.audio.samplerate; + aac_rec.samplerate = cfg.audio.samplerate; + aac_enc_reinit(&aac_stream); + aac_enc_reinit(&aac_rec); + } +#endif + + flac_stream.samplerate = cfg.audio.samplerate; + flac_rec.samplerate = cfg.audio.samplerate; + flac_enc_reinit(&flac_stream); + flac_enc_reinit(&flac_rec); +} + +void init_main_gui_and_audio(void) +{ + int sx, sy, sw, sh; + int butt_x, butt_y, butt_w, butt_h; + int current_screen; + + butt_w = fl_g->window_main->w(); + butt_h = fl_g->window_main->h(); + + Fl::screen_xywh(sx, sy, sw, sh); + current_screen = Fl::screen_num(sx, sy); + + // Make sure butt is opened at screen center on first start + if (cfg.gui.x_pos == -1 && cfg.gui.y_pos == -1) { + Fl::screen_xywh(sx, sy, sw, sh, current_screen); + cfg.gui.x_pos = sx + sw / 2 - butt_w / 2; + cfg.gui.y_pos = sy + sh / 2 - butt_h / 2; + } + + if (cfg.gui.remember_pos) { + butt_x = cfg.gui.x_pos; + butt_y = cfg.gui.y_pos; + + int is_visible = 0; + for (int i = 0; i < Fl::screen_count(); i++) { + Fl::screen_xywh(sx, sy, sw, sh, i); + if ((butt_x >= sx - butt_w + 50) && (butt_x + 50 < (sx + sw)) && (butt_y >= sy - butt_h + 50) && (butt_y + 50 < (sy + sh))) { + is_visible = 1; + } + } + + // Move butt window to the saved position only if at least 50 pixel of butt are visible on the screen + if (is_visible) { + fl_g->window_main->position(cfg.gui.x_pos, cfg.gui.y_pos); + } + + if (cfg.gui.window_height > 213) { + fl_g->window_main->resize(fl_g->window_main->x(), fl_g->window_main->y(), fl_g->window_main->w(), cfg.gui.window_height); + } + + // if( (butt_x+butt_w > 50) && (butt_x+50 < total_screen_width) && (butt_y+butt_h > 50) && (butt_y+50 < total_screen_height) ) + } + else { // Open at screen center if cfg.gui.remember_pos == 0 + Fl::screen_xywh(sx, sy, sw, sh, current_screen); + fl_g->window_main->position(sx + sw / 2 - butt_w / 2, sy + sh / 2 - butt_h / 2); + } + + fl_g->slider_gain->value(util_factor_to_db(cfg.main.gain)); + fl_g->slider_gain->do_callback(); + + if (cfg.gui.ontop) { + fl_g->window_main->stay_on_top(1); + } + + fl_g->button_info->label(_("Hide log")); + if (cfg.gui.hide_log_window) { + button_info_cb(); + } + + lame_stream.channel = cfg.audio.channel; + lame_stream.bitrate = cfg.audio.bitrate; + lame_stream.samplerate_in = cfg.audio.samplerate; + lame_stream.enc_quality = cfg.mp3_codec_stream.enc_quality; + lame_stream.stereo_mode = cfg.mp3_codec_stream.stereo_mode; + lame_stream.bitrate_mode = cfg.mp3_codec_stream.bitrate_mode; + lame_stream.vbr_quality = cfg.mp3_codec_stream.vbr_quality; + lame_stream.vbr_min_bitrate = cfg.mp3_codec_stream.vbr_min_bitrate; + lame_stream.vbr_max_bitrate = cfg.mp3_codec_stream.vbr_max_bitrate; + lame_stream.vbr_force_min_bitrate = cfg.mp3_codec_stream.vbr_force_min_bitrate; + lame_stream.lowpass_freq = cfg.mp3_codec_stream.lowpass_freq * cfg.mp3_codec_stream.lowpass_freq_active; + lame_stream.lowpass_width = cfg.mp3_codec_stream.lowpass_width * cfg.mp3_codec_stream.lowpass_width_active; + lame_stream.highpass_freq = cfg.mp3_codec_stream.highpass_freq * cfg.mp3_codec_stream.highpass_freq_active; + lame_stream.highpass_width = cfg.mp3_codec_stream.highpass_width * cfg.mp3_codec_stream.highpass_freq_active; + lame_stream.samplerate_out = cfg.mp3_codec_stream.resampling_freq > 0 ? cfg.mp3_codec_stream.resampling_freq : lame_stream.samplerate_in; + lame_enc_reinit(&lame_stream); + + lame_rec.channel = cfg.audio.channel; + lame_rec.bitrate = cfg.rec.bitrate; + lame_rec.samplerate_in = cfg.audio.samplerate; + lame_rec.enc_quality = cfg.mp3_codec_rec.enc_quality; + lame_rec.stereo_mode = cfg.mp3_codec_rec.stereo_mode; + lame_rec.bitrate_mode = cfg.mp3_codec_rec.bitrate_mode; + lame_rec.vbr_quality = cfg.mp3_codec_rec.vbr_quality; + lame_rec.vbr_min_bitrate = cfg.mp3_codec_rec.vbr_min_bitrate; + lame_rec.vbr_max_bitrate = cfg.mp3_codec_rec.vbr_max_bitrate; + lame_rec.vbr_force_min_bitrate = cfg.mp3_codec_rec.vbr_force_min_bitrate; + lame_rec.lowpass_freq = cfg.mp3_codec_rec.lowpass_freq * cfg.mp3_codec_rec.lowpass_freq_active; + lame_rec.lowpass_width = cfg.mp3_codec_rec.lowpass_width * cfg.mp3_codec_rec.lowpass_width_active; + lame_rec.highpass_freq = cfg.mp3_codec_rec.highpass_freq * cfg.mp3_codec_rec.highpass_freq_active; + lame_rec.highpass_width = cfg.mp3_codec_rec.highpass_width * cfg.mp3_codec_rec.highpass_freq_active; + lame_rec.samplerate_out = cfg.mp3_codec_rec.resampling_freq > 0 ? cfg.mp3_codec_rec.resampling_freq : lame_rec.samplerate_in; + lame_enc_reinit(&lame_rec); + + vorbis_stream.channel = cfg.audio.channel; + vorbis_stream.bitrate = cfg.audio.bitrate; + vorbis_stream.samplerate = cfg.audio.samplerate; + vorbis_stream.bitrate_mode = cfg.vorbis_codec_stream.bitrate_mode; + vorbis_stream.vbr_quality = 1 - (cfg.vorbis_codec_stream.vbr_quality * 0.1); + vorbis_stream.vbr_min_bitrate = cfg.vorbis_codec_stream.vbr_min_bitrate; + vorbis_stream.vbr_max_bitrate = cfg.vorbis_codec_stream.vbr_max_bitrate; + vorbis_enc_reinit(&vorbis_stream); + + vorbis_rec.channel = cfg.audio.channel; + vorbis_rec.bitrate = cfg.rec.bitrate; + vorbis_rec.samplerate = cfg.audio.samplerate; + vorbis_rec.bitrate_mode = cfg.vorbis_codec_rec.bitrate_mode; + vorbis_rec.vbr_quality = 1 - (cfg.vorbis_codec_rec.vbr_quality * 0.1); + vorbis_rec.vbr_min_bitrate = cfg.vorbis_codec_rec.vbr_min_bitrate; + vorbis_rec.vbr_max_bitrate = cfg.vorbis_codec_rec.vbr_max_bitrate; + vorbis_enc_reinit(&vorbis_rec); + + opus_stream.channel = cfg.audio.channel; + opus_stream.bitrate = cfg.audio.bitrate * 1000; + opus_stream.samplerate = cfg.audio.samplerate; + opus_stream.bitrate_mode = cfg.opus_codec_stream.bitrate_mode; + opus_stream.audio_type = cfg.opus_codec_stream.audio_type; + opus_stream.quality = cfg.opus_codec_stream.quality; + opus_stream.bandwidth = cfg.opus_codec_stream.bandwidth; + opus_enc_alloc(&opus_stream); + opus_enc_init(&opus_stream); + + opus_rec.channel = cfg.audio.channel; + opus_rec.bitrate = cfg.rec.bitrate * 1000; + opus_rec.samplerate = cfg.audio.samplerate; + opus_rec.bitrate_mode = cfg.opus_codec_rec.bitrate_mode; + opus_rec.audio_type = cfg.opus_codec_rec.audio_type; + opus_rec.quality = cfg.opus_codec_rec.quality; + opus_rec.bandwidth = cfg.opus_codec_rec.bandwidth; + opus_enc_alloc(&opus_rec); + opus_enc_init(&opus_rec); + +#ifdef HAVE_LIBFDK_AAC + if (g_aac_lib_available == 1) { + aac_stream.channel = cfg.audio.channel; + aac_stream.bitrate = cfg.audio.bitrate; + aac_stream.samplerate = cfg.audio.samplerate; + aac_stream.bitrate_mode = cfg.aac_codec_stream.bitrate_mode; + aac_stream.profile = cfg.aac_codec_stream.profile; + aac_stream.afterburner = cfg.aac_codec_stream.afterburner == 0 ? 1 : 0; + aac_enc_reinit(&aac_stream); + + aac_rec.channel = cfg.audio.channel; + aac_rec.bitrate = cfg.rec.bitrate; + aac_rec.samplerate = cfg.audio.samplerate; + aac_rec.bitrate_mode = cfg.aac_codec_rec.bitrate_mode; + aac_rec.profile = cfg.aac_codec_rec.profile; + aac_rec.afterburner = cfg.aac_codec_rec.afterburner == 0 ? 1 : 0; + aac_enc_reinit(&aac_rec); + } +#endif + + flac_stream.channel = cfg.audio.channel; + flac_stream.samplerate = cfg.audio.samplerate; + flac_stream.enc_type = FLAC_ENC_TYPE_STREAM; + flac_stream.bit_depth = cfg.flac_codec_stream.bit_depth; + flac_enc_reinit(&flac_stream); + + flac_rec.channel = cfg.audio.channel; + flac_rec.samplerate = cfg.audio.samplerate; + flac_rec.enc_type = FLAC_ENC_TYPE_REC; + flac_rec.bit_depth = cfg.flac_codec_rec.bit_depth; + flac_enc_reinit(&flac_rec); +} + +char *ask_user_msg = NULL; +char *ask_user_hash = NULL; +int ask_user_has_clicked = 0; +int ask_user_answer = 0; + +void ask_user_reset(void) +{ + if (ask_user_msg != NULL) { + free(ask_user_msg); + ask_user_msg = NULL; + } + if (ask_user_hash != NULL) { + free(ask_user_hash); + ask_user_hash = NULL; + } + ask_user_has_clicked = 0; +} + +int ask_user_get_has_clicked(void) +{ + return ask_user_has_clicked; +} + +int ask_user_get_answer(void) +{ + return ask_user_answer; +} + +void ask_user_set_msg(char *msg) +{ + int len = strlen(msg); + ask_user_msg = (char *)calloc(len + 1, sizeof(char)); + strncpy(ask_user_msg, msg, len); +} + +void ask_user_set_hash(char *hash) +{ + int len = strlen(hash); + ask_user_hash = (char *)calloc(len + 1, sizeof(char)); + strncpy(ask_user_hash, hash, len); +} + +void ask_user_ask(void) +{ + if (fl_choice("%s", _("TRUST"), _("No"), NULL, ask_user_msg) == 1) { // No + ask_user_answer = IC_ABORT; + } + else { // TRUST + int len = strlen(ask_user_hash); + cfg.srv[cfg.selected_srv]->cert_hash = (char *)realloc(cfg.srv[cfg.selected_srv]->cert_hash, len + 1); + + memset(cfg.srv[cfg.selected_srv]->cert_hash, 0, len + 1); + strncpy(cfg.srv[cfg.selected_srv]->cert_hash, ask_user_hash, len); + ask_user_answer = IC_RETRY; + } + + ask_user_has_clicked = 1; +} + +void activate_stream_ui_elements(void) +{ + if (!recording) { + fl_g->choice_cfg_channel->activate(); + fl_g->choice_cfg_dev->activate(); + fl_g->choice_cfg_dev2->activate(); + fl_g->choice_cfg_samplerate->activate(); + fl_g->button_cfg_rescan_devices->activate(); + fl_g->button_cfg_import->activate(); + } + + fl_g->choice_cfg_codec->activate(); + fl_g->choice_cfg_bitrate->activate(); + + fl_g->choice_stream_mp3_enc_quality->activate(); + fl_g->choice_stream_mp3_stereo_mode->activate(); + fl_g->choice_stream_mp3_vbr_quality->activate(); + fl_g->choice_stream_mp3_bitrate_mode->activate(); + fl_g->choice_stream_mp3_vbr_min_bitrate->activate(); + fl_g->choice_stream_mp3_vbr_max_bitrate->activate(); + fl_g->check_stream_mp3_force_min_bitrate->activate(); + fl_g->choice_stream_mp3_resampling_freq->activate(); + fl_g->check_stream_mp3_activate_lowpass_freq->activate(); + fl_g->check_stream_mp3_activate_lowpass_width->activate(); + fl_g->check_stream_mp3_activate_highpass_freq->activate(); + fl_g->check_stream_mp3_activate_highpass_width->activate(); + + if (cfg.mp3_codec_stream.lowpass_freq_active == 1) { + fl_g->input_stream_mp3_lowpass_freq->activate(); + } + if (cfg.mp3_codec_stream.lowpass_width_active == 1) { + fl_g->input_stream_mp3_lowpass_width->activate(); + } + if (cfg.mp3_codec_stream.highpass_freq_active == 1) { + fl_g->input_stream_mp3_highpass_freq->activate(); + } + if (cfg.mp3_codec_stream.highpass_width_active == 1) { + fl_g->input_stream_mp3_highpass_width->activate(); + } + + fl_g->choice_stream_vorbis_vbr_quality->activate(); + fl_g->choice_stream_vorbis_bitrate_mode->activate(); + fl_g->choice_stream_vorbis_vbr_min_bitrate->activate(); + fl_g->choice_stream_vorbis_vbr_max_bitrate->activate(); + + fl_g->choice_stream_opus_quality->activate(); + fl_g->choice_stream_opus_audio_type->activate(); + fl_g->choice_stream_opus_bandwidth->activate(); + fl_g->choice_stream_opus_bitrate_mode->activate(); + + fl_g->choice_stream_aac_profile->activate(); + fl_g->choice_stream_aac_afterburner->activate(); + fl_g->choice_stream_aac_bitrate_mode->activate(); + + fl_g->radio_stream_flac_bit_depth_16->activate(); + fl_g->radio_stream_flac_bit_depth_24->activate(); +} + +void deactivate_stream_ui_elements(void) +{ + fl_g->choice_cfg_bitrate->deactivate(); + fl_g->choice_cfg_samplerate->deactivate(); + fl_g->choice_cfg_channel->deactivate(); + fl_g->choice_cfg_samplerate->deactivate(); + + fl_g->choice_cfg_dev->deactivate(); + fl_g->choice_cfg_dev2->deactivate(); + fl_g->button_cfg_rescan_devices->deactivate(); + fl_g->choice_cfg_codec->deactivate(); + + fl_g->choice_stream_mp3_enc_quality->deactivate(); + fl_g->choice_stream_mp3_stereo_mode->deactivate(); + fl_g->choice_stream_mp3_vbr_quality->deactivate(); + fl_g->choice_stream_mp3_bitrate_mode->deactivate(); + fl_g->choice_stream_mp3_vbr_min_bitrate->deactivate(); + fl_g->choice_stream_mp3_vbr_max_bitrate->deactivate(); + fl_g->check_stream_mp3_force_min_bitrate->deactivate(); + fl_g->choice_stream_mp3_resampling_freq->deactivate(); + fl_g->check_stream_mp3_activate_lowpass_freq->deactivate(); + fl_g->check_stream_mp3_activate_lowpass_width->deactivate(); + fl_g->check_stream_mp3_activate_highpass_freq->deactivate(); + fl_g->check_stream_mp3_activate_highpass_width->deactivate(); + fl_g->input_stream_mp3_lowpass_freq->deactivate(); + fl_g->input_stream_mp3_lowpass_width->deactivate(); + fl_g->input_stream_mp3_highpass_freq->deactivate(); + fl_g->input_stream_mp3_highpass_width->deactivate(); + + fl_g->choice_stream_vorbis_vbr_quality->deactivate(); + fl_g->choice_stream_vorbis_bitrate_mode->deactivate(); + fl_g->choice_stream_vorbis_vbr_min_bitrate->deactivate(); + fl_g->choice_stream_vorbis_vbr_max_bitrate->deactivate(); + + fl_g->choice_stream_opus_quality->deactivate(); + fl_g->choice_stream_opus_audio_type->deactivate(); + fl_g->choice_stream_opus_bandwidth->deactivate(); + fl_g->choice_stream_opus_bitrate_mode->deactivate(); + + fl_g->choice_stream_aac_profile->deactivate(); + fl_g->choice_stream_aac_afterburner->deactivate(); + fl_g->choice_stream_aac_bitrate_mode->deactivate(); + + fl_g->radio_stream_flac_bit_depth_16->deactivate(); + fl_g->radio_stream_flac_bit_depth_24->deactivate(); + + fl_g->button_cfg_import->deactivate(); +} + +void activate_rec_ui_elements(void) +{ + if (!connected) { + fl_g->choice_cfg_channel->activate(); + fl_g->choice_cfg_dev->activate(); + fl_g->choice_cfg_dev2->activate(); + fl_g->choice_cfg_samplerate->activate(); + fl_g->button_cfg_rescan_devices->activate(); + fl_g->button_cfg_import->activate(); + } + + fl_g->choice_rec_codec->activate(); + fl_g->choice_rec_bitrate->activate(); + + fl_g->choice_rec_mp3_enc_quality->activate(); + fl_g->choice_rec_mp3_stereo_mode->activate(); + fl_g->choice_rec_mp3_vbr_quality->activate(); + fl_g->choice_rec_mp3_bitrate_mode->activate(); + fl_g->choice_rec_mp3_vbr_min_bitrate->activate(); + fl_g->choice_rec_mp3_vbr_max_bitrate->activate(); + fl_g->check_rec_mp3_force_min_bitrate->activate(); + fl_g->choice_rec_mp3_resampling_freq->activate(); + fl_g->check_rec_mp3_activate_lowpass_freq->activate(); + fl_g->check_rec_mp3_activate_lowpass_width->activate(); + fl_g->check_rec_mp3_activate_highpass_freq->activate(); + fl_g->check_rec_mp3_activate_highpass_width->activate(); + + if (cfg.mp3_codec_rec.lowpass_freq_active == 1) { + fl_g->input_rec_mp3_lowpass_freq->activate(); + } + if (cfg.mp3_codec_rec.lowpass_width_active == 1) { + fl_g->input_rec_mp3_lowpass_width->activate(); + } + if (cfg.mp3_codec_rec.highpass_freq_active == 1) { + fl_g->input_rec_mp3_highpass_freq->activate(); + } + if (cfg.mp3_codec_rec.highpass_width_active == 1) { + fl_g->input_rec_mp3_highpass_width->activate(); + } + + fl_g->choice_rec_vorbis_vbr_quality->activate(); + fl_g->choice_rec_vorbis_bitrate_mode->activate(); + fl_g->choice_rec_vorbis_vbr_min_bitrate->activate(); + fl_g->choice_rec_vorbis_vbr_max_bitrate->activate(); + + fl_g->choice_rec_opus_quality->activate(); + fl_g->choice_rec_opus_audio_type->activate(); + fl_g->choice_rec_opus_bandwidth->activate(); + fl_g->choice_rec_opus_bitrate_mode->activate(); + + fl_g->choice_rec_aac_profile->activate(); + fl_g->choice_rec_aac_afterburner->activate(); + fl_g->choice_rec_aac_bitrate_mode->activate(); + + fl_g->radio_rec_flac_bit_depth_16->activate(); + fl_g->radio_rec_flac_bit_depth_24->activate(); + + fl_g->radio_rec_wav_bit_depth_16->activate(); + fl_g->radio_rec_wav_bit_depth_24->activate(); + fl_g->radio_rec_wav_bit_depth_32->activate(); +} + +void deactivate_rec_ui_elements(void) +{ + fl_g->choice_rec_codec->deactivate(); + fl_g->choice_rec_bitrate->deactivate(); + fl_g->choice_cfg_channel->deactivate(); + fl_g->choice_cfg_dev->deactivate(); + fl_g->choice_cfg_dev2->deactivate(); + fl_g->choice_cfg_samplerate->deactivate(); + fl_g->button_cfg_rescan_devices->deactivate(); + + fl_g->choice_rec_mp3_enc_quality->deactivate(); + fl_g->choice_rec_mp3_stereo_mode->deactivate(); + fl_g->choice_rec_mp3_vbr_quality->deactivate(); + fl_g->choice_rec_mp3_bitrate_mode->deactivate(); + fl_g->choice_rec_mp3_vbr_min_bitrate->deactivate(); + fl_g->choice_rec_mp3_vbr_max_bitrate->deactivate(); + fl_g->check_rec_mp3_force_min_bitrate->deactivate(); + fl_g->choice_rec_mp3_resampling_freq->deactivate(); + fl_g->check_rec_mp3_activate_lowpass_freq->deactivate(); + fl_g->check_rec_mp3_activate_lowpass_width->deactivate(); + fl_g->check_rec_mp3_activate_highpass_freq->deactivate(); + fl_g->check_rec_mp3_activate_highpass_width->deactivate(); + fl_g->input_rec_mp3_lowpass_freq->deactivate(); + fl_g->input_rec_mp3_lowpass_width->deactivate(); + fl_g->input_rec_mp3_highpass_freq->deactivate(); + fl_g->input_rec_mp3_highpass_width->deactivate(); + + fl_g->choice_rec_vorbis_vbr_quality->deactivate(); + fl_g->choice_rec_vorbis_bitrate_mode->deactivate(); + fl_g->choice_rec_vorbis_vbr_min_bitrate->deactivate(); + fl_g->choice_rec_vorbis_vbr_max_bitrate->deactivate(); + + fl_g->choice_rec_opus_quality->deactivate(); + fl_g->choice_rec_opus_audio_type->deactivate(); + fl_g->choice_rec_opus_bandwidth->deactivate(); + fl_g->choice_rec_opus_bitrate_mode->deactivate(); + + fl_g->choice_rec_aac_profile->deactivate(); + fl_g->choice_rec_aac_afterburner->deactivate(); + fl_g->choice_rec_aac_bitrate_mode->deactivate(); + + fl_g->radio_rec_flac_bit_depth_16->deactivate(); + fl_g->radio_rec_flac_bit_depth_24->deactivate(); + + fl_g->radio_rec_wav_bit_depth_16->deactivate(); + fl_g->radio_rec_wav_bit_depth_24->deactivate(); + fl_g->radio_rec_wav_bit_depth_32->deactivate(); + + fl_g->button_cfg_import->deactivate(); +} + +void lang_id_to_str(int lang_id, char **lang_str, int mapping_type) +{ + if (lang_id >= LANG_COUNT) { + lang_id = 0; + } + + if (mapping_type == LANG_MAPPING_NEW) { + *lang_str = (char *)realloc(*lang_str, strlen(lang_array_new[lang_id]) + 1); + snprintf(*lang_str, strlen(lang_array_new[lang_id]) + 1, "%s", lang_array_new[lang_id]); + } + else { // for compatibility with butt configurations <= 0.1.33 + *lang_str = (char *)realloc(*lang_str, strlen(lang_array_old[lang_id]) + 1); + snprintf(*lang_str, strlen(lang_array_old[lang_id]) + 1, "%s", lang_array_old[lang_id]); + } +} + +int lang_str_to_id(char *lang_str) +{ + int lang_id = 0; + + for (int i = 0; i < LANG_COUNT; i++) { + if (strcmp(lang_str, lang_array_new[i]) == 0) { + lang_id = i; + } + } + + return lang_id; +} + +// The following function *_on_main_thread can be called with Fl::awake() from any worker thread +void disconnect_on_main_thread(void *userdata) +{ + bool ask = *(bool *)userdata; + button_disconnect_cb(ask); +} + +void connect_on_main_thread(void *userdata) +{ + button_connect_cb(); +} + +void start_record_on_main_thread(void *userdata) +{ + bool ask = *(bool *)userdata; + button_record_cb(ask); +} + +void stop_record_on_main_thread(void *userdata) +{ + bool ask = *(bool *)userdata; + stop_recording(ask); +} + +void do_callback_on_main_thread(void *userdata) +{ + Fl_Widget *w = (Fl_Widget *)userdata; + w->do_callback(w, (void *)CB_CALLED_BY_MIDI); +} + +void update_slider_from_midi(Fl_Slider *slider, int command_id, int value) +{ + int mode = cfg.midi.commands[command_id].mode; + int soft_takeover = cfg.midi.commands[command_id].soft_takeover; + int &picked_up = cfg.midi.commands[command_id].picked_up; + + double min_internal_val = slider->minimum(); + double max_internal_val = slider->maximum(); + if (min_internal_val > max_internal_val) { + min_internal_val = slider->maximum(); + max_internal_val = slider->minimum(); + } + int new_midi_val = value; + double current_internal_val = slider->value(); + int current_midi_val = (int)(round((current_internal_val - min_internal_val) / (max_internal_val - min_internal_val) * 127)); + double new_internal_val; + int8_t midi_step; + + // Do not change the value if the new value is too far away from the current value to prevent jumping around + if (soft_takeover == 1 && picked_up == 0 && mode == MIDI_MODE_ABSOLUTE && abs(new_midi_val - current_midi_val) > 5) { + return; + } + + if (mode == MIDI_MODE_ABSOLUTE) { + picked_up = 1; + new_internal_val = min_internal_val + new_midi_val * (max_internal_val - min_internal_val) / 127; + slider->value(new_internal_val); + } + else { // mode == MIDI_MODE_RELATIVE + if (mode == MIDI_MODE_RELATIVE_TWOS_COMPLEMENT) { + midi_step = (int8_t)(new_midi_val < 64 ? new_midi_val : new_midi_val | 0x80); // Sign extent + } + else if (mode == MIDI_MODE_RELATIVE_BINARY_OFFSET) { + midi_step = (int8_t)(new_midi_val - 64); + } + else if (mode == MIDI_MODE_RELATIVE_SIGN_MAGNITUDE) { + int sign = (new_midi_val & 0x40) == 0 ? 1 : -1; + midi_step = (int8_t)(sign * (new_midi_val & 0x3F)); + } + else { + print_info("Error: Invalid CC mode selected", 1); + return; + } + + double internal_step = midi_step * (max_internal_val - min_internal_val) / 63; + new_internal_val = current_internal_val + internal_step; + // Clamp to lower/upper limits of the slider + new_internal_val = fmax(fmin(new_internal_val, max_internal_val), min_internal_val); + slider->value(new_internal_val); + + printf("midi_step: %d\n", midi_step); + printf("internal_step: %0.1f\n", internal_step); + printf("new_internal_val: %0.1f\n", new_internal_val); + } + Fl::awake(do_callback_on_main_thread, slider); +} + +int exec_midi_command(int command_id, int msg_type, int value) +{ + /* + printf("command_type: %d\n", command_type); + printf("command_id: %d\n", command_id); + printf("value: %d\n", value); + */ + static bool ask = false; + + Fl::lock(); + switch (command_id) { + case MIDI_CMD_START_STOP_BROADCASTING: + if (msg_type == MIDI_MSG_TYPE_CC) { + if (value >= 64) { + if (connected == false) { + Fl::awake(connect_on_main_thread, NULL); + } + } + else { + if (connected == true) { + Fl::awake(disconnect_on_main_thread, &ask); + } + else { + try_to_connect = 0; + } + } + } + else if (msg_type == MIDI_MSG_TYPE_NOTE_ON) { + if (connected == false) { + Fl::awake(connect_on_main_thread, NULL); + } + else { + Fl::awake(disconnect_on_main_thread, &ask); + } + } + break; + case MIDI_CMD_START_BROADCASTING: + if (connected == false) { + Fl::awake(connect_on_main_thread, NULL); + } + break; + case MIDI_CMD_STOP_BROADCASTING: + Fl::awake(disconnect_on_main_thread, &ask); + break; + case MIDI_CMD_START_STOP_RECORDING: + if (msg_type == MIDI_MSG_TYPE_CC) { + if (value >= 64) { + if (recording == false) { + Fl::awake(start_record_on_main_thread, &ask); + } + } + else { + Fl::awake(stop_record_on_main_thread, &ask); + } + } + else if (msg_type == MIDI_MSG_TYPE_NOTE_ON) { + if (recording == false) { + Fl::awake(start_record_on_main_thread, &ask); + } + else { + Fl::awake(stop_record_on_main_thread, &ask); + } + } + break; + case MIDI_CMD_START_RECORDING: + if (recording == false) { + Fl::awake(start_record_on_main_thread, &ask); + } + break; + case MIDI_CMD_STOP_RECORDING: + if (recording == true) { + Fl::awake(stop_record_on_main_thread, &ask); + } + break; + case MIDI_CMD_MASTER_GAIN: + if (msg_type == MIDI_MSG_TYPE_CC) { + update_slider_from_midi(fl_g->slider_gain, command_id, value); + } + break; + case MIDI_CMD_STREAMING_GAIN: + if (msg_type == MIDI_MSG_TYPE_CC) { + update_slider_from_midi(fl_g->slider_mixer_streaming_gain, command_id, value); + } + break; + case MIDI_CMD_RECORDING_GAIN: + if (msg_type == MIDI_MSG_TYPE_CC) { + update_slider_from_midi(fl_g->slider_mixer_recording_gain, command_id, value); + } + break; + case MIDI_CMD_PRIMARY_DEV_VOL: + if (msg_type == MIDI_MSG_TYPE_CC) { + update_slider_from_midi(fl_g->slider_mixer_primary_device, command_id, value); + } + break; + case MIDI_CMD_SECONDARY_DEV_VOL: + if (msg_type == MIDI_MSG_TYPE_CC) { + update_slider_from_midi(fl_g->slider_mixer_secondary_device, command_id, value); + } + break; + case MIDI_CMD_CROSS_FADER: + if (msg_type == MIDI_MSG_TYPE_CC) { + update_slider_from_midi(fl_g->slider_mixer_cross_fader, command_id, value); + } + break; + case MIDI_CMD_PRIMARY_DEV_MUTE_UNMUTE: + fl_g->button_mixer_mute_primary_device->value(!fl_g->button_mixer_mute_primary_device->value()); + Fl::awake(do_callback_on_main_thread, fl_g->button_mixer_mute_primary_device); + break; + case MIDI_CMD_SECONDARY_DEV_MUTE_UNMUTE: + fl_g->button_mixer_mute_secondary_device->value(!fl_g->button_mixer_mute_secondary_device->value()); + Fl::awake(do_callback_on_main_thread, fl_g->button_mixer_mute_secondary_device); + break; + } + + Fl::unlock(); + return 0; +} + +int get_midi_ctrl_type(int midi_cmd) +{ + if (midi_cmd == MIDI_CMD_START_STOP_BROADCASTING || // + midi_cmd == MIDI_CMD_START_STOP_RECORDING || // + midi_cmd == MIDI_CMD_PRIMARY_DEV_MUTE_UNMUTE || // + midi_cmd == MIDI_CMD_SECONDARY_DEV_MUTE_UNMUTE // + ) { + return MIDI_CTRL_TYPE_BUTTON; + } + else { + return MIDI_CTRL_TYPE_KNOB; + } +} diff --git a/src/FLTK/fl_funcs.h b/src/FLTK/fl_funcs.h new file mode 100644 index 0000000..c6ce138 --- /dev/null +++ b/src/FLTK/fl_funcs.h @@ -0,0 +1,60 @@ +// FLTK GUI related functions +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef FL_FUNCS_H +#define FL_FUNCS_H + +#include + +#define GUI_LOOP() Fl::run(); +#define CHECK_EVENTS() Fl::check() + +void fill_cfg_widgets(void); +void update_samplerates_list(void); +void update_codec_samplerates(void); +void update_channel_lists(void); +void print_info(const char *info, int info_type); +void write_log(const char *message, const char *path = NULL); +void print_lcd(const char *text, int len, int home, int clear); +void test_file_extension(void); +int expand_string(char **str); +void init_main_gui_and_audio(void); +void ask_user_set_msg(char *m); +void ask_user_set_hash(char *h); +void ask_user_reset(void); +void ask_user_ask(void); +int ask_user_get_answer(void); +int ask_user_get_has_clicked(void); +void activate_stream_ui_elements(void); +void deactivate_stream_ui_elements(void); +void activate_rec_ui_elements(void); +void deactivate_rec_ui_elements(void); +void lang_id_to_str(int lang_id, char **lang_str, int mapping_type); +int lang_str_to_id(char *lang_str); +int eval_record_path(int use_previous_index); +void read_eq_slider_values(void); +int get_bitrate_list_for_codec(int codec, int **bitrates); +void update_stream_bitrate_list(int codec); +void update_rec_bitrate_list(int codec); +int get_bitrate_index(int codec, int bitrate); +int get_codec_index(char *codec); +int get_midi_ctrl_type(int midi_command); + +typedef const char *(*currentTrackFunction)(int); +extern currentTrackFunction getCurrentTrackFunctionFromId(int i); +int exec_midi_command(int command_id, int msg_type, int value); +void populate_midi_dev_list(void); + +#endif diff --git a/src/FLTK/fl_timer_funcs.cpp b/src/FLTK/fl_timer_funcs.cpp new file mode 100644 index 0000000..484a9c9 --- /dev/null +++ b/src/FLTK/fl_timer_funcs.cpp @@ -0,0 +1,1173 @@ +// FLTK GUI related functions +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include +#include +#include +#include +#include +#include + +#ifndef WIN32 +#include +#endif + +#ifdef WIN32 +#include "tray_agent.h" +#endif + +#include "gettext.h" +#include "config.h" + +#include "atom.h" +#include "cfg.h" +#include "butt.h" +#include "util.h" +#include "port_audio.h" +#include "timer.h" +#include "flgui.h" +#include "fl_funcs.h" +#include "shoutcast.h" +#include "icecast.h" +#include "webrtc.h" +#include "strfuncs.h" +#include "fl_timer_funcs.h" +#include "logos.h" +#include "Fl_LED.h" +#include "command.h" +#include "url.h" +#ifdef WITH_RADIOCO +#include "radioco.h" +#endif + +#if __APPLE__ && __MACH__ +#include "CurrentTrackOSX.h" +#endif + +const char *(*current_track_app)(int); + +void split_recording_file(void); + +pthread_t split_recording_file_thread_detached; +pthread_t request_listener_count_thread_detached; +pthread_t url_song_update_thread_detached; + +ATOM_NEW_INT(url_song_update_thread_running, 0); +ATOM_NEW_INT(request_listener_count_thread_running, 0); +ATOM_NEW_INT(g_listener_count, -1); +ATOM_NEW_INT(failed_get_listener_tries, 0); + +int g_vu_meter_timer_is_active = 0; +int g_stop_vu_meter_timer = 0; + +void set_threshold_input_from_command(command_t *command, Fl_Value_Input *input, Fl_Check_Button *checkbox) +{ + if (command->param != NULL) { + float val = *(float *)command->param; + if (val <= 0) { + checkbox->value(0); + checkbox->do_callback(); + } + else { + checkbox->value(1); + checkbox->do_callback(); + input->value(val); + input->do_callback(); + } + free(command->param); + } +} + +void cmd_timer(void *) +{ + command_t command; + if (command_get_cmd_from_fifo(&command) < (int)sizeof(command_t)) { + Fl::repeat_timeout(0.25, &cmd_timer); + return; + } + + switch (command.cmd) { + case CMD_CONNECT: + if (!connected) { + if (command.param_size > 0) { + char *srv_name = (char *)command.param; + int idx; + if ((idx = fl_g->choice_cfg_act_srv->find_index(srv_name)) != -1) { + fl_g->choice_cfg_act_srv->value(idx); + fl_g->choice_cfg_act_srv->do_callback(); + Fl::add_timeout(0.25, &cmd_timer); + button_connect_cb(); + } + else { + Fl::repeat_timeout(0.25, &cmd_timer); + } + + if (command.param != NULL) { + free(command.param); + } + } + else { + Fl::add_timeout(0.25, &cmd_timer); + button_connect_cb(); + } + } + else { + Fl::repeat_timeout(0.25, &cmd_timer); + } + break; + case CMD_DISCONNECT: + if (connected == true) { + button_disconnect_cb(false); + } + else { + try_to_connect = 0; + } + Fl::repeat_timeout(0.25, &cmd_timer); + break; + case CMD_START_RECORDING: + if (!recording) { + button_record_cb(false); + } + Fl::repeat_timeout(0.25, &cmd_timer); + break; + case CMD_STOP_RECORDING: + stop_recording(false); + Fl::repeat_timeout(0.25, &cmd_timer); + break; + case CMD_SPLIT_RECORDING: + split_recording_file(); + Fl::repeat_timeout(0.25, &cmd_timer); + break; + case CMD_QUIT: + window_main_close_cb(false); + break; + case CMD_UPDATE_SONGNAME: + /* cfg.main.song = (char*)realloc(cfg.main.song, command.param_size+1); + strcpy(cfg.main.song, (char*)command.param); + Fl::add_timeout(cfg.main.song_delay, &update_song);*/ + fl_g->input_cfg_song->value((const char *)command.param); + fl_g->button_cfg_song_go->do_callback(); + Fl::repeat_timeout(0.25, &cmd_timer); + if (command.param != NULL) { + free(command.param); + } + break; + case CMD_SET_STREAM_SIGNAL_THRESHOLD: + set_threshold_input_from_command(&command, fl_g->input_cfg_signal, fl_g->check_stream_signal); + Fl::repeat_timeout(0.25, &cmd_timer); + break; + case CMD_SET_STREAM_SILENCE_THRESHOLD: + set_threshold_input_from_command(&command, fl_g->input_cfg_silence, fl_g->check_stream_silence); + Fl::repeat_timeout(0.25, &cmd_timer); + break; + case CMD_SET_RECORD_SIGNAL_THRESHOLD: + set_threshold_input_from_command(&command, fl_g->input_rec_signal, fl_g->check_rec_signal); + Fl::repeat_timeout(0.25, &cmd_timer); + break; + case CMD_SET_RECORD_SILENCE_THRESHOLD: + set_threshold_input_from_command(&command, fl_g->input_rec_silence, fl_g->check_rec_silence); + Fl::repeat_timeout(0.25, &cmd_timer); + break; + case CMD_GET_STATUS: + status_packet_t status_packet; + status_packet.version = STATUS_PACKET_VERSION; + + status_packet.status = (1 << STATUS_EXTENDED_PACKET) | (connected << STATUS_CONNECTED) | (try_to_connect << STATUS_CONNECTING) | + (recording << STATUS_RECORDING) | (signal_detected << STATUS_SIGNAL_DETECTED) | (silence_detected << STATUS_SILENCE_DETECTED); + + status_packet.volume_left = round(10 * fl_g->vumeter->left_dB); + status_packet.volume_right = round(10 * fl_g->vumeter->right_dB); + + if (connected == 1) { + status_packet.stream_seconds = (uint32_t)timer_get_elapsed_time(&stream_timer); + status_packet.stream_kByte = kbytes_sent; + status_packet.listener_count = atom_get_int(&g_listener_count); + } + else { + status_packet.stream_seconds = 0; + status_packet.stream_kByte = 0; + status_packet.listener_count = -1; + } + + if (recording == 1) { + status_packet.record_seconds = (uint32_t)timer_get_elapsed_time(&rec_timer); + status_packet.record_kByte = kbytes_written; + status_packet.rec_path = strdup(cfg.rec.path); +#ifdef WIN32 + // Replace '/' with '\\' + // Note: strrpl(&status_packet.rec_path,...) must not be used at this point because addresses of packed struct members may be unaligned + char *p; + while ((p = strchr(status_packet.rec_path, '/')) != NULL) { + *p = '\\'; + } +#endif + } + else { + status_packet.record_seconds = 0; + status_packet.record_kByte = 0; + status_packet.rec_path = strdup(""); + } + status_packet.rec_path_len = strlen(status_packet.rec_path) + 1; + + if (cfg.main.song != NULL) { + status_packet.song = strdup(cfg.main.song); + } + else { + status_packet.song = strdup(""); + } + status_packet.song_len = strlen(status_packet.song) + 1; + + command_send_status_reply(&status_packet); + + free(status_packet.song); + free(status_packet.rec_path); + + Fl::repeat_timeout(0.25, &cmd_timer); + break; + default: + Fl::repeat_timeout(0.25, &cmd_timer); + } +} + +void agent_watchdog_timer(void *) +{ +#ifdef WIN32 + int is_iconfied = fl_g->window_main->shown() && !fl_g->window_main->visible(); + + if (cfg.main.minimize_to_tray == 1 && is_iconfied == 1 && tray_agent_is_running(NULL) == 0) { + fl_g->window_main->show(); + } + else { + Fl::repeat_timeout(1, &agent_watchdog_timer); + } +#endif +} + +void has_agent_been_started_timer(void *) +{ +#ifdef WIN32 + if (tray_agent_is_running(NULL) != 1) { + fl_alert("Agent could not be started."); + } +#endif +} + +void has_agent_been_stopped_timer(void *) +{ +#ifdef WIN32 + if (tray_agent_is_running(NULL) != 0) { + fl_alert("Agent could not be stopped."); + } +#endif +} + +void vu_meter_timer(void *) +{ + static int cleared = 0; + static int no_new_frames_cnt = 0; + + if (pa_new_frames) { + snd_update_vu(0); + no_new_frames_cnt = 0; + cleared = 0; + } + else if (no_new_frames_cnt < 10) { + no_new_frames_cnt++; + } + else if (cleared == 0) { + snd_update_vu(1); + cleared = 1; + } + + if (g_stop_vu_meter_timer == 1) { + g_vu_meter_timer_is_active = 0; + } + else { + Fl::repeat_timeout(0.05, &vu_meter_timer); + } +} + +void display_info_timer(void *reset) +{ + char lcd_text_buf[33]; + + if (try_to_connect == 1) { + Fl::repeat_timeout(0.2, &display_info_timer); + return; + } + + if (reset != NULL && *(int *)reset == 1) { + atom_set_int(&g_listener_count, -1); + } + + if (display_info == SENT_DATA) { + snprintf(lcd_text_buf, sizeof(lcd_text_buf), _("stream sent\n%0.2lfMB"), kbytes_sent / 1024); + print_lcd(lcd_text_buf, strlen(lcd_text_buf), 0, 1); + } + + if (display_info == STREAM_TIME && timer_is_elapsed(&stream_timer)) { + snprintf(lcd_text_buf, sizeof(lcd_text_buf), _("stream time\n%s"), timer_get_time_str(&stream_timer)); + print_lcd(lcd_text_buf, strlen(lcd_text_buf), 0, 1); + } + + if (display_info == STREAM_STATE && connected == true) { + if (cfg.gui.show_listeners == true && atom_get_int(&g_listener_count) > -1) { + if (atom_get_int(&g_listener_count) <= 99999) { + snprintf(lcd_text_buf, sizeof(lcd_text_buf), _("On Air\nListeners %5d"), atom_get_int(&g_listener_count)); + } + else { + snprintf(lcd_text_buf, sizeof(lcd_text_buf), _("On Air\nListeners>%5d"), atom_get_int(&g_listener_count)); + } + } + else { + snprintf(lcd_text_buf, sizeof(lcd_text_buf), _("On Air")); + } + print_lcd(lcd_text_buf, strlen(lcd_text_buf), 0, 1); + } + + if (display_info == REC_TIME && timer_is_elapsed(&rec_timer)) { + snprintf(lcd_text_buf, sizeof(lcd_text_buf), _("record time\n%s"), timer_get_time_str(&rec_timer)); + print_lcd(lcd_text_buf, strlen(lcd_text_buf), 0, 1); + } + + if (display_info == REC_DATA) { + snprintf(lcd_text_buf, sizeof(lcd_text_buf), _("record size\n%0.2lfMB"), kbytes_written / 1024); + print_lcd(lcd_text_buf, strlen(lcd_text_buf), 0, 1); + } + + if (cfg.gui.show_listeners == true) { + if (display_info == STREAM_STATE) { + fl_g->label_current_listeners->hide(); + } + else if (connected && cfg.srv[cfg.selected_srv]->type != WEBRTC && atom_get_int(&g_listener_count) > -1) { + fl_g->label_current_listeners->show(); + } + } + + Fl::repeat_timeout(0.2, &display_info_timer); +} + +void rotate_sponsor_logo_timer(void *) +{ + static int current_logo = rand() % 2; + static Fl_Image *sponsor_logo = NULL; + + if (sponsor_logo != NULL) { + delete sponsor_logo; + } + + if (current_logo == 0) { + sponsor_logo = new Fl_RGB_Image(radio_co_logo, 124, 61, 4, 0); + fl_g->sponsor_logo->callback([](Fl_Widget *w, void *u) { + fl_open_uri("https://radio.co/?utm_source=butt&utm_medium=app"); + }); + current_logo = 1; + } + else if (current_logo == 1) { + sponsor_logo = new Fl_RGB_Image(live365_logo, 124, 61, 4, 0); + fl_g->sponsor_logo->callback([](Fl_Widget *w, void *u) { + fl_open_uri("https://live365.com/broadcaster/radio-broadcasting?utm_source=butt&utm_medium=click&utm_campaign=onestopshop"); + }); + current_logo = 0; + } + + fl_g->sponsor_logo->image(sponsor_logo); + fl_g->sponsor_logo->redraw(); + + Fl::repeat_timeout(10, &rotate_sponsor_logo_timer); +} + +void display_rotate_timer(void *) +{ + if (!connected && !recording) { + goto exit; + } + + if (!cfg.gui.lcd_auto) { + goto exit; + } + + switch (display_info) { + case STREAM_STATE: + case STREAM_TIME: + display_info = SENT_DATA; + break; + case SENT_DATA: + if (recording) { + display_info = REC_TIME; + } + else { + display_info = STREAM_TIME; + } + break; + case REC_TIME: + display_info = REC_DATA; + break; + case REC_DATA: + if (connected) { + display_info = STREAM_TIME; + } + else { + display_info = REC_TIME; + } + break; + default: + break; + } + +exit: + Fl::repeat_timeout(5, &display_rotate_timer); +} + +void reconnect_timer(void *) +{ + if (disconnect == 1) { + return; + } + button_connect_cb(); +} + +void is_connected_timer(void *) +{ + if (!connected) { + if (cfg.srv[cfg.selected_srv]->type == ICECAST) { + ic_disconnect(); + } +#ifdef HAVE_LIBDATACHANNEL + else if (cfg.srv[cfg.selected_srv]->type == WEBRTC) { + webrtc_disconnect(); + } +#endif + else { + sc_disconnect(); + } + +#ifdef WIN32 + tray_agent_send_cmd(TA_CONNECT_STATE); +#endif + + Fl::remove_timeout(&display_info_timer); + Fl::remove_timeout(&is_connected_timer); + fl_g->button_connect->color(FL_BACKGROUND_COLOR); + fl_g->button_connect->redraw(); + + if (disconnect == 1) { + return; + } + + // Initiate delayed reconnect + if (cfg.main.reconnect_delay > 1) { + char text_buf[256]; + fl_g->lcd->clear(); + fl_g->lcd->print((const uchar *)_("idle"), strlen(_("idle"))); + fl_g->sponsor_logo->show(); + fl_g->sponsor_logo->redraw(); + snprintf(text_buf, sizeof(text_buf), _("ERROR: Connection lost\nreconnecting in %d seconds..."), cfg.main.reconnect_delay); + print_info(text_buf, 0); + } + else { + print_info(_("ERROR: Connection lost\nreconnecting..."), 1); + } + Fl::add_timeout(cfg.main.reconnect_delay, &reconnect_timer); + + return; + } + + Fl::repeat_timeout(0.5, &is_connected_timer); +} + +void cfg_win_pos_timer(void *) +{ +#ifdef WIN32 + fl_g->window_cfg->position(fl_g->window_main->x() + fl_g->window_main->w() + 0, fl_g->window_main->y()); +#else // UNIX + fl_g->window_cfg->position(fl_g->window_main->x() + fl_g->window_main->w(), fl_g->window_main->y()); +#endif + + Fl::repeat_timeout(0.1, &cfg_win_pos_timer); +} + +void *split_recording_file_thread_func(void *init) +{ + int synced_to_full_hour; + time_t start_time; + + time_t current_time; + struct tm *current_time_tm; + + int split_time_seconds = 60 * cfg.rec.split_time; + + struct timespec wait_400ms; + wait_400ms.tv_sec = 0; + wait_400ms.tv_nsec = (400 * 1000 * 1000); + + start_time = time(NULL); + synced_to_full_hour = 0; + + set_max_thread_priority(); + + while (recording) { + current_time = time(NULL); + current_time_tm = localtime(¤t_time); + + if ((cfg.rec.sync_to_hour == 1) && (synced_to_full_hour == 0) && (current_time_tm->tm_min == 0) && (current_time_tm->tm_sec >= 0)) { + start_time = current_time - current_time_tm->tm_sec; + synced_to_full_hour = 1; + split_recording_file(); + } + else if (current_time - start_time >= split_time_seconds) { + start_time = current_time; + split_recording_file(); + } + + nanosleep(&wait_400ms, NULL); + } + + // Detach thread (free ressources) because no one will call pthread_join() on it + pthread_detach(pthread_self()); + + return NULL; +} + +void *request_listener_count_thread_func(void *reset) +{ + int listeners; + static int got_listener_count = 0; + + atom_set_int(&request_listener_count_thread_running, 1); + + if (reset != NULL && *(int *)reset == 1) { + got_listener_count = 0; + } + + if (cfg.srv[cfg.selected_srv]->custom_listener_url != NULL && strlen(cfg.srv[cfg.selected_srv]->custom_listener_url) > 0) { + if (strstr(cfg.srv[cfg.selected_srv]->custom_listener_url, "/status-json.xsl") != NULL || + strstr(cfg.srv[cfg.selected_srv]->custom_listener_url, "/7.xsl") != NULL) { + char *mount; + if (cfg.srv[cfg.selected_srv]->custom_listener_mount != NULL && strlen(cfg.srv[cfg.selected_srv]->custom_listener_mount) > 0) { + mount = cfg.srv[cfg.selected_srv]->custom_listener_mount; + } + else { + if (cfg.srv[cfg.selected_srv]->type == ICECAST) { + mount = cfg.srv[cfg.selected_srv]->mount; + } + else { + mount = NULL; + } + } + listeners = ic_get_listener_count_from_url(cfg.srv[cfg.selected_srv]->custom_listener_url, mount); + } + else if (strstr(cfg.srv[cfg.selected_srv]->custom_listener_url, "/stats?sid") != NULL || + strstr(cfg.srv[cfg.selected_srv]->custom_listener_url, "/7.html") != NULL) { + listeners = sc_get_listener_count_from_url(cfg.srv[cfg.selected_srv]->custom_listener_url); + } + else { + listeners = -1; + } + } + else if (cfg.srv[cfg.selected_srv]->type == ICECAST) { + listeners = ic_get_listener_count(); + } + else if (cfg.srv[cfg.selected_srv]->type == SHOUTCAST) { + listeners = sc_get_listener_count(); + } +#ifdef HAVE_LIBDATACHANNEL + else if (cfg.srv[cfg.selected_srv]->type == WEBRTC) { + listeners = webrtc_get_listener_count(); + } +#endif + else { // if (cfg.srv[cfg.selected_srv]->type == RADIOCO) + listeners = -1; + } + + // Increase failed_tries only if we never got a listener count for this session + if (listeners == -1 && got_listener_count == 0) { + int failed_tries = atom_get_int(&failed_get_listener_tries); + atom_set_int(&failed_get_listener_tries, ++failed_tries); + goto return_thread; + } + + Fl::lock(); + if (listeners >= 0) { + char listener_label[32]; + if (display_info != STREAM_STATE) { + snprintf(listener_label, sizeof(listener_label), "%s: %d", _("Listeners"), listeners); + fl_g->label_current_listeners->copy_label(listener_label); + fl_g->label_current_listeners->show(); + } + got_listener_count = 1; + atom_set_int(&g_listener_count, listeners); + } + else { + fl_g->label_current_listeners->hide(); + atom_set_int(&g_listener_count, -1); + } + Fl::unlock(); + +return_thread: + // Detach thread (free ressources) because no one will call pthread_join() on it + pthread_detach(pthread_self()); + + atom_set_int(&request_listener_count_thread_running, 0); + + return NULL; +} + +void request_listener_count_timer(void *reset) +{ + if (reset != NULL && *(int *)reset == 1) { + atom_set_int(&failed_get_listener_tries, 0); + atom_set_int(&g_listener_count, -1); + } + + if (connected == 0 || atom_get_int(&failed_get_listener_tries) > 3) { + fl_g->label_current_listeners->hide(); + return; + } + + if (atom_get_int(&request_listener_count_thread_running) == 0) { + if (pthread_create(&request_listener_count_thread_detached, NULL, request_listener_count_thread_func, reset) != 0) { + print_info("Fatal error: Could not launch request listeners thread. Please restart BUTT", 1); + return; + } + } + + Fl::repeat_timeout(cfg.gui.listeners_update_rate, &request_listener_count_timer); +} + +void split_recording_file_timer(void) +{ + if (pthread_create(&split_recording_file_thread_detached, NULL, split_recording_file_thread_func, NULL) != 0) { + print_info("Fatal error: Could not launch split recording thread. Please restart BUTT", 1); + return; + } +} + +void split_recording_file(void) +{ + char *p_ext; + char *insert_pos; + char ext[64]; + char file_num_str[12]; + char *original_path; + + if (!recording) { + return; + } + + p_ext = util_get_file_extension(cfg.rec.filename); + if (p_ext == NULL) { + print_info(_("Could not find a file extension in current filename\n" + "Automatic file splitting is deactivated"), + 0); + return; + } + + if (eval_record_path(1) != 0) { + return; + } + + if (fl_access(cfg.rec.path, F_OK) == 0) { // File exists + original_path = strdup(cfg.rec.path); + snprintf(ext, sizeof(ext), "%s", p_ext); + // increment the index until we find a filename that doesn't exist yet + for (uint32_t i = 1; /*inf*/; i++) { // index_loop + + snprintf(file_num_str, sizeof(file_num_str), "-%d", i); + + // find beginning of the file extension + insert_pos = strrstr(cfg.rec.path, ext) - 1; + + // Put index between end of file name end beginning of extension + strinsrt(&cfg.rec.path, file_num_str, insert_pos); + + if (fl_access(cfg.rec.path, F_OK) < 0) { // Found non-existing file name + free(original_path); + break; + } + + if (i == 0xFFFFFFFF) { // 2^32-1 + print_info(_("Could not find a valid filename for next file" + "\nbutt keeps recording to current file"), + 0); + free(original_path); + return; + } + + free(cfg.rec.path); + cfg.rec.path = strdup(original_path); + } + } + + if ((next_fd = fl_fopen(cfg.rec.path, "wb+")) == NULL) { + fl_alert(_("Could not open:\n%s"), cfg.rec.path); + return; + } + + print_info(_("Recording to:"), 0); + print_info(cfg.rec.path, 0); + + next_file = 1; +} + +void reset_stream_signal_detection_timer(void) +{ + if (cfg.main.signal_detection == 1 && cfg.main.signal_threshold > 0) { + Fl::remove_timeout(&stream_signal_timer); + Fl::add_timeout(1, &stream_signal_timer); + } +} + +void stream_signal_timer(void *) +{ + // printf("stream_signal_timer\n"); + static timer_ms_t signal_timer; + + if (signal_detected == true) { + if (signal_timer.is_running == false) { + timer_init(&signal_timer, cfg.main.signal_threshold); + timer_start(&signal_timer); + } + + if (timer_is_elapsed(&signal_timer)) { + button_connect_cb(); + timer_stop(&signal_timer); + return; + } + } + else { + timer_stop(&signal_timer); + } + + Fl::repeat_timeout(0.1, &stream_signal_timer); +} + +void reset_record_signal_detection_timer(void) +{ + if (cfg.rec.signal_detection == 1 && cfg.rec.signal_threshold > 0) { + Fl::remove_timeout(&record_signal_timer); + Fl::add_timeout(1, &record_signal_timer); + } +} + +void record_signal_timer(void *) +{ + // printf("record_signal_timer\n"); + + static timer_ms_t signal_timer; + if (signal_detected == true) { + if (signal_timer.is_running == false) { + timer_init(&signal_timer, cfg.rec.signal_threshold); + timer_start(&signal_timer); + } + + if (timer_is_elapsed(&signal_timer)) { + // print_info("Audio signal detected", 0); + button_record_cb(false); + timer_stop(&signal_timer); + return; + } + } + else { + timer_stop(&signal_timer); + } + + Fl::repeat_timeout(0.1, &record_signal_timer); +} + +void reset_stream_silence_detection_timer(void) +{ + if (cfg.main.silence_detection == 1 && cfg.main.silence_threshold > 0) { + Fl::remove_timeout(&stream_silence_timer); + Fl::add_timeout(1, &stream_silence_timer); + } +} + +void stream_silence_timer(void *) +{ + // printf("stream_silence_timer\n"); + + static timer_ms_t silence_timer; + if (silence_detected == true) { + if (silence_timer.is_running == false) { + timer_init(&silence_timer, cfg.main.silence_threshold); + timer_start(&silence_timer); + } + + if (timer_is_elapsed(&silence_timer)) { + // print_info("Streaming silence threshold has been reached", 0); + if (connected == 1 || try_to_connect == 1) { + button_disconnect_cb(false); + } + timer_stop(&silence_timer); + return; + } + } + else { + timer_stop(&silence_timer); + } + + Fl::repeat_timeout(0.1, &stream_silence_timer); +} + +void reset_record_silence_detection_timer(void) +{ + if (cfg.rec.silence_detection == 1 && cfg.rec.silence_threshold > 0) { + Fl::remove_timeout(&record_silence_timer); + Fl::add_timeout(1, &record_silence_timer); + } +} + +void record_silence_timer(void *) +{ + // printf("record_silence_timer\n"); + + static timer_ms_t silence_timer; + if (silence_detected == true) { + if (silence_timer.is_running == false) { + timer_init(&silence_timer, cfg.rec.silence_threshold); + timer_start(&silence_timer); + } + + if (timer_is_elapsed(&silence_timer)) { + // print_info("Recording silence threshold has been reached", 0); + stop_recording(false); + timer_stop(&silence_timer); + return; + } + } + else { + timer_stop(&silence_timer); + } + + Fl::repeat_timeout(0.1, &record_silence_timer); +} + +void wait_for_radioco_timer(void *) +{ +#ifdef WITH_RADIOCO + int error; + + if (radioco_get_state() == RADIOCO_STATE_WAITING) { + goto exit; + } + + error = radioco_get_thread_error(); + + if (error == RADIOCO_ERR_OK) { + error = radioco_request_station_list(); + if (error == RADIOCO_ERR_OK) { + radioco_stations_t stations; + radioco_get_station_list(&stations); + int nitems = fl_g->browser_add_srv_station_list->nitems(); + for (int i = 0; i < stations.num_of_stations; i++) { + bool exists = false; + for (int j = 0; j < nitems; j++) { + char *list_name = fl_g->browser_add_srv_station_list->text(j + 1); + if (!strcmp(list_name, stations.name[i])) { + exists = true; + break; + } + } + + if (exists == false) { + fl_g->browser_add_srv_station_list->add(stations.name[i], 1); + } + } + fl_g->browser_add_srv_station_list->redraw(); + return; + } + else { + fl_alert("Error during radioco stations request (%d).\nPlease try again.", error); + return; + } + } + else if (error == RADIOCO_ERR_CANCELED) { + return; + } + else { + fl_alert("Error in radioco thread (%d).\nPlease try again.", error); + return; + } + +exit: + Fl::repeat_timeout(1, &wait_for_radioco_timer); +#endif +} + +void songfile_timer(void *user_data) +{ + size_t len; + int num_of_lines; + int num_of_newlines; + char song[501]; + char msg[100]; + char *fgets_ret; + float repeat_time = 1; + + int reset; + if (user_data != NULL) { + reset = *((int *)user_data); + } + else { + reset = 0; + } + +#ifdef WIN32 + struct _stat s; +#else +#ifdef __USE_LARGEFILE64 + struct stat64 s; // Fixes fl_stat() on Raspberry PI OS (32 bit) +#else + struct stat s; +#endif +#endif + + static time_t old_t; + + if (reset == 1) { + old_t = 0; + } + + char *last_line = NULL; + + if ((cfg.main.song_path == NULL) || (connected == 0)) { + goto exit; + } + + if (fl_stat(cfg.main.song_path, (struct stat *)&s) != 0) { + // File was probably locked by another application + // retry in 5 seconds + repeat_time = 5; + goto exit; + } + + if (old_t == s.st_mtime) { // file hasn't changed + goto exit; + } + + if ((cfg.main.song_fd = fl_fopen(cfg.main.song_path, "rb")) == NULL) { + snprintf(msg, sizeof(msg), _("Warning\nCould not open: %s.\nWill retry in 5 seconds"), cfg.main.song_path); + + print_info(msg, 1); + repeat_time = 5; + goto exit; + } + + old_t = s.st_mtime; + + if (cfg.main.read_last_line == 1) { + /* Read last line instead of first */ + + fseek(cfg.main.song_fd, -100, SEEK_END); + len = fread(song, sizeof(char), 100, cfg.main.song_fd); + + // Count number of lines within the last 100 characters of the file + // Some programs add a new line to the end of the file and some don't + // We have to take this into account when counting the number of lines + num_of_newlines = 0; + for (uint32_t i = 0; i < len; i++) { + if (song[i] == '\n') { + num_of_newlines++; + } + } + + if (num_of_newlines == 0) { + num_of_lines = 1; + } + else if (num_of_newlines > 0 && song[len - 1] != '\n') { + num_of_lines = num_of_newlines + 1; + } + else { + num_of_lines = num_of_newlines; + } + + if (num_of_lines > 1) { // file has multiple lines + // Remove newlines at end of file + if (song[len - 2] == '\r') { // Windows + song[len - 2] = '\0'; + } + else if (song[len - 1] == '\n') { // OSX, Linux + song[len - 1] = '\0'; + } + else { + song[len] = '\0'; + } + + last_line = strrchr(song, '\n') + 1; + } + else { // file has only one line + // Remove newlines at end of file + if (len > 1 && song[len - 2] == '\r') { // Windows + song[len - 2] = '\0'; + } + else if (len > 0 && song[len - 1] == '\n') { // OSX, Linux + song[len - 1] = '\0'; + } + else { + song[len] = '\0'; + } + + last_line = song; + } + + // Remove UTF-8 BOM + if ((uint8_t)last_line[0] == 0xEF && (uint8_t)last_line[1] == 0xBB && (uint8_t)last_line[2] == 0xBF) { + cfg.main.song = (char *)realloc(cfg.main.song, strlen(last_line) + 1); + strcpy(cfg.main.song, last_line + 3); + } + else { + cfg.main.song = (char *)realloc(cfg.main.song, strlen(last_line) + 1); + strcpy(cfg.main.song, last_line); + } + + Fl::add_timeout(cfg.main.song_delay, &update_song); + } + else { + // read first line + fgets_ret = fgets(song, 500, cfg.main.song_fd); + + if (fgets_ret == NULL && feof(cfg.main.song_fd) != 0) { // file is empty (0 bytes) + len = 0; + } + else if (fgets_ret != NULL) { // Normal case + len = strlen(song); + } + else { // Some error occurred + fclose(cfg.main.song_fd); + goto exit; + } + + // remove newline character + if (len > 1 && song[len - 2] == '\r') { // Windows + song[len - 2] = '\0'; + } + else if (len > 0 && song[len - 1] == '\n') { // OSX, Linux + song[len - 1] = '\0'; + } + else { + song[len] = '\0'; + } + + // Remove UTF-8 BOM + if ((uint8_t)song[0] == 0xEF && (uint8_t)song[1] == 0xBB && (uint8_t)song[2] == 0xBF) { + cfg.main.song = (char *)realloc(cfg.main.song, strlen(song) + 1); + strcpy(cfg.main.song, song + 3); + } + else { + cfg.main.song = (char *)realloc(cfg.main.song, strlen(song) + 1); + strcpy(cfg.main.song, song); + } + + Fl::add_timeout(cfg.main.song_delay, &update_song); + } + + fclose(cfg.main.song_fd); + +exit: + Fl::repeat_timeout(repeat_time, &songfile_timer); +} + +void *url_song_update_thread_func(void *user_data) +{ + char song[1024]; + char *new_line; + + atom_set_int(&url_song_update_thread_running, 1); + + uint32_t ret = url_get(cfg.main.song_update_url, NULL, song, sizeof(song)); + if (ret <= 0) { + goto return_thread; + } + + // Remove new line characters + new_line = strchr(song, '\r'); + if (new_line != NULL) { + *new_line = '\0'; + } + new_line = strchr(song, '\n'); + if (new_line != NULL) { + *new_line = '\0'; + } + + if (cfg.main.song != NULL) { + if (strncmp(song, cfg.main.song, sizeof(song)) == 0) { + goto return_thread; + } + } + + cfg.main.song = (char *)realloc(cfg.main.song, strlen(song) + 1); + strcpy(cfg.main.song, song); + + // Call Fl::add_timeout from main thread + Fl::awake([](void *) -> void { + Fl::add_timeout(cfg.main.song_delay, &update_song); + }); + +return_thread: + // Detach thread (free ressources) because no one will call pthread_join() on it + pthread_detach(pthread_self()); + + atom_set_int(&url_song_update_thread_running, 0); + + return NULL; +} + +void song_url_timer(void *user_data) +{ + if (atom_get_int(&url_song_update_thread_running) == 0) { + if (pthread_create(&url_song_update_thread_detached, NULL, url_song_update_thread_func, user_data) != 0) { + print_info("Fatal error: Could not launch url song update thread. Please restart BUTT", 1); + return; + } + } + + Fl::repeat_timeout(cfg.main.song_update_url_interval, &song_url_timer); +} + +void app_timer(void *user_data) +{ + int reset; + + if (user_data != NULL) { + reset = *((int *)user_data); + } + else { + reset = 0; + } + + if (current_track_app != NULL) { + const char *track = current_track_app(cfg.main.app_artist_title_order); + if (track != NULL) { + if (cfg.main.song == NULL || strcmp(cfg.main.song, track) || reset == 1) { + cfg.main.song = (char *)realloc(cfg.main.song, strlen(track) + 1); + strcpy(cfg.main.song, track); + Fl::add_timeout(cfg.main.song_delay, &update_song); + } + free((void *)track); + } + else { + if (cfg.main.song != NULL && strcmp(cfg.main.song, "")) { + cfg.main.song = (char *)realloc(cfg.main.song, 1); + strcpy(cfg.main.song, ""); + Fl::add_timeout(cfg.main.song_delay, &update_song); + } + } + } + + Fl::repeat_timeout(1, &app_timer); +} diff --git a/src/FLTK/fl_timer_funcs.h b/src/FLTK/fl_timer_funcs.h new file mode 100644 index 0000000..bab364d --- /dev/null +++ b/src/FLTK/fl_timer_funcs.h @@ -0,0 +1,52 @@ +// FLTK GUI related functions +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef FL_TIMER_FUNCS_H +#define FL_TIMER_FUNCS_H + +void rotate_sponsor_logo_timer(void *); +void display_info_timer(void *); +void agent_watchdog_timer(void *); +void has_agent_been_started_timer(void *); +void has_agent_been_stopped_timer(void *); +void vu_meter_timer(void *); +void cmd_timer(void *); +void reconnect_timer(void *); +void is_connected_timer(void *); +void cfg_win_pos_timer(void *); +void songfile_timer(void *); +void song_url_timer(void *); +void stream_silence_timer(void *); +void record_silence_timer(void *); +void stream_signal_timer(void *); +void record_signal_timer(void *); +void wait_for_radioco_timer(void *); +void request_listener_count_timer(void *reset); + +void display_rotate_timer(void *); +void app_timer(void *); + +void split_recording_file_timer(void); +void split_recording_file(void); +void reset_stream_signal_detection_timer(void); +void reset_stream_silence_detection_timer(void); +void reset_record_signal_detection_timer(void); +void reset_record_silence_detection_timer(void); + +extern const char *(*current_track_app)(int); +extern int g_vu_meter_timer_is_active; +extern int g_stop_vu_meter_timer; + +#endif diff --git a/src/FLTK/flgui.cpp b/src/FLTK/flgui.cpp new file mode 100644 index 0000000..1c689f1 --- /dev/null +++ b/src/FLTK/flgui.cpp @@ -0,0 +1,6680 @@ +// generated by Fast Light User Interface Designer (fluid) version 1.0309 + +#include "../../gettext.h" +#include "flgui.h" + +void flgui::cb_window_main_i(Fl_My_Double_Window*, void*) { + window_main_close_cb(true); +} +void flgui::cb_window_main(Fl_My_Double_Window* o, void* v) { + ((flgui*)(o->user_data()))->cb_window_main_i(o,v); +} + +void flgui::cb_lcd_i(Fl_ILM216*, void*) { + ILM216_cb(); +} +void flgui::cb_lcd(Fl_ILM216* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_lcd_i(o,v); +} + +void flgui::cb_button_mixer_i(Fl_Button*, void*) { + button_mixer_cb(); +} +void flgui::cb_button_mixer(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_mixer_i(o,v); +} + +void flgui::cb_button_record_i(Fl_Button*, void*) { + button_record_cb(true); +} +void flgui::cb_button_record(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_record_i(o,v); +} + +void flgui::cb_button_disconnect_i(Fl_Button*, void*) { + button_disconnect_cb(true); +} +void flgui::cb_button_disconnect(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_disconnect_i(o,v); +} + +void flgui::cb_button_connect_i(Fl_Button*, void*) { + button_connect_cb(); +} +void flgui::cb_button_connect(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_connect_i(o,v); +} + +void flgui::cb_vu_tabs_i(Fl_Tabs*, void*) { + vu_tabs_cb(); +} +void flgui::cb_vu_tabs(Fl_Tabs* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_vu_tabs_i(o,v); +} + +void flgui::cb_button_cfg_i(Fl_Button*, void*) { + button_cfg_cb(); +} +void flgui::cb_button_cfg(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_cfg_i(o,v); +} + +void flgui::cb_button_info_i(Fl_Button*, void*) { + button_info_cb(); +} +void flgui::cb_button_info(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_info_i(o,v); +} + +void flgui::cb_slider_gain_i(Fl_My_Value_Slider*, void* v) { + slider_gain_cb(v); +} +void flgui::cb_slider_gain(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_slider_gain_i(o,v); +} + +#include +static const unsigned char idata_radio_co_badge[] = +{0,0,0,0,255,255,255,19,255,255,255,68,255,255,255,66,255,255,255,66,255, +255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255, +255,67,255,255,255,67,255,255,255,67,255,255,255,66,255,255,255,66,255,255,255, +67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67, +255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255, +255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255, +255,66,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255, +67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67, +255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255, +255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255, +255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,66,255,255,255, +67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67, +255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255, +255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255, +255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255, +67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67, +255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,66,255,255,255,67,255, +255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255, +255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255, +67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67, +255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255, +255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255,255,67,255,255, +255,67,255,255,255,67,255,255,255,67,255,255,255,66,255,255,255,66,255,255,255, +67,255,255,255,66,255,255,255,12,0,0,0,0,255,255,255,62,255,255,255,242,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,230,255,255,255,45,255,255,255,223,255,255,255,255,255,255,255,249,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255, +255,255,253,255,255,255,253,255,255,255,253,255,255,255,248,255,255,255,255,255, +255,255,194,255,255,255,255,255,255,255,252,255,255,255,255,255,255,255,255,255, +255,255,254,255,255,255,255,255,255,255,254,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255, +255,255,254,255,255,255,254,255,255,255,255,255,255,255,254,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,254,255,255,255,254,255,255,255,254,255,255,255,255,255,255,255,254,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,254,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,254,255,255,255,254,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,233,255, +255,255,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,253,255,255,255,255,255,255,255,231,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255, +255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255, +255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,254,254,254,255,253,253,253,255,254,254,254,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,253, +253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254, +254,254,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,254,254,254,255,255,255,255,255,241,241,241,255,210, +210,210,255,234,234,234,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,254,254,254,255,222,222,222,255,247,247,247,255,255,255,255,255,254, +254,254,255,255,255,255,255,243,243,243,255,225,225,225,255,255,255,255,255,254, +254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255, +255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253, +253,253,255,255,255,255,255,221,221,221,255,35,35,35,255,102,102,102,255,38,38, +38,255,212,212,212,255,255,255,255,255,252,252,252,255,254,254,254,255,255,255, +255,255,254,254,254,255,254,254,254,255,255,255,255,255,254,254,254,255,253,253, +253,255,255,255,255,255,254,254,254,255,254,254,254,255,255,255,255,255,255,255, +255,255,254,254,254,255,254,254,254,255,255,255,255,255,253,253,253,255,255,255, +255,255,255,255,255,255,253,253,253,255,255,255,255,255,254,254,254,255,255,255, +255,255,255,255,255,255,253,253,253,255,254,254,254,255,255,255,255,255,253,253, +253,255,255,255,255,255,255,255,255,255,254,254,254,255,254,254,254,255,255,255, +255,255,255,255,255,255,253,253,253,255,255,255,255,255,254,254,254,255,254,254, +254,255,255,255,255,255,254,254,254,255,253,253,253,255,255,255,255,255,251,251, +251,255,66,66,66,255,226,226,226,255,255,255,255,255,252,252,252,255,255,255, +255,255,208,208,208,255,98,98,98,255,255,255,255,255,254,254,254,255,253,253, +253,255,255,255,255,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255, +255,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255, +255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,255,255, +255,255,116,116,116,255,174,174,174,255,255,255,255,255,237,237,237,255,245,245, +245,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,253,253,253,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,253,253,253,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254, +254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254, +254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253, +253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,102,102, +102,255,227,227,227,255,255,255,255,255,252,252,252,255,255,255,255,255,210,210, +210,255,125,125,125,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,253,253,253,255,255,255,255,255,174,174, +174,255,81,81,81,255,229,229,229,255,255,255,255,255,255,255,255,255,252,252, +252,255,166,166,166,255,148,148,148,255,105,105,105,255,131,131,131,255,237,237, +237,255,255,255,255,255,252,252,252,255,168,168,168,255,97,97,97,255,127,127, +127,255,230,230,230,255,255,255,255,255,212,212,212,255,143,143,143,255,133,133, +133,255,97,97,97,255,207,207,207,255,255,255,255,255,253,253,253,255,178,178, +178,255,103,103,103,255,137,137,137,255,244,244,244,255,255,255,255,255,201,201, +201,255,105,105,105,255,106,106,106,255,202,202,202,255,255,255,255,255,239,239, +239,255,158,158,158,255,139,139,139,255,155,155,155,255,255,255,255,255,185,185, +185,255,110,110,110,255,132,132,132,255,232,232,232,255,255,255,255,255,251,251, +251,255,163,163,163,255,95,95,95,255,144,144,144,255,68,68,68,255,229,229,229, +255,255,255,255,255,252,252,252,255,255,255,255,255,214,214,214,255,71,71,71, +255,143,143,143,255,91,91,91,255,178,178,178,255,255,255,255,255,180,180,180, +255,196,196,196,255,255,255,255,255,253,253,253,255,154,154,154,255,227,227,227, +255,255,255,255,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,254,254,254,255,255,255,255,255,253,253,253,255,174,174,174, +255,34,34,34,255,123,123,123,255,243,243,243,255,255,255,255,255,61,61,61,255, +142,142,142,255,233,233,233,255,158,158,158,255,87,87,87,255,255,255,255,255, +164,164,164,255,94,94,94,255,231,231,231,255,173,173,173,255,53,53,53,255,255, +255,255,255,194,194,194,255,0,0,0,255,215,215,215,255,208,208,208,255,0,0,0,255, +239,239,239,255,223,223,223,255,0,0,0,255,233,233,233,255,219,219,219,255,255, +255,255,255,218,218,218,255,0,0,0,255,212,212,212,255,212,212,212,255,0,0,0,255, +222,222,222,255,244,244,244,255,0,0,0,255,170,170,170,255,245,245,245,255,201, +201,201,255,58,58,58,255,231,231,231,255,182,182,182,255,72,72,72,255,255,255, +255,255,163,163,163,255,98,98,98,255,230,230,230,255,186,186,186,255,0,0,0,255, +232,232,232,255,255,255,255,255,252,252,252,255,255,255,255,255,217,217,217,255, +0,0,0,255,201,201,201,255,224,224,224,255,48,48,48,255,197,197,197,255,225, +225,225,255,19,19,19,255,255,255,255,255,217,217,217,255,62,62,62,255,252,252, +252,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,250,250,250,255,138,138,138,255,131,131,131,255,255,255,255,255,101,101, +101,255,238,238,238,255,255,255,255,255,255,255,255,255,86,86,86,255,221,221, +221,255,105,105,105,255,230,230,230,255,255,255,255,255,255,255,255,255,99,99, +99,255,225,225,225,255,200,200,200,255,146,146,146,255,255,255,255,255,255,255, +255,255,137,137,137,255,193,193,193,255,254,254,254,255,116,116,116,255,110,110, +110,255,199,199,199,255,255,255,255,255,151,151,151,255,176,176,176,255,255,255, +255,255,255,255,255,255,175,175,175,255,161,161,161,255,246,246,246,255,85,85, +85,255,254,254,254,255,255,255,255,255,145,145,145,255,93,93,93,255,145,145, +145,255,134,134,134,255,85,85,85,255,229,229,229,255,98,98,98,255,231,231,231, +255,255,255,255,255,255,255,255,255,98,98,98,255,227,227,227,255,255,255,255, +255,252,252,252,255,255,255,255,255,210,210,210,255,123,123,123,255,255,255,255, +255,255,255,255,255,216,216,216,255,98,98,98,255,255,255,255,255,114,114,114, +255,199,199,199,255,147,147,147,255,185,185,185,255,255,255,255,255,252,252,252, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,200,200,200,255,237,237,237,255,255,255,255, +255,211,211,211,255,73,73,73,255,255,255,255,255,94,94,94,255,217,217,217,255, +255,255,255,255,235,235,235,255,35,35,35,255,239,239,239,255,114,114,114,255, +195,195,195,255,255,255,255,255,245,245,245,255,38,38,38,255,238,238,238,255, +198,198,198,255,139,139,139,255,255,255,255,255,255,255,255,255,149,149,149,255, +190,190,190,255,255,255,255,255,249,249,249,255,233,233,233,255,44,44,44,255, +206,206,206,255,189,189,189,255,125,125,125,255,255,255,255,255,255,255,255,255, +127,127,127,255,183,183,183,255,245,245,245,255,85,85,85,255,244,244,244,255, +255,255,255,255,158,158,158,255,146,146,146,255,255,255,255,255,246,246,246,255, +233,233,233,255,255,255,255,255,99,99,99,255,196,196,196,255,255,255,255,255, +247,247,247,255,76,76,76,255,229,229,229,255,255,255,255,255,252,252,252,255, +255,255,255,255,213,213,213,255,99,99,99,255,255,255,255,255,255,255,255,255, +174,174,174,255,125,125,125,255,255,255,255,255,217,217,217,255,0,0,0,255,90,90, +90,255,245,245,245,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255, +255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,146,146,146,255,46,46,46,255,136,136,136,255,0,0,0,255,195,195,195,255, +255,255,255,255,95,95,95,255,67,67,67,255,151,151,151,255,43,43,43,255,169,169, +169,255,255,255,255,255,214,214,214,255,17,17,17,255,147,147,147,255,74,74,74, +255,152,152,152,255,255,255,255,255,182,182,182,255,131,131,131,255,255,255,255, +255,255,255,255,255,132,132,132,255,194,194,194,255,234,234,234,255,92,92,92, +255,181,181,181,255,79,79,79,255,216,216,216,255,252,252,252,255,84,84,84,255, +122,122,122,255,122,122,122,255,89,89,89,255,251,251,251,255,236,236,236,255,57, +57,57,255,247,247,247,255,255,255,255,255,239,239,239,255,90,90,90,255,156,156, +156,255,144,144,144,255,133,133,133,255,255,255,255,255,214,214,214,255,0,0,0, +255,143,143,143,255,111,111,111,255,0,0,0,255,230,230,230,255,255,255,255,255, +252,252,252,255,255,255,255,255,215,215,215,255,0,0,0,255,126,126,126,255,134, +134,134,255,34,34,34,255,228,228,228,255,255,255,255,255,255,255,255,255,97,97, +97,255,164,164,164,255,255,255,255,255,253,253,253,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255, +255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254, +254,255,255,255,255,255,255,255,255,255,221,221,221,255,190,190,190,255,223,223, +223,255,255,255,255,255,253,253,253,255,110,110,110,255,205,205,205,255,198,198, +198,255,217,217,217,255,255,255,255,255,254,254,254,255,255,255,255,255,235,235, +235,255,190,190,190,255,215,215,215,255,255,255,255,255,255,255,255,255,236,236, +236,255,227,227,227,255,255,255,255,255,255,255,255,255,228,228,228,255,237,237, +237,255,255,255,255,255,219,219,219,255,185,185,185,255,225,225,225,255,255,255, +255,255,255,255,255,255,249,249,249,255,199,199,199,255,199,199,199,255,249,249, +249,255,255,255,255,255,248,248,248,255,221,221,221,255,253,253,253,255,254,254, +254,255,255,255,255,255,246,246,246,255,195,195,195,255,199,199,199,255,245,245, +245,255,255,255,255,255,255,255,255,255,234,234,234,255,190,190,190,255,219,219, +219,255,222,222,222,255,246,246,246,255,255,255,255,255,254,254,254,255,255,255, +255,255,243,243,243,255,223,223,223,255,214,214,214,255,191,191,191,255,241,241, +241,255,255,255,255,255,255,255,255,255,247,247,247,255,81,81,81,255,233,233, +233,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255, +255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,253,253,253,255,80,80,80,255,232,232,232,255,255,255,255,255,255,255, +255,255,254,254,254,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255, +255,255,254,254,254,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,254,254, +254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253, +253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254, +254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,254,254,254,255,255,255,255,255,254,254,254,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,251,251, +251,255,255,255,255,255,175,175,175,255,124,124,124,255,255,255,255,255,253,253, +253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,255,255,254, +254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,253,253,253,255,253,253,253,255,253,253,253,255,255,255,255,255,254,254, +254,255,145,145,145,255,232,232,232,255,255,255,255,255,252,252,252,255,255,255, +255,255,255,255,255,255,255,255,255,255,254,254,254,255,253,253,253,255,253,253, +253,255,255,255,255,255,255,255,255,255,254,254,254,255,254,254,254,255,255,255, +255,255,255,255,255,255,254,254,254,255,254,254,254,255,255,255,255,255,253,253, +253,255,253,253,253,255,253,253,253,255,255,255,255,255,255,255,255,255,254,254, +254,255,253,253,253,255,253,253,253,255,254,254,254,255,255,255,255,255,255,255, +255,255,253,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254, +254,255,253,253,253,255,253,253,253,255,254,254,254,255,255,255,255,255,255,255, +255,255,254,254,254,255,253,253,253,255,253,253,253,255,253,253,253,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,253,253, +253,255,253,253,253,255,253,253,253,255,254,254,254,255,255,255,255,255,255,255, +255,255,142,142,142,255,220,220,220,255,255,255,255,255,253,253,253,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,254,253,253,255,255,255,255,255,255,255,255,255,254,253, +253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,255,255, +255,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,252,243,243,255,253,248,248,255,255,255,255,255,255,254, +254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254, +254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255, +255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,254,254,255,254,253,253,255,255,255,255,255,255,255,255,255,241,197, +197,255,224,87,87,255,226,110,110,255,245,218,218,255,255,255,255,255,255,254, +254,255,254,253,253,255,255,254,254,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255, +255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,254,254,255,254,253,253,255,255,255, +255,255,255,255,255,255,255,255,255,255,252,243,243,255,222,71,71,255,222,77,77, +255,220,44,44,255,228,124,124,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,254,253,253,255,255,254,254,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,254,253,253,255,255,255,255,255,255,255,255,255,247,225,225,255,237,181,181, +255,255,255,255,255,252,244,244,255,224,97,97,255,223,84,84,255,222,70,70,255, +229,132,132,255,255,255,255,255,251,241,241,255,237,178,178,255,251,240,240,255, +255,255,255,255,255,255,255,255,254,253,253,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,254,253,253,255,255,255,255,255,255,255,255,255, +252,243,243,255,235,172,172,255,221,55,55,255,223,74,74,255,254,249,249,255,252, +246,246,255,224,91,91,255,223,82,82,255,222,65,65,255,228,129,129,255,255,255, +255,255,248,229,229,255,219,0,0,255,224,93,93,255,240,192,192,255,254,252,252, +255,255,255,255,255,255,254,254,255,255,253,253,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255, +255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254, +255,255,255,255,255,254,253,253,255,240,195,195,255,224,93,93,255,221,43,43,255, +222,78,78,255,226,107,107,255,254,250,250,255,252,245,245,255,224,91,91,255,223, +83,83,255,222,65,65,255,228,129,129,255,255,255,255,255,248,231,231,255,222,75, +75,255,223,81,81,255,220,31,31,255,227,119,119,255,244,213,213,255,255,255,255, +255,255,255,255,255,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,254,254,254,255,253,253,253,255,254,254,254,255,255,255,255, +255,253,253,253,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,245,217,217,255,227,122,122, +255,220,31,31,255,222,78,78,255,224,92,92,255,222,75,75,255,225,101,101,255,254, +250,250,255,252,246,246,255,224,91,91,255,223,83,83,255,222,65,65,255,228,129, +129,255,255,255,255,255,248,230,230,255,221,63,63,255,223,86,86,255,224,91,91, +255,222,68,68,255,221,42,42,255,231,147,147,255,249,233,233,255,255,255,255,255, +255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +254,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253, +255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,254,253,253,255,255,255,255,255, +241,200,200,255,219,0,0,255,222,70,70,255,224,90,90,255,223,84,84,255,223,83,83, +255,222,74,74,255,225,103,103,255,254,250,250,255,252,245,245,255,224,91,91,255, +223,83,83,255,222,65,65,255,228,129,129,255,255,255,255,255,248,231,231,255,222, +65,65,255,223,84,84,255,223,81,81,255,223,86,86,255,223,89,89,255,221,53,53, +255,222,63,63,255,248,227,227,255,255,255,255,255,255,254,254,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,250,250,250,255,231,232,232,255,230,230,230,255,242,242,242,255,255,255,255, +255,212,212,213,255,233,233,233,255,255,255,255,255,254,254,254,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,229,132,132,255,221,63,63,255,224,91,91,255, +223,81,81,255,223,82,82,255,223,84,84,255,223,81,81,255,225,97,97,255,253,249, +249,255,252,245,245,255,224,90,90,255,223,83,83,255,222,66,66,255,228,128,128, +255,255,255,255,255,248,229,229,255,221,61,61,255,224,90,90,255,223,81,81,255, +223,82,82,255,223,81,81,255,224,96,96,255,220,31,31,255,236,174,174,255,255,255, +255,255,254,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254, +254,255,254,254,254,255,254,254,254,255,255,255,255,255,253,253,253,255,254,254, +254,255,255,255,255,255,255,255,255,255,254,254,254,255,253,253,253,255,253,253, +253,255,253,253,253,255,254,254,254,255,254,254,254,255,254,254,254,255,254,254, +254,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,253,253, +253,255,252,252,252,255,255,255,255,255,228,228,228,255,0,0,0,255,0,0,0,255,172, +172,172,255,193,193,193,255,0,0,0,255,47,48,50,255,239,239,239,255,255,255,255, +255,254,254,254,255,254,254,254,255,253,253,253,255,253,253,253,255,253,253,253, +255,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254, +255,253,253,253,255,253,253,253,255,253,253,253,255,254,254,254,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,253,253,253,255,253,253,253,255,253,253,253,255,253,253,253,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255, +232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,229,136,136,255,221,63,63, +255,223,86,86,255,223,82,82,255,223,82,82,255,223,86,86,255,220,27,27,255,227, +118,118,255,254,252,252,255,252,246,246,255,224,94,94,255,223,82,82,255,222,64, +64,255,229,133,133,255,255,255,255,255,249,235,235,255,222,70,70,255,221,59,59, +255,223,86,86,255,223,81,81,255,223,82,82,255,223,88,88,255,221,46,46,255,236, +172,172,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,254,254,254,255,253,253,253,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,253,253,253,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,227,227,227,255,0,0, +0,255,0,0,0,255,175,175,175,255,184,184,184,255,0,0,0,255,0,0,0,255,234,234, +235,255,255,255,255,255,252,252,252,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,253,253,253,255,254,254,254,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,253, +253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,253,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254, +254,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,254,254,254,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255, +255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,229,135, +135,255,221,61,61,255,223,87,87,255,223,82,82,255,223,86,86,255,222,67,67,255, +234,167,167,255,252,245,245,255,255,255,255,255,249,231,231,255,222,73,73,255, +223,87,87,255,222,72,72,255,226,114,114,255,254,251,251,255,255,255,255,255,249, +234,234,255,229,138,138,255,222,68,68,255,223,86,86,255,223,81,81,255,224,89,89, +255,220,41,41,255,236,173,173,255,255,255,255,255,254,253,253,255,255,255,255, +255,255,255,255,255,255,255,255,255,250,250,250,255,246,246,246,255,247,247,247, +255,255,255,255,255,221,221,221,255,236,236,236,255,255,255,255,255,255,255,255, +255,247,247,247,255,217,217,217,255,208,208,208,255,218,218,219,255,252,252,252, +255,252,252,252,255,245,245,245,255,247,247,247,255,254,254,254,255,255,255,255, +255,255,255,255,255,239,239,239,255,214,214,214,255,211,211,211,255,243,243,243, +255,235,235,235,255,0,0,0,255,0,0,0,255,166,166,166,255,251,251,252,255,170,170, +170,255,206,206,206,255,255,255,255,255,253,253,253,255,255,255,255,255,253,253, +253,255,224,224,224,255,212,212,212,255,216,216,216,255,242,242,242,255,255,255, +255,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255, +255,255,254,254,254,255,255,255,255,255,251,251,251,255,221,221,221,255,211,212, +212,255,220,220,220,255,248,248,248,255,255,255,255,255,254,254,254,255,255,255, +255,255,254,254,254,255,255,255,255,255,255,255,255,255,232,233,233,255,213,213, +213,255,213,213,214,255,232,232,232,255,255,255,255,255,255,255,255,255,253,253, +253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,229,135,135,255,221,61,61,255,223,87,87,255,223,83,83, +255,223,80,80,255,224,85,85,255,253,245,245,255,255,255,255,255,244,211,211,255, +226,110,110,255,222,74,74,255,223,84,84,255,223,85,85,255,222,70,70,255,229,135, +135,255,247,227,227,255,255,255,255,255,246,222,222,255,221,44,44,255,223,88,88, +255,223,81,81,255,224,89,89,255,220,41,41,255,236,172,172,255,255,255,255,255, +254,253,253,255,255,255,255,255,253,253,253,255,255,255,255,255,176,176,176,255, +0,0,0,255,94,95,95,255,145,146,146,255,0,0,0,255,191,191,191,255,255,255,255, +255,198,198,198,255,61,62,63,255,0,0,0,255,0,0,0,255,0,0,0,255,124,124,125,255, +126,127,128,255,30,31,32,255,98,99,99,255,247,247,247,255,255,255,255,255,172, +172,173,255,0,0,3,255,0,0,0,255,0,0,0,255,57,58,59,255,146,147,147,255,47,48,49, +255,0,0,0,255,171,171,172,255,176,177,177,255,76,77,77,255,86,87,88,255,223,223, +223,255,255,255,255,255,215,215,215,255,96,97,98,255,0,0,0,255,0,0,0,255,0,0,0, +255,44,45,47,255,175,175,175,255,255,255,255,255,255,255,255,255,254,254,254, +255,255,255,255,255,254,254,254,255,255,255,255,255,210,210,211,255,84,85,86, +255,0,0,0,255,0,0,0,255,0,0,0,255,71,72,73,255,197,197,197,255,255,255,255,255, +253,253,253,255,255,255,255,255,241,241,241,255,136,137,137,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,135,135,135,255,240,240,240,255,255,255,255,255,253,253, +253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,229,135,135,255,221,61,61,255,223,87,87,255,223,83,83,255,223,79,79,255, +224,90,90,255,252,243,243,255,253,246,246,255,222,69,69,255,221,62,62,255,223, +87,87,255,223,81,81,255,223,81,81,255,224,90,90,255,220,8,8,255,228,126,126, +255,255,255,255,255,246,220,220,255,221,52,52,255,223,87,87,255,223,81,81,255, +224,89,89,255,220,41,41,255,236,172,172,255,255,255,255,255,254,253,253,255,255, +255,255,255,253,253,253,255,255,255,255,255,167,167,167,255,0,0,0,255,6,10,14, +255,0,0,0,255,0,0,0,255,202,202,202,255,215,215,215,255,0,0,0,255,0,0,0,255,0,0, +0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,52,53,55,255,252,252, +252,255,172,172,172,255,0,0,0,255,22,24,25,255,0,0,0,255,0,0,0,255,0,0,0,255,0, +0,0,255,42,44,45,255,0,0,0,255,173,173,173,255,163,163,163,255,0,0,0,255,0,0, +0,255,230,230,231,255,224,224,224,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255, +0,0,0,255,0,0,0,255,0,0,0,255,154,154,155,255,255,255,255,255,254,254,254,255, +253,253,253,255,255,255,255,255,208,208,208,255,0,0,0,255,0,0,0,255,0,0,0,255,0, +0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,189,189,189,255,255,255,255,255,243,243, +244,255,82,83,84,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,77,78,79,255,244,244,244,255,255,255,255,255,254,254,254,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255, +232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,229,135,135,255,221,61,61, +255,223,87,87,255,223,83,83,255,223,79,79,255,224,88,88,255,252,245,245,255,253, +246,246,255,224,95,95,255,223,82,82,255,223,83,83,255,223,82,82,255,223,82,82, +255,223,87,87,255,222,68,68,255,229,134,134,255,255,255,255,255,246,221,221,255, +221,50,50,255,223,87,87,255,223,81,81,255,224,89,89,255,220,41,41,255,236,172, +172,255,255,255,255,255,254,253,253,255,255,255,255,255,253,253,253,255,255,255, +255,255,169,169,170,255,0,0,0,255,29,31,32,255,57,58,59,255,153,154,154,255,221, +221,221,255,92,93,94,255,0,0,0,255,0,0,0,255,131,131,131,255,210,210,210,255, +191,192,192,255,71,72,73,255,0,0,0,255,0,0,0,255,95,96,96,255,219,219,219,255,0, +0,0,255,30,32,33,255,0,0,0,255,158,159,159,255,213,213,213,255,179,179,180, +255,35,36,38,255,25,27,29,255,0,0,0,255,172,172,173,255,166,167,167,255,0,0,0, +255,0,0,0,255,220,220,221,255,111,111,112,255,0,0,0,255,0,0,0,255,135,135,136, +255,211,211,212,255,180,180,180,255,11,15,18,255,39,40,41,255,0,0,0,255,214,214, +214,255,255,255,255,255,255,255,255,255,248,248,248,255,69,70,71,255,0,0,0,255, +0,0,0,255,148,148,148,255,213,213,213,255,176,176,176,255,0,0,0,255,0,0,0,255, +0,0,0,255,238,238,239,255,175,175,175,255,0,0,0,255,17,20,22,255,85,85,86,255, +200,200,200,255,201,201,202,255,88,89,89,255,12,15,18,255,0,0,0,255,162,162,162, +255,255,255,255,255,253,253,253,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,229,135,135,255,221,61,61,255,223,87,87,255,223,83,83,255, +223,79,79,255,224,88,88,255,252,245,245,255,253,247,247,255,224,95,95,255,222, +77,77,255,223,84,84,255,223,82,82,255,223,82,82,255,223,87,87,255,221,61,61, +255,229,136,136,255,255,255,255,255,246,221,221,255,221,51,51,255,223,87,87,255, +223,81,81,255,224,89,89,255,220,41,41,255,236,172,172,255,255,255,255,255,254, +253,253,255,255,255,255,255,253,253,253,255,255,255,255,255,169,169,169,255,0,0, +0,255,0,0,0,255,196,197,197,255,255,255,255,255,223,223,223,255,0,0,0,255,0,0, +0,255,115,116,116,255,255,255,255,255,255,255,255,255,255,255,255,255,222,222, +222,255,0,0,0,255,0,0,0,255,105,105,106,255,172,172,173,255,0,0,0,255,0,0,0,255, +165,165,165,255,255,255,255,255,255,255,255,255,255,255,255,255,200,200,200,255, +0,0,0,255,0,0,0,255,172,172,173,255,166,166,167,255,0,0,0,255,52,53,55,255, +182,182,183,255,38,40,41,255,0,0,0,255,120,120,121,255,255,255,255,255,255,255, +255,255,255,255,255,255,193,194,194,255,0,0,0,255,0,0,0,255,157,157,158,255,255, +255,255,255,255,255,255,255,212,212,212,255,0,0,0,255,0,0,0,255,136,137,137,255, +255,255,255,255,255,255,255,255,255,255,255,255,204,204,204,255,151,152,152,255, +154,154,154,255,211,212,212,255,108,109,109,255,0,0,0,255,29,31,33,255,233,233, +233,255,255,255,255,255,255,255,255,255,234,234,234,255,35,37,39,255,0,0,0,255, +82,83,84,255,249,249,249,255,255,255,255,255,254,254,254,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,229,135,135,255,221,61,61,255,223,87,87,255,223, +83,83,255,223,79,79,255,224,88,88,255,252,244,244,255,252,245,245,255,223,72, +72,255,223,84,84,255,223,88,88,255,223,81,81,255,223,81,81,255,224,93,93,255, +221,61,61,255,227,122,122,255,255,255,255,255,246,220,220,255,221,51,51,255,223, +87,87,255,223,81,81,255,224,89,89,255,220,41,41,255,236,172,172,255,255,255, +255,255,254,253,253,255,255,255,255,255,253,253,253,255,255,255,255,255,169,169, +169,255,0,0,0,255,0,0,0,255,225,225,225,255,255,255,255,255,200,200,201,255,0,0, +0,255,0,0,0,255,184,185,185,255,255,255,255,255,249,249,249,255,252,252,252, +255,254,254,254,255,100,101,102,255,0,0,0,255,104,104,105,255,147,148,148,255,0, +0,0,255,0,0,0,255,220,221,221,255,255,255,255,255,249,249,249,255,255,255,255, +255,244,244,244,255,62,63,64,255,0,0,0,255,173,174,174,255,166,167,167,255,0,0, +0,255,63,64,65,255,157,158,158,255,20,22,24,255,0,0,0,255,187,187,187,255,255, +255,255,255,248,248,248,255,255,255,255,255,240,240,240,255,33,35,37,255,0,0,0, +255,133,134,134,255,255,255,255,255,255,255,255,255,196,196,196,255,0,0,0,255,0, +0,0,255,201,201,201,255,255,255,255,255,249,249,249,255,251,251,251,255,255, +255,255,255,255,255,255,255,255,255,255,255,247,247,247,255,45,46,48,255,0,0,0, +255,125,125,125,255,255,255,255,255,251,251,251,255,250,250,250,255,255,255,255, +255,127,127,128,255,0,0,0,255,46,48,49,255,238,238,238,255,255,255,255,255,254, +254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255, +255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,229,135,135,255,221, +61,61,255,223,87,87,255,223,83,83,255,222,78,78,255,224,91,91,255,253,246,246, +255,255,254,254,255,232,149,149,255,220,26,26,255,222,71,71,255,224,91,91,255, +223,89,89,255,221,61,61,255,221,42,42,255,237,180,180,255,255,255,255,255,247, +224,224,255,221,50,50,255,223,88,88,255,223,81,81,255,224,89,89,255,220,41,41, +255,236,172,172,255,255,255,255,255,254,253,253,255,255,255,255,255,253,253,253, +255,255,255,255,255,169,169,169,255,0,0,0,255,0,0,0,255,222,222,222,255,255,255, +255,255,209,209,209,255,0,0,0,255,0,0,0,255,154,154,155,255,255,255,255,255,255, +255,255,255,255,255,255,255,244,244,244,255,57,59,60,255,0,0,0,255,105,105,106, +255,160,160,161,255,0,0,0,255,0,0,0,255,198,198,198,255,255,255,255,255,254,254, +254,255,255,255,255,255,227,227,227,255,0,0,0,255,0,0,0,255,173,173,173,255,166, +167,167,255,0,0,0,255,60,61,62,255,167,167,168,255,26,28,30,255,0,0,0,255,158, +159,159,255,255,255,255,255,254,254,254,255,255,255,255,255,224,224,224,255,0,0, +0,255,0,0,0,255,142,142,142,255,255,255,255,255,255,255,255,255,203,203,203, +255,0,0,0,255,0,0,0,255,176,176,176,255,255,255,255,255,255,255,255,255,255,255, +255,255,241,241,241,255,215,215,216,255,221,221,221,255,224,225,225,255,80,81, +82,255,0,0,0,255,86,87,88,255,252,252,252,255,255,255,255,255,255,255,255,255, +254,254,254,255,92,93,93,255,0,0,0,255,64,65,66,255,243,243,243,255,255,255,255, +255,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255, +255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,229,135,135, +255,221,61,61,255,223,87,87,255,223,82,82,255,223,85,85,255,222,70,70,255,245, +215,215,255,255,255,255,255,255,255,255,255,243,208,208,255,226,113,113,255,220, +32,32,255,221,44,44,255,230,138,138,255,247,225,225,255,255,255,255,255,255, +255,255,255,238,187,187,255,221,52,52,255,223,88,88,255,223,81,81,255,224,89,89, +255,220,41,41,255,236,172,172,255,255,255,255,255,254,253,253,255,255,255,255, +255,253,253,253,255,255,255,255,255,169,169,169,255,0,0,0,255,0,0,0,255,224,224, +224,255,255,255,255,255,235,235,235,255,0,0,0,255,24,25,27,255,0,0,0,255,196, +196,196,255,249,249,249,255,241,241,242,255,146,146,146,255,0,0,0,255,0,0,0,255, +100,101,101,255,200,200,200,255,0,0,0,255,7,11,14,255,67,68,69,255,220,220,221, +255,250,250,250,255,233,233,233,255,114,114,115,255,0,0,0,255,0,0,0,255,172,172, +172,255,166,166,166,255,0,0,0,255,24,26,29,255,204,204,204,255,67,67,68,255,0,0, +0,255,0,0,0,255,201,202,202,255,251,251,251,255,234,235,235,255,110,110,111, +255,0,0,0,255,0,0,0,255,196,196,196,255,248,248,248,255,229,229,229,255,239,239, +239,255,0,0,0,255,0,0,3,255,41,43,44,255,213,213,213,255,251,251,251,255,230, +231,231,255,96,97,98,255,0,0,0,255,0,0,0,255,214,214,214,255,144,144,144,255,0, +0,0,255,0,0,0,255,160,161,161,255,245,245,246,255,246,246,247,255,166,166,166, +255,0,0,0,255,0,0,0,255,127,127,128,255,255,255,255,255,254,254,254,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255, +255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,230,136,136,255,221,60, +60,255,223,87,87,255,223,82,82,255,223,83,83,255,223,79,79,255,222,74,74,255, +236,174,174,255,252,244,244,255,255,255,255,255,254,251,251,255,238,186,186,255, +242,201,201,255,255,255,255,255,255,255,255,255,249,232,232,255,232,150,150,255, +221,62,62,255,223,84,84,255,223,82,82,255,223,82,82,255,223,89,89,255,220,41,41, +255,236,173,173,255,255,255,255,255,254,253,253,255,255,255,255,255,253,253,253, +255,255,255,255,255,171,171,171,255,0,0,0,255,0,0,0,255,226,226,226,255,255,255, +255,255,255,255,255,255,155,155,155,255,0,0,0,255,46,47,48,255,0,0,0,255,77,78, +79,255,54,55,56,255,0,0,0,255,33,34,35,255,0,0,2,255,82,83,83,255,245,245,245, +255,113,113,114,255,0,0,0,255,27,29,30,255,0,0,0,255,85,86,87,255,23,26,28,255, +0,0,0,255,53,54,55,255,0,0,0,255,174,174,174,255,168,168,169,255,0,0,0,255,0, +0,0,255,232,232,232,255,179,179,180,255,0,0,0,255,37,38,40,255,0,0,0,255,81, +81,82,255,29,31,33,255,0,0,0,255,0,0,0,255,92,92,93,255,232,232,232,255,86,86, +87,255,0,0,0,255,209,209,209,255,179,179,179,255,0,0,0,255,27,29,30,255,0,0,0, +255,84,85,86,255,12,16,19,255,0,0,1,255,0,0,0,255,127,128,128,255,255,255,255, +255,217,218,218,255,0,0,0,255,11,14,16,255,0,0,0,255,62,63,64,255,65,66,67,255, +0,0,0,255,8,12,14,255,0,0,0,255,218,218,218,255,255,255,255,255,253,253,253, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255, +255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,254,254,255,255,255,255,255,255,255,255,255,229,132,132, +255,222,69,69,255,223,86,86,255,223,82,82,255,223,82,82,255,223,83,83,255,223, +83,83,255,220,39,39,255,224,96,96,255,240,195,195,255,255,255,255,255,255,255, +255,255,255,255,255,255,253,246,246,255,236,175,175,255,222,71,71,255,221,52,52, +255,223,86,86,255,223,82,82,255,223,82,82,255,223,81,81,255,224,90,90,255,221, +51,51,255,235,170,170,255,255,255,255,255,254,253,253,255,255,255,255,255,253, +253,253,255,255,255,255,255,160,160,161,255,0,0,0,255,0,0,0,255,223,223,223,255, +255,255,255,255,255,255,255,255,249,249,249,255,127,128,128,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,19,22,25,255,28,31,34,255,0,0,0,255,0,0,0,255,250,250, +250,255,239,239,239,255,81,82,83,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,93, +94,94,255,0,0,0,255,0,0,0,255,165,165,165,255,157,157,158,255,0,0,0,255,0,0,0, +255,222,222,222,255,255,255,255,255,150,151,151,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,76,77,78,255,239,239,239,255,232,232,232,255,0,0,0,255, +0,0,0,255,170,171,171,255,255,255,255,255,150,150,151,255,0,0,0,255,0,0,0,255, +0,0,0,255,0,0,0,255,0,0,0,255,124,124,125,255,246,246,246,255,255,255,255,255, +255,255,255,255,199,200,200,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,199,199,199,255,255,255,255,255,253,253,253,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255, +255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,254,254,255,255,255,255,255,234,162,162,255, +219,0,0,255,224,93,93,255,223,86,86,255,223,81,81,255,223,82,82,255,223,83,83, +255,224,90,90,255,222,76,76,255,220,29,29,255,228,125,125,255,244,213,213,255, +241,200,200,255,225,98,98,255,220,35,35,255,223,83,83,255,223,89,89,255,223,82, +82,255,223,82,82,255,223,82,82,255,223,88,88,255,223,89,89,255,218,0,0,255,241, +200,200,255,255,255,255,255,254,253,253,255,255,255,255,255,254,254,254,255,255, +255,255,255,223,224,224,255,194,195,195,255,197,197,198,255,243,243,243,255,255, +255,255,255,253,253,253,255,255,255,255,255,255,255,255,255,204,204,205,255,156, +156,156,255,142,143,143,255,158,158,159,255,223,223,223,255,219,219,219,255,193, +193,193,255,204,205,205,255,250,250,250,255,255,255,255,255,248,248,248,255,191, +191,191,255,149,149,149,255,143,143,144,255,184,184,184,255,242,242,242,255,206, +206,206,255,191,191,192,255,225,225,225,255,223,223,223,255,194,194,194,255,197, +198,198,255,241,242,242,255,255,255,255,255,255,255,255,255,218,218,219,255,166, +166,167,255,143,144,144,255,152,152,153,255,195,195,195,255,249,249,249,255,255, +255,255,255,255,255,255,255,199,200,200,255,168,168,168,255,245,245,246,255,255, +255,255,255,255,255,255,255,217,217,218,255,164,164,164,255,142,142,143,255,157, +158,158,255,206,207,207,255,255,255,255,255,255,255,255,255,254,254,254,255,254, +254,254,255,255,255,255,255,235,235,235,255,179,179,180,255,146,147,147,255,147, +147,147,255,178,178,179,255,234,235,235,255,255,255,255,255,254,254,254,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,255,255, +255,255,255,252,245,245,255,232,152,152,255,221,44,44,255,222,65,65,255,224,90, +90,255,223,84,84,255,223,82,82,255,223,81,81,255,223,85,85,255,224,90,90,255, +222,64,64,255,221,47,47,255,221,45,45,255,222,73,73,255,224,90,90,255,223,83,83, +255,223,81,81,255,223,82,82,255,223,86,86,255,223,89,89,255,221,53,53,255,222, +64,64,255,237,180,180,255,255,254,254,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,254,254,254,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,254,254,254,255,255,255,255,255,254,254,254,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253, +253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,254, +254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,253,253,253,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,254,254,254,255,254,254,254,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254, +254,254,255,255,255,255,255,255,255,255,255,253,253,253,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253, +253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,254,254,255,255,255,255,255,255,255,255,255,245, +216,216,255,228,124,124,255,220,30,30,255,222,77,77,255,224,90,90,255,223,82,82, +255,223,82,82,255,223,81,81,255,223,86,86,255,223,88,88,255,223,88,88,255,223, +85,85,255,223,82,82,255,223,81,81,255,223,84,84,255,224,90,90,255,222,67,67, +255,221,41,41,255,231,148,148,255,249,231,231,255,255,255,255,255,255,255,255, +255,255,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,254,254,254,255,253,253,253,255,253,253,253,255,254,254,254,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,253,253,253,255,253,253,253, +255,254,254,254,255,253,253,253,255,253,253,253,255,253,253,253,255,253,253,253, +255,253,253,253,255,255,255,255,255,255,255,255,255,254,254,254,255,253,253,253, +255,254,254,254,255,254,254,254,255,253,253,253,255,254,254,254,255,253,253,253, +255,253,253,253,255,254,254,254,255,254,254,254,255,253,253,253,255,253,253,253, +255,254,254,254,255,255,255,255,255,255,255,255,255,253,253,253,255,253,253,253, +255,254,254,254,255,254,254,254,255,253,253,253,255,254,254,254,255,255,255,255, +255,255,255,255,255,253,253,253,255,253,253,253,255,254,254,254,255,255,255,255, +255,255,255,255,255,253,253,253,255,253,253,253,255,254,254,254,255,253,253,253, +255,253,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,254,254,254,255,253,253,253,255,254,254,254,255,254,254,254, +255,253,253,253,255,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,254,254,255,255,254,254,255,255,255,255,255,255,253,253,255,240,196,196, +255,224,95,95,255,220,38,38,255,223,85,85,255,223,88,88,255,223,82,82,255,223, +81,81,255,223,82,82,255,223,82,82,255,223,81,81,255,223,83,83,255,224,90,90, +255,222,78,78,255,220,30,30,255,227,120,120,255,245,214,214,255,255,255,255,255, +255,255,255,255,254,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +254,253,253,255,255,255,255,255,255,255,255,255,252,243,243,255,235,172,172,255, +222,65,65,255,221,54,54,255,223,89,89,255,223,86,86,255,223,81,81,255,223,81,81, +255,223,88,88,255,223,85,85,255,220,38,38,255,224,91,91,255,240,193,193,255,254, +252,252,255,255,255,255,255,255,254,254,255,255,253,253,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,255,254, +253,253,255,255,255,255,255,255,255,255,255,248,230,230,255,231,145,145,255,221, +41,41,255,222,68,68,255,224,90,90,255,223,89,89,255,221,56,56,255,222,63,63, +255,235,170,170,255,252,242,242,255,255,255,255,255,255,255,255,255,254,253,253, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255, +255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254, +255,254,253,253,255,255,255,255,255,255,255,255,255,244,212,212,255,227,118,118, +255,220,37,37,255,221,47,47,255,230,142,142,255,248,228,228,255,255,255,255,255, +255,255,255,255,254,253,253,255,255,254,254,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,253,253,255,255,254,254,255,255,255,255,255,254,250,250,255,244,212,212,255, +246,220,220,255,255,255,255,255,255,255,255,255,254,253,253,255,255,254,254,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,254,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,254,253,253,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,254,253,253,255,254,253,253,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253, +255,255,255,255,255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255, +255,255,255,232,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,253,255,255,255,255,255,255,255,232,255,255,255,254, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,253,255,255,255,255,255,255,255,231,255,255,255,255,255,255,255,252, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253, +255,255,255,255,255,255,255,233,255,255,255,223,255,255,255,255,255,255,255,249, +255,255,255,253,255,255,255,253,255,255,255,252,255,255,255,252,255,255,255,253, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,252, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,252,255,255,255,252, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,252, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253, +255,255,255,253,255,255,255,252,255,255,255,253,255,255,255,253,255,255,255,253, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253, +255,255,255,252,255,255,255,253,255,255,255,252,255,255,255,253,255,255,255,253, +255,255,255,253,255,255,255,253,255,255,255,252,255,255,255,253,255,255,255,253, +255,255,255,252,255,255,255,253,255,255,255,253,255,255,255,252,255,255,255,253, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,252, +255,255,255,252,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253, +255,255,255,252,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253, +255,255,255,253,255,255,255,252,255,255,255,253,255,255,255,252,255,255,255,253, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,252,255,255,255,253, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,252, +255,255,255,253,255,255,255,253,255,255,255,252,255,255,255,252,255,255,255,253, +255,255,255,252,255,255,255,252,255,255,255,253,255,255,255,253,255,255,255,253, +255,255,255,253,255,255,255,252,255,255,255,253,255,255,255,253,255,255,255,253, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,252, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,252,255,255,255,252, +255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253,255,255,255,253, +255,255,255,252,255,255,255,253,255,255,255,253,255,255,255,248,255,255,255,255, +255,255,255,194,255,255,255,62,255,255,255,242,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255, +255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,230,255,255,255,45, +0,0,0,0,255,255,255,20,255,255,255,68,255,255,255,66,255,255,255,66,255,255, +255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255, +66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66, +255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255, +255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255, +255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255, +66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66, +255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255, +255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255, +255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255, +66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66, +255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255, +255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255, +255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255, +66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66, +255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255, +255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255, +255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255, +66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66, +255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255, +255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255, +255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255, +66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66,255,255,255,66, +255,255,255,66,255,255,255,13,0,0,0,0}; +static Fl_Image *image_radio_co_badge() { + static Fl_Image *image = new Fl_RGB_Image(idata_radio_co_badge, 124, 61, 4, 0); + return image; +} + +void flgui::cb_window_cfg_i(Fl_My_Double_Window*, void*) { + if(window_cfg->shown()) +{ + window_cfg->hide(); + Fl::remove_timeout(&cfg_win_pos_timer); +}; +} +void flgui::cb_window_cfg(Fl_My_Double_Window* o, void* v) { + ((flgui*)(o->user_data()))->cb_window_cfg_i(o,v); +} + +void flgui::cb_choice_cfg_act_srv_i(Fl_Choice*, void*) { + choice_cfg_act_srv_cb(); +} +void flgui::cb_choice_cfg_act_srv(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_act_srv_i(o,v); +} + +void flgui::cb_ADD_i(Fl_Button*, void*) { + button_cfg_add_srv_cb(); +} +void flgui::cb_ADD(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_ADD_i(o,v); +} + +void flgui::cb_button_cfg_edit_srv_i(Fl_Button*, void*) { + button_cfg_edit_srv_cb(); +} +void flgui::cb_button_cfg_edit_srv(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_cfg_edit_srv_i(o,v); +} + +void flgui::cb_button_cfg_del_srv_i(Fl_Button*, void*) { + button_cfg_del_srv_cb(); +} +void flgui::cb_button_cfg_del_srv(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_cfg_del_srv_i(o,v); +} + +void flgui::cb_choice_cfg_act_icy_i(Fl_Choice*, void*) { + choice_cfg_act_icy_cb(); +} +void flgui::cb_choice_cfg_act_icy(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_act_icy_i(o,v); +} + +void flgui::cb_ADD1_i(Fl_Button*, void*) { + button_cfg_add_icy_cb(); +} +void flgui::cb_ADD1(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_ADD1_i(o,v); +} + +void flgui::cb_button_cfg_edit_icy_i(Fl_Button*, void*) { + button_cfg_edit_icy_cb(); +} +void flgui::cb_button_cfg_edit_icy(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_cfg_edit_icy_i(o,v); +} + +void flgui::cb_button_cfg_del_icy_i(Fl_Button*, void*) { + button_cfg_del_icy_cb(); +} +void flgui::cb_button_cfg_del_icy(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_cfg_del_icy_i(o,v); +} + +void flgui::cb_input_log_filename_i(Fl_Input*, void*) { + input_log_filename_cb(); +} +void flgui::cb_input_log_filename(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_log_filename_i(o,v); +} + +void flgui::cb__i(Fl_Button*, void*) { + button_cfg_log_browse_cb(); +} +void flgui::cb_(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb__i(o,v); +} + +static const unsigned char idata_folder[] = +{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,19,19,0, +4,4,4,0,2,2,2,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,9,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,36,36, +36,12,4,4,4,58,3,3,3,62,1,1,1,62,0,0,0,61,0,0,0,14,0,0,0,0,0,0,0,1,1,1,1,1,1,1, +1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,3,14,2,2,2,156,1,1,1,105,0,0,0,95,0,0,0,95, +0,0,0,89,0,0,0,180,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,5,5,5, +98,5,5,5,123,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,154,0,0,0, +111,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,118,0,0,0,81,0,0,0,0,0,0,0,5, +0,0,0,3,5,5,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,2,2,2,72,2,2,2,25,0,0,0,2,7, +7,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,15,0,0,0,15,0,0,0,15,0,0, +0,15,0,0,0,15,0,0,0,1,0,0,0,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,95,0,0,0,48,2,2,2,5,4,4,4,3,0,0,0,0,7,7,7,94,3,3,3,140,0,0,0, +140,0,0,0,141,0,0,0,144,0,0,0,144,0,0,0,144,0,0,0,144,0,0,0,144,0,0,0,144,3,3,3, +139,6,6,6,196,0,0,0,141,0,0,0,141,0,0,0,138,4,4,4,136,0,0,0,16,0,0,0,0,0,0,0,0, +0,0,0,96,0,0,0,46,0,0,0,2,0,0,0,0,0,0,0,78,0,0,0,110,0,0,0,0,1,1,1,7,0,0,0,7, +0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,1,1,1,7,0,0,0,7,0,0,0,1,2,2,2,7,0,0,0, +11,0,0,0,0,0,0,0,177,1,1,1,15,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,45,0,0,0,1,0,0,0, +0,0,0,0,157,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,105,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,96,0,0,0,46,0,0,0,0,0,0,0,100,0,0,0,57,0,0,0,1,0,0,0,1,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,167,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,48,0,0, +0,14,0,0,0,125,0,0,0,12,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,79,0,0,0,0,0, +0,0,1,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,46,0,0,0,68,0,0,0,95,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,2,0,0,0,11,0,0,0,127,0,0,0,18,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0, +0,0,36,0,0,0,166,0,0,0,0,0,0,0,0,2,2,2,0,2,2,2,0,2,2,2,0,2,2,2,0,2,2,2,0,2,2, +2,0,2,2,2,0,2,2,2,0,2,2,2,0,2,2,2,0,1,1,1,1,1,1,1,2,0,0,0,50,0,0,0,111,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,10,10,10,152,0,0,0,71,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,3,0,0,0,0,0,0,0,160,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,6,6,6,91,4,4,4,196,0,0,0,13,4,4,4,23,3,3,3,20,4,4,4,20,4,4,4,20,4,4,4,20, +4,4,4,20,4,4,4,20,4,4,4,20,4,4,4,20,4,4,4,20,4,4,4,20,3,3,3,20,16,16,16,11,5, +5,5,95,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0, +0,118,0,0,0,133,0,0,0,133,0,0,0,133,0,0,0,133,0,0,0,133,0,0,0,133,0,0,0,133,0, +0,0,133,0,0,0,133,0,0,0,133,0,0,0,133,0,0,0,133,0,0,0,133,0,0,0,135,0,0,0,113, +4,4,4,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; +static Fl_Image *image_folder() { + static Fl_Image *image = new Fl_RGB_Image(idata_folder, 24, 24, 4, 0); + return image; +} + +void flgui::cb_button_cfg_import_i(Fl_Button*, void*) { + button_cfg_import_cb(); +} +void flgui::cb_button_cfg_import(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_cfg_import_i(o,v); +} + +void flgui::cb_Save_i(Fl_Button*, void*) { + cfg_write_file(NULL); +} +void flgui::cb_Save(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Save_i(o,v); +} + +void flgui::cb_Export_i(Fl_Button*, void*) { + button_cfg_export_cb(); +} +void flgui::cb_Export(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Export_i(o,v); +} + +void flgui::cb_check_start_agent_i(Fl_Check_Button*, void*) { + check_start_agent_cb(); +} +void flgui::cb_check_start_agent(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_start_agent_i(o,v); +} + +void flgui::cb_check_minimize_to_tray_i(Fl_Check_Button*, void*) { + check_minimize_to_tray_cb(); +} +void flgui::cb_check_minimize_to_tray(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_minimize_to_tray_i(o,v); +} + +void flgui::cb_Start_i(Fl_Button*, void*) { + button_start_agent_cb(); +} +void flgui::cb_Start(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Start_i(o,v); +} + +void flgui::cb_Stop_i(Fl_Button*, void*) { + button_stop_agent_cb(); +} +void flgui::cb_Stop(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Stop_i(o,v); +} + +void flgui::cb_check_update_at_startup_i(Fl_Check_Button*, void*) { + check_update_at_startup_cb(); +} +void flgui::cb_check_update_at_startup(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_update_at_startup_i(o,v); +} + +void flgui::cb_Check_i(Fl_Button*, void*) { + button_cfg_check_for_updates_cb(); +} +void flgui::cb_Check(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Check_i(o,v); +} + +void flgui::cb_Manual_i(Fl_Button*, void*) { + char uri[128]; +snprintf(uri, sizeof(uri), "https://danielnoethen.de/butt/release/%s/butt-%s_manual.html", VERSION, VERSION); +fl_open_uri(uri); +} +void flgui::cb_Manual(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Manual_i(o,v); +} + +void flgui::cb_YouTube_i(Fl_Button*, void*) { + char uri[128]; +snprintf(uri, sizeof(uri), "https://www.youtube.com/@butt.broadcaster"); +fl_open_uri(uri); +} +void flgui::cb_YouTube(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_YouTube_i(o,v); +} + +static const unsigned char idata_yt_icon[] = +{0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,125,0,0,0,210,0,0,0,247,0,0,0,255,0,0,0,255, +0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,247,0,0,0, +210,0,0,0,124,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,222,0,0,0,255,0,0, +0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0, +0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255, +0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,220,0,0,0,38,0,0,0,0, +0,0,0,13,0,0,0,221,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,219,0,0,0,12,0,0,0,123,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +121,0,0,0,209,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,207,0,0,0,246,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,248,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +245,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,47,0,0,0,99,0,0,0,224,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,40,0,0,0, +0,0,0,0,5,0,0,0,94,0,0,0,222,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,102,0,0, +0,229,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0, +0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255, +0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,40,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,116,0,0,0,239,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60, +0,0,0,215,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,60,0,0,0,179,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0, +0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255, +0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,40,0,0,0,0,0,0,0,1,0,0,0,77,0,0,0,200,0,0,0,255,0,0,0,255,0,0,0,255,0, +0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255, +0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,45,0,0,0,89,0,0,0,210,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,246,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,248,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,245,0,0,0,208,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,206,0,0,0,122,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,120,0,0,0,13,0,0,0,220,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,219,0,0,0,11,0,0,0,0,0,0,0,39, +0,0,0,221,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +220,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,124,0,0,0,208,0,0,0,246,0,0, +0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0, +0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255, +0,0,0,246,0,0,0,208,0,0,0,123,0,0,0,12,0,0,0,0,0,0,0,0}; +static Fl_Image *image_yt_icon() { + static Fl_Image *image = new Fl_RGB_Image(idata_yt_icon, 28, 20, 4, 0); + return image; +} + +void flgui::cb_Stereo_i(Fl_Menu_*, void*) { + choice_cfg_channel_stereo_cb(); +} +void flgui::cb_Stereo(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Stereo_i(o,v); +} + +void flgui::cb_Mono_i(Fl_Menu_*, void*) { + choice_cfg_channel_mono_cb(); +} +void flgui::cb_Mono(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Mono_i(o,v); +} + +unsigned char flgui::menu_choice_cfg_channel_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_cfg_channel[] = { + {"Stereo", 0, (Fl_Callback*)flgui::cb_Stereo, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Mono", 0, (Fl_Callback*)flgui::cb_Mono, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_cfg_samplerate_i(Fl_Choice*, void*) { + choice_cfg_samplerate_cb(); +} +void flgui::cb_choice_cfg_samplerate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_samplerate_i(o,v); +} + +void flgui::cb_radio_cfg_ID_i(Fl_Round_Button*, void*) { + radio_cfg_ID_cb(); +} +void flgui::cb_radio_cfg_ID(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->parent()->user_data()))->cb_radio_cfg_ID_i(o,v); +} + +void flgui::cb_radio_cfg_name_i(Fl_Round_Button*, void*) { + radio_cfg_name_cb(); +} +void flgui::cb_radio_cfg_name(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->parent()->user_data()))->cb_radio_cfg_name_i(o,v); +} + +void flgui::cb_button_cfg_rescan_devices_i(Fl_Button*, void*) { + button_cfg_rescan_devices_cb(); +} +void flgui::cb_button_cfg_rescan_devices(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_cfg_rescan_devices_i(o,v); +} + +void flgui::cb_choice_cfg_dev_i(Fl_Choice*, void*) { + choice_cfg_dev_cb(); +} +void flgui::cb_choice_cfg_dev(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_dev_i(o,v); +} + +void flgui::cb_choice_cfg_left_channel_i(Fl_Choice*, void*) { + choice_cfg_left_channel_cb(); +} +void flgui::cb_choice_cfg_left_channel(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_left_channel_i(o,v); +} + +void flgui::cb_choice_cfg_right_channel_i(Fl_Choice*, void*) { + choice_cfg_right_channel_cb(); +} +void flgui::cb_choice_cfg_right_channel(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_right_channel_i(o,v); +} + +void flgui::cb_choice_cfg_dev2_i(Fl_Choice*, void*) { + choice_cfg_dev2_cb(); +} +void flgui::cb_choice_cfg_dev2(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_dev2_i(o,v); +} + +void flgui::cb_choice_cfg_left_channel2_i(Fl_Choice*, void*) { + choice_cfg_left_channel2_cb(); +} +void flgui::cb_choice_cfg_left_channel2(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_left_channel2_i(o,v); +} + +void flgui::cb_choice_cfg_right_channel2_i(Fl_Choice*, void*) { + choice_cfg_right_channel2_cb(); +} +void flgui::cb_choice_cfg_right_channel2(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_right_channel2_i(o,v); +} + +void flgui::cb_MP3_i(Fl_Menu_*, void*) { + choice_cfg_codec_mp3_cb(); +} +void flgui::cb_MP3(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_MP3_i(o,v); +} + +void flgui::cb_OGG_i(Fl_Menu_*, void*) { + choice_cfg_codec_ogg_cb(); +} +void flgui::cb_OGG(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_OGG_i(o,v); +} + +void flgui::cb_OPUS_i(Fl_Menu_*, void*) { + choice_cfg_codec_opus_cb(); +} +void flgui::cb_OPUS(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_OPUS_i(o,v); +} + +void flgui::cb_menu_item_cfg_aac_i(Fl_Menu_*, void*) { + choice_cfg_codec_aac_cb(); +} +void flgui::cb_menu_item_cfg_aac(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_menu_item_cfg_aac_i(o,v); +} + +void flgui::cb_FLAC_i(Fl_Menu_*, void*) { + choice_cfg_codec_flac_cb(); +} +void flgui::cb_FLAC(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_FLAC_i(o,v); +} + +unsigned char flgui::menu_choice_cfg_codec_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_cfg_codec[] = { + {"MP3", 0, (Fl_Callback*)flgui::cb_MP3, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"OGG/VORBIS", 0, (Fl_Callback*)flgui::cb_OGG, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"OPUS", 0, (Fl_Callback*)flgui::cb_OPUS, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"AAC+", 0, (Fl_Callback*)flgui::cb_menu_item_cfg_aac, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"FLAC", 0, (Fl_Callback*)flgui::cb_FLAC, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; +Fl_Menu_Item* flgui::menu_item_cfg_aac = flgui::menu_choice_cfg_codec + 3; + +void flgui::cb_choice_cfg_bitrate_i(Fl_Choice*, void*) { + choice_cfg_bitrate_cb(); +} +void flgui::cb_choice_cfg_bitrate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_bitrate_i(o,v); +} + +void flgui::cb_1_i(Fl_Button*, void*) { + button_stream_codec_settings_cb(); +} +void flgui::cb_1(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_1_i(o,v); +} + +static const unsigned char idata_settings[] = +{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +112,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,42,0,0,0,223,0,0,0,255,0,0,0,55,0,0,0,55,0,0,0,255,0,0,0,223,0,0,0,42, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,1,0,0,0,193,0,0,0,174,0,0,0,86,0,0,0,148,0,0,0,254,0,0,0,255, +0,0,0,251,0,0,0,9,0,0,0,9,0,0,0,251,0,0,0,255,0,0,0,253,0,0,0,148,0,0,0,86,0, +0,0,174,0,0,0,193,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,95,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,248,0,0,0,146,0,0,0,41,0,0, +0,0,0,0,0,0,0,0,0,41,0,0,0,147,0,0,0,248,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0, +255,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,230,0,0,0, +255,0,0,0,155,0,0,0,199,0,0,0,219,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,46,0,0,0,219,0,0,0,199,0,0,0,155,0,0,0,255,0,0,0,230,0,0,0, +13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,255,0,0,0,230,0,0,0,5,0,0,0, +0,0,0,0,3,0,0,0,0,0,0,0,38,0,0,0,174,0,0,0,242,0,0,0,242,0,0,0,173,0,0,0,37,0, +0,0,0,0,0,0,2,0,0,0,0,0,0,0,5,0,0,0,231,0,0,0,255,0,0,0,135,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,81,0,0,0,245,0,0,0,255,0,0,0,183,0,0,0,12,0,0,0,0,0,0,0, +38,0,0,0,238,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,236,0,0,0,27,0,0,0, +0,0,0,0,12,0,0,0,184,0,0,0,255,0,0,0,245,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,54,0,0,0,246,0,0,0,255,0,0,0,44,0,0,0,0,0,0,0,174,0,0,0,255, +0,0,0,179,0,0,0,27,0,0,0,28,0,0,0,181,0,0,0,255,0,0,0,169,0,0,0,0,0,0,0,44,0, +0,0,255,0,0,0,246,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,244,0,0,0,255,0,0,0,11,0,0,0,0,0,0,0,242,0,0,0,255,0,0,0,27,0,0,0, +0,0,0,0,0,0,0,0,29,0,0,0,255,0,0,0,240,0,0,0,0,0,0,0,12,0,0,0,255,0,0,0,244,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0, +255,0,0,0,11,0,0,0,0,0,0,0,241,0,0,0,255,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,29,0,0, +0,255,0,0,0,240,0,0,0,0,0,0,0,12,0,0,0,255,0,0,0,244,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,246,0,0,0,255,0,0,0,44,0,0,0,0, +0,0,0,173,0,0,0,255,0,0,0,181,0,0,0,28,0,0,0,29,0,0,0,182,0,0,0,255,0,0,0,171, +0,0,0,0,0,0,0,45,0,0,0,255,0,0,0,246,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,80,0,0,0,245,0,0,0,255,0,0,0,183,0,0,0,12,0,0,0,0,0,0,0,37,0,0, +0,236,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,237,0,0,0,36,0,0,0,0,0,0, +0,12,0,0,0,184,0,0,0,255,0,0,0,245,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,135,0,0,0,255,0,0,0,230,0,0,0,5,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,27,0,0,0, +169,0,0,0,241,0,0,0,241,0,0,0,171,0,0,0,36,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,5,0,0, +0,231,0,0,0,255,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,230, +0,0,0,255,0,0,0,155,0,0,0,199,0,0,0,219,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,219,0,0,0,198,0,0,0,156,0,0,0,255,0,0,0, +230,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,255,0,0,0, +255,0,0,0,255,0,0,0,255,0,0,0,248,0,0,0,147,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,42,0, +0,0,148,0,0,0,249,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,95,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,192,0,0,0,173,0,0,0,86,0, +0,0,147,0,0,0,253,0,0,0,255,0,0,0,251,0,0,0,9,0,0,0,10,0,0,0,251,0,0,0,255,0, +0,0,253,0,0,0,147,0,0,0,86,0,0,0,173,0,0,0,192,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0, +0,0,223,0,0,0,255,0,0,0,55,0,0,0,56,0,0,0,255,0,0,0,223,0,0,0,41,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,255,0,0,0,255,0, +0,0,255,0,0,0,255,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,111,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,109,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; +static Fl_Image *image_settings() { + static Fl_Image *image = new Fl_RGB_Image(idata_settings, 24, 24, 4, 0); + return image; +} + +void flgui::cb_MP31_i(Fl_Menu_*, void*) { + choice_rec_codec_mp3_cb(); +} +void flgui::cb_MP31(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_MP31_i(o,v); +} + +void flgui::cb_OGG1_i(Fl_Menu_*, void*) { + choice_rec_codec_ogg_cb(); +} +void flgui::cb_OGG1(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_OGG1_i(o,v); +} + +void flgui::cb_OPUS1_i(Fl_Menu_*, void*) { + choice_rec_codec_opus_cb(); +} +void flgui::cb_OPUS1(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_OPUS1_i(o,v); +} + +void flgui::cb_menu_item_rec_aac_i(Fl_Menu_*, void*) { + choice_rec_codec_aac_cb(); +} +void flgui::cb_menu_item_rec_aac(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_menu_item_rec_aac_i(o,v); +} + +void flgui::cb_FLAC1_i(Fl_Menu_*, void*) { + choice_rec_codec_flac_cb(); +} +void flgui::cb_FLAC1(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_FLAC1_i(o,v); +} + +void flgui::cb_WAV_i(Fl_Menu_*, void*) { + choice_rec_codec_wav_cb(); +} +void flgui::cb_WAV(Fl_Menu_* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_WAV_i(o,v); +} + +unsigned char flgui::menu_choice_rec_codec_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_codec[] = { + {"MP3", 0, (Fl_Callback*)flgui::cb_MP31, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"OGG/VORBIS", 0, (Fl_Callback*)flgui::cb_OGG1, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"OPUS", 0, (Fl_Callback*)flgui::cb_OPUS1, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"AAC+", 0, (Fl_Callback*)flgui::cb_menu_item_rec_aac, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"FLAC", 0, (Fl_Callback*)flgui::cb_FLAC1, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"WAV", 0, (Fl_Callback*)flgui::cb_WAV, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; +Fl_Menu_Item* flgui::menu_item_rec_aac = flgui::menu_choice_rec_codec + 3; + +void flgui::cb_choice_rec_bitrate_i(Fl_Choice*, void*) { + choice_rec_bitrate_cb(); +} +void flgui::cb_choice_rec_bitrate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_rec_bitrate_i(o,v); +} + +void flgui::cb_2_i(Fl_Button*, void*) { + button_rec_codec_settings_cb(); +} +void flgui::cb_2(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_2_i(o,v); +} + +void flgui::cb_button_advanced_i(Fl_Button*, void*) { + static int show_advanced = 0; +if (!show_advanced) +{ + window_cfg->size(window_cfg->w(), 450); + show_advanced = 1; + fl_g->button_advanced->label("Standard..."); +} +else +{ + window_cfg->size(window_cfg->w(), 380); + show_advanced = 0; + fl_g->button_advanced->label("Advanced..."); + +}; +} +void flgui::cb_button_advanced(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_button_advanced_i(o,v); +} + +void flgui::cb_input_cfg_buffer_i(Fl_Value_Input*, void*) { + input_cfg_buffer_cb(1); +} +void flgui::cb_input_cfg_buffer(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_input_cfg_buffer_i(o,v); +} + +void flgui::cb_choice_cfg_resample_mode_i(Fl_Choice*, void*) { + choice_cfg_resample_mode_cb(); +} +void flgui::cb_choice_cfg_resample_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_cfg_resample_mode_i(o,v); +} + +unsigned char flgui::menu_choice_cfg_resample_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_cfg_resample_mode[] = { + {"SINC_BEST", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"SINC_MEDIUM", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"SINC_FASTEST", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"ZERO_ORDER_HOLD", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"LINEAR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_input_cfg_present_level_i(Fl_Value_Input*, void*) { + input_cfg_present_level_cb(); +} +void flgui::cb_input_cfg_present_level(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_present_level_i(o,v); +} + +void flgui::cb_input_cfg_absent_level_i(Fl_Value_Input*, void*) { + input_cfg_absent_level_cb(); +} +void flgui::cb_input_cfg_absent_level(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_absent_level_i(o,v); +} + +void flgui::cb_input_cfg_song_file_i(Fl_Input*, void*) { + input_cfg_song_file_cb(); +} +void flgui::cb_input_cfg_song_file(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_song_file_i(o,v); +} + +void flgui::cb_button_songfile_browse_i(Fl_Button*, void*) { + button_cfg_browse_songfile_cb(); +} +void flgui::cb_button_songfile_browse(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_songfile_browse_i(o,v); +} + +void flgui::cb_check_song_update_active_i(Fl_Check_Button*, void*) { + check_song_update_active_cb(); +} +void flgui::cb_check_song_update_active(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_song_update_active_i(o,v); +} + +void flgui::cb_check_read_last_line_i(Fl_Check_Button*, void*) { + check_read_last_line_cb(); +} +void flgui::cb_check_read_last_line(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_read_last_line_i(o,v); +} + +void flgui::cb_choice_cfg_app_i(Fl_Choice*, void*) { + choice_cfg_app_cb(); +} +void flgui::cb_choice_cfg_app(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_app_i(o,v); +} + +void flgui::cb_radio_cfg_title_artist_i(Fl_Round_Button*, void*) { + radio_cfg_title_artist_cb(); +} +void flgui::cb_radio_cfg_title_artist(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->parent()->user_data()))->cb_radio_cfg_title_artist_i(o,v); +} + +void flgui::cb_radio_cfg_artist_title_i(Fl_Round_Button*, void*) { + radio_cfg_artist_title_cb(); +} +void flgui::cb_radio_cfg_artist_title(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->parent()->user_data()))->cb_radio_cfg_artist_title_i(o,v); +} + +void flgui::cb_check_cfg_use_app_i(Fl_Check_Button*, void*) { + check_cfg_use_app_cb(); +} +void flgui::cb_check_cfg_use_app(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_cfg_use_app_i(o,v); +} + +void flgui::cb_input_cfg_song_i(Fl_Input*, void*) { + input_cfg_song_cb(); +} +void flgui::cb_input_cfg_song(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_song_i(o,v); +} + +void flgui::cb_button_cfg_song_go_i(Fl_Button*, void*) { + button_cfg_song_go_cb(); +} +void flgui::cb_button_cfg_song_go(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_cfg_song_go_i(o,v); +} + +void flgui::cb_choice_cfg_song_delay_i(Fl_Choice*, void*) { + choice_cfg_song_delay_cb(); +} +void flgui::cb_choice_cfg_song_delay(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_cfg_song_delay_i(o,v); +} + +void flgui::cb_input_cfg_song_prefix_i(Fl_Input*, void*) { + input_cfg_song_prefix_cb(); +} +void flgui::cb_input_cfg_song_prefix(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_song_prefix_i(o,v); +} + +void flgui::cb_input_cfg_song_suffix_i(Fl_Input*, void*) { + input_cfg_song_suffix_cb(); +} +void flgui::cb_input_cfg_song_suffix(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_song_suffix_i(o,v); +} + +void flgui::cb_check_stream_signal_i(Fl_Check_Button*, void*) { + check_stream_signal_cb(); +} +void flgui::cb_check_stream_signal(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_stream_signal_i(o,v); +} + +void flgui::cb_input_cfg_signal_i(Fl_Value_Input*, void*) { + input_cfg_signal_cb(); +} +void flgui::cb_input_cfg_signal(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_signal_i(o,v); +} + +void flgui::cb_check_stream_silence_i(Fl_Check_Button*, void*) { + check_stream_silence_cb(); +} +void flgui::cb_check_stream_silence(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_stream_silence_i(o,v); +} + +void flgui::cb_input_cfg_silence_i(Fl_Value_Input*, void*) { + input_cfg_silence_cb(); +} +void flgui::cb_input_cfg_silence(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_silence_i(o,v); +} + +void flgui::cb_check_cfg_connect_i(Fl_Check_Button*, void*) { + check_cfg_connect_cb(); +} +void flgui::cb_check_cfg_connect(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_cfg_connect_i(o,v); +} + +void flgui::cb_check_cfg_force_reconnecting_i(Fl_Check_Button*, void*) { + check_cfg_force_reconnecting_cb(); +} +void flgui::cb_check_cfg_force_reconnecting(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_cfg_force_reconnecting_i(o,v); +} + +void flgui::cb_input_cfg_reconnect_delay_i(Fl_Value_Input*, void*) { + input_cfg_reconnect_delay_cb(); +} +void flgui::cb_input_cfg_reconnect_delay(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_reconnect_delay_i(o,v); +} + +void flgui::cb_input_cfg_song_url_i(Fl_Input*, void*) { + input_cfg_song_url_cb(); +} +void flgui::cb_input_cfg_song_url(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_song_url_i(o,v); +} + +void flgui::cb_input_cfg_url_update_song_interval_i(Fl_Value_Input*, void*) { + input_cfg_url_update_song_interval_cb(); +} +void flgui::cb_input_cfg_url_update_song_interval(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_cfg_url_update_song_interval_i(o,v); +} + +void flgui::cb_check_cfg_update_from_url_i(Fl_Check_Button*, void*) { + check_cfg_update_from_url_cb(); +} +void flgui::cb_check_cfg_update_from_url(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_cfg_update_from_url_i(o,v); +} + +void flgui::cb_input_rec_filename_i(Fl_Input*, void*) { + input_rec_filename_cb(); +} +void flgui::cb_input_rec_filename(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_input_rec_filename_i(o,v); +} + +void flgui::cb_input_rec_folder_i(Fl_Input*, void*) { + input_rec_folder_cb(); +} +void flgui::cb_input_rec_folder(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_input_rec_folder_i(o,v); +} + +void flgui::cb_button_rec_browse_i(Fl_Button*, void*) { + button_rec_browse_cb(); +} +void flgui::cb_button_rec_browse(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_button_rec_browse_i(o,v); +} + +void flgui::cb_input_rec_split_time_i(Fl_Value_Input*, void*) { + input_rec_split_time_cb(); +} +void flgui::cb_input_rec_split_time(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_rec_split_time_i(o,v); +} + +void flgui::cb_check_sync_to_full_hour_i(Fl_Check_Button*, void*) { + check_sync_to_full_hour_cb(); +} +void flgui::cb_check_sync_to_full_hour(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_sync_to_full_hour_i(o,v); +} + +void flgui::cb_Split_i(Fl_Button*, void*) { + button_rec_split_now_cb(); +} +void flgui::cb_Split(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Split_i(o,v); +} + +void flgui::cb_check_cfg_auto_start_rec_i(Fl_Check_Button*, void*) { + check_cfg_auto_start_rec_cb(); +} +void flgui::cb_check_cfg_auto_start_rec(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_cfg_auto_start_rec_i(o,v); +} + +void flgui::cb_check_cfg_auto_stop_rec_i(Fl_Check_Button*, void*) { + check_cfg_auto_stop_rec_cb(); +} +void flgui::cb_check_cfg_auto_stop_rec(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_cfg_auto_stop_rec_i(o,v); +} + +void flgui::cb_check_cfg_rec_after_launch_i(Fl_Check_Button*, void*) { + check_cfg_rec_after_launch_cb(); +} +void flgui::cb_check_cfg_rec_after_launch(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_cfg_rec_after_launch_i(o,v); +} + +void flgui::cb_check_rec_signal_i(Fl_Check_Button*, void*) { + check_rec_signal_cb(); +} +void flgui::cb_check_rec_signal(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_rec_signal_i(o,v); +} + +void flgui::cb_input_rec_signal_i(Fl_Value_Input*, void*) { + input_rec_signal_cb(); +} +void flgui::cb_input_rec_signal(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_rec_signal_i(o,v); +} + +void flgui::cb_check_rec_silence_i(Fl_Check_Button*, void*) { + check_rec_silence_cb(); +} +void flgui::cb_check_rec_silence(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_rec_silence_i(o,v); +} + +void flgui::cb_input_rec_silence_i(Fl_Value_Input*, void*) { + input_rec_silence_cb(); +} +void flgui::cb_input_rec_silence(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_rec_silence_i(o,v); +} + +void flgui::cb_check_cfg_overwrite_existing_files_i(Fl_Check_Button*, void*) { + check_cfg_overwrite_existing_files_cb(); +} +void flgui::cb_check_cfg_overwrite_existing_files(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_cfg_overwrite_existing_files_i(o,v); +} + +void flgui::cb_Reset_i(Fl_Button*, void*) { + button_eq_reset_cb(); +} +void flgui::cb_Reset(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_Reset_i(o,v); +} + +void flgui::cb_check_stream_eq_i(Fl_Check_Button*, void*) { + check_stream_eq_cb(); +} +void flgui::cb_check_stream_eq(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_stream_eq_i(o,v); +} + +void flgui::cb_check_rec_eq_i(Fl_Check_Button*, void*) { + check_rec_eq_cb(); +} +void flgui::cb_check_rec_eq(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_rec_eq_i(o,v); +} + +void flgui::cb_choice_eq_preset_i(Fl_Choice*, void*) { + choice_eq_preset_cb(); +} +void flgui::cb_choice_eq_preset(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_eq_preset_i(o,v); +} + +unsigned char flgui::menu_choice_eq_preset_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_eq_preset[] = { + {"Manual", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Acoustic", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Bass Booster", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Bass Reducer", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Classical", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Dance", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Deep", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Electronic", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Hip-Hop", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Jazz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Latin", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Loudness", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Lounge", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Piano", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"RnB", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Rock", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Speech", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Treble Booster", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Treble Reducer", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Vocal Booster", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_equalizerSlider1_i(Fl_My_Value_Slider* o, void*) { + slider_equalizer1_cb(o->value()); +} +void flgui::cb_equalizerSlider1(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_equalizerSlider1_i(o,v); +} + +void flgui::cb_equalizerSlider2_i(Fl_My_Value_Slider* o, void*) { + slider_equalizer2_cb(o->value()); +} +void flgui::cb_equalizerSlider2(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_equalizerSlider2_i(o,v); +} + +void flgui::cb_equalizerSlider3_i(Fl_My_Value_Slider* o, void*) { + slider_equalizer3_cb(o->value()); +} +void flgui::cb_equalizerSlider3(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_equalizerSlider3_i(o,v); +} + +void flgui::cb_equalizerSlider4_i(Fl_My_Value_Slider* o, void*) { + slider_equalizer4_cb(o->value()); +} +void flgui::cb_equalizerSlider4(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_equalizerSlider4_i(o,v); +} + +void flgui::cb_equalizerSlider5_i(Fl_My_Value_Slider* o, void*) { + slider_equalizer5_cb(o->value()); +} +void flgui::cb_equalizerSlider5(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_equalizerSlider5_i(o,v); +} + +void flgui::cb_equalizerSlider6_i(Fl_My_Value_Slider* o, void*) { + slider_equalizer6_cb(o->value()); +} +void flgui::cb_equalizerSlider6(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_equalizerSlider6_i(o,v); +} + +void flgui::cb_equalizerSlider7_i(Fl_My_Value_Slider* o, void*) { + slider_equalizer7_cb(o->value()); +} +void flgui::cb_equalizerSlider7(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_equalizerSlider7_i(o,v); +} + +void flgui::cb_equalizerSlider8_i(Fl_My_Value_Slider* o, void*) { + slider_equalizer8_cb(o->value()); +} +void flgui::cb_equalizerSlider8(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_equalizerSlider8_i(o,v); +} + +void flgui::cb_equalizerSlider9_i(Fl_My_Value_Slider* o, void*) { + slider_equalizer9_cb(o->value()); +} +void flgui::cb_equalizerSlider9(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_equalizerSlider9_i(o,v); +} + +void flgui::cb_equalizerSlider10_i(Fl_My_Value_Slider* o, void*) { + slider_equalizer10_cb(o->value()); +} +void flgui::cb_equalizerSlider10(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_equalizerSlider10_i(o,v); +} + +void flgui::cb_Reset1_i(Fl_Button*, void*) { + button_drc_reset_cb(); +} +void flgui::cb_Reset1(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_Reset1_i(o,v); +} + +void flgui::cb_check_stream_drc_i(Fl_Check_Button*, void*) { + check_stream_drc_cb(); +} +void flgui::cb_check_stream_drc(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_stream_drc_i(o,v); +} + +void flgui::cb_check_rec_drc_i(Fl_Check_Button*, void*) { + check_rec_drc_cb(); +} +void flgui::cb_check_rec_drc(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_rec_drc_i(o,v); +} + +void flgui::cb_check_aggressive_mode_i(Fl_Check_Button*, void*) { + check_aggressive_mode_cb(); +} +void flgui::cb_check_aggressive_mode(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_aggressive_mode_i(o,v); +} + +void flgui::cb_thresholdSlider_i(Fl_My_Value_Slider* o, void*) { + slider_threshold_cb(o->value()); +} +void flgui::cb_thresholdSlider(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_thresholdSlider_i(o,v); +} + +void flgui::cb_ratioSlider_i(Fl_My_Value_Slider* o, void*) { + slider_ratio_cb(o->value()); +} +void flgui::cb_ratioSlider(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_ratioSlider_i(o,v); +} + +void flgui::cb_attackSlider_i(Fl_My_Value_Slider* o, void*) { + slider_attack_cb(o->value()); +} +void flgui::cb_attackSlider(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_attackSlider_i(o,v); +} + +void flgui::cb_releaseSlider_i(Fl_My_Value_Slider* o, void*) { + slider_release_cb(o->value()); +} +void flgui::cb_releaseSlider(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_releaseSlider_i(o,v); +} + +void flgui::cb_makeupSlider_i(Fl_My_Value_Slider* o, void*) { + slider_makeup_cb(o->value()); +} +void flgui::cb_makeupSlider(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_makeupSlider_i(o,v); +} + +void flgui::cb_choice_midi_dev_i(Fl_Choice*, void*) { + choice_midi_dev_cb(); +} +void flgui::cb_choice_midi_dev(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_midi_dev_i(o,v); +} + +void flgui::cb_button_midi_rescan_devices_i(Fl_Button*, void*) { + button_midi_rescan_devices_cb(); +} +void flgui::cb_button_midi_rescan_devices(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_button_midi_rescan_devices_i(o,v); +} + +void flgui::cb_browser_midi_command_i(Fl_Browser*, void*) { + browser_midi_command_cb(); +} +void flgui::cb_browser_midi_command(Fl_Browser* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_browser_midi_command_i(o,v); +} + +void flgui::cb_check_midi_command_enable_i(Fl_Check_Button*, void*) { + check_midi_command_enable_cb(); +} +void flgui::cb_check_midi_command_enable(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_check_midi_command_enable_i(o,v); +} + +void flgui::cb_choice_midi_channel_i(Fl_Choice*, void*) { + choice_midi_channel_cb(); +} +void flgui::cb_choice_midi_channel(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_midi_channel_i(o,v); +} + +unsigned char flgui::menu_choice_midi_channel_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_midi_channel[] = { + {"Any", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"1", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"2", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"3", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"4", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"5", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"6", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"7", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"9", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"10", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"11", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"12", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"13", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"14", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"15", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"16", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_input_midi_msg_num_i(Fl_Value_Input*, void*) { + input_midi_msg_num_cb(); +} +void flgui::cb_input_midi_msg_num(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_midi_msg_num_i(o,v); +} + +void flgui::cb_button_midi_learn_i(Fl_Button*, void*) { + button_midi_learn_cb(); +} +void flgui::cb_button_midi_learn(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_midi_learn_i(o,v); +} + +void flgui::cb_choice_midi_cc_mode_i(Fl_Choice*, void*) { + choice_midi_cc_mode_cb(); +} +void flgui::cb_choice_midi_cc_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_midi_cc_mode_i(o,v); +} + +unsigned char flgui::menu_choice_midi_cc_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_midi_cc_mode[] = { + {"Absolute", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Relative (Twos Complement)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Relative (Binary Offset)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Relative (Sign Magnitude)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_check_midi_soft_takeover_i(Fl_Check_Button*, void*) { + check_midi_soft_takeover_cb(); +} +void flgui::cb_check_midi_soft_takeover(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_midi_soft_takeover_i(o,v); +} + +void flgui::cb_input_tls_cert_file_i(Fl_Input*, void*) { + input_tls_cert_file_cb(); +} +void flgui::cb_input_tls_cert_file(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_tls_cert_file_i(o,v); +} + +void flgui::cb_button_tls_browse_file_i(Fl_Button*, void*) { + button_tls_browse_file_cb(); +} +void flgui::cb_button_tls_browse_file(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_tls_browse_file_i(o,v); +} + +void flgui::cb_input_tls_cert_dir_i(Fl_Input*, void*) { + input_tls_cert_dir_cb(); +} +void flgui::cb_input_tls_cert_dir(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_tls_cert_dir_i(o,v); +} + +void flgui::cb_button_tls_browse_dir_i(Fl_Button*, void*) { + button_tls_browse_dir_cb(); +} +void flgui::cb_button_tls_browse_dir(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_tls_browse_dir_i(o,v); +} + +void flgui::cb_choice_gui_language_i(Fl_Choice*, void*) { + choice_gui_language_cb(); +} +void flgui::cb_choice_gui_language(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_gui_language_i(o,v); +} + +unsigned char flgui::menu_choice_gui_language_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_gui_language[] = { + {"System", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"\330\247\331\204\330\271\330\261\330\250", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Deutsch", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"English", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Espa\303\261ol", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Fran\303\247""ais", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Nederlands", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Portugu\303\252s Brasileiro", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_button_gui_text_color_i(Fl_Button*, void*) { + button_gui_text_color_cb(); +} +void flgui::cb_button_gui_text_color(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_gui_text_color_i(o,v); +} + +void flgui::cb_button_gui_bg_color_i(Fl_Button*, void*) { + button_gui_bg_color_cb(); +} +void flgui::cb_button_gui_bg_color(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_gui_bg_color_i(o,v); +} + +void flgui::cb_radio_gui_vu_gradient_i(Fl_Round_Button*, void*) { + radio_gui_vu_gradient_cb(); +} +void flgui::cb_radio_gui_vu_gradient(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_radio_gui_vu_gradient_i(o,v); +} + +void flgui::cb_radio_gui_vu_solid_i(Fl_Round_Button*, void*) { + radio_gui_vu_solid_cb(); +} +void flgui::cb_radio_gui_vu_solid(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_radio_gui_vu_solid_i(o,v); +} + +void flgui::cb_check_gui_always_show_vu_tabs_i(Fl_Check_Button*, void*) { + check_gui_always_show_vu_tabs_cb(); +} +void flgui::cb_check_gui_always_show_vu_tabs(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_gui_always_show_vu_tabs_i(o,v); +} + +void flgui::cb_button_gui_vu_low_color_i(Fl_Button*, void*) { + button_gui_vu_low_color_cb(); +} +void flgui::cb_button_gui_vu_low_color(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_gui_vu_low_color_i(o,v); +} + +void flgui::cb_button_gui_vu_mid_color_i(Fl_Button*, void*) { + button_gui_vu_mid_color_cb(); +} +void flgui::cb_button_gui_vu_mid_color(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_gui_vu_mid_color_i(o,v); +} + +void flgui::cb_button_gui_vu_high_color_i(Fl_Button*, void*) { + button_gui_vu_high_color_cb(); +} +void flgui::cb_button_gui_vu_high_color(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_button_gui_vu_high_color_i(o,v); +} + +void flgui::cb_input_gui_vu_mid_range_start_i(Fl_Value_Input*, void*) { + input_gui_vu_mid_range_start_cb(); +} +void flgui::cb_input_gui_vu_mid_range_start(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_gui_vu_mid_range_start_i(o,v); +} + +void flgui::cb_input_gui_vu_high_range_start_i(Fl_Value_Input*, void*) { + input_gui_vu_high_range_start_cb(); +} +void flgui::cb_input_gui_vu_high_range_start(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_gui_vu_high_range_start_i(o,v); +} + +void flgui::cb_check_gui_attach_i(Fl_Check_Button*, void*) { + check_gui_attach_cb(); +} +void flgui::cb_check_gui_attach(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_gui_attach_i(o,v); +} + +void flgui::cb_check_gui_ontop_i(Fl_Check_Button*, void*) { + check_gui_ontop_cb(); +} +void flgui::cb_check_gui_ontop(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_gui_ontop_i(o,v); +} + +void flgui::cb_check_gui_remember_pos_i(Fl_Check_Button*, void*) { + check_gui_remember_pos_cb(); +} +void flgui::cb_check_gui_remember_pos(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_gui_remember_pos_i(o,v); +} + +void flgui::cb_check_gui_hide_log_window_i(Fl_Check_Button*, void*) { + check_gui_hide_log_window_cb(); +} +void flgui::cb_check_gui_hide_log_window(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_gui_hide_log_window_i(o,v); +} + +void flgui::cb_check_gui_lcd_auto_i(Fl_Check_Button*, void*) { + check_gui_lcd_auto_cb(); +} +void flgui::cb_check_gui_lcd_auto(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_gui_lcd_auto_i(o,v); +} + +void flgui::cb_check_gui_start_minimized_i(Fl_Check_Button*, void*) { + check_gui_start_minimized_cb(); +} +void flgui::cb_check_gui_start_minimized(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_gui_start_minimized_i(o,v); +} + +void flgui::cb_check_gui_disable_gain_slider_i(Fl_Check_Button*, void*) { + check_gui_disable_gain_slider_cb(); +} +void flgui::cb_check_gui_disable_gain_slider(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_gui_disable_gain_slider_i(o,v); +} + +void flgui::cb_check_gui_show_listeners_i(Fl_Check_Button*, void*) { + check_gui_show_listeners_cb(); +} +void flgui::cb_check_gui_show_listeners(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->parent()->user_data()))->cb_check_gui_show_listeners_i(o,v); +} + +void flgui::cb_input_gui_listeners_update_rate_i(Fl_Value_Input*, void*) { + input_gui_listeners_update_rate_cb(); +} +void flgui::cb_input_gui_listeners_update_rate(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->parent()->user_data()))->cb_input_gui_listeners_update_rate_i(o,v); +} + +void flgui::cb_input_gui_window_title_i(Fl_Input*, void*) { + input_gui_window_title_cb(); +} +void flgui::cb_input_gui_window_title(Fl_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_gui_window_title_i(o,v); +} + +void flgui::cb_Donate_i(Fl_Button*, void*) { + fl_open_uri("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LTRSQNTWN4L6L&source=url"); +} +void flgui::cb_Donate(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Donate_i(o,v); +} + +void flgui::cb_Become_i(Fl_Button*, void*) { + fl_open_uri("https://www.patreon.com/butt_broadcast"); +} +void flgui::cb_Become(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Become_i(o,v); +} + +void flgui::cb_Apple_i(Fl_Button*, void*) { + fl_open_uri("https://donorbox.org/butt"); +} +void flgui::cb_Apple(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Apple_i(o,v); +} + +void flgui::cb_Bitcoin_i(Fl_Button*, void*) { + this->window_donate_crypto->position(this->window_cfg->x(), this->window_cfg->y()); +this->window_donate_crypto->show(); +} +void flgui::cb_Bitcoin(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_Bitcoin_i(o,v); +} + +void flgui::cb_button_cfg_show_pw_i(Fl_Button*, void*) { + button_add_srv_show_pwd_cb(); +} +void flgui::cb_button_cfg_show_pw(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_cfg_show_pw_i(o,v); +} + +void flgui::cb_radio_add_srv_shoutcast_i(Fl_Round_Button*, void*) { + radio_add_srv_shoutcast_cb(); +} +void flgui::cb_radio_add_srv_shoutcast(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_radio_add_srv_shoutcast_i(o,v); +} + +void flgui::cb_radio_add_srv_icecast_i(Fl_Round_Button*, void*) { + radio_add_srv_icecast_cb(); +} +void flgui::cb_radio_add_srv_icecast(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_radio_add_srv_icecast_i(o,v); +} + +void flgui::cb_radio_add_srv_webrtc_i(Fl_Round_Button*, void*) { + radio_add_srv_webrtc_cb(); +} +void flgui::cb_radio_add_srv_webrtc(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_radio_add_srv_webrtc_i(o,v); +} + +void flgui::cb_radio_add_srv_radioco_i(Fl_Round_Button*, void*) { + radio_add_srv_radioco_cb(); +} +void flgui::cb_radio_add_srv_radioco(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_radio_add_srv_radioco_i(o,v); +} + +void flgui::cb_Cancel_i(Fl_Button*, void*) { + button_add_srv_cancel_cb(); +} +void flgui::cb_Cancel(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Cancel_i(o,v); +} + +void flgui::cb_button_add_srv_add_i(Fl_Button*, void*) { + button_add_srv_add_cb(); +} +void flgui::cb_button_add_srv_add(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_add_srv_add_i(o,v); +} + +void flgui::cb_button_add_srv_save_i(Fl_Button*, void*) { + button_add_srv_save_cb(); +} +void flgui::cb_button_add_srv_save(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_add_srv_save_i(o,v); +} + +void flgui::cb_button_add_srv_revoke_cert_i(Fl_Button*, void*) { + button_add_srv_revoke_cert_cb(); +} +void flgui::cb_button_add_srv_revoke_cert(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_button_add_srv_revoke_cert_i(o,v); +} + +void flgui::cb_button_add_srv_get_stations_i(Fl_Button*, void*) { + button_add_srv_get_stations_cb(); +} +void flgui::cb_button_add_srv_get_stations(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_add_srv_get_stations_i(o,v); +} + +void flgui::cb_button_add_srv_select_all_i(Fl_Button*, void*) { + button_add_srv_select_all_cb(); +} +void flgui::cb_button_add_srv_select_all(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_add_srv_select_all_i(o,v); +} + +void flgui::cb_button_add_srv_deselect_all_i(Fl_Button*, void*) { + button_add_srv_deselect_all_cb(); +} +void flgui::cb_button_add_srv_deselect_all(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_add_srv_deselect_all_i(o,v); +} + +void flgui::cb_Cancel1_i(Fl_Button*, void*) { + button_add_icy_cancel_cb(); +} +void flgui::cb_Cancel1(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Cancel1_i(o,v); +} + +void flgui::cb_button_add_icy_add_i(Fl_Button*, void*) { + button_add_icy_add_cb(); +} +void flgui::cb_button_add_icy_add(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_add_icy_add_i(o,v); +} + +void flgui::cb_button_add_icy_save_i(Fl_Button*, void*) { + button_add_icy_save_cb(); +} +void flgui::cb_button_add_icy_save(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_button_add_icy_save_i(o,v); +} + +void flgui::cb_Copy_i(Fl_Button*, void*) { + int len = this->output_bitcoin_addr->size(); +this->output_bitcoin_addr->position(0, len); +this->output_bitcoin_addr->copy(1); + +fl_message(_("Bitcoin address has been copied to clipboard.")); +} +void flgui::cb_Copy(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Copy_i(o,v); +} + +void flgui::cb_Copy1_i(Fl_Button*, void*) { + int len = this->output_litecoin_addr->size(); +this->output_litecoin_addr->position(0, len); +this->output_litecoin_addr->copy(1); + +fl_message(_("Litecoin address has been copied to clipboard.")); +} +void flgui::cb_Copy1(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Copy1_i(o,v); +} + +void flgui::cb_Copy2_i(Fl_Button*, void*) { + int len = this->output_monero_addr->size(); +this->output_monero_addr->position(0, len); +this->output_monero_addr->copy(1); + +fl_message(_("Monero address has been copied to clipboard.")); +} +void flgui::cb_Copy2(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Copy2_i(o,v); +} + +void flgui::cb_Close_i(Fl_Button*, void*) { + this->window_donate_crypto->hide(); +} +void flgui::cb_Close(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Close_i(o,v); +} + +void flgui::cb_choice_stream_mp3_enc_quality_i(Fl_Choice*, void*) { + choice_stream_mp3_enc_quality_cb(); +} +void flgui::cb_choice_stream_mp3_enc_quality(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_mp3_enc_quality_i(o,v); +} + +unsigned char flgui::menu_choice_stream_mp3_enc_quality_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_mp3_enc_quality[] = { + {"0 (best)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"1", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"2", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"3 (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"4", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"5", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"6", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"7", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"9 (worst)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_mp3_stereo_mode_i(Fl_Choice*, void*) { + choice_stream_mp3_stereo_mode_cb(); +} +void flgui::cb_choice_stream_mp3_stereo_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_mp3_stereo_mode_i(o,v); +} + +unsigned char flgui::menu_choice_stream_mp3_stereo_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_mp3_stereo_mode[] = { + {"Auto (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Stereo", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Joint Stereo", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_mp3_bitrate_mode_i(Fl_Choice*, void*) { + choice_stream_mp3_bitrate_mode_cb(); +} +void flgui::cb_choice_stream_mp3_bitrate_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_mp3_bitrate_mode_i(o,v); +} + +unsigned char flgui::menu_choice_stream_mp3_bitrate_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_mp3_bitrate_mode[] = { + {"CBR (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"VBR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"ABR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_mp3_vbr_quality_i(Fl_Choice*, void*) { + choice_stream_mp3_vbr_quality_cb(); +} +void flgui::cb_choice_stream_mp3_vbr_quality(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_stream_mp3_vbr_quality_i(o,v); +} + +unsigned char flgui::menu_choice_stream_mp3_vbr_quality_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_mp3_vbr_quality[] = { + {"0 (best)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"1", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"2", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"3", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"4 (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"5", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"6", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"7", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"9 (worst)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_mp3_vbr_min_bitrate_i(Fl_Choice*, void*) { + choice_stream_mp3_vbr_min_bitrate_cb(); +} +void flgui::cb_choice_stream_mp3_vbr_min_bitrate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_stream_mp3_vbr_min_bitrate_i(o,v); +} + +unsigned char flgui::menu_choice_stream_mp3_vbr_min_bitrate_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_mp3_vbr_min_bitrate[] = { + {"8k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"16k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"24k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"32k (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"40k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"48k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"56k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"64k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"80k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"96k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"112k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"128k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"160k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"192k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"224k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"256k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"320k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_mp3_vbr_max_bitrate_i(Fl_Choice*, void*) { + choice_stream_mp3_vbr_max_bitrate_cb(); +} +void flgui::cb_choice_stream_mp3_vbr_max_bitrate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_stream_mp3_vbr_max_bitrate_i(o,v); +} + +unsigned char flgui::menu_choice_stream_mp3_vbr_max_bitrate_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_mp3_vbr_max_bitrate[] = { + {"8k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"16k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"24k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"32k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"40k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"48k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"56k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"64k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"80k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"96k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"112k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"128k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"160k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"192k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"224k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"256k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"320k (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_check_stream_mp3_force_min_bitrate_i(Fl_Check_Button*, void*) { + check_stream_mp3_force_min_bitrate_cb(); +} +void flgui::cb_check_stream_mp3_force_min_bitrate(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_stream_mp3_force_min_bitrate_i(o,v); +} + +void flgui::cb_input_stream_mp3_lowpass_freq_i(Fl_Value_Input*, void*) { + input_stream_mp3_lowpass_freq_cb(); +} +void flgui::cb_input_stream_mp3_lowpass_freq(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_stream_mp3_lowpass_freq_i(o,v); +} + +void flgui::cb_input_stream_mp3_lowpass_width_i(Fl_Value_Input*, void*) { + input_stream_mp3_lowpass_width_cb(); +} +void flgui::cb_input_stream_mp3_lowpass_width(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_stream_mp3_lowpass_width_i(o,v); +} + +void flgui::cb_check_stream_mp3_activate_lowpass_freq_i(Fl_Check_Button*, void*) { + check_stream_mp3_activate_lowpass_freq_cb(); +} +void flgui::cb_check_stream_mp3_activate_lowpass_freq(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_stream_mp3_activate_lowpass_freq_i(o,v); +} + +void flgui::cb_check_stream_mp3_activate_lowpass_width_i(Fl_Check_Button*, void*) { + check_stream_mp3_activate_lowpass_width_cb(); +} +void flgui::cb_check_stream_mp3_activate_lowpass_width(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_stream_mp3_activate_lowpass_width_i(o,v); +} + +void flgui::cb_input_stream_mp3_highpass_freq_i(Fl_Value_Input*, void*) { + input_stream_mp3_highpass_freq_cb(); +} +void flgui::cb_input_stream_mp3_highpass_freq(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_stream_mp3_highpass_freq_i(o,v); +} + +void flgui::cb_input_stream_mp3_highpass_width_i(Fl_Value_Input*, void*) { + input_stream_mp3_highpass_width_cb(); +} +void flgui::cb_input_stream_mp3_highpass_width(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_stream_mp3_highpass_width_i(o,v); +} + +void flgui::cb_check_stream_mp3_activate_highpass_freq_i(Fl_Check_Button*, void*) { + check_stream_mp3_activate_highpass_freq_cb(); +} +void flgui::cb_check_stream_mp3_activate_highpass_freq(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_stream_mp3_activate_highpass_freq_i(o,v); +} + +void flgui::cb_check_stream_mp3_activate_highpass_width_i(Fl_Check_Button*, void*) { + check_stream_mp3_activate_highpass_width_cb(); +} +void flgui::cb_check_stream_mp3_activate_highpass_width(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_stream_mp3_activate_highpass_width_i(o,v); +} + +void flgui::cb_choice_stream_mp3_resampling_freq_i(Fl_Choice*, void*) { + choice_stream_mp3_resampling_freq_cb(); +} +void flgui::cb_choice_stream_mp3_resampling_freq(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_mp3_resampling_freq_i(o,v); +} + +unsigned char flgui::menu_choice_stream_mp3_resampling_freq_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_mp3_resampling_freq[] = { + {"Disabled (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"11025 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"12000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"16000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"22050 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"24000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"32000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"44100 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"48000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_vorbis_bitrate_mode_i(Fl_Choice*, void*) { + choice_stream_vorbis_bitrate_mode_cb(); +} +void flgui::cb_choice_stream_vorbis_bitrate_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_vorbis_bitrate_mode_i(o,v); +} + +unsigned char flgui::menu_choice_stream_vorbis_bitrate_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_vorbis_bitrate_mode[] = { + {"CBR (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"VBR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"ABR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_vorbis_vbr_quality_i(Fl_Choice*, void*) { + choice_stream_vorbis_vbr_quality_cb(); +} +void flgui::cb_choice_stream_vorbis_vbr_quality(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_vorbis_vbr_quality_i(o,v); +} + +unsigned char flgui::menu_choice_stream_vorbis_vbr_quality_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_vorbis_vbr_quality[] = { + {"1.0 (best, default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.9", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.8", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.7", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.6", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.5", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.4", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.3", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.2", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.1", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.0 (worst)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_vorbis_vbr_min_bitrate_i(Fl_Choice*, void*) { + choice_stream_vorbis_vbr_min_bitrate_cb(); +} +void flgui::cb_choice_stream_vorbis_vbr_min_bitrate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_vorbis_vbr_min_bitrate_i(o,v); +} + +void flgui::cb_choice_stream_vorbis_vbr_max_bitrate_i(Fl_Choice*, void*) { + choice_stream_vorbis_vbr_max_bitrate_cb(); +} +void flgui::cb_choice_stream_vorbis_vbr_max_bitrate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_vorbis_vbr_max_bitrate_i(o,v); +} + +void flgui::cb_choice_stream_opus_quality_i(Fl_Choice*, void*) { + choice_stream_opus_quality_cb(); +} +void flgui::cb_choice_stream_opus_quality(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_opus_quality_i(o,v); +} + +unsigned char flgui::menu_choice_stream_opus_quality_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_opus_quality[] = { + {"10 (best, default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"9", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"7", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"6", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"5", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"4", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"3", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"2", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"1", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0 (worst)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_opus_audio_type_i(Fl_Choice*, void*) { + choice_stream_opus_audio_type_cb(); +} +void flgui::cb_choice_stream_opus_audio_type(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_opus_audio_type_i(o,v); +} + +unsigned char flgui::menu_choice_stream_opus_audio_type_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_opus_audio_type[] = { + {"Music (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Speech", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_opus_bitrate_mode_i(Fl_Choice*, void*) { + choice_stream_opus_bitrate_mode_cb(); +} +void flgui::cb_choice_stream_opus_bitrate_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_opus_bitrate_mode_i(o,v); +} + +unsigned char flgui::menu_choice_stream_opus_bitrate_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_opus_bitrate_mode[] = { + {"CBR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"VBR (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_opus_bandwidth_i(Fl_Choice*, void*) { + choice_stream_opus_bandwidth_cb(); +} +void flgui::cb_choice_stream_opus_bandwidth(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_opus_bandwidth_i(o,v); +} + +unsigned char flgui::menu_choice_stream_opus_bandwidth_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_opus_bandwidth[] = { + {"20kHz (best,default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"12kHz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8kHz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"6kHz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"4kHz (worst)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_aac_profile_i(Fl_Choice*, void*) { + choice_stream_aac_profile_cb(); +} +void flgui::cb_choice_stream_aac_profile(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_aac_profile_i(o,v); +} + +unsigned char flgui::menu_choice_stream_aac_profile_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_aac_profile[] = { + {"Auto (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"AAC-LC", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"HE-AACv1 (AAC+)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"HE-AACv2 (eAAC+)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_aac_afterburner_i(Fl_Choice*, void*) { + choice_stream_aac_afterburner_cb(); +} +void flgui::cb_choice_stream_aac_afterburner(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_aac_afterburner_i(o,v); +} + +unsigned char flgui::menu_choice_stream_aac_afterburner_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_aac_afterburner[] = { + {"On (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Off", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_stream_aac_bitrate_mode_i(Fl_Choice*, void*) { + choice_stream_aac_bitrate_mode_cb(); +} +void flgui::cb_choice_stream_aac_bitrate_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_stream_aac_bitrate_mode_i(o,v); +} + +unsigned char flgui::menu_choice_stream_aac_bitrate_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_stream_aac_bitrate_mode[] = { + {"CBR (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"VBR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_radio_stream_flac_bit_depth_16_i(Fl_Round_Button*, void*) { + radio_stream_flac_bit_depth_16_cb(); +} +void flgui::cb_radio_stream_flac_bit_depth_16(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_radio_stream_flac_bit_depth_16_i(o,v); +} + +void flgui::cb_radio_stream_flac_bit_depth_24_i(Fl_Round_Button*, void*) { + radio_stream_flac_bit_depth_24_cb(); +} +void flgui::cb_radio_stream_flac_bit_depth_24(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_radio_stream_flac_bit_depth_24_i(o,v); +} + +void flgui::cb_Close1_i(Fl_Button*, void*) { + this->window_stream_codec_settings->hide(); +} +void flgui::cb_Close1(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Close1_i(o,v); +} + +void flgui::cb_choice_rec_mp3_enc_quality_i(Fl_Choice*, void*) { + choice_rec_mp3_enc_quality_cb(); +} +void flgui::cb_choice_rec_mp3_enc_quality(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_mp3_enc_quality_i(o,v); +} + +unsigned char flgui::menu_choice_rec_mp3_enc_quality_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_mp3_enc_quality[] = { + {"0 (best)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"1", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"2", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"3 (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"4", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"5", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"6", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"7", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"9 (worst)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_mp3_stereo_mode_i(Fl_Choice*, void*) { + choice_rec_mp3_stereo_mode_cb(); +} +void flgui::cb_choice_rec_mp3_stereo_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_mp3_stereo_mode_i(o,v); +} + +unsigned char flgui::menu_choice_rec_mp3_stereo_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_mp3_stereo_mode[] = { + {"Auto (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Stereo", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Joint Stereo", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_mp3_bitrate_mode_i(Fl_Choice*, void*) { + choice_rec_mp3_bitrate_mode_cb(); +} +void flgui::cb_choice_rec_mp3_bitrate_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_mp3_bitrate_mode_i(o,v); +} + +unsigned char flgui::menu_choice_rec_mp3_bitrate_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_mp3_bitrate_mode[] = { + {"CBR (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"VBR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"ABR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_mp3_vbr_quality_i(Fl_Choice*, void*) { + choice_rec_mp3_vbr_quality_cb(); +} +void flgui::cb_choice_rec_mp3_vbr_quality(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_rec_mp3_vbr_quality_i(o,v); +} + +unsigned char flgui::menu_choice_rec_mp3_vbr_quality_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_mp3_vbr_quality[] = { + {"0 (best)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"1", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"2", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"3", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"4 (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"5", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"6", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"7", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"9 (worst)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_mp3_vbr_min_bitrate_i(Fl_Choice*, void*) { + choice_rec_mp3_vbr_min_bitrate_cb(); +} +void flgui::cb_choice_rec_mp3_vbr_min_bitrate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_rec_mp3_vbr_min_bitrate_i(o,v); +} + +unsigned char flgui::menu_choice_rec_mp3_vbr_min_bitrate_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_mp3_vbr_min_bitrate[] = { + {"8k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"16k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"24k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"32k (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"40k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"48k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"56k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"64k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"80k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"96k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"112k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"128k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"160k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"192k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"224k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"256k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"320k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_mp3_vbr_max_bitrate_i(Fl_Choice*, void*) { + choice_rec_mp3_vbr_max_bitrate_cb(); +} +void flgui::cb_choice_rec_mp3_vbr_max_bitrate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_choice_rec_mp3_vbr_max_bitrate_i(o,v); +} + +unsigned char flgui::menu_choice_rec_mp3_vbr_max_bitrate_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_mp3_vbr_max_bitrate[] = { + {"8k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"16k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"24k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"32k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"40k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"48k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"56k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"64k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"80k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"96k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"112k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"128k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"160k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"192k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"224k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"256k", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"320k (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_check_rec_mp3_force_min_bitrate_i(Fl_Check_Button*, void*) { + check_rec_mp3_force_min_bitrate_cb(); +} +void flgui::cb_check_rec_mp3_force_min_bitrate(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_rec_mp3_force_min_bitrate_i(o,v); +} + +void flgui::cb_choice_rec_mp3_resampling_freq_i(Fl_Choice*, void*) { + choice_rec_mp3_resampling_freq_cb(); +} +void flgui::cb_choice_rec_mp3_resampling_freq(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_mp3_resampling_freq_i(o,v); +} + +unsigned char flgui::menu_choice_rec_mp3_resampling_freq_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_mp3_resampling_freq[] = { + {"Disabled (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"11025 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"12000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"16000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"22050 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"24000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"32000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"44100 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"48000 Hz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_input_rec_mp3_lowpass_freq_i(Fl_Value_Input*, void*) { + input_rec_mp3_lowpass_freq_cb(); +} +void flgui::cb_input_rec_mp3_lowpass_freq(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_rec_mp3_lowpass_freq_i(o,v); +} + +void flgui::cb_input_rec_mp3_lowpass_width_i(Fl_Value_Input*, void*) { + input_rec_mp3_lowpass_width_cb(); +} +void flgui::cb_input_rec_mp3_lowpass_width(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_rec_mp3_lowpass_width_i(o,v); +} + +void flgui::cb_check_rec_mp3_activate_lowpass_freq_i(Fl_Check_Button*, void*) { + check_rec_mp3_activate_lowpass_freq_cb(); +} +void flgui::cb_check_rec_mp3_activate_lowpass_freq(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_rec_mp3_activate_lowpass_freq_i(o,v); +} + +void flgui::cb_check_rec_mp3_activate_lowpass_width_i(Fl_Check_Button*, void*) { + check_rec_mp3_activate_lowpass_width_cb(); +} +void flgui::cb_check_rec_mp3_activate_lowpass_width(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_rec_mp3_activate_lowpass_width_i(o,v); +} + +void flgui::cb_input_rec_mp3_highpass_freq_i(Fl_Value_Input*, void*) { + input_rec_mp3_highpass_freq_cb(); +} +void flgui::cb_input_rec_mp3_highpass_freq(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_rec_mp3_highpass_freq_i(o,v); +} + +void flgui::cb_input_rec_mp3_highpass_width_i(Fl_Value_Input*, void*) { + input_rec_mp3_highpass_width_cb(); +} +void flgui::cb_input_rec_mp3_highpass_width(Fl_Value_Input* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_input_rec_mp3_highpass_width_i(o,v); +} + +void flgui::cb_check_rec_mp3_activate_highpass_freq_i(Fl_Check_Button*, void*) { + check_rec_mp3_activate_highpass_freq_cb(); +} +void flgui::cb_check_rec_mp3_activate_highpass_freq(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_rec_mp3_activate_highpass_freq_i(o,v); +} + +void flgui::cb_check_rec_mp3_activate_highpass_width_i(Fl_Check_Button*, void*) { + check_rec_mp3_activate_highpass_width_cb(); +} +void flgui::cb_check_rec_mp3_activate_highpass_width(Fl_Check_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_check_rec_mp3_activate_highpass_width_i(o,v); +} + +void flgui::cb_choice_rec_vorbis_bitrate_mode_i(Fl_Choice*, void*) { + choice_rec_vorbis_bitrate_mode_cb(); +} +void flgui::cb_choice_rec_vorbis_bitrate_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_vorbis_bitrate_mode_i(o,v); +} + +unsigned char flgui::menu_choice_rec_vorbis_bitrate_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_vorbis_bitrate_mode[] = { + {"CBR (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"VBR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"ABR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_vorbis_vbr_quality_i(Fl_Choice*, void*) { + choice_rec_vorbis_vbr_quality_cb(); +} +void flgui::cb_choice_rec_vorbis_vbr_quality(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_vorbis_vbr_quality_i(o,v); +} + +unsigned char flgui::menu_choice_rec_vorbis_vbr_quality_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_vorbis_vbr_quality[] = { + {"1.0 (best, default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.9", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.8", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.7", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.6", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.5", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.4", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.3", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.2", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.1", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0.0 (worst)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_vorbis_vbr_min_bitrate_i(Fl_Choice*, void*) { + choice_rec_vorbis_vbr_min_bitrate_cb(); +} +void flgui::cb_choice_rec_vorbis_vbr_min_bitrate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_vorbis_vbr_min_bitrate_i(o,v); +} + +void flgui::cb_choice_rec_vorbis_vbr_max_bitrate_i(Fl_Choice*, void*) { + choice_rec_vorbis_vbr_max_bitrate_cb(); +} +void flgui::cb_choice_rec_vorbis_vbr_max_bitrate(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_vorbis_vbr_max_bitrate_i(o,v); +} + +void flgui::cb_choice_rec_opus_audio_type_i(Fl_Choice*, void*) { + choice_rec_opus_audio_type_cb(); +} +void flgui::cb_choice_rec_opus_audio_type(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_opus_audio_type_i(o,v); +} + +unsigned char flgui::menu_choice_rec_opus_audio_type_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_opus_audio_type[] = { + {"Music (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Speech", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_opus_bitrate_mode_i(Fl_Choice*, void*) { + choice_rec_opus_bitrate_mode_cb(); +} +void flgui::cb_choice_rec_opus_bitrate_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_opus_bitrate_mode_i(o,v); +} + +unsigned char flgui::menu_choice_rec_opus_bitrate_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_opus_bitrate_mode[] = { + {"CBR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"VBR (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_opus_quality_i(Fl_Choice*, void*) { + choice_rec_opus_quality_cb(); +} +void flgui::cb_choice_rec_opus_quality(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_opus_quality_i(o,v); +} + +unsigned char flgui::menu_choice_rec_opus_quality_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_opus_quality[] = { + {"10 (best, default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"9", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"7", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"6", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"5", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"4", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"3", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"2", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"1", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"0 (worst)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_opus_bandwidth_i(Fl_Choice*, void*) { + choice_rec_opus_bandwidth_cb(); +} +void flgui::cb_choice_rec_opus_bandwidth(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_opus_bandwidth_i(o,v); +} + +unsigned char flgui::menu_choice_rec_opus_bandwidth_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_opus_bandwidth[] = { + {"20kHz (best,default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"12kHz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"8kHz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"6kHz", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"4kHz (worst)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_aac_profile_i(Fl_Choice*, void*) { + choice_rec_aac_profile_cb(); +} +void flgui::cb_choice_rec_aac_profile(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_aac_profile_i(o,v); +} + +unsigned char flgui::menu_choice_rec_aac_profile_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_aac_profile[] = { + {"Auto (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"AAC-LC", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"HE-AACv1 (AAC+)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"HE-AACv2 (eAAC+)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_aac_afterburner_i(Fl_Choice*, void*) { + choice_rec_aac_afterburner_cb(); +} +void flgui::cb_choice_rec_aac_afterburner(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_aac_afterburner_i(o,v); +} + +unsigned char flgui::menu_choice_rec_aac_afterburner_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_aac_afterburner[] = { + {"On (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"Off", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_choice_rec_aac_bitrate_mode_i(Fl_Choice*, void*) { + choice_rec_aac_bitrate_mode_cb(); +} +void flgui::cb_choice_rec_aac_bitrate_mode(Fl_Choice* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->user_data()))->cb_choice_rec_aac_bitrate_mode_i(o,v); +} + +unsigned char flgui::menu_choice_rec_aac_bitrate_mode_i18n_done = 0; +Fl_Menu_Item flgui::menu_choice_rec_aac_bitrate_mode[] = { + {"CBR (default)", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {"VBR", 0, 0, 0, 0, (uchar)FL_NORMAL_LABEL, 0, 14, 0}, + {0,0,0,0,0,0,0,0,0} +}; + +void flgui::cb_radio_rec_flac_bit_depth_16_i(Fl_Round_Button*, void*) { + radio_rec_flac_bit_depth_16_cb(); +} +void flgui::cb_radio_rec_flac_bit_depth_16(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_radio_rec_flac_bit_depth_16_i(o,v); +} + +void flgui::cb_radio_rec_flac_bit_depth_24_i(Fl_Round_Button*, void*) { + radio_rec_flac_bit_depth_24_cb(); +} +void flgui::cb_radio_rec_flac_bit_depth_24(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_radio_rec_flac_bit_depth_24_i(o,v); +} + +void flgui::cb_radio_rec_wav_bit_depth_16_i(Fl_Round_Button*, void*) { + radio_rec_wav_bit_depth_16_cb(); +} +void flgui::cb_radio_rec_wav_bit_depth_16(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_radio_rec_wav_bit_depth_16_i(o,v); +} + +void flgui::cb_radio_rec_wav_bit_depth_32_i(Fl_Round_Button*, void*) { + radio_rec_wav_bit_depth_32_cb(); +} +void flgui::cb_radio_rec_wav_bit_depth_32(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_radio_rec_wav_bit_depth_32_i(o,v); +} + +void flgui::cb_radio_rec_wav_bit_depth_24_i(Fl_Round_Button*, void*) { + radio_rec_wav_bit_depth_24_cb(); +} +void flgui::cb_radio_rec_wav_bit_depth_24(Fl_Round_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->parent()->parent()->user_data()))->cb_radio_rec_wav_bit_depth_24_i(o,v); +} + +void flgui::cb_Close2_i(Fl_Button*, void*) { + this->window_rec_codec_settings->hide(); +} +void flgui::cb_Close2(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Close2_i(o,v); +} + +void flgui::cb_Reset2_i(Fl_Button*, void*) { + button_mixer_reset_cb(); +} +void flgui::cb_Reset2(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Reset2_i(o,v); +} + +void flgui::cb_slider_mixer_primary_device_i(Fl_My_Value_Slider* o, void* v) { + slider_mixer_primary_device_cb(o->value(),v); +} +void flgui::cb_slider_mixer_primary_device(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_slider_mixer_primary_device_i(o,v); +} + +void flgui::cb_button_mixer_mute_primary_device_i(Fl_Light_Button*, void*) { + button_mixer_mute_primary_device_cb(); +} +void flgui::cb_button_mixer_mute_primary_device(Fl_Light_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_button_mixer_mute_primary_device_i(o,v); +} + +void flgui::cb_slider_mixer_secondary_device_i(Fl_My_Value_Slider* o, void* v) { + slider_mixer_secondary_device_cb(o->value(),v); +} +void flgui::cb_slider_mixer_secondary_device(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_slider_mixer_secondary_device_i(o,v); +} + +void flgui::cb_button_mixer_mute_secondary_device_i(Fl_Light_Button*, void*) { + button_mixer_mute_secondary_device_cb(); +} +void flgui::cb_button_mixer_mute_secondary_device(Fl_Light_Button* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_button_mixer_mute_secondary_device_i(o,v); +} + +void flgui::cb_slider_mixer_streaming_gain_i(Fl_My_Value_Slider* o, void* v) { + slider_mixer_streaming_gain_cb(o->value(),v); +} +void flgui::cb_slider_mixer_streaming_gain(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_slider_mixer_streaming_gain_i(o,v); +} + +void flgui::cb_slider_mixer_recording_gain_i(Fl_My_Value_Slider* o, void* v) { + slider_mixer_recording_gain_cb(o->value(),v); +} +void flgui::cb_slider_mixer_recording_gain(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_slider_mixer_recording_gain_i(o,v); +} + +void flgui::cb_slider_mixer_master_gain_i(Fl_My_Value_Slider* o, void* v) { + slider_mixer_master_gain_cb(o->value(),v); +} +void flgui::cb_slider_mixer_master_gain(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_slider_mixer_master_gain_i(o,v); +} + +void flgui::cb_slider_mixer_cross_fader_i(Fl_My_Value_Slider* o, void* v) { + slider_mixer_cross_fader_cb(o->value(),v); +} +void flgui::cb_slider_mixer_cross_fader(Fl_My_Value_Slider* o, void* v) { + ((flgui*)(o->parent()->parent()->user_data()))->cb_slider_mixer_cross_fader_i(o,v); +} + +void flgui::cb_Open_i(Fl_Button*, void*) { + char uri[128]; +snprintf(uri, sizeof(uri), "https://danielnoethen.de/butt/release/%s/butt-%s_manual.html", VERSION, VERSION); +fl_open_uri(uri); +this->window_missing_aac_lib->hide(); +} +void flgui::cb_Open(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Open_i(o,v); +} + +void flgui::cb_Close3_i(Fl_Button*, void*) { + this->window_missing_aac_lib->hide(); +} +void flgui::cb_Close3(Fl_Button* o, void* v) { + ((flgui*)(o->parent()->user_data()))->cb_Close3_i(o,v); +} + +flgui::flgui() { + { window_main = new Fl_My_Double_Window(430, 395); + window_main->box(FL_FLAT_BOX); + window_main->color(FL_BACKGROUND_COLOR); + window_main->selection_color(FL_BACKGROUND_COLOR); + window_main->labeltype(FL_NO_LABEL); + window_main->labelfont(0); + window_main->labelsize(14); + window_main->labelcolor(FL_FOREGROUND_COLOR); + window_main->callback((Fl_Callback*)cb_window_main, (void*)(this)); + window_main->align(Fl_Align(FL_ALIGN_TOP)); + window_main->when(FL_WHEN_RELEASE); + { lcd = new Fl_ILM216(10, 10, 410, 95); + lcd->tooltip(gettext("press left mouse to toggle lcd info")); + lcd->box(FL_ENGRAVED_BOX); + lcd->color(FL_GRAY0); + lcd->selection_color((Fl_Color)41); + lcd->labeltype(FL_NORMAL_LABEL); + lcd->labelfont(0); + lcd->labelsize(14); + lcd->labelcolor(FL_FOREGROUND_COLOR); + lcd->callback((Fl_Callback*)cb_lcd); + lcd->align(Fl_Align(FL_ALIGN_CENTER)); + lcd->when(FL_WHEN_RELEASE); + } // Fl_ILM216* lcd + { label_volume = new Fl_Box(154, 119, 135, 16, gettext("Streaming volume")); + label_volume->labelsize(10); + label_volume->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* label_volume + { button_mixer = new Fl_Button(10, 113, 122, 22, gettext("Mixer")); + button_mixer->tooltip(gettext("show/hide mixer window")); + button_mixer->box(FL_ENGRAVED_BOX); + button_mixer->shortcut(0x40066); + button_mixer->color((Fl_Color)48); + button_mixer->labelsize(11); + button_mixer->callback((Fl_Callback*)cb_button_mixer); + } // Fl_Button* button_mixer + { button_record = new Fl_Button(10, 148, 30, 30, gettext("@circle")); + button_record->tooltip(gettext("start/stop recording")); + button_record->box(FL_ENGRAVED_BOX); + button_record->shortcut(0x40072); + button_record->down_box(FL_ENGRAVED_BOX); + button_record->color((Fl_Color)48); + button_record->selection_color((Fl_Color)40); + button_record->labelfont(1); + button_record->labelsize(12); + button_record->labelcolor((Fl_Color)1); + button_record->callback((Fl_Callback*)cb_button_record); + } // Fl_Button* button_record + { button_disconnect = new Fl_Button(62, 148, 30, 30, gettext("@square")); + button_disconnect->tooltip(gettext("disconnect from server")); + button_disconnect->box(FL_ENGRAVED_BOX); + button_disconnect->shortcut(0x40064); + button_disconnect->down_box(FL_ENGRAVED_BOX); + button_disconnect->color((Fl_Color)48); + button_disconnect->selection_color((Fl_Color)40); + button_disconnect->labelfont(1); + button_disconnect->labelsize(12); + button_disconnect->labelcolor(FL_BACKGROUND2_COLOR); + button_disconnect->callback((Fl_Callback*)cb_button_disconnect); + } // Fl_Button* button_disconnect + { button_connect = new Fl_Button(102, 148, 30, 30, gettext("@>")); + button_connect->tooltip(gettext("connect to server")); + button_connect->box(FL_ENGRAVED_BOX); + button_connect->shortcut(0x40063); + button_connect->down_box(FL_ENGRAVED_BOX); + button_connect->color((Fl_Color)48); + button_connect->selection_color((Fl_Color)40); + button_connect->labelfont(1); + button_connect->labelsize(21); + button_connect->labelcolor(FL_BACKGROUND2_COLOR); + button_connect->callback((Fl_Callback*)cb_button_connect); + } // Fl_Button* button_connect + { vu_tabs = new Fl_Tabs(140, 110, 196, 74); + vu_tabs->box(FL_GTK_THIN_UP_BOX); + vu_tabs->selection_color(FL_DARK1); + vu_tabs->labelsize(13); + vu_tabs->callback((Fl_Callback*)cb_vu_tabs); + { Fl_Group* o = new Fl_Group(150, 128, 177, 47, gettext("Streaming")); + o->labelsize(11); + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(150, 130, 185, 50, gettext("Recording")); + o->labelsize(11); + o->hide(); + o->end(); + } // Fl_Group* o + vu_tabs->end(); + } // Fl_Tabs* vu_tabs + { vumeter = new VUMeter(156, 135, 174, 43); + vumeter->box(FL_BORDER_BOX); + vumeter->color(FL_BACKGROUND_COLOR); + vumeter->selection_color(FL_BACKGROUND_COLOR); + vumeter->labeltype(FL_NORMAL_LABEL); + vumeter->labelfont(0); + vumeter->labelsize(14); + vumeter->labelcolor(FL_FOREGROUND_COLOR); + vumeter->align(Fl_Align(FL_ALIGN_TOP)); + vumeter->when(FL_WHEN_RELEASE); + vumeter->end(); + } // VUMeter* vumeter + { invisible_tab_box = new Fl_My_Invisible_Box(140, 108, 197, 76); + invisible_tab_box->box(FL_NO_BOX); + invisible_tab_box->color(FL_BACKGROUND_COLOR); + invisible_tab_box->selection_color(FL_BACKGROUND_COLOR); + invisible_tab_box->labeltype(FL_NORMAL_LABEL); + invisible_tab_box->labelfont(0); + invisible_tab_box->labelsize(14); + invisible_tab_box->labelcolor(FL_FOREGROUND_COLOR); + invisible_tab_box->align(Fl_Align(FL_ALIGN_CENTER)); + invisible_tab_box->when(FL_WHEN_RELEASE); + } // Fl_My_Invisible_Box* invisible_tab_box + { button_cfg = new Fl_Button(340, 135, 80, 22, gettext("Settings")); + button_cfg->tooltip(gettext("show/hide config window")); + button_cfg->box(FL_ENGRAVED_BOX); + button_cfg->shortcut(0x40066); + button_cfg->color((Fl_Color)48); + button_cfg->labelsize(11); + button_cfg->callback((Fl_Callback*)cb_button_cfg); + } // Fl_Button* button_cfg + { button_info = new Fl_Button(340, 163, 80, 15, gettext("Show log")); + button_info->tooltip(gettext("show/hide info window")); + button_info->box(FL_ENGRAVED_BOX); + button_info->shortcut(0x40076); + button_info->color((Fl_Color)48); + button_info->labelsize(10); + button_info->callback((Fl_Callback*)cb_button_info); + } // Fl_Button* button_info + { label_n24dB = new Fl_Box(10, 190, 30, 16, gettext("-24 dB")); + label_n24dB->labelsize(10); + } // Fl_Box* label_n24dB + { slider_gain = new Fl_My_Value_Slider(50, 191, 335, 15, gettext("Gain")); + slider_gain->tooltip(gettext("Master Gain")); + slider_gain->type(5); + slider_gain->box(FL_NO_BOX); + slider_gain->color(FL_BACKGROUND_COLOR); + slider_gain->selection_color(FL_BACKGROUND_COLOR); + slider_gain->labeltype(FL_NO_LABEL); + slider_gain->labelfont(0); + slider_gain->labelsize(14); + slider_gain->labelcolor(FL_FOREGROUND_COLOR); + slider_gain->minimum(-24); + slider_gain->maximum(24); + slider_gain->step(0.1); + slider_gain->slider_size(0.1); + slider_gain->callback((Fl_Callback*)cb_slider_gain, (void*)(CB_CALLED_BY_USER)); + slider_gain->align(Fl_Align(FL_ALIGN_CENTER)); + slider_gain->when(FL_WHEN_CHANGED); + slider_gain->default_value = 0.0; + } // Fl_My_Value_Slider* slider_gain + { label_p24dB = new Fl_Box(390, 190, 30, 16, gettext("+24 dB")); + label_p24dB->labelsize(10); + } // Fl_Box* label_p24dB + { sponsor_logo = new Fl_Button(237, 27, 128, 61); + sponsor_logo->box(FL_NO_BOX); + sponsor_logo->image( image_radio_co_badge() ); + } // Fl_Button* sponsor_logo + { label_current_listeners = new Fl_Box(211, 83, 165, 16, gettext("Listeners: 0")); + label_current_listeners->labelsize(18); + label_current_listeners->labelcolor(FL_BACKGROUND2_COLOR); + label_current_listeners->align(Fl_Align(FL_ALIGN_RIGHT|FL_ALIGN_INSIDE)); + } // Fl_Box* label_current_listeners + { info_output = new Fl_Text_Display(0, 212, 430, 184); + info_output->box(FL_EMBOSSED_BOX); + info_output->textfont(4); + info_output->textsize(15); + Fl_Group::current()->resizable(info_output); + } // Fl_Text_Display* info_output + window_main->size_range(430, 155, 430); window_main->is_main_window = true; + window_main->size_range(430, 276, 430, 0); + window_main->end(); + } // Fl_My_Double_Window* window_main + { window_cfg = new Fl_My_Double_Window(430, 680, gettext("butt settings")); + window_cfg->box(FL_FLAT_BOX); + window_cfg->color(FL_BACKGROUND_COLOR); + window_cfg->selection_color(FL_BACKGROUND_COLOR); + window_cfg->labeltype(FL_NO_LABEL); + window_cfg->labelfont(0); + window_cfg->labelsize(14); + window_cfg->labelcolor(FL_FOREGROUND_COLOR); + window_cfg->callback((Fl_Callback*)cb_window_cfg, (void*)(this)); + window_cfg->align(Fl_Align(FL_ALIGN_TOP)); + window_cfg->when(FL_WHEN_RELEASE); + { Settings = new Fl_Tabs(-1, 0, 436, 681); + Settings->selection_color(FL_DARK2); + { Fl_Group* o = new Fl_Group(0, 20, 434, 660, gettext("Main")); + o->when(FL_WHEN_RELEASE_ALWAYS); + { Fl_Group* o = new Fl_Group(50, 55, 328, 155, gettext("Server Settings")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { choice_cfg_act_srv = new Fl_Choice(58, 75, 310, 20, gettext("Server")); + choice_cfg_act_srv->tooltip(gettext("Server to connect to")); + choice_cfg_act_srv->down_box(FL_BORDER_BOX); + choice_cfg_act_srv->callback((Fl_Callback*)cb_choice_cfg_act_srv); + choice_cfg_act_srv->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_cfg_act_srv + { Fl_Button* o = new Fl_Button(58, 100, 80, 20, gettext("ADD")); + o->tooltip(gettext("Add server")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_ADD); + } // Fl_Button* o + { button_cfg_edit_srv = new Fl_Button(173, 100, 80, 20, gettext("EDIT")); + button_cfg_edit_srv->tooltip(gettext("Edit selected server")); + button_cfg_edit_srv->box(FL_ENGRAVED_BOX); + button_cfg_edit_srv->callback((Fl_Callback*)cb_button_cfg_edit_srv); + } // Fl_Button* button_cfg_edit_srv + { button_cfg_del_srv = new Fl_Button(288, 100, 80, 20, gettext("DEL")); + button_cfg_del_srv->tooltip(gettext("Delete selected server")); + button_cfg_del_srv->box(FL_ENGRAVED_BOX); + button_cfg_del_srv->callback((Fl_Callback*)cb_button_cfg_del_srv); + } // Fl_Button* button_cfg_del_srv + { choice_cfg_act_icy = new Fl_Choice(58, 155, 310, 20, gettext("Stream Infos")); + choice_cfg_act_icy->tooltip(gettext("Stream info that shall be used")); + choice_cfg_act_icy->down_box(FL_BORDER_BOX); + choice_cfg_act_icy->callback((Fl_Callback*)cb_choice_cfg_act_icy); + choice_cfg_act_icy->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_cfg_act_icy + { Fl_Button* o = new Fl_Button(58, 180, 80, 20, gettext("ADD")); + o->tooltip(gettext("Add stream info")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_ADD1); + } // Fl_Button* o + { button_cfg_edit_icy = new Fl_Button(173, 180, 80, 20, gettext("EDIT")); + button_cfg_edit_icy->tooltip(gettext("Edit stream info")); + button_cfg_edit_icy->box(FL_ENGRAVED_BOX); + button_cfg_edit_icy->callback((Fl_Callback*)cb_button_cfg_edit_icy); + } // Fl_Button* button_cfg_edit_icy + { button_cfg_del_icy = new Fl_Button(288, 180, 80, 20, gettext("DEL")); + button_cfg_del_icy->tooltip(gettext("Delete stream info")); + button_cfg_del_icy->box(FL_ENGRAVED_BOX); + button_cfg_del_icy->callback((Fl_Callback*)cb_button_cfg_del_icy); + } // Fl_Button* button_cfg_del_icy + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 237, 326, 40, gettext("Log File")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_log_filename = new Fl_Input(58, 245, 280, 25); + input_log_filename->tooltip(gettext("Log file path")); + input_log_filename->callback((Fl_Callback*)cb_input_log_filename); + input_log_filename->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Input* input_log_filename + { Fl_Button* o = new Fl_Button(344, 245, 25, 25); + o->tooltip(gettext("Select log file")); + o->box(FL_ENGRAVED_BOX); + o->image( image_folder() ); + o->callback((Fl_Callback*)cb_); + } // Fl_Button* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 304, 326, 50, gettext("Configuration")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { button_cfg_import = new Fl_Button(58, 315, 70, 28, gettext("Import...")); + button_cfg_import->tooltip(gettext("Import settings from config file")); + button_cfg_import->box(FL_ENGRAVED_BOX); + button_cfg_import->callback((Fl_Callback*)cb_button_cfg_import); + } // Fl_Button* button_cfg_import + { Fl_Button* o = new Fl_Button(166, 315, 95, 28, gettext("&Save")); + o->tooltip(gettext("Save settings")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Save); + } // Fl_Button* o + { Fl_Button* o = new Fl_Button(298, 315, 70, 28, gettext("Export...")); + o->tooltip(gettext("export settings")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Export); + } // Fl_Button* o + o->end(); + } // Fl_Group* o + { group_agent = new Fl_Group(50, 385, 326, 75, gettext("Butt Agent")); + group_agent->box(FL_ENGRAVED_FRAME); + group_agent->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { check_start_agent = new Fl_Check_Button(56, 400, 157, 15, gettext("Start agent at startup")); + check_start_agent->tooltip(gettext("Start the butt agent when butt starts")); + check_start_agent->down_box(FL_DOWN_BOX); + check_start_agent->callback((Fl_Callback*)cb_check_start_agent); + } // Fl_Check_Button* check_start_agent + { check_minimize_to_tray = new Fl_Check_Button(56, 430, 150, 15, gettext("Minimize butt to tray")); + check_minimize_to_tray->tooltip(gettext("Minimize butt to tray")); + check_minimize_to_tray->down_box(FL_DOWN_BOX); + check_minimize_to_tray->callback((Fl_Callback*)cb_check_minimize_to_tray); + } // Fl_Check_Button* check_minimize_to_tray + { Fl_Button* o = new Fl_Button(261, 391, 105, 28, gettext("Start Agent")); + o->tooltip(gettext("Start the butt agent now")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Start); + } // Fl_Button* o + { Fl_Button* o = new Fl_Button(261, 425, 105, 28, gettext("Stop Agent")); + o->tooltip(gettext("Stop the butt agent")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Stop); + } // Fl_Button* o + group_agent->end(); + } // Fl_Group* group_agent + { Fl_Group* o = new Fl_Group(50, 485, 326, 50, gettext("Updates")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { check_update_at_startup = new Fl_Check_Button(56, 504, 145, 15, gettext("Check at startup")); + check_update_at_startup->tooltip(gettext("Check for updates at start")); + check_update_at_startup->down_box(FL_DOWN_BOX); + check_update_at_startup->callback((Fl_Callback*)cb_check_update_at_startup); + } // Fl_Check_Button* check_update_at_startup + { Fl_Button* o = new Fl_Button(261, 497, 105, 28, gettext("Check now")); + o->tooltip(gettext("Check if a new version is available")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Check); + } // Fl_Button* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 565, 330, 50, gettext("Help")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { Fl_Button* o = new Fl_Button(58, 576, 135, 28, gettext("Manual")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Manual); + } // Fl_Button* o + { Fl_Button* o = new Fl_Button(235, 577, 135, 28, gettext(" YouTube")); + o->box(FL_ENGRAVED_BOX); + o->image( image_yt_icon() ); + o->callback((Fl_Callback*)cb_YouTube); + o->align(Fl_Align(256)); + } // Fl_Button* o + o->end(); + } // Fl_Group* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(0, 20, 434, 660, gettext("Audio")); + o->hide(); + { Fl_Group* o = new Fl_Group(50, 55, 326, 245, gettext("Main Audio Settings")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { choice_cfg_channel = new Fl_Choice(58, 84, 150, 21, gettext("Channel mode")); + choice_cfg_channel->tooltip(gettext("Select input channel")); + choice_cfg_channel->box(FL_ENGRAVED_BOX); + choice_cfg_channel->down_box(FL_BORDER_BOX); + choice_cfg_channel->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_cfg_channel_i18n_done) { + int i=0; + for ( ; i<2; i++) + if (menu_choice_cfg_channel[i].label()) + menu_choice_cfg_channel[i].label(gettext(menu_choice_cfg_channel[i].label())); + menu_choice_cfg_channel_i18n_done = 1; + } + choice_cfg_channel->menu(menu_choice_cfg_channel); + } // Fl_Choice* choice_cfg_channel + { choice_cfg_samplerate = new Fl_Choice(228, 85, 135, 20, gettext("Samplerate")); + choice_cfg_samplerate->tooltip(gettext("Select input sample rate")); + choice_cfg_samplerate->down_box(FL_BORDER_BOX); + choice_cfg_samplerate->callback((Fl_Callback*)cb_choice_cfg_samplerate); + choice_cfg_samplerate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_cfg_samplerate + { Fl_Group* o = new Fl_Group(58, 133, 162, 25, gettext("Remember Device by")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { radio_cfg_ID = new Fl_Round_Button(67, 138, 40, 14, gettext("ID")); + radio_cfg_ID->type(102); + radio_cfg_ID->down_box(FL_ROUND_DOWN_BOX); + radio_cfg_ID->callback((Fl_Callback*)cb_radio_cfg_ID); + } // Fl_Round_Button* radio_cfg_ID + { radio_cfg_name = new Fl_Round_Button(143, 138, 65, 15, gettext("Name")); + radio_cfg_name->type(102); + radio_cfg_name->down_box(FL_ROUND_DOWN_BOX); + radio_cfg_name->callback((Fl_Callback*)cb_radio_cfg_name); + } // Fl_Round_Button* radio_cfg_name + o->end(); + } // Fl_Group* o + { button_cfg_rescan_devices = new Fl_Button(228, 133, 135, 25, gettext("Update devices")); + button_cfg_rescan_devices->tooltip(gettext("Rescan audio devices")); + button_cfg_rescan_devices->box(FL_ENGRAVED_BOX); + button_cfg_rescan_devices->callback((Fl_Callback*)cb_button_cfg_rescan_devices); + } // Fl_Button* button_cfg_rescan_devices + { choice_cfg_dev = new Fl_Choice(58, 190, 170, 20, gettext("Primary Audio Device")); + choice_cfg_dev->tooltip(gettext("Select your primary sound card device")); + choice_cfg_dev->down_box(FL_FLAT_BOX); + choice_cfg_dev->callback((Fl_Callback*)cb_choice_cfg_dev); + choice_cfg_dev->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_cfg_dev + { choice_cfg_left_channel = new Fl_Choice(248, 190, 50, 20, gettext("Left")); + choice_cfg_left_channel->tooltip(gettext("Select left audio channel")); + choice_cfg_left_channel->down_box(FL_BORDER_BOX); + choice_cfg_left_channel->callback((Fl_Callback*)cb_choice_cfg_left_channel); + choice_cfg_left_channel->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_cfg_left_channel + { choice_cfg_right_channel = new Fl_Choice(313, 190, 50, 20, gettext("Right")); + choice_cfg_right_channel->tooltip(gettext("Select right audio channel")); + choice_cfg_right_channel->down_box(FL_BORDER_BOX); + choice_cfg_right_channel->callback((Fl_Callback*)cb_choice_cfg_right_channel); + choice_cfg_right_channel->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_cfg_right_channel + { choice_cfg_dev2 = new Fl_Choice(58, 256, 170, 20, gettext("Secondary Audio Device")); + choice_cfg_dev2->tooltip(gettext("Select your secondary sound card device")); + choice_cfg_dev2->down_box(FL_FLAT_BOX); + choice_cfg_dev2->callback((Fl_Callback*)cb_choice_cfg_dev2); + choice_cfg_dev2->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_cfg_dev2 + { choice_cfg_left_channel2 = new Fl_Choice(248, 256, 50, 20, gettext("Left")); + choice_cfg_left_channel2->tooltip(gettext("Select left audio channel")); + choice_cfg_left_channel2->down_box(FL_BORDER_BOX); + choice_cfg_left_channel2->callback((Fl_Callback*)cb_choice_cfg_left_channel2); + choice_cfg_left_channel2->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_cfg_left_channel2 + { choice_cfg_right_channel2 = new Fl_Choice(313, 256, 50, 20, gettext("Right")); + choice_cfg_right_channel2->tooltip(gettext("Select right audio channel")); + choice_cfg_right_channel2->down_box(FL_BORDER_BOX); + choice_cfg_right_channel2->callback((Fl_Callback*)cb_choice_cfg_right_channel2); + choice_cfg_right_channel2->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_cfg_right_channel2 + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 330, 326, 60, gettext("Streaming")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { choice_cfg_codec = new Fl_Choice(58, 357, 125, 20, gettext("Codec")); + choice_cfg_codec->tooltip(gettext("Select streaming codec")); + choice_cfg_codec->box(FL_ENGRAVED_BOX); + choice_cfg_codec->down_box(FL_BORDER_BOX); + choice_cfg_codec->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_cfg_codec_i18n_done) { + int i=0; + for ( ; i<5; i++) + if (menu_choice_cfg_codec[i].label()) + menu_choice_cfg_codec[i].label(gettext(menu_choice_cfg_codec[i].label())); + menu_choice_cfg_codec_i18n_done = 1; + } + choice_cfg_codec->menu(menu_choice_cfg_codec); + } // Fl_Choice* choice_cfg_codec + { choice_cfg_bitrate = new Fl_Choice(200, 357, 115, 20, gettext("Bitrate")); + choice_cfg_bitrate->tooltip(gettext("Select streaming bitrate")); + choice_cfg_bitrate->box(FL_ENGRAVED_BOX); + choice_cfg_bitrate->down_box(FL_BORDER_BOX); + choice_cfg_bitrate->callback((Fl_Callback*)cb_choice_cfg_bitrate); + choice_cfg_bitrate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_cfg_bitrate + { Fl_Button* o = new Fl_Button(323, 355, 22, 22); + o->box(FL_NO_BOX); + o->image( image_settings() ); + o->callback((Fl_Callback*)cb_1); + } // Fl_Button* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 415, 326, 60, gettext("Recording")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { choice_rec_codec = new Fl_Choice(58, 442, 125, 20, gettext("Codec")); + choice_rec_codec->tooltip(gettext("Select recording codec")); + choice_rec_codec->box(FL_ENGRAVED_BOX); + choice_rec_codec->down_box(FL_BORDER_BOX); + choice_rec_codec->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_codec_i18n_done) { + int i=0; + for ( ; i<6; i++) + if (menu_choice_rec_codec[i].label()) + menu_choice_rec_codec[i].label(gettext(menu_choice_rec_codec[i].label())); + menu_choice_rec_codec_i18n_done = 1; + } + choice_rec_codec->menu(menu_choice_rec_codec); + } // Fl_Choice* choice_rec_codec + { choice_rec_bitrate = new Fl_Choice(200, 442, 115, 20, gettext("Bitrate")); + choice_rec_bitrate->tooltip(gettext("Select recording bitrate")); + choice_rec_bitrate->down_box(FL_BORDER_BOX); + choice_rec_bitrate->callback((Fl_Callback*)cb_choice_rec_bitrate); + choice_rec_bitrate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_rec_bitrate + { Fl_Button* o = new Fl_Button(323, 440, 22, 22); + o->box(FL_NO_BOX); + o->image( image_settings() ); + o->callback((Fl_Callback*)cb_2); + } // Fl_Button* o + o->end(); + } // Fl_Group* o + { button_advanced = new Fl_Button(37, 345, 89, 25, gettext("Advanced...")); + button_advanced->box(FL_ENGRAVED_BOX); + button_advanced->callback((Fl_Callback*)cb_button_advanced); + button_advanced->hide(); + button_advanced->deactivate(); + } // Fl_Button* button_advanced + { input_cfg_buffer = new Fl_Value_Input(37, 405, 75, 20, gettext("Buffer (ms)")); + input_cfg_buffer->maximum(0); + input_cfg_buffer->value(50); + input_cfg_buffer->callback((Fl_Callback*)cb_input_cfg_buffer); + input_cfg_buffer->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_cfg_buffer->when(FL_WHEN_ENTER_KEY); + input_cfg_buffer->hide(); + input_cfg_buffer->deactivate(); + } // Fl_Value_Input* input_cfg_buffer + { choice_cfg_resample_mode = new Fl_Choice(177, 405, 125, 20, gettext("Resample Quality")); + choice_cfg_resample_mode->down_box(FL_BORDER_BOX); + choice_cfg_resample_mode->callback((Fl_Callback*)cb_choice_cfg_resample_mode); + choice_cfg_resample_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + choice_cfg_resample_mode->hide(); + choice_cfg_resample_mode->deactivate(); + if (!menu_choice_cfg_resample_mode_i18n_done) { + int i=0; + for ( ; i<5; i++) + if (menu_choice_cfg_resample_mode[i].label()) + menu_choice_cfg_resample_mode[i].label(gettext(menu_choice_cfg_resample_mode[i].label())); + menu_choice_cfg_resample_mode_i18n_done = 1; + } + choice_cfg_resample_mode->menu(menu_choice_cfg_resample_mode); + } // Fl_Choice* choice_cfg_resample_mode + { Fl_Group* o = new Fl_Group(50, 500, 326, 50, gettext("Signal detection levels")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_cfg_present_level = new Fl_Value_Input(58, 524, 70, 19, gettext("Signal present")); + input_cfg_present_level->minimum(-90); + input_cfg_present_level->maximum(0); + input_cfg_present_level->value(-50); + input_cfg_present_level->callback((Fl_Callback*)cb_input_cfg_present_level); + input_cfg_present_level->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Value_Input* input_cfg_present_level + { Fl_Box* o = new Fl_Box(128, 526, 25, 17, gettext("dB")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { input_cfg_absent_level = new Fl_Value_Input(253, 524, 65, 19, gettext("Signal absent")); + input_cfg_absent_level->minimum(-90); + input_cfg_absent_level->maximum(0); + input_cfg_absent_level->value(-50); + input_cfg_absent_level->callback((Fl_Callback*)cb_input_cfg_absent_level); + input_cfg_absent_level->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Value_Input* input_cfg_absent_level + { Fl_Box* o = new Fl_Box(318, 525, 25, 17, gettext("dB")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + o->end(); + } // Fl_Group* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(0, 20, 434, 660, gettext("Stream")); + o->hide(); + { Fl_Group* o = new Fl_Group(50, 47, 329, 65, gettext("Update song name from file")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_cfg_song_file = new Fl_Input(55, 56, 283, 26); + input_cfg_song_file->tooltip(gettext("Filename that holds the current song name")); + input_cfg_song_file->callback((Fl_Callback*)cb_input_cfg_song_file); + input_cfg_song_file->align(Fl_Align(FL_ALIGN_TOP_RIGHT)); + this->input_cfg_song_file->maximum_size(500); + } // Fl_Input* input_cfg_song_file + { button_songfile_browse = new Fl_Button(343, 57, 25, 25); + button_songfile_browse->tooltip(gettext("Select file that holds the current song name")); + button_songfile_browse->box(FL_ENGRAVED_FRAME); + button_songfile_browse->image( image_folder() ); + button_songfile_browse->callback((Fl_Callback*)cb_button_songfile_browse); + } // Fl_Button* button_songfile_browse + { check_song_update_active = new Fl_Check_Button(53, 83, 77, 25, gettext("Activate")); + check_song_update_active->tooltip(gettext("Activate auto update song name from file")); + check_song_update_active->down_box(FL_DOWN_BOX); + check_song_update_active->callback((Fl_Callback*)cb_check_song_update_active); + } // Fl_Check_Button* check_song_update_active + { check_read_last_line = new Fl_Check_Button(133, 83, 215, 25, gettext("Read last line instead of first")); + check_read_last_line->tooltip(gettext("Activate auto update song name from file")); + check_read_last_line->down_box(FL_DOWN_BOX); + check_read_last_line->callback((Fl_Callback*)cb_check_read_last_line); + } // Fl_Check_Button* check_read_last_line + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 137, 329, 65, gettext("Update song name from application")); + o->box(FL_ENGRAVED_BOX); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { choice_cfg_app = new Fl_Choice(55, 148, 203, 20); + choice_cfg_app->tooltip(gettext("Changes the song through an running application")); + choice_cfg_app->down_box(FL_BORDER_BOX); + choice_cfg_app->callback((Fl_Callback*)cb_choice_cfg_app); + } // Fl_Choice* choice_cfg_app + { Fl_Group* o = new Fl_Group(268, 145, 105, 40); + { radio_cfg_title_artist = new Fl_Round_Button(268, 145, 105, 20, gettext("Title - Artist")); + radio_cfg_title_artist->type(102); + radio_cfg_title_artist->down_box(FL_ROUND_DOWN_BOX); + radio_cfg_title_artist->callback((Fl_Callback*)cb_radio_cfg_title_artist); + } // Fl_Round_Button* radio_cfg_title_artist + { radio_cfg_artist_title = new Fl_Round_Button(268, 170, 105, 15, gettext("Artist - Title")); + radio_cfg_artist_title->type(102); + radio_cfg_artist_title->down_box(FL_ROUND_DOWN_BOX); + radio_cfg_artist_title->callback((Fl_Callback*)cb_radio_cfg_artist_title); + } // Fl_Round_Button* radio_cfg_artist_title + o->end(); + } // Fl_Group* o + { check_cfg_use_app = new Fl_Check_Button(53, 167, 85, 33, gettext("Activate")); + check_cfg_use_app->down_box(FL_DOWN_BOX); + check_cfg_use_app->callback((Fl_Callback*)cb_check_cfg_use_app); + } // Fl_Check_Button* check_cfg_use_app + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 314, 329, 40, gettext("Update song name manually")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_cfg_song = new Fl_Input(55, 322, 283, 25); + input_cfg_song->tooltip(gettext("Current song name")); + input_cfg_song->callback((Fl_Callback*)cb_input_cfg_song); + input_cfg_song->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_cfg_song->when(FL_WHEN_CHANGED); + this->input_cfg_song->maximum_size(500); + } // Fl_Input* input_cfg_song + { button_cfg_song_go = new Fl_Button(343, 322, 25, 25, gettext("OK")); + button_cfg_song_go->tooltip(gettext("Send current song name to the server")); + button_cfg_song_go->box(FL_ENGRAVED_BOX); + button_cfg_song_go->shortcut(0xff0d); + button_cfg_song_go->labelsize(12); + button_cfg_song_go->callback((Fl_Callback*)cb_button_cfg_song_go); + } // Fl_Button* button_cfg_song_go + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 373, 329, 32, gettext("Update song name delay")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { choice_cfg_song_delay = new Fl_Choice(55, 379, 153, 20); + choice_cfg_song_delay->tooltip(gettext("Introduces a delay until the song name is actually updated")); + choice_cfg_song_delay->down_box(FL_BORDER_BOX); + choice_cfg_song_delay->callback((Fl_Callback*)cb_choice_cfg_song_delay); + choice_cfg_song_delay->align(Fl_Align(FL_ALIGN_RIGHT)); + } // Fl_Choice* choice_cfg_song_delay + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 426, 330, 75, gettext("Extend song name")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_cfg_song_prefix = new Fl_Input(103, 434, 255, 24, gettext("Prefix:")); + input_cfg_song_prefix->callback((Fl_Callback*)cb_input_cfg_song_prefix); + input_cfg_song_prefix->when(FL_WHEN_CHANGED); + this->input_cfg_song_prefix->maximum_size(500); + } // Fl_Input* input_cfg_song_prefix + { input_cfg_song_suffix = new Fl_Input(103, 469, 255, 24, gettext("Suffix:")); + input_cfg_song_suffix->callback((Fl_Callback*)cb_input_cfg_song_suffix); + input_cfg_song_suffix->when(FL_WHEN_CHANGED); + this->input_cfg_song_suffix->maximum_size(500); + } // Fl_Input* input_cfg_song_suffix + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 525, 329, 152, gettext("Streaming")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { check_stream_signal = new Fl_Check_Button(55, 535, 205, 18, gettext("Start if signal is present for")); + check_stream_signal->tooltip(gettext("Start streaming if the audio level exceeds the \"Signal present\" level set i\ +n the \"Audio\" tab")); + check_stream_signal->down_box(FL_DOWN_BOX); + check_stream_signal->callback((Fl_Callback*)cb_check_stream_signal); + } // Fl_Check_Button* check_stream_signal + { input_cfg_signal = new Fl_Value_Input(272, 533, 42, 19); + input_cfg_signal->callback((Fl_Callback*)cb_input_cfg_signal); + input_cfg_signal->when(FL_WHEN_RELEASE); + } // Fl_Value_Input* input_cfg_signal + { Fl_Box* o = new Fl_Box(313, 533, 62, 16, gettext("seconds")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { check_stream_silence = new Fl_Check_Button(55, 557, 205, 18, gettext("Stop if signal is absent for")); + check_stream_silence->tooltip(gettext("Stop streaming if the audio level falls below the \"Signal absent level set i\ +n the \"Audio\" tab")); + check_stream_silence->down_box(FL_DOWN_BOX); + check_stream_silence->callback((Fl_Callback*)cb_check_stream_silence); + } // Fl_Check_Button* check_stream_silence + { input_cfg_silence = new Fl_Value_Input(272, 557, 42, 19); + input_cfg_silence->callback((Fl_Callback*)cb_input_cfg_silence); + input_cfg_silence->when(FL_WHEN_RELEASE); + } // Fl_Value_Input* input_cfg_silence + { Fl_Box* o = new Fl_Box(313, 557, 62, 16, gettext("seconds")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { check_cfg_connect = new Fl_Check_Button(55, 583, 205, 18, gettext("Start streaming after launch")); + check_cfg_connect->tooltip(gettext("Connect automatically to a server after launch")); + check_cfg_connect->down_box(FL_DOWN_BOX); + check_cfg_connect->callback((Fl_Callback*)cb_check_cfg_connect); + } // Fl_Check_Button* check_cfg_connect + { check_cfg_force_reconnecting = new Fl_Check_Button(55, 606, 205, 18, gettext("Force reconnecting")); + check_cfg_force_reconnecting->tooltip(gettext("If enabled butt keeps reconnecting regardless of the error message")); + check_cfg_force_reconnecting->down_box(FL_DOWN_BOX); + check_cfg_force_reconnecting->callback((Fl_Callback*)cb_check_cfg_force_reconnecting); + } // Fl_Check_Button* check_cfg_force_reconnecting + { Fl_Box* o = new Fl_Box(55, 631, 190, 17, gettext("Reconnect delay:")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { input_cfg_reconnect_delay = new Fl_Value_Input(58, 651, 42, 19); + input_cfg_reconnect_delay->callback((Fl_Callback*)cb_input_cfg_reconnect_delay); + } // Fl_Value_Input* input_cfg_reconnect_delay + { Fl_Box* o = new Fl_Box(104, 652, 62, 16, gettext("seconds")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 225, 329, 65, gettext("Update song name from URL")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_cfg_song_url = new Fl_Input(55, 233, 318, 25); + input_cfg_song_url->tooltip(gettext("URL to get song name from")); + input_cfg_song_url->callback((Fl_Callback*)cb_input_cfg_song_url); + input_cfg_song_url->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_cfg_song_url->maximum_size(1024); + } // Fl_Input* input_cfg_song_url + { input_cfg_url_update_song_interval = new Fl_Value_Input(340, 263, 30, 19, gettext("Update interval")); + input_cfg_url_update_song_interval->tooltip(gettext("Update interval in seconds")); + input_cfg_url_update_song_interval->minimum(1); + input_cfg_url_update_song_interval->maximum(1000); + input_cfg_url_update_song_interval->value(1); + input_cfg_url_update_song_interval->callback((Fl_Callback*)cb_input_cfg_url_update_song_interval); + input_cfg_url_update_song_interval->when(FL_WHEN_RELEASE); + } // Fl_Value_Input* input_cfg_url_update_song_interval + { check_cfg_update_from_url = new Fl_Check_Button(55, 259, 85, 31, gettext("Activate")); + check_cfg_update_from_url->down_box(FL_DOWN_BOX); + check_cfg_update_from_url->callback((Fl_Callback*)cb_check_cfg_update_from_url); + } // Fl_Check_Button* check_cfg_update_from_url + o->end(); + } // Fl_Group* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(0, 20, 434, 660, gettext("Record")); + o->hide(); + { input_rec_filename = new Fl_Input(50, 55, 326, 25, gettext("Record File Name:")); + input_rec_filename->tooltip(gettext("Record file name")); + input_rec_filename->callback((Fl_Callback*)cb_input_rec_filename); + input_rec_filename->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_rec_filename->maximum_size(500); + } // Fl_Input* input_rec_filename + { input_rec_folder = new Fl_Input(50, 106, 298, 25, gettext("Record Directory:")); + input_rec_folder->tooltip(gettext("Directory of recordings")); + input_rec_folder->callback((Fl_Callback*)cb_input_rec_folder); + input_rec_folder->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_rec_folder->maximum_size(500); + } // Fl_Input* input_rec_folder + { button_rec_browse = new Fl_Button(350, 106, 25, 25); + button_rec_browse->tooltip(gettext("Select recording directory")); + button_rec_browse->box(FL_ENGRAVED_BOX); + button_rec_browse->image( image_folder() ); + button_rec_browse->callback((Fl_Callback*)cb_button_rec_browse); + } // Fl_Button* button_rec_browse + { Fl_Group* o = new Fl_Group(50, 164, 326, 57, gettext("Split file")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_rec_split_time = new Fl_Value_Input(97, 171, 40, 19, gettext("every")); + input_rec_split_time->callback((Fl_Callback*)cb_input_rec_split_time); + } // Fl_Value_Input* input_rec_split_time + { text_rec_split_time = new Fl_Box(143, 171, 50, 16, gettext("minutes")); + } // Fl_Box* text_rec_split_time + { check_sync_to_full_hour = new Fl_Check_Button(55, 196, 124, 15, gettext("Sync to full hour")); + check_sync_to_full_hour->tooltip(gettext("Sync to full hour")); + check_sync_to_full_hour->down_box(FL_DOWN_BOX); + check_sync_to_full_hour->callback((Fl_Callback*)cb_check_sync_to_full_hour); + } // Fl_Check_Button* check_sync_to_full_hour + { Fl_Button* o = new Fl_Button(288, 179, 80, 28, gettext("Split now")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Split); + } // Fl_Button* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(50, 250, 326, 173, gettext("Recording")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { check_cfg_auto_start_rec = new Fl_Check_Button(55, 290, 265, 20, gettext("Start recording when connected")); + check_cfg_auto_start_rec->tooltip(gettext("Start recording when connected")); + check_cfg_auto_start_rec->down_box(FL_DOWN_BOX); + check_cfg_auto_start_rec->callback((Fl_Callback*)cb_check_cfg_auto_start_rec); + } // Fl_Check_Button* check_cfg_auto_start_rec + { check_cfg_auto_stop_rec = new Fl_Check_Button(55, 314, 265, 20, gettext("Stop recording when disconnected")); + check_cfg_auto_stop_rec->tooltip(gettext("Start recording when disconnected")); + check_cfg_auto_stop_rec->down_box(FL_DOWN_BOX); + check_cfg_auto_stop_rec->callback((Fl_Callback*)cb_check_cfg_auto_stop_rec); + } // Fl_Check_Button* check_cfg_auto_stop_rec + { check_cfg_rec_after_launch = new Fl_Check_Button(55, 339, 265, 20, gettext("Start recording after launch")); + check_cfg_rec_after_launch->tooltip(gettext("Start recording after launch")); + check_cfg_rec_after_launch->down_box(FL_DOWN_BOX); + check_cfg_rec_after_launch->callback((Fl_Callback*)cb_check_cfg_rec_after_launch); + } // Fl_Check_Button* check_cfg_rec_after_launch + { check_rec_signal = new Fl_Check_Button(55, 362, 205, 18, gettext("Start if signal is present for")); + check_rec_signal->tooltip(gettext("Start recording if the audio level exceeds the \"Signal present\" level set i\ +n the \"Audio\" tab")); + check_rec_signal->down_box(FL_DOWN_BOX); + check_rec_signal->callback((Fl_Callback*)cb_check_rec_signal); + } // Fl_Check_Button* check_rec_signal + { input_rec_signal = new Fl_Value_Input(266, 362, 42, 19); + input_rec_signal->callback((Fl_Callback*)cb_input_rec_signal); + input_rec_signal->when(FL_WHEN_RELEASE); + } // Fl_Value_Input* input_rec_signal + { Fl_Box* o = new Fl_Box(308, 363, 64, 16, gettext("seconds")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { check_rec_silence = new Fl_Check_Button(55, 385, 205, 18, gettext("Stop if signal is absent for")); + check_rec_silence->tooltip(gettext("Stop recording if the audio level falls below the \"Signal absent level set i\ +n the \"Audio\" tab")); + check_rec_silence->down_box(FL_DOWN_BOX); + check_rec_silence->callback((Fl_Callback*)cb_check_rec_silence); + } // Fl_Check_Button* check_rec_silence + { input_rec_silence = new Fl_Value_Input(266, 386, 42, 19); + input_rec_silence->callback((Fl_Callback*)cb_input_rec_silence); + input_rec_silence->when(FL_WHEN_RELEASE); + } // Fl_Value_Input* input_rec_silence + { Fl_Box* o = new Fl_Box(308, 386, 62, 16, gettext("seconds")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { check_cfg_overwrite_existing_files = new Fl_Check_Button(55, 266, 300, 20, gettext("Overwrite existing files")); + check_cfg_overwrite_existing_files->down_box(FL_DOWN_BOX); + check_cfg_overwrite_existing_files->callback((Fl_Callback*)cb_check_cfg_overwrite_existing_files); + } // Fl_Check_Button* check_cfg_overwrite_existing_files + o->end(); + } // Fl_Group* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(0, 20, 434, 660, gettext("DSP")); + o->hide(); + { Fl_Button* o = new Fl_Button(320, 33, 80, 19, gettext("Reset")); + o->box(FL_ENGRAVED_BOX); + o->labelsize(12); + o->callback((Fl_Callback*)cb_Reset); + } // Fl_Button* o + { Fl_Group* o = new Fl_Group(30, 55, 371, 225, gettext("Equalizer")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { check_stream_eq = new Fl_Check_Button(35, 57, 79, 25, gettext("Stream")); + check_stream_eq->down_box(FL_DOWN_BOX); + check_stream_eq->callback((Fl_Callback*)cb_check_stream_eq); + } // Fl_Check_Button* check_stream_eq + { check_rec_eq = new Fl_Check_Button(115, 57, 60, 25, gettext("Rec")); + check_rec_eq->down_box(FL_DOWN_BOX); + check_rec_eq->callback((Fl_Callback*)cb_check_rec_eq); + } // Fl_Check_Button* check_rec_eq + { choice_eq_preset = new Fl_Choice(250, 62, 140, 18); + choice_eq_preset->tooltip(gettext("Equalizer Preset")); + choice_eq_preset->down_box(FL_BORDER_BOX); + choice_eq_preset->callback((Fl_Callback*)cb_choice_eq_preset); + if (!menu_choice_eq_preset_i18n_done) { + int i=0; + for ( ; i<20; i++) + if (menu_choice_eq_preset[i].label()) + menu_choice_eq_preset[i].label(gettext(menu_choice_eq_preset[i].label())); + menu_choice_eq_preset_i18n_done = 1; + } + choice_eq_preset->menu(menu_choice_eq_preset); + } // Fl_Choice* choice_eq_preset + { equalizerGain1 = new Fl_Text_Display(31, 105, 51, 10, gettext("+0.0")); + equalizerGain1->box(FL_NO_BOX); + equalizerGain1->labelsize(11); + } // Fl_Text_Display* equalizerGain1 + { equalizerSlider1 = new Fl_My_Value_Slider(53, 105, 15, 150, gettext("32Hz")); + equalizerSlider1->type(4); + equalizerSlider1->box(FL_NO_BOX); + equalizerSlider1->color(FL_BACKGROUND_COLOR); + equalizerSlider1->selection_color(FL_BACKGROUND_COLOR); + equalizerSlider1->labeltype(FL_NORMAL_LABEL); + equalizerSlider1->labelfont(0); + equalizerSlider1->labelsize(11); + equalizerSlider1->labelcolor(FL_FOREGROUND_COLOR); + equalizerSlider1->minimum(15); + equalizerSlider1->maximum(-15); + equalizerSlider1->step(0.1); + equalizerSlider1->slider_size(0.151515); + equalizerSlider1->callback((Fl_Callback*)cb_equalizerSlider1); + equalizerSlider1->align(Fl_Align(FL_ALIGN_BOTTOM)); + equalizerSlider1->when(FL_WHEN_CHANGED); + equalizerSlider1->default_value = 0.0; + } // Fl_My_Value_Slider* equalizerSlider1 + { equalizerGain2 = new Fl_Text_Display(74, 105, 35, 10, gettext("+0.0")); + equalizerGain2->box(FL_NO_BOX); + equalizerGain2->labelsize(11); + } // Fl_Text_Display* equalizerGain2 + { equalizerSlider2 = new Fl_My_Value_Slider(88, 105, 15, 150, gettext("64Hz")); + equalizerSlider2->type(4); + equalizerSlider2->box(FL_NO_BOX); + equalizerSlider2->color(FL_BACKGROUND_COLOR); + equalizerSlider2->selection_color(FL_BACKGROUND_COLOR); + equalizerSlider2->labeltype(FL_NORMAL_LABEL); + equalizerSlider2->labelfont(0); + equalizerSlider2->labelsize(11); + equalizerSlider2->labelcolor(FL_FOREGROUND_COLOR); + equalizerSlider2->minimum(15); + equalizerSlider2->maximum(-15); + equalizerSlider2->step(0.1); + equalizerSlider2->slider_size(0.151515); + equalizerSlider2->callback((Fl_Callback*)cb_equalizerSlider2); + equalizerSlider2->align(Fl_Align(FL_ALIGN_BOTTOM)); + equalizerSlider2->when(FL_WHEN_CHANGED); + equalizerSlider2->default_value = 0.0; + } // Fl_My_Value_Slider* equalizerSlider2 + { equalizerGain3 = new Fl_Text_Display(109, 105, 35, 10, gettext("+0.0")); + equalizerGain3->box(FL_NO_BOX); + equalizerGain3->labelsize(11); + } // Fl_Text_Display* equalizerGain3 + { equalizerSlider3 = new Fl_My_Value_Slider(123, 105, 15, 150, gettext("125Hz")); + equalizerSlider3->type(4); + equalizerSlider3->box(FL_NO_BOX); + equalizerSlider3->color(FL_BACKGROUND_COLOR); + equalizerSlider3->selection_color(FL_BACKGROUND_COLOR); + equalizerSlider3->labeltype(FL_NORMAL_LABEL); + equalizerSlider3->labelfont(0); + equalizerSlider3->labelsize(11); + equalizerSlider3->labelcolor(FL_FOREGROUND_COLOR); + equalizerSlider3->minimum(15); + equalizerSlider3->maximum(-15); + equalizerSlider3->step(0.1); + equalizerSlider3->slider_size(0.151515); + equalizerSlider3->callback((Fl_Callback*)cb_equalizerSlider3); + equalizerSlider3->align(Fl_Align(FL_ALIGN_BOTTOM)); + equalizerSlider3->when(FL_WHEN_CHANGED); + equalizerSlider3->default_value = 0.0; + } // Fl_My_Value_Slider* equalizerSlider3 + { equalizerGain4 = new Fl_Text_Display(144, 105, 35, 10, gettext("+0.0")); + equalizerGain4->box(FL_NO_BOX); + equalizerGain4->labelsize(11); + } // Fl_Text_Display* equalizerGain4 + { equalizerSlider4 = new Fl_My_Value_Slider(158, 105, 15, 150, gettext("250Hz")); + equalizerSlider4->type(4); + equalizerSlider4->box(FL_NO_BOX); + equalizerSlider4->color(FL_BACKGROUND_COLOR); + equalizerSlider4->selection_color(FL_BACKGROUND_COLOR); + equalizerSlider4->labeltype(FL_NORMAL_LABEL); + equalizerSlider4->labelfont(0); + equalizerSlider4->labelsize(11); + equalizerSlider4->labelcolor(FL_FOREGROUND_COLOR); + equalizerSlider4->minimum(15); + equalizerSlider4->maximum(-15); + equalizerSlider4->step(0.1); + equalizerSlider4->slider_size(0.151515); + equalizerSlider4->callback((Fl_Callback*)cb_equalizerSlider4); + equalizerSlider4->align(Fl_Align(FL_ALIGN_BOTTOM)); + equalizerSlider4->when(FL_WHEN_CHANGED); + equalizerSlider4->default_value = 0.0; + } // Fl_My_Value_Slider* equalizerSlider4 + { equalizerGain5 = new Fl_Text_Display(179, 105, 35, 10, gettext("+0.0")); + equalizerGain5->box(FL_NO_BOX); + equalizerGain5->labelsize(11); + } // Fl_Text_Display* equalizerGain5 + { equalizerSlider5 = new Fl_My_Value_Slider(193, 105, 15, 150, gettext("500Hz")); + equalizerSlider5->type(4); + equalizerSlider5->box(FL_NO_BOX); + equalizerSlider5->color(FL_BACKGROUND_COLOR); + equalizerSlider5->selection_color(FL_BACKGROUND_COLOR); + equalizerSlider5->labeltype(FL_NORMAL_LABEL); + equalizerSlider5->labelfont(0); + equalizerSlider5->labelsize(11); + equalizerSlider5->labelcolor(FL_FOREGROUND_COLOR); + equalizerSlider5->minimum(15); + equalizerSlider5->maximum(-15); + equalizerSlider5->step(0.1); + equalizerSlider5->slider_size(0.151515); + equalizerSlider5->callback((Fl_Callback*)cb_equalizerSlider5); + equalizerSlider5->align(Fl_Align(FL_ALIGN_BOTTOM)); + equalizerSlider5->when(FL_WHEN_CHANGED); + equalizerSlider5->default_value = 0.0; + } // Fl_My_Value_Slider* equalizerSlider5 + { equalizerGain6 = new Fl_Text_Display(214, 105, 35, 10, gettext("+0.0")); + equalizerGain6->box(FL_NO_BOX); + equalizerGain6->labelsize(11); + } // Fl_Text_Display* equalizerGain6 + { equalizerSlider6 = new Fl_My_Value_Slider(228, 105, 15, 150, gettext("1kHz")); + equalizerSlider6->type(4); + equalizerSlider6->box(FL_NO_BOX); + equalizerSlider6->color(FL_BACKGROUND_COLOR); + equalizerSlider6->selection_color(FL_BACKGROUND_COLOR); + equalizerSlider6->labeltype(FL_NORMAL_LABEL); + equalizerSlider6->labelfont(0); + equalizerSlider6->labelsize(11); + equalizerSlider6->labelcolor(FL_FOREGROUND_COLOR); + equalizerSlider6->minimum(15); + equalizerSlider6->maximum(-15); + equalizerSlider6->step(0.1); + equalizerSlider6->slider_size(0.151515); + equalizerSlider6->callback((Fl_Callback*)cb_equalizerSlider6); + equalizerSlider6->align(Fl_Align(FL_ALIGN_BOTTOM)); + equalizerSlider6->when(FL_WHEN_CHANGED); + equalizerSlider6->default_value = 0.0; + } // Fl_My_Value_Slider* equalizerSlider6 + { equalizerGain7 = new Fl_Text_Display(249, 105, 35, 10, gettext("+0.0")); + equalizerGain7->box(FL_NO_BOX); + equalizerGain7->labelsize(11); + } // Fl_Text_Display* equalizerGain7 + { equalizerSlider7 = new Fl_My_Value_Slider(263, 105, 15, 150, gettext("2kHz")); + equalizerSlider7->type(4); + equalizerSlider7->box(FL_NO_BOX); + equalizerSlider7->color(FL_BACKGROUND_COLOR); + equalizerSlider7->selection_color(FL_BACKGROUND_COLOR); + equalizerSlider7->labeltype(FL_NORMAL_LABEL); + equalizerSlider7->labelfont(0); + equalizerSlider7->labelsize(11); + equalizerSlider7->labelcolor(FL_FOREGROUND_COLOR); + equalizerSlider7->minimum(15); + equalizerSlider7->maximum(-15); + equalizerSlider7->step(0.1); + equalizerSlider7->slider_size(0.151515); + equalizerSlider7->callback((Fl_Callback*)cb_equalizerSlider7); + equalizerSlider7->align(Fl_Align(FL_ALIGN_BOTTOM)); + equalizerSlider7->when(FL_WHEN_CHANGED); + equalizerSlider7->default_value = 0.0; + } // Fl_My_Value_Slider* equalizerSlider7 + { equalizerGain8 = new Fl_Text_Display(284, 105, 35, 10, gettext("+0.0")); + equalizerGain8->box(FL_NO_BOX); + equalizerGain8->labelsize(11); + } // Fl_Text_Display* equalizerGain8 + { equalizerSlider8 = new Fl_My_Value_Slider(298, 105, 15, 150, gettext("4kHz")); + equalizerSlider8->type(4); + equalizerSlider8->box(FL_NO_BOX); + equalizerSlider8->color(FL_BACKGROUND_COLOR); + equalizerSlider8->selection_color(FL_BACKGROUND_COLOR); + equalizerSlider8->labeltype(FL_NORMAL_LABEL); + equalizerSlider8->labelfont(0); + equalizerSlider8->labelsize(11); + equalizerSlider8->labelcolor(FL_FOREGROUND_COLOR); + equalizerSlider8->minimum(15); + equalizerSlider8->maximum(-15); + equalizerSlider8->step(0.1); + equalizerSlider8->slider_size(0.151515); + equalizerSlider8->callback((Fl_Callback*)cb_equalizerSlider8); + equalizerSlider8->align(Fl_Align(FL_ALIGN_BOTTOM)); + equalizerSlider8->when(FL_WHEN_CHANGED); + equalizerSlider8->default_value = 0.0; + } // Fl_My_Value_Slider* equalizerSlider8 + { equalizerGain9 = new Fl_Text_Display(319, 105, 35, 10, gettext("+0.0")); + equalizerGain9->box(FL_NO_BOX); + equalizerGain9->labelsize(11); + } // Fl_Text_Display* equalizerGain9 + { equalizerSlider9 = new Fl_My_Value_Slider(333, 105, 15, 150, gettext("8kHz")); + equalizerSlider9->type(4); + equalizerSlider9->box(FL_NO_BOX); + equalizerSlider9->color(FL_BACKGROUND_COLOR); + equalizerSlider9->selection_color(FL_BACKGROUND_COLOR); + equalizerSlider9->labeltype(FL_NORMAL_LABEL); + equalizerSlider9->labelfont(0); + equalizerSlider9->labelsize(11); + equalizerSlider9->labelcolor(FL_FOREGROUND_COLOR); + equalizerSlider9->minimum(15); + equalizerSlider9->maximum(-15); + equalizerSlider9->step(0.1); + equalizerSlider9->slider_size(0.151515); + equalizerSlider9->callback((Fl_Callback*)cb_equalizerSlider9); + equalizerSlider9->align(Fl_Align(FL_ALIGN_BOTTOM)); + equalizerSlider9->when(FL_WHEN_CHANGED); + equalizerSlider9->default_value = 0.0; + } // Fl_My_Value_Slider* equalizerSlider9 + { equalizerGain10 = new Fl_Text_Display(354, 105, 35, 10, gettext("+0.0")); + equalizerGain10->box(FL_NO_BOX); + equalizerGain10->labelsize(11); + } // Fl_Text_Display* equalizerGain10 + { equalizerSlider10 = new Fl_My_Value_Slider(368, 105, 15, 150, gettext("16kHz")); + equalizerSlider10->type(4); + equalizerSlider10->box(FL_NO_BOX); + equalizerSlider10->color(FL_BACKGROUND_COLOR); + equalizerSlider10->selection_color(FL_BACKGROUND_COLOR); + equalizerSlider10->labeltype(FL_NORMAL_LABEL); + equalizerSlider10->labelfont(0); + equalizerSlider10->labelsize(11); + equalizerSlider10->labelcolor(FL_FOREGROUND_COLOR); + equalizerSlider10->minimum(15); + equalizerSlider10->maximum(-15); + equalizerSlider10->step(0.1); + equalizerSlider10->slider_size(0.151515); + equalizerSlider10->callback((Fl_Callback*)cb_equalizerSlider10); + equalizerSlider10->align(Fl_Align(FL_ALIGN_BOTTOM)); + equalizerSlider10->when(FL_WHEN_CHANGED); + equalizerSlider10->default_value = 0.0; + } // Fl_My_Value_Slider* equalizerSlider10 + o->end(); + } // Fl_Group* o + { Fl_Button* o = new Fl_Button(320, 301, 80, 19, gettext("Reset")); + o->box(FL_ENGRAVED_BOX); + o->labelsize(12); + o->callback((Fl_Callback*)cb_Reset1); + } // Fl_Button* o + { Fl_Group* o = new Fl_Group(30, 323, 371, 225, gettext("Dynamic Range Compressor")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { check_stream_drc = new Fl_Check_Button(35, 326, 79, 25, gettext("Stream")); + check_stream_drc->down_box(FL_DOWN_BOX); + check_stream_drc->callback((Fl_Callback*)cb_check_stream_drc); + } // Fl_Check_Button* check_stream_drc + { check_rec_drc = new Fl_Check_Button(110, 325, 60, 25, gettext("Rec")); + check_rec_drc->down_box(FL_DOWN_BOX); + check_rec_drc->callback((Fl_Callback*)cb_check_rec_drc); + } // Fl_Check_Button* check_rec_drc + { check_aggressive_mode = new Fl_Check_Button(259, 328, 130, 20, gettext("Aggressive Mode")); + check_aggressive_mode->down_box(FL_DOWN_BOX); + check_aggressive_mode->callback((Fl_Callback*)cb_check_aggressive_mode); + } // Fl_Check_Button* check_aggressive_mode + { threshold = new Fl_Text_Display(54, 378, 35, 10, gettext("+0.0")); + threshold->box(FL_NO_BOX); + threshold->labelsize(11); + } // Fl_Text_Display* threshold + { thresholdSlider = new Fl_My_Value_Slider(68, 378, 15, 150, gettext("Threshold")); + thresholdSlider->type(4); + thresholdSlider->box(FL_NO_BOX); + thresholdSlider->color(FL_BACKGROUND_COLOR); + thresholdSlider->selection_color(FL_BACKGROUND_COLOR); + thresholdSlider->labeltype(FL_NORMAL_LABEL); + thresholdSlider->labelfont(0); + thresholdSlider->labelsize(11); + thresholdSlider->labelcolor(FL_FOREGROUND_COLOR); + thresholdSlider->maximum(-60); + thresholdSlider->step(0.1); + thresholdSlider->value(-20); + thresholdSlider->slider_size(0.151515); + thresholdSlider->callback((Fl_Callback*)cb_thresholdSlider); + thresholdSlider->align(Fl_Align(FL_ALIGN_BOTTOM)); + thresholdSlider->when(FL_WHEN_CHANGED); + thresholdSlider->default_value = -20.0; + } // Fl_My_Value_Slider* thresholdSlider + { ratio = new Fl_Text_Display(124, 378, 35, 10, gettext("+0.0")); + ratio->box(FL_NO_BOX); + ratio->labelsize(11); + } // Fl_Text_Display* ratio + { ratioSlider = new Fl_My_Value_Slider(138, 378, 15, 150, gettext("Ratio")); + ratioSlider->type(4); + ratioSlider->box(FL_NO_BOX); + ratioSlider->color(FL_BACKGROUND_COLOR); + ratioSlider->selection_color(FL_BACKGROUND_COLOR); + ratioSlider->labeltype(FL_NORMAL_LABEL); + ratioSlider->labelfont(0); + ratioSlider->labelsize(11); + ratioSlider->labelcolor(FL_FOREGROUND_COLOR); + ratioSlider->minimum(10); + ratioSlider->step(0.1); + ratioSlider->value(5); + ratioSlider->slider_size(0.151515); + ratioSlider->callback((Fl_Callback*)cb_ratioSlider); + ratioSlider->align(Fl_Align(FL_ALIGN_BOTTOM)); + ratioSlider->when(FL_WHEN_CHANGED); + ratioSlider->default_value = 5.0; + } // Fl_My_Value_Slider* ratioSlider + { attack = new Fl_Text_Display(197, 378, 35, 10, gettext("+0.00")); + attack->box(FL_NO_BOX); + attack->labelsize(11); + } // Fl_Text_Display* attack + { attackSlider = new Fl_My_Value_Slider(208, 378, 15, 150, gettext("Attack")); + attackSlider->type(4); + attackSlider->box(FL_NO_BOX); + attackSlider->color(FL_BACKGROUND_COLOR); + attackSlider->selection_color(FL_BACKGROUND_COLOR); + attackSlider->labeltype(FL_NORMAL_LABEL); + attackSlider->labelfont(0); + attackSlider->labelsize(11); + attackSlider->labelcolor(FL_FOREGROUND_COLOR); + attackSlider->minimum(1); + attackSlider->maximum(0); + attackSlider->step(0.001); + attackSlider->value(0.01); + attackSlider->slider_size(0.151515); + attackSlider->callback((Fl_Callback*)cb_attackSlider); + attackSlider->align(Fl_Align(FL_ALIGN_BOTTOM)); + attackSlider->when(FL_WHEN_CHANGED); + attackSlider->default_value = 0.01; + } // Fl_My_Value_Slider* attackSlider + { release = new Fl_Text_Display(267, 378, 35, 10, gettext("+0.00")); + release->box(FL_NO_BOX); + release->labelsize(11); + } // Fl_Text_Display* release + { releaseSlider = new Fl_My_Value_Slider(278, 378, 14, 150, gettext("Release")); + releaseSlider->type(4); + releaseSlider->box(FL_NO_BOX); + releaseSlider->color(FL_BACKGROUND_COLOR); + releaseSlider->selection_color(FL_BACKGROUND_COLOR); + releaseSlider->labeltype(FL_NORMAL_LABEL); + releaseSlider->labelfont(0); + releaseSlider->labelsize(11); + releaseSlider->labelcolor(FL_FOREGROUND_COLOR); + releaseSlider->minimum(10); + releaseSlider->maximum(0); + releaseSlider->step(0.01); + releaseSlider->value(1); + releaseSlider->slider_size(0.151515); + releaseSlider->callback((Fl_Callback*)cb_releaseSlider); + releaseSlider->align(Fl_Align(FL_ALIGN_BOTTOM)); + releaseSlider->when(FL_WHEN_CHANGED); + releaseSlider->default_value = 1.0; + } // Fl_My_Value_Slider* releaseSlider + { makeup = new Fl_Text_Display(334, 378, 35, 10, gettext("+0.0")); + makeup->box(FL_NO_BOX); + makeup->labelsize(11); + } // Fl_Text_Display* makeup + { makeupSlider = new Fl_My_Value_Slider(348, 378, 15, 150, gettext("MakeupGain")); + makeupSlider->type(4); + makeupSlider->box(FL_NO_BOX); + makeupSlider->color(FL_BACKGROUND_COLOR); + makeupSlider->selection_color(FL_BACKGROUND_COLOR); + makeupSlider->labeltype(FL_NORMAL_LABEL); + makeupSlider->labelfont(0); + makeupSlider->labelsize(11); + makeupSlider->labelcolor(FL_FOREGROUND_COLOR); + makeupSlider->minimum(30); + makeupSlider->maximum(0); + makeupSlider->step(0.01); + makeupSlider->value(1); + makeupSlider->slider_size(0.151515); + makeupSlider->callback((Fl_Callback*)cb_makeupSlider); + makeupSlider->align(Fl_Align(FL_ALIGN_BOTTOM)); + makeupSlider->when(FL_WHEN_CHANGED); + } // Fl_My_Value_Slider* makeupSlider + { LED_comp_threshold = new LED(36, 529, 10, 10); + LED_comp_threshold->box(FL_BORDER_BOX); + LED_comp_threshold->color(FL_BACKGROUND_COLOR); + LED_comp_threshold->selection_color(FL_BACKGROUND_COLOR); + LED_comp_threshold->labeltype(FL_NORMAL_LABEL); + LED_comp_threshold->labelfont(0); + LED_comp_threshold->labelsize(14); + LED_comp_threshold->labelcolor(FL_FOREGROUND_COLOR); + LED_comp_threshold->align(Fl_Align(FL_ALIGN_TOP)); + LED_comp_threshold->when(FL_WHEN_RELEASE); + LED_comp_threshold->end(); + } // LED* LED_comp_threshold + o->end(); + } // Fl_Group* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(1, 20, 434, 660, gettext("MIDI")); + o->hide(); + { choice_midi_dev = new Fl_Choice(51, 65, 330, 20, gettext("MIDI Device")); + choice_midi_dev->tooltip(gettext("Select your MIDI device")); + choice_midi_dev->down_box(FL_FLAT_BOX); + choice_midi_dev->callback((Fl_Callback*)cb_choice_midi_dev); + choice_midi_dev->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_midi_dev + { button_midi_rescan_devices = new Fl_Button(51, 90, 120, 25, gettext("Rescan")); + button_midi_rescan_devices->tooltip(gettext("Rescan MIDI devices")); + button_midi_rescan_devices->box(FL_ENGRAVED_BOX); + button_midi_rescan_devices->callback((Fl_Callback*)cb_button_midi_rescan_devices); + } // Fl_Button* button_midi_rescan_devices + { LED_midi_command = new LED(336, 95, 10, 10, gettext("MIDI")); + LED_midi_command->tooltip(gettext("MIDI signal indicator")); + LED_midi_command->box(FL_BORDER_BOX); + LED_midi_command->color(FL_BACKGROUND_COLOR); + LED_midi_command->selection_color(FL_BACKGROUND_COLOR); + LED_midi_command->labeltype(FL_NORMAL_LABEL); + LED_midi_command->labelfont(0); + LED_midi_command->labelsize(14); + LED_midi_command->labelcolor(FL_FOREGROUND_COLOR); + LED_midi_command->align(Fl_Align(FL_ALIGN_RIGHT)); + LED_midi_command->when(FL_WHEN_RELEASE); + LED_midi_command->end(); + } // LED* LED_midi_command + { browser_midi_command = new Fl_Browser(51, 165, 330, 190, gettext("MIDI Commands")); + browser_midi_command->type(2); + browser_midi_command->callback((Fl_Callback*)cb_browser_midi_command); + browser_midi_command->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Browser* browser_midi_command + { check_midi_command_enable = new Fl_Check_Button(51, 364, 145, 33, gettext("Enable")); + check_midi_command_enable->tooltip(gettext("Enable/Disable the selected MIDI command")); + check_midi_command_enable->down_box(FL_DOWN_BOX); + check_midi_command_enable->callback((Fl_Callback*)cb_check_midi_command_enable); + } // Fl_Check_Button* check_midi_command_enable + { group_midi_command_settings = new Fl_Group(51, 392, 330, 141); + group_midi_command_settings->box(FL_ENGRAVED_FRAME); + { choice_midi_channel = new Fl_Choice(61, 419, 80, 25, gettext("Channel")); + choice_midi_channel->tooltip(gettext("Select MIDI channel")); + choice_midi_channel->box(FL_ENGRAVED_BOX); + choice_midi_channel->down_box(FL_BORDER_BOX); + choice_midi_channel->callback((Fl_Callback*)cb_choice_midi_channel); + choice_midi_channel->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_midi_channel_i18n_done) { + int i=0; + for ( ; i<17; i++) + if (menu_choice_midi_channel[i].label()) + menu_choice_midi_channel[i].label(gettext(menu_choice_midi_channel[i].label())); + menu_choice_midi_channel_i18n_done = 1; + } + choice_midi_channel->menu(menu_choice_midi_channel); + } // Fl_Choice* choice_midi_channel + { input_midi_msg_num = new Fl_Value_Input(156, 418, 45, 25, gettext("CC")); + input_midi_msg_num->tooltip(gettext("Select CC number")); + input_midi_msg_num->maximum(127); + input_midi_msg_num->callback((Fl_Callback*)cb_input_midi_msg_num); + input_midi_msg_num->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Value_Input* input_midi_msg_num + { button_midi_learn = new Fl_Button(215, 417, 151, 25, gettext("Learn")); + button_midi_learn->tooltip(gettext("Activate to auto detect the channel and CC number")); + button_midi_learn->type(1); + button_midi_learn->box(FL_ENGRAVED_BOX); + button_midi_learn->callback((Fl_Callback*)cb_button_midi_learn); + } // Fl_Button* button_midi_learn + { choice_midi_cc_mode = new Fl_Choice(61, 470, 143, 25, gettext("CC Mode")); + choice_midi_cc_mode->tooltip(gettext("Select CC mode")); + choice_midi_cc_mode->box(FL_ENGRAVED_BOX); + choice_midi_cc_mode->down_box(FL_BORDER_BOX); + choice_midi_cc_mode->callback((Fl_Callback*)cb_choice_midi_cc_mode); + choice_midi_cc_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_midi_cc_mode_i18n_done) { + int i=0; + for ( ; i<4; i++) + if (menu_choice_midi_cc_mode[i].label()) + menu_choice_midi_cc_mode[i].label(gettext(menu_choice_midi_cc_mode[i].label())); + menu_choice_midi_cc_mode_i18n_done = 1; + } + choice_midi_cc_mode->menu(menu_choice_midi_cc_mode); + } // Fl_Choice* choice_midi_cc_mode + { check_midi_soft_takeover = new Fl_Check_Button(60, 494, 145, 33, gettext("Soft takeover")); + check_midi_soft_takeover->tooltip(gettext("Prevents jumps when controlling a slider in absolute mode")); + check_midi_soft_takeover->down_box(FL_DOWN_BOX); + check_midi_soft_takeover->callback((Fl_Callback*)cb_check_midi_soft_takeover); + } // Fl_Check_Button* check_midi_soft_takeover + group_midi_command_settings->end(); + } // Fl_Group* group_midi_command_settings + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(0, 20, 434, 660, gettext("TLS")); + o->hide(); + { Fl_Group* o = new Fl_Group(50, 55, 326, 184, gettext("SSL/TLS")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { Fl_Box* o = new Fl_Box(56, 67, 272, 60, gettext("If your server uses a certificate from\nLet\'s Encrypt or another well known\ +\nCA, you can leave these fields blank.")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { input_tls_cert_file = new Fl_Input(58, 149, 275, 25, gettext("CA Certificate File:")); + input_tls_cert_file->tooltip(gettext("Certificate file")); + input_tls_cert_file->callback((Fl_Callback*)cb_input_tls_cert_file); + input_tls_cert_file->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_tls_cert_file->maximum_size(500); + } // Fl_Input* input_tls_cert_file + { button_tls_browse_file = new Fl_Button(338, 149, 25, 25); + button_tls_browse_file->tooltip(gettext("Select certificate file")); + button_tls_browse_file->box(FL_ENGRAVED_BOX); + button_tls_browse_file->image( image_folder() ); + button_tls_browse_file->callback((Fl_Callback*)cb_button_tls_browse_file); + } // Fl_Button* button_tls_browse_file + { input_tls_cert_dir = new Fl_Input(58, 200, 275, 25, gettext("CA Certificate Directory:")); + input_tls_cert_dir->tooltip(gettext("Certificate directory")); + input_tls_cert_dir->callback((Fl_Callback*)cb_input_tls_cert_dir); + input_tls_cert_dir->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_tls_cert_dir->maximum_size(500); + } // Fl_Input* input_tls_cert_dir + { button_tls_browse_dir = new Fl_Button(338, 200, 25, 25); + button_tls_browse_dir->tooltip(gettext("Select certificate directory")); + button_tls_browse_dir->box(FL_ENGRAVED_BOX); + button_tls_browse_dir->image( image_folder() ); + button_tls_browse_dir->callback((Fl_Callback*)cb_button_tls_browse_dir); + } // Fl_Button* button_tls_browse_dir + o->end(); + } // Fl_Group* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(0, 20, 434, 660, gettext("GUI")); + o->hide(); + { Fl_Group* o = new Fl_Group(45, 58, 129, 42, gettext("Language")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { choice_gui_language = new Fl_Choice(58, 68, 102, 20); + choice_gui_language->down_box(FL_BORDER_BOX); + choice_gui_language->callback((Fl_Callback*)cb_choice_gui_language); + if (!menu_choice_gui_language_i18n_done) { + int i=0; + for ( ; i<8; i++) + if (menu_choice_gui_language[i].label()) + menu_choice_gui_language[i].label(gettext(menu_choice_gui_language[i].label())); + menu_choice_gui_language_i18n_done = 1; + } + choice_gui_language->menu(menu_choice_gui_language); + } // Fl_Choice* choice_gui_language + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(185, 58, 209, 42, gettext("Display Color")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { button_gui_text_color = new Fl_Button(198, 68, 25, 25, gettext("Text")); + button_gui_text_color->tooltip(gettext("Select text color")); + button_gui_text_color->box(FL_SHADOW_BOX); + button_gui_text_color->color(FL_BACKGROUND2_COLOR); + button_gui_text_color->callback((Fl_Callback*)cb_button_gui_text_color); + button_gui_text_color->align(Fl_Align(FL_ALIGN_RIGHT)); + } // Fl_Button* button_gui_text_color + { button_gui_bg_color = new Fl_Button(277, 68, 25, 25, gettext("Background")); + button_gui_bg_color->tooltip(gettext("Select background color")); + button_gui_bg_color->box(FL_SHADOW_BOX); + button_gui_bg_color->color(FL_SELECTION_COLOR); + button_gui_bg_color->callback((Fl_Callback*)cb_button_gui_bg_color); + button_gui_bg_color->align(Fl_Align(FL_ALIGN_RIGHT)); + } // Fl_Button* button_gui_bg_color + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(45, 135, 350, 130, gettext("VU meter")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { radio_gui_vu_gradient = new Fl_Round_Button(56, 150, 144, 15, gettext("Gradient colors")); + radio_gui_vu_gradient->type(102); + radio_gui_vu_gradient->down_box(FL_ROUND_DOWN_BOX); + radio_gui_vu_gradient->callback((Fl_Callback*)cb_radio_gui_vu_gradient); + } // Fl_Round_Button* radio_gui_vu_gradient + { radio_gui_vu_solid = new Fl_Round_Button(56, 175, 139, 15, gettext("Solid colors")); + radio_gui_vu_solid->type(102); + radio_gui_vu_solid->down_box(FL_ROUND_DOWN_BOX); + radio_gui_vu_solid->callback((Fl_Callback*)cb_radio_gui_vu_solid); + } // Fl_Round_Button* radio_gui_vu_solid + { check_gui_always_show_vu_tabs = new Fl_Check_Button(200, 150, 165, 15, gettext("Always show tabs")); + check_gui_always_show_vu_tabs->down_box(FL_DOWN_BOX); + check_gui_always_show_vu_tabs->callback((Fl_Callback*)cb_check_gui_always_show_vu_tabs); + } // Fl_Check_Button* check_gui_always_show_vu_tabs + { button_gui_vu_low_color = new Fl_Button(55, 200, 40, 25); + button_gui_vu_low_color->tooltip(gettext("Select lower range color")); + button_gui_vu_low_color->box(FL_SHADOW_BOX); + button_gui_vu_low_color->color((Fl_Color)61); + button_gui_vu_low_color->callback((Fl_Callback*)cb_button_gui_vu_low_color); + button_gui_vu_low_color->align(Fl_Align(FL_ALIGN_RIGHT)); + } // Fl_Button* button_gui_vu_low_color + { button_gui_vu_mid_color = new Fl_Button(100, 200, 40, 25); + button_gui_vu_mid_color->tooltip(gettext("Select mid range color")); + button_gui_vu_mid_color->box(FL_SHADOW_BOX); + button_gui_vu_mid_color->color((Fl_Color)94); + button_gui_vu_mid_color->callback((Fl_Callback*)cb_button_gui_vu_mid_color); + button_gui_vu_mid_color->align(Fl_Align(FL_ALIGN_RIGHT)); + } // Fl_Button* button_gui_vu_mid_color + { button_gui_vu_high_color = new Fl_Button(145, 200, 40, 25); + button_gui_vu_high_color->tooltip(gettext("Select high range color")); + button_gui_vu_high_color->box(FL_SHADOW_BOX); + button_gui_vu_high_color->color((Fl_Color)80); + button_gui_vu_high_color->callback((Fl_Callback*)cb_button_gui_vu_high_color); + button_gui_vu_high_color->align(Fl_Align(FL_ALIGN_RIGHT)); + } // Fl_Button* button_gui_vu_high_color + { Fl_Value_Output* o = new Fl_Value_Output(55, 236, 40, 19); + o->tooltip(gettext("Low range start value (dB)")); + o->value(-54); + } // Fl_Value_Output* o + { input_gui_vu_mid_range_start = new Fl_Value_Input(100, 236, 40, 19); + input_gui_vu_mid_range_start->tooltip(gettext("Mid range start value (dB)")); + input_gui_vu_mid_range_start->minimum(-54); + input_gui_vu_mid_range_start->maximum(0); + input_gui_vu_mid_range_start->value(-12); + input_gui_vu_mid_range_start->callback((Fl_Callback*)cb_input_gui_vu_mid_range_start); + input_gui_vu_mid_range_start->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_gui_vu_mid_range_start->when(FL_WHEN_RELEASE); + } // Fl_Value_Input* input_gui_vu_mid_range_start + { input_gui_vu_high_range_start = new Fl_Value_Input(145, 236, 40, 19); + input_gui_vu_high_range_start->tooltip(gettext("High range start value (dB)")); + input_gui_vu_high_range_start->minimum(-54); + input_gui_vu_high_range_start->maximum(0); + input_gui_vu_high_range_start->value(-6); + input_gui_vu_high_range_start->callback((Fl_Callback*)cb_input_gui_vu_high_range_start); + input_gui_vu_high_range_start->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_gui_vu_high_range_start->when(FL_WHEN_RELEASE); + } // Fl_Value_Input* input_gui_vu_high_range_start + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(45, 305, 350, 295, gettext("Misc")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { check_gui_attach = new Fl_Check_Button(56, 314, 300, 20, gettext("Attach settings window to main window")); + check_gui_attach->tooltip(gettext("Attach this window to the butt window")); + check_gui_attach->down_box(FL_DOWN_BOX); + check_gui_attach->callback((Fl_Callback*)cb_check_gui_attach); + } // Fl_Check_Button* check_gui_attach + { check_gui_ontop = new Fl_Check_Button(56, 339, 175, 20, gettext("Stay always on top")); + check_gui_ontop->tooltip(gettext("Stay always on top")); + check_gui_ontop->down_box(FL_DOWN_BOX); + check_gui_ontop->callback((Fl_Callback*)cb_check_gui_ontop); + } // Fl_Check_Button* check_gui_ontop + { check_gui_remember_pos = new Fl_Check_Button(56, 364, 260, 20, gettext("Remember main window position")); + check_gui_remember_pos->tooltip(gettext("Remember main window position")); + check_gui_remember_pos->down_box(FL_DOWN_BOX); + check_gui_remember_pos->callback((Fl_Callback*)cb_check_gui_remember_pos); + } // Fl_Check_Button* check_gui_remember_pos + { check_gui_hide_log_window = new Fl_Check_Button(56, 389, 220, 20, gettext("Hide log window after start up")); + check_gui_hide_log_window->tooltip(gettext("Hide log window after start up")); + check_gui_hide_log_window->down_box(FL_DOWN_BOX); + check_gui_hide_log_window->callback((Fl_Callback*)cb_check_gui_hide_log_window); + } // Fl_Check_Button* check_gui_hide_log_window + { check_gui_lcd_auto = new Fl_Check_Button(56, 414, 295, 20, gettext("Change display mode every 5 seconds")); + check_gui_lcd_auto->tooltip(gettext("Change display mode every 5 seconds")); + check_gui_lcd_auto->down_box(FL_DOWN_BOX); + check_gui_lcd_auto->callback((Fl_Callback*)cb_check_gui_lcd_auto); + } // Fl_Check_Button* check_gui_lcd_auto + { check_gui_start_minimized = new Fl_Check_Button(56, 439, 149, 20, gettext("Start minimized")); + check_gui_start_minimized->tooltip(gettext("Minimize butt at startup")); + check_gui_start_minimized->down_box(FL_DOWN_BOX); + check_gui_start_minimized->callback((Fl_Callback*)cb_check_gui_start_minimized); + } // Fl_Check_Button* check_gui_start_minimized + { check_gui_disable_gain_slider = new Fl_Check_Button(56, 464, 194, 20, gettext("Disable gain control")); + check_gui_disable_gain_slider->down_box(FL_DOWN_BOX); + check_gui_disable_gain_slider->callback((Fl_Callback*)cb_check_gui_disable_gain_slider); + } // Fl_Check_Button* check_gui_disable_gain_slider + { Fl_Group* o = new Fl_Group(56, 489, 324, 50); + o->box(FL_ENGRAVED_FRAME); + { check_gui_show_listeners = new Fl_Check_Button(61, 493, 194, 23, gettext("Show listeners")); + check_gui_show_listeners->tooltip(gettext("Show current listeners in the display (not always available)")); + check_gui_show_listeners->down_box(FL_DOWN_BOX); + check_gui_show_listeners->callback((Fl_Callback*)cb_check_gui_show_listeners); + } // Fl_Check_Button* check_gui_show_listeners + { input_gui_listeners_update_rate = new Fl_Value_Input(263, 513, 42, 19, gettext("Update rate:")); + input_gui_listeners_update_rate->callback((Fl_Callback*)cb_input_gui_listeners_update_rate); + input_gui_listeners_update_rate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_gui_listeners_update_rate->when(FL_WHEN_RELEASE); + } // Fl_Value_Input* input_gui_listeners_update_rate + { Fl_Box* o = new Fl_Box(305, 514, 70, 17, gettext("seconds")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + o->end(); + } // Fl_Group* o + { input_gui_window_title = new Fl_Input(55, 566, 325, 25, gettext("Custom window title:")); + input_gui_window_title->tooltip(gettext("Define a custom window title")); + input_gui_window_title->callback((Fl_Callback*)cb_input_gui_window_title); + input_gui_window_title->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_gui_window_title->when(FL_WHEN_CHANGED); + this->input_gui_window_title->maximum_size(500); + } // Fl_Input* input_gui_window_title + o->end(); + } // Fl_Group* o + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(0, 20, 434, 660, gettext("Donate")); + o->hide(); + { Fl_Group* o = new Fl_Group(55, 70, 326, 360, gettext("Donation")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { Fl_Box* o = new Fl_Box(67, 75, 308, 150, gettext("Keeping this software up to date, adding\nnew features and answering support \ +mails\ntakes a lot of time and effort. If you can\nafford it, please consider \ +supporting this\nproject.\n\nThank you!")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { Fl_Button* o = new Fl_Button(67, 225, 300, 28, gettext("&Donate via PayPal")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Donate); + } // Fl_Button* o + { Fl_Button* o = new Fl_Button(67, 272, 300, 27, gettext("Become a &patron")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Become); + } // Fl_Button* o + { Fl_Button* o = new Fl_Button(67, 317, 300, 28, gettext("&Apple Pay, Google Pay, CC and more")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Apple); + } // Fl_Button* o + { Fl_Button* o = new Fl_Button(67, 361, 300, 28, gettext("&Bitcoin && Co")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Bitcoin); + } // Fl_Button* o + o->end(); + } // Fl_Group* o + o->end(); + } // Fl_Group* o + Settings->end(); + } // Fl_Tabs* Settings + window_cfg->size_range(430, 640, 430, 680); + window_cfg->end(); + } // Fl_My_Double_Window* window_cfg + { window_add_srv = new Fl_Double_Window(395, 522, gettext("Add server")); + window_add_srv->user_data((void*)(this)); + { input_add_srv_name = new Fl_Input(70, 27, 245, 23, gettext("Name:")); + input_add_srv_name->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_srv_name->maximum_size(100); + } // Fl_Input* input_add_srv_name + { input_add_srv_addr = new Fl_Input(10, 216, 295, 25, gettext("Address:")); + input_add_srv_addr->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_srv_addr->maximum_size(100); + } // Fl_Input* input_add_srv_addr + { input_add_srv_port = new Fl_Int_Input(315, 216, 75, 25, gettext("Port:")); + input_add_srv_port->type(2); + input_add_srv_port->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Int_Input* input_add_srv_port + { input_add_srv_pwd = new Fl_Input(10, 261, 295, 25, gettext("Password:")); + input_add_srv_pwd->type(5); + input_add_srv_pwd->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_srv_pwd->maximum_size(100); + } // Fl_Input* input_add_srv_pwd + { input_add_srv_mount = new Fl_Input(10, 311, 215, 25, gettext("Icecast mountpoint:")); + input_add_srv_mount->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_srv_mount->maximum_size(100); + } // Fl_Input* input_add_srv_mount + { input_add_srv_usr = new Fl_Input(235, 311, 155, 25, gettext("Icecast user:")); + input_add_srv_usr->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_srv_usr->maximum_size(100); + } // Fl_Input* input_add_srv_usr + { button_cfg_show_pw = new Fl_Button(315, 261, 75, 25, gettext("Show")); + button_cfg_show_pw->tooltip(gettext("show/hide password")); + button_cfg_show_pw->box(FL_ENGRAVED_BOX); + button_cfg_show_pw->callback((Fl_Callback*)cb_button_cfg_show_pw); + } // Fl_Button* button_cfg_show_pw + { Fl_Group* o = new Fl_Group(10, 96, 125, 97, gettext("Type")); + o->box(FL_ENGRAVED_BOX); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { radio_add_srv_shoutcast = new Fl_Round_Button(15, 105, 88, 15, gettext("Shoutcast")); + radio_add_srv_shoutcast->type(102); + radio_add_srv_shoutcast->down_box(FL_ROUND_DOWN_BOX); + radio_add_srv_shoutcast->callback((Fl_Callback*)cb_radio_add_srv_shoutcast); + } // Fl_Round_Button* radio_add_srv_shoutcast + { radio_add_srv_icecast = new Fl_Round_Button(15, 127, 80, 12, gettext("Icecast")); + radio_add_srv_icecast->type(102); + radio_add_srv_icecast->down_box(FL_ROUND_DOWN_BOX); + radio_add_srv_icecast->callback((Fl_Callback*)cb_radio_add_srv_icecast); + } // Fl_Round_Button* radio_add_srv_icecast + { radio_add_srv_webrtc = new Fl_Round_Button(15, 149, 80, 12, gettext("WebRTC")); + radio_add_srv_webrtc->type(102); + radio_add_srv_webrtc->down_box(FL_ROUND_DOWN_BOX); + radio_add_srv_webrtc->callback((Fl_Callback*)cb_radio_add_srv_webrtc); + } // Fl_Round_Button* radio_add_srv_webrtc + { radio_add_srv_radioco = new Fl_Round_Button(15, 171, 80, 12, gettext("Radio.co")); + radio_add_srv_radioco->type(102); + radio_add_srv_radioco->down_box(FL_ROUND_DOWN_BOX); + radio_add_srv_radioco->callback((Fl_Callback*)cb_radio_add_srv_radioco); + } // Fl_Round_Button* radio_add_srv_radioco + o->end(); + } // Fl_Group* o + { Fl_Button* o = new Fl_Button(10, 478, 85, 25, gettext("&Cancel")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Cancel); + } // Fl_Button* o + { button_add_srv_add = new Fl_Button(305, 478, 85, 25, gettext("&ADD")); + button_add_srv_add->box(FL_ENGRAVED_BOX); + button_add_srv_add->callback((Fl_Callback*)cb_button_add_srv_add); + } // Fl_Button* button_add_srv_add + { button_add_srv_save = new Fl_Button(305, 478, 85, 25, gettext("&Save")); + button_add_srv_save->box(FL_ENGRAVED_BOX); + button_add_srv_save->callback((Fl_Callback*)cb_button_add_srv_save); + } // Fl_Button* button_add_srv_save + { frame_add_srv_tls = new Fl_Group(140, 96, 250, 97, gettext("SSL/TLS")); + frame_add_srv_tls->box(FL_ENGRAVED_BOX); + frame_add_srv_tls->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { check_add_srv_tls = new Fl_Check_Button(148, 100, 190, 20, gettext("Use SSL/TLS")); + check_add_srv_tls->down_box(FL_DOWN_BOX); + } // Fl_Check_Button* check_add_srv_tls + { button_add_srv_revoke_cert = new Fl_Button(150, 157, 225, 25, gettext("Revoke certificate trust")); + button_add_srv_revoke_cert->box(FL_ENGRAVED_BOX); + button_add_srv_revoke_cert->callback((Fl_Callback*)cb_button_add_srv_revoke_cert); + } // Fl_Button* button_add_srv_revoke_cert + frame_add_srv_tls->end(); + } // Fl_Group* frame_add_srv_tls + { browser_add_srv_station_list = new Fl_Check_Browser(140, 216, 250, 83, gettext("Radio.co Stations")); + browser_add_srv_station_list->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Check_Browser* browser_add_srv_station_list + { button_add_srv_get_stations = new Fl_Button(10, 205, 120, 25, gettext("Get Stations")); + button_add_srv_get_stations->box(FL_ENGRAVED_BOX); + button_add_srv_get_stations->callback((Fl_Callback*)cb_button_add_srv_get_stations); + } // Fl_Button* button_add_srv_get_stations + { button_add_srv_select_all = new Fl_Button(140, 301, 120, 20, gettext("Select all")); + button_add_srv_select_all->box(FL_ENGRAVED_BOX); + button_add_srv_select_all->callback((Fl_Callback*)cb_button_add_srv_select_all); + } // Fl_Button* button_add_srv_select_all + { button_add_srv_deselect_all = new Fl_Button(265, 301, 125, 20, gettext("Deselect all")); + button_add_srv_deselect_all->box(FL_ENGRAVED_BOX); + button_add_srv_deselect_all->callback((Fl_Callback*)cb_button_add_srv_deselect_all); + } // Fl_Button* button_add_srv_deselect_all + { check_add_srv_protocol = new Fl_Check_Button(8, 345, 297, 15, gettext("Use legacy Icecast protocol")); + check_add_srv_protocol->tooltip(gettext("Activate this if you want to use the older SOURCE protocol instead of the new\ +er PUT protocol")); + check_add_srv_protocol->down_box(FL_DOWN_BOX); + } // Fl_Check_Button* check_add_srv_protocol + { input_webrtc_icesrv_url = new Fl_Input(10, 215, 380, 25, gettext("ICE server (optional):")); + input_webrtc_icesrv_url->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Input* input_webrtc_icesrv_url + { input_webrtc_whip_url = new Fl_Input(10, 260, 380, 25, gettext("WebRTC (WHIP) URL:")); + input_webrtc_whip_url->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Input* input_webrtc_whip_url + { input_webrtc_auth_token = new Fl_Input(10, 305, 380, 25, gettext("Bearer token (optional):")); + input_webrtc_auth_token->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Input* input_webrtc_auth_token + { input_add_srv_listener_url = new Fl_Input(10, 393, 380, 25, gettext("Custom listener URL (optional):")); + input_add_srv_listener_url->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_srv_listener_url->maximum_size(100); + } // Fl_Input* input_add_srv_listener_url + { input_add_srv_listener_mount = new Fl_Input(10, 441, 380, 25, gettext("Custom listener mountpoint (optional):")); + input_add_srv_listener_mount->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_srv_listener_mount->maximum_size(100); + } // Fl_Input* input_add_srv_listener_mount + window_add_srv->set_modal(); + window_add_srv->end(); + } // Fl_Double_Window* window_add_srv + { window_add_icy = new Fl_Double_Window(305, 380, gettext("Add stream info")); + window_add_icy->user_data((void*)(this)); + { input_add_icy_name = new Fl_Input(10, 35, 285, 25, gettext("Name:")); + input_add_icy_name->tooltip(gettext("The name of your new ICY-entrie")); + input_add_icy_name->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_icy_name->maximum_size(100); + } // Fl_Input* input_add_icy_name + { input_add_icy_desc = new Fl_Input(10, 145, 170, 25, gettext("Description:")); + input_add_icy_desc->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_icy_desc->maximum_size(100); + } // Fl_Input* input_add_icy_desc + { input_add_icy_genre = new Fl_Input(185, 145, 110, 25, gettext("Genre:")); + input_add_icy_genre->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_icy_genre->maximum_size(100); + } // Fl_Input* input_add_icy_genre + { input_add_icy_url = new Fl_Input(10, 190, 170, 25, gettext("URL:")); + input_add_icy_url->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_icy_url->maximum_size(100); + } // Fl_Input* input_add_icy_url + { input_add_icy_icq = new Fl_Input(185, 190, 110, 25, gettext("ICQ:")); + input_add_icy_icq->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_icy_icq->maximum_size(100); + } // Fl_Input* input_add_icy_icq + { input_add_icy_irc = new Fl_Input(10, 235, 170, 25, gettext("IRC:")); + input_add_icy_irc->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_icy_irc->maximum_size(100); + } // Fl_Input* input_add_icy_irc + { input_add_icy_aim = new Fl_Input(185, 235, 110, 25, gettext("AIM:")); + input_add_icy_aim->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + this->input_add_icy_aim->maximum_size(100); + } // Fl_Input* input_add_icy_aim + { check_add_icy_pub = new Fl_Check_Button(10, 270, 235, 20, gettext("Make server public")); + check_add_icy_pub->down_box(FL_DOWN_BOX); + } // Fl_Check_Button* check_add_icy_pub + { check_expand_variables = new Fl_Check_Button(10, 295, 235, 20, gettext("Expand variables")); + check_expand_variables->tooltip(gettext("Activate to expand date variables in name and description")); + check_expand_variables->down_box(FL_DOWN_BOX); + } // Fl_Check_Button* check_expand_variables + { Fl_Button* o = new Fl_Button(10, 340, 74, 25, gettext("&Cancel")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Cancel1); + } // Fl_Button* o + { button_add_icy_add = new Fl_Button(224, 340, 74, 25, gettext("&ADD")); + button_add_icy_add->box(FL_ENGRAVED_BOX); + button_add_icy_add->callback((Fl_Callback*)cb_button_add_icy_add); + } // Fl_Button* button_add_icy_add + { button_add_icy_save = new Fl_Button(224, 340, 74, 25, gettext("&Save")); + button_add_icy_save->box(FL_ENGRAVED_BOX); + button_add_icy_save->callback((Fl_Callback*)cb_button_add_icy_save); + } // Fl_Button* button_add_icy_save + window_add_icy->set_modal(); + window_add_icy->end(); + } // Fl_Double_Window* window_add_icy + Fl::scheme("standard"); + window_main->label(PACKAGE_STRING); + + info_buffer = new Fl_Text_Buffer(); + info_output->buffer(info_buffer); + + //window_cfg->size(window_cfg->w(), 380); + + // show info output... + info_visible = 1; + + info_output->show(); + { window_donate_crypto = new Fl_My_Double_Window(460, 255, gettext("Donate Cryptocurrency")); + window_donate_crypto->box(FL_FLAT_BOX); + window_donate_crypto->color(FL_BACKGROUND_COLOR); + window_donate_crypto->selection_color(FL_BACKGROUND_COLOR); + window_donate_crypto->labeltype(FL_NO_LABEL); + window_donate_crypto->labelfont(0); + window_donate_crypto->labelsize(14); + window_donate_crypto->labelcolor(FL_FOREGROUND_COLOR); + window_donate_crypto->user_data((void*)(this)); + window_donate_crypto->align(Fl_Align(FL_ALIGN_TOP)); + window_donate_crypto->when(FL_WHEN_RELEASE); + { output_bitcoin_addr = new Fl_Output(20, 40, 320, 22, gettext("Bitcoin")); + output_bitcoin_addr->box(FL_FLAT_BOX); + output_bitcoin_addr->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + output_bitcoin_addr->value("bc1q4uq7h464rsu2cudrmuuqmc4tcr98d0edrhe5au"); + } // Fl_Output* output_bitcoin_addr + { Fl_Button* o = new Fl_Button(350, 40, 88, 22, gettext("Copy")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Copy); + } // Fl_Button* o + { output_litecoin_addr = new Fl_Output(20, 100, 320, 22, gettext("Litecoin")); + output_litecoin_addr->box(FL_FLAT_BOX); + output_litecoin_addr->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + output_litecoin_addr->value("Ld9gntf8fsYpmVcbstFkzz5R3sNPC3AhTx"); + } // Fl_Output* output_litecoin_addr + { Fl_Button* o = new Fl_Button(350, 100, 88, 22, gettext("Copy")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Copy1); + } // Fl_Button* o + { output_monero_addr = new Fl_Output(20, 160, 320, 22, gettext("Monero")); + output_monero_addr->box(FL_FLAT_BOX); + output_monero_addr->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + output_monero_addr->value("85u8DacasxPNvKzY5kEiprBnbydDqg26yGAVEw7mdwccNFsrXMWCE4VQnV2JVfh5BTRheNnpDJqYjbqPrVRLEPAKP3dsYgc"); + } // Fl_Output* output_monero_addr + { Fl_Button* o = new Fl_Button(350, 160, 88, 22, gettext("Copy")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Copy2); + } // Fl_Button* o + { Fl_Button* o = new Fl_Button(20, 217, 88, 22, gettext("&Close")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Close); + } // Fl_Button* o + window_donate_crypto->end(); + } // Fl_My_Double_Window* window_donate_crypto + { window_stream_codec_settings = new Fl_My_Double_Window(395, 385, gettext("Streaming Codec Settings")); + window_stream_codec_settings->box(FL_FLAT_BOX); + window_stream_codec_settings->color(FL_BACKGROUND_COLOR); + window_stream_codec_settings->selection_color(FL_BACKGROUND_COLOR); + window_stream_codec_settings->labeltype(FL_NO_LABEL); + window_stream_codec_settings->labelfont(0); + window_stream_codec_settings->labelsize(14); + window_stream_codec_settings->labelcolor(FL_FOREGROUND_COLOR); + window_stream_codec_settings->user_data((void*)(this)); + window_stream_codec_settings->align(Fl_Align(FL_ALIGN_TOP)); + window_stream_codec_settings->when(FL_WHEN_RELEASE); + { tabs_stream_codec_settings = new Fl_Tabs(5, 0, 385, 350); + { tab_stream_mp3 = new Fl_Group(5, 20, 385, 330, gettext("MP3")); + { choice_stream_mp3_enc_quality = new Fl_Choice(25, 50, 165, 20, gettext("Encoding Quality")); + choice_stream_mp3_enc_quality->down_box(FL_BORDER_BOX); + choice_stream_mp3_enc_quality->callback((Fl_Callback*)cb_choice_stream_mp3_enc_quality); + choice_stream_mp3_enc_quality->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_mp3_enc_quality_i18n_done) { + int i=0; + for ( ; i<10; i++) + if (menu_choice_stream_mp3_enc_quality[i].label()) + menu_choice_stream_mp3_enc_quality[i].label(gettext(menu_choice_stream_mp3_enc_quality[i].label())); + menu_choice_stream_mp3_enc_quality_i18n_done = 1; + } + choice_stream_mp3_enc_quality->menu(menu_choice_stream_mp3_enc_quality); + } // Fl_Choice* choice_stream_mp3_enc_quality + { choice_stream_mp3_stereo_mode = new Fl_Choice(210, 50, 165, 20, gettext("Stereo Mode")); + choice_stream_mp3_stereo_mode->down_box(FL_BORDER_BOX); + choice_stream_mp3_stereo_mode->callback((Fl_Callback*)cb_choice_stream_mp3_stereo_mode); + choice_stream_mp3_stereo_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_mp3_stereo_mode_i18n_done) { + int i=0; + for ( ; i<3; i++) + if (menu_choice_stream_mp3_stereo_mode[i].label()) + menu_choice_stream_mp3_stereo_mode[i].label(gettext(menu_choice_stream_mp3_stereo_mode[i].label())); + menu_choice_stream_mp3_stereo_mode_i18n_done = 1; + } + choice_stream_mp3_stereo_mode->menu(menu_choice_stream_mp3_stereo_mode); + } // Fl_Choice* choice_stream_mp3_stereo_mode + { choice_stream_mp3_bitrate_mode = new Fl_Choice(25, 110, 165, 20, gettext("Bitrate Mode")); + choice_stream_mp3_bitrate_mode->down_box(FL_BORDER_BOX); + choice_stream_mp3_bitrate_mode->callback((Fl_Callback*)cb_choice_stream_mp3_bitrate_mode); + choice_stream_mp3_bitrate_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_mp3_bitrate_mode_i18n_done) { + int i=0; + for ( ; i<3; i++) + if (menu_choice_stream_mp3_bitrate_mode[i].label()) + menu_choice_stream_mp3_bitrate_mode[i].label(gettext(menu_choice_stream_mp3_bitrate_mode[i].label())); + menu_choice_stream_mp3_bitrate_mode_i18n_done = 1; + } + choice_stream_mp3_bitrate_mode->menu(menu_choice_stream_mp3_bitrate_mode); + } // Fl_Choice* choice_stream_mp3_bitrate_mode + { Fl_Group* o = new Fl_Group(19, 167, 125, 162, gettext("VBR")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { choice_stream_mp3_vbr_quality = new Fl_Choice(27, 191, 110, 20, gettext("Quality")); + choice_stream_mp3_vbr_quality->down_box(FL_BORDER_BOX); + choice_stream_mp3_vbr_quality->callback((Fl_Callback*)cb_choice_stream_mp3_vbr_quality); + choice_stream_mp3_vbr_quality->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_mp3_vbr_quality_i18n_done) { + int i=0; + for ( ; i<10; i++) + if (menu_choice_stream_mp3_vbr_quality[i].label()) + menu_choice_stream_mp3_vbr_quality[i].label(gettext(menu_choice_stream_mp3_vbr_quality[i].label())); + menu_choice_stream_mp3_vbr_quality_i18n_done = 1; + } + choice_stream_mp3_vbr_quality->menu(menu_choice_stream_mp3_vbr_quality); + } // Fl_Choice* choice_stream_mp3_vbr_quality + { choice_stream_mp3_vbr_min_bitrate = new Fl_Choice(27, 236, 110, 20, gettext("Min. Bitrate")); + choice_stream_mp3_vbr_min_bitrate->down_box(FL_BORDER_BOX); + choice_stream_mp3_vbr_min_bitrate->callback((Fl_Callback*)cb_choice_stream_mp3_vbr_min_bitrate); + choice_stream_mp3_vbr_min_bitrate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_mp3_vbr_min_bitrate_i18n_done) { + int i=0; + for ( ; i<17; i++) + if (menu_choice_stream_mp3_vbr_min_bitrate[i].label()) + menu_choice_stream_mp3_vbr_min_bitrate[i].label(gettext(menu_choice_stream_mp3_vbr_min_bitrate[i].label())); + menu_choice_stream_mp3_vbr_min_bitrate_i18n_done = 1; + } + choice_stream_mp3_vbr_min_bitrate->menu(menu_choice_stream_mp3_vbr_min_bitrate); + } // Fl_Choice* choice_stream_mp3_vbr_min_bitrate + { choice_stream_mp3_vbr_max_bitrate = new Fl_Choice(27, 301, 110, 20, gettext("Max. Bitrate")); + choice_stream_mp3_vbr_max_bitrate->down_box(FL_BORDER_BOX); + choice_stream_mp3_vbr_max_bitrate->callback((Fl_Callback*)cb_choice_stream_mp3_vbr_max_bitrate); + choice_stream_mp3_vbr_max_bitrate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_mp3_vbr_max_bitrate_i18n_done) { + int i=0; + for ( ; i<17; i++) + if (menu_choice_stream_mp3_vbr_max_bitrate[i].label()) + menu_choice_stream_mp3_vbr_max_bitrate[i].label(gettext(menu_choice_stream_mp3_vbr_max_bitrate[i].label())); + menu_choice_stream_mp3_vbr_max_bitrate_i18n_done = 1; + } + choice_stream_mp3_vbr_max_bitrate->menu(menu_choice_stream_mp3_vbr_max_bitrate); + } // Fl_Choice* choice_stream_mp3_vbr_max_bitrate + { check_stream_mp3_force_min_bitrate = new Fl_Check_Button(25, 259, 117, 15, gettext("Force")); + check_stream_mp3_force_min_bitrate->tooltip(gettext("Strictly enforce mininum Bitrate (-F option of the lame encoder)")); + check_stream_mp3_force_min_bitrate->down_box(FL_DOWN_BOX); + check_stream_mp3_force_min_bitrate->callback((Fl_Callback*)cb_check_stream_mp3_force_min_bitrate); + } // Fl_Check_Button* check_stream_mp3_force_min_bitrate + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(155, 167, 105, 162, gettext("Lowpass (kHz)")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_stream_mp3_lowpass_freq = new Fl_Value_Input(180, 190, 70, 20, gettext("Frequency")); + input_stream_mp3_lowpass_freq->callback((Fl_Callback*)cb_input_stream_mp3_lowpass_freq); + input_stream_mp3_lowpass_freq->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_stream_mp3_lowpass_freq->when(FL_WHEN_RELEASE); + input_stream_mp3_lowpass_freq->deactivate(); + } // Fl_Value_Input* input_stream_mp3_lowpass_freq + { input_stream_mp3_lowpass_width = new Fl_Value_Input(180, 235, 70, 20, gettext("Width")); + input_stream_mp3_lowpass_width->callback((Fl_Callback*)cb_input_stream_mp3_lowpass_width); + input_stream_mp3_lowpass_width->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_stream_mp3_lowpass_width->when(FL_WHEN_RELEASE); + input_stream_mp3_lowpass_width->deactivate(); + } // Fl_Value_Input* input_stream_mp3_lowpass_width + { check_stream_mp3_activate_lowpass_freq = new Fl_Check_Button(159, 193, 20, 15); + check_stream_mp3_activate_lowpass_freq->down_box(FL_DOWN_BOX); + check_stream_mp3_activate_lowpass_freq->callback((Fl_Callback*)cb_check_stream_mp3_activate_lowpass_freq); + } // Fl_Check_Button* check_stream_mp3_activate_lowpass_freq + { check_stream_mp3_activate_lowpass_width = new Fl_Check_Button(159, 238, 20, 15); + check_stream_mp3_activate_lowpass_width->down_box(FL_DOWN_BOX); + check_stream_mp3_activate_lowpass_width->callback((Fl_Callback*)cb_check_stream_mp3_activate_lowpass_width); + } // Fl_Check_Button* check_stream_mp3_activate_lowpass_width + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(270, 167, 105, 162, gettext("Highpass (kHz)")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_stream_mp3_highpass_freq = new Fl_Value_Input(295, 189, 70, 20, gettext("Frequency")); + input_stream_mp3_highpass_freq->callback((Fl_Callback*)cb_input_stream_mp3_highpass_freq); + input_stream_mp3_highpass_freq->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_stream_mp3_highpass_freq->when(FL_WHEN_RELEASE); + input_stream_mp3_highpass_freq->deactivate(); + } // Fl_Value_Input* input_stream_mp3_highpass_freq + { input_stream_mp3_highpass_width = new Fl_Value_Input(295, 234, 70, 20, gettext("Width")); + input_stream_mp3_highpass_width->callback((Fl_Callback*)cb_input_stream_mp3_highpass_width); + input_stream_mp3_highpass_width->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_stream_mp3_highpass_width->when(FL_WHEN_RELEASE); + input_stream_mp3_highpass_width->deactivate(); + } // Fl_Value_Input* input_stream_mp3_highpass_width + { check_stream_mp3_activate_highpass_freq = new Fl_Check_Button(274, 192, 20, 15); + check_stream_mp3_activate_highpass_freq->down_box(FL_DOWN_BOX); + check_stream_mp3_activate_highpass_freq->callback((Fl_Callback*)cb_check_stream_mp3_activate_highpass_freq); + } // Fl_Check_Button* check_stream_mp3_activate_highpass_freq + { check_stream_mp3_activate_highpass_width = new Fl_Check_Button(274, 237, 20, 15); + check_stream_mp3_activate_highpass_width->down_box(FL_DOWN_BOX); + check_stream_mp3_activate_highpass_width->callback((Fl_Callback*)cb_check_stream_mp3_activate_highpass_width); + } // Fl_Check_Button* check_stream_mp3_activate_highpass_width + o->end(); + } // Fl_Group* o + { choice_stream_mp3_resampling_freq = new Fl_Choice(210, 110, 165, 20, gettext("Resampling")); + choice_stream_mp3_resampling_freq->tooltip(gettext("Resample to the selected sample rate")); + choice_stream_mp3_resampling_freq->down_box(FL_BORDER_BOX); + choice_stream_mp3_resampling_freq->callback((Fl_Callback*)cb_choice_stream_mp3_resampling_freq); + choice_stream_mp3_resampling_freq->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_mp3_resampling_freq_i18n_done) { + int i=0; + for ( ; i<10; i++) + if (menu_choice_stream_mp3_resampling_freq[i].label()) + menu_choice_stream_mp3_resampling_freq[i].label(gettext(menu_choice_stream_mp3_resampling_freq[i].label())); + menu_choice_stream_mp3_resampling_freq_i18n_done = 1; + } + choice_stream_mp3_resampling_freq->menu(menu_choice_stream_mp3_resampling_freq); + } // Fl_Choice* choice_stream_mp3_resampling_freq + tab_stream_mp3->end(); + } // Fl_Group* tab_stream_mp3 + { tab_stream_ogg = new Fl_Group(5, 20, 385, 330, gettext("OGG")); + tab_stream_ogg->hide(); + { choice_stream_vorbis_bitrate_mode = new Fl_Choice(25, 50, 165, 20, gettext("Bitrate Mode")); + choice_stream_vorbis_bitrate_mode->down_box(FL_BORDER_BOX); + choice_stream_vorbis_bitrate_mode->callback((Fl_Callback*)cb_choice_stream_vorbis_bitrate_mode); + choice_stream_vorbis_bitrate_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_vorbis_bitrate_mode_i18n_done) { + int i=0; + for ( ; i<3; i++) + if (menu_choice_stream_vorbis_bitrate_mode[i].label()) + menu_choice_stream_vorbis_bitrate_mode[i].label(gettext(menu_choice_stream_vorbis_bitrate_mode[i].label())); + menu_choice_stream_vorbis_bitrate_mode_i18n_done = 1; + } + choice_stream_vorbis_bitrate_mode->menu(menu_choice_stream_vorbis_bitrate_mode); + } // Fl_Choice* choice_stream_vorbis_bitrate_mode + { choice_stream_vorbis_vbr_quality = new Fl_Choice(210, 50, 165, 20, gettext("VBR Quality")); + choice_stream_vorbis_vbr_quality->down_box(FL_BORDER_BOX); + choice_stream_vorbis_vbr_quality->callback((Fl_Callback*)cb_choice_stream_vorbis_vbr_quality); + choice_stream_vorbis_vbr_quality->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_vorbis_vbr_quality_i18n_done) { + int i=0; + for ( ; i<11; i++) + if (menu_choice_stream_vorbis_vbr_quality[i].label()) + menu_choice_stream_vorbis_vbr_quality[i].label(gettext(menu_choice_stream_vorbis_vbr_quality[i].label())); + menu_choice_stream_vorbis_vbr_quality_i18n_done = 1; + } + choice_stream_vorbis_vbr_quality->menu(menu_choice_stream_vorbis_vbr_quality); + } // Fl_Choice* choice_stream_vorbis_vbr_quality + { choice_stream_vorbis_vbr_min_bitrate = new Fl_Choice(25, 110, 165, 20, gettext("VBR min. Bitrate")); + choice_stream_vorbis_vbr_min_bitrate->down_box(FL_BORDER_BOX); + choice_stream_vorbis_vbr_min_bitrate->callback((Fl_Callback*)cb_choice_stream_vorbis_vbr_min_bitrate); + choice_stream_vorbis_vbr_min_bitrate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_stream_vorbis_vbr_min_bitrate + { choice_stream_vorbis_vbr_max_bitrate = new Fl_Choice(210, 110, 165, 20, gettext("VBR max. Bitrate")); + choice_stream_vorbis_vbr_max_bitrate->down_box(FL_BORDER_BOX); + choice_stream_vorbis_vbr_max_bitrate->callback((Fl_Callback*)cb_choice_stream_vorbis_vbr_max_bitrate); + choice_stream_vorbis_vbr_max_bitrate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_stream_vorbis_vbr_max_bitrate + tab_stream_ogg->end(); + } // Fl_Group* tab_stream_ogg + { tab_stream_opus = new Fl_Group(5, 20, 385, 330, gettext("OPUS")); + tab_stream_opus->hide(); + { choice_stream_opus_quality = new Fl_Choice(25, 50, 165, 20, gettext("Quality")); + choice_stream_opus_quality->down_box(FL_BORDER_BOX); + choice_stream_opus_quality->callback((Fl_Callback*)cb_choice_stream_opus_quality); + choice_stream_opus_quality->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_opus_quality_i18n_done) { + int i=0; + for ( ; i<11; i++) + if (menu_choice_stream_opus_quality[i].label()) + menu_choice_stream_opus_quality[i].label(gettext(menu_choice_stream_opus_quality[i].label())); + menu_choice_stream_opus_quality_i18n_done = 1; + } + choice_stream_opus_quality->menu(menu_choice_stream_opus_quality); + } // Fl_Choice* choice_stream_opus_quality + { choice_stream_opus_audio_type = new Fl_Choice(210, 50, 165, 20, gettext("Optimize for")); + choice_stream_opus_audio_type->down_box(FL_BORDER_BOX); + choice_stream_opus_audio_type->callback((Fl_Callback*)cb_choice_stream_opus_audio_type); + choice_stream_opus_audio_type->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_opus_audio_type_i18n_done) { + int i=0; + for ( ; i<2; i++) + if (menu_choice_stream_opus_audio_type[i].label()) + menu_choice_stream_opus_audio_type[i].label(gettext(menu_choice_stream_opus_audio_type[i].label())); + menu_choice_stream_opus_audio_type_i18n_done = 1; + } + choice_stream_opus_audio_type->menu(menu_choice_stream_opus_audio_type); + } // Fl_Choice* choice_stream_opus_audio_type + { choice_stream_opus_bitrate_mode = new Fl_Choice(25, 110, 165, 20, gettext("Bitrate Mode")); + choice_stream_opus_bitrate_mode->down_box(FL_BORDER_BOX); + choice_stream_opus_bitrate_mode->callback((Fl_Callback*)cb_choice_stream_opus_bitrate_mode); + choice_stream_opus_bitrate_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_opus_bitrate_mode_i18n_done) { + int i=0; + for ( ; i<2; i++) + if (menu_choice_stream_opus_bitrate_mode[i].label()) + menu_choice_stream_opus_bitrate_mode[i].label(gettext(menu_choice_stream_opus_bitrate_mode[i].label())); + menu_choice_stream_opus_bitrate_mode_i18n_done = 1; + } + choice_stream_opus_bitrate_mode->menu(menu_choice_stream_opus_bitrate_mode); + } // Fl_Choice* choice_stream_opus_bitrate_mode + { choice_stream_opus_bandwidth = new Fl_Choice(210, 110, 165, 20, gettext("Max. Bandwidth")); + choice_stream_opus_bandwidth->down_box(FL_BORDER_BOX); + choice_stream_opus_bandwidth->callback((Fl_Callback*)cb_choice_stream_opus_bandwidth); + choice_stream_opus_bandwidth->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_opus_bandwidth_i18n_done) { + int i=0; + for ( ; i<5; i++) + if (menu_choice_stream_opus_bandwidth[i].label()) + menu_choice_stream_opus_bandwidth[i].label(gettext(menu_choice_stream_opus_bandwidth[i].label())); + menu_choice_stream_opus_bandwidth_i18n_done = 1; + } + choice_stream_opus_bandwidth->menu(menu_choice_stream_opus_bandwidth); + } // Fl_Choice* choice_stream_opus_bandwidth + tab_stream_opus->end(); + } // Fl_Group* tab_stream_opus + { tab_stream_aac = new Fl_Group(5, 20, 385, 330, gettext("AAC")); + tab_stream_aac->hide(); + { choice_stream_aac_profile = new Fl_Choice(25, 50, 165, 20, gettext("Profile")); + choice_stream_aac_profile->down_box(FL_BORDER_BOX); + choice_stream_aac_profile->callback((Fl_Callback*)cb_choice_stream_aac_profile); + choice_stream_aac_profile->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_aac_profile_i18n_done) { + int i=0; + for ( ; i<4; i++) + if (menu_choice_stream_aac_profile[i].label()) + menu_choice_stream_aac_profile[i].label(gettext(menu_choice_stream_aac_profile[i].label())); + menu_choice_stream_aac_profile_i18n_done = 1; + } + choice_stream_aac_profile->menu(menu_choice_stream_aac_profile); + } // Fl_Choice* choice_stream_aac_profile + { choice_stream_aac_afterburner = new Fl_Choice(210, 50, 165, 20, gettext("Afterburner")); + choice_stream_aac_afterburner->down_box(FL_BORDER_BOX); + choice_stream_aac_afterburner->callback((Fl_Callback*)cb_choice_stream_aac_afterburner); + choice_stream_aac_afterburner->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_aac_afterburner_i18n_done) { + int i=0; + for ( ; i<2; i++) + if (menu_choice_stream_aac_afterburner[i].label()) + menu_choice_stream_aac_afterburner[i].label(gettext(menu_choice_stream_aac_afterburner[i].label())); + menu_choice_stream_aac_afterburner_i18n_done = 1; + } + choice_stream_aac_afterburner->menu(menu_choice_stream_aac_afterburner); + } // Fl_Choice* choice_stream_aac_afterburner + { choice_stream_aac_bitrate_mode = new Fl_Choice(25, 110, 165, 20, gettext("Bitrate Mode")); + choice_stream_aac_bitrate_mode->down_box(FL_BORDER_BOX); + choice_stream_aac_bitrate_mode->callback((Fl_Callback*)cb_choice_stream_aac_bitrate_mode); + choice_stream_aac_bitrate_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_stream_aac_bitrate_mode_i18n_done) { + int i=0; + for ( ; i<2; i++) + if (menu_choice_stream_aac_bitrate_mode[i].label()) + menu_choice_stream_aac_bitrate_mode[i].label(gettext(menu_choice_stream_aac_bitrate_mode[i].label())); + menu_choice_stream_aac_bitrate_mode_i18n_done = 1; + } + choice_stream_aac_bitrate_mode->menu(menu_choice_stream_aac_bitrate_mode); + } // Fl_Choice* choice_stream_aac_bitrate_mode + tab_stream_aac->end(); + } // Fl_Group* tab_stream_aac + { tab_stream_flac = new Fl_Group(5, 20, 385, 330, gettext("FLAC")); + tab_stream_flac->hide(); + { Fl_Group* o = new Fl_Group(20, 50, 355, 50, gettext("Bit depth")); + o->box(FL_ENGRAVED_FRAME); + { radio_stream_flac_bit_depth_16 = new Fl_Round_Button(95, 65, 70, 20, gettext("16 bit")); + radio_stream_flac_bit_depth_16->type(102); + radio_stream_flac_bit_depth_16->down_box(FL_ROUND_DOWN_BOX); + radio_stream_flac_bit_depth_16->callback((Fl_Callback*)cb_radio_stream_flac_bit_depth_16); + } // Fl_Round_Button* radio_stream_flac_bit_depth_16 + { radio_stream_flac_bit_depth_24 = new Fl_Round_Button(236, 65, 79, 20, gettext("24 bit")); + radio_stream_flac_bit_depth_24->type(102); + radio_stream_flac_bit_depth_24->down_box(FL_ROUND_DOWN_BOX); + radio_stream_flac_bit_depth_24->callback((Fl_Callback*)cb_radio_stream_flac_bit_depth_24); + } // Fl_Round_Button* radio_stream_flac_bit_depth_24 + o->end(); + } // Fl_Group* o + tab_stream_flac->end(); + } // Fl_Group* tab_stream_flac + tabs_stream_codec_settings->end(); + } // Fl_Tabs* tabs_stream_codec_settings + { Fl_Button* o = new Fl_Button(150, 358, 88, 22, gettext("&Close")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Close1); + } // Fl_Button* o + window_stream_codec_settings->end(); + } // Fl_My_Double_Window* window_stream_codec_settings + { window_rec_codec_settings = new Fl_My_Double_Window(395, 385, gettext("Recording Codec Settings")); + window_rec_codec_settings->box(FL_FLAT_BOX); + window_rec_codec_settings->color(FL_BACKGROUND_COLOR); + window_rec_codec_settings->selection_color(FL_BACKGROUND_COLOR); + window_rec_codec_settings->labeltype(FL_NO_LABEL); + window_rec_codec_settings->labelfont(0); + window_rec_codec_settings->labelsize(14); + window_rec_codec_settings->labelcolor(FL_FOREGROUND_COLOR); + window_rec_codec_settings->user_data((void*)(this)); + window_rec_codec_settings->align(Fl_Align(FL_ALIGN_TOP)); + window_rec_codec_settings->when(FL_WHEN_RELEASE); + { tabs_rec_codec_settings = new Fl_Tabs(5, 0, 385, 350); + { tab_rec_mp3 = new Fl_Group(5, 20, 385, 330, gettext("MP3")); + { choice_rec_mp3_enc_quality = new Fl_Choice(25, 50, 165, 20, gettext("Encoding Quality")); + choice_rec_mp3_enc_quality->down_box(FL_BORDER_BOX); + choice_rec_mp3_enc_quality->callback((Fl_Callback*)cb_choice_rec_mp3_enc_quality); + choice_rec_mp3_enc_quality->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_mp3_enc_quality_i18n_done) { + int i=0; + for ( ; i<10; i++) + if (menu_choice_rec_mp3_enc_quality[i].label()) + menu_choice_rec_mp3_enc_quality[i].label(gettext(menu_choice_rec_mp3_enc_quality[i].label())); + menu_choice_rec_mp3_enc_quality_i18n_done = 1; + } + choice_rec_mp3_enc_quality->menu(menu_choice_rec_mp3_enc_quality); + } // Fl_Choice* choice_rec_mp3_enc_quality + { choice_rec_mp3_stereo_mode = new Fl_Choice(210, 50, 165, 20, gettext("Stereo Mode")); + choice_rec_mp3_stereo_mode->down_box(FL_BORDER_BOX); + choice_rec_mp3_stereo_mode->callback((Fl_Callback*)cb_choice_rec_mp3_stereo_mode); + choice_rec_mp3_stereo_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_mp3_stereo_mode_i18n_done) { + int i=0; + for ( ; i<3; i++) + if (menu_choice_rec_mp3_stereo_mode[i].label()) + menu_choice_rec_mp3_stereo_mode[i].label(gettext(menu_choice_rec_mp3_stereo_mode[i].label())); + menu_choice_rec_mp3_stereo_mode_i18n_done = 1; + } + choice_rec_mp3_stereo_mode->menu(menu_choice_rec_mp3_stereo_mode); + } // Fl_Choice* choice_rec_mp3_stereo_mode + { choice_rec_mp3_bitrate_mode = new Fl_Choice(25, 110, 165, 20, gettext("Bitrate Mode")); + choice_rec_mp3_bitrate_mode->down_box(FL_BORDER_BOX); + choice_rec_mp3_bitrate_mode->callback((Fl_Callback*)cb_choice_rec_mp3_bitrate_mode); + choice_rec_mp3_bitrate_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_mp3_bitrate_mode_i18n_done) { + int i=0; + for ( ; i<3; i++) + if (menu_choice_rec_mp3_bitrate_mode[i].label()) + menu_choice_rec_mp3_bitrate_mode[i].label(gettext(menu_choice_rec_mp3_bitrate_mode[i].label())); + menu_choice_rec_mp3_bitrate_mode_i18n_done = 1; + } + choice_rec_mp3_bitrate_mode->menu(menu_choice_rec_mp3_bitrate_mode); + } // Fl_Choice* choice_rec_mp3_bitrate_mode + { Fl_Group* o = new Fl_Group(19, 167, 125, 162, gettext("VBR")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { choice_rec_mp3_vbr_quality = new Fl_Choice(27, 191, 110, 20, gettext("Quality")); + choice_rec_mp3_vbr_quality->down_box(FL_BORDER_BOX); + choice_rec_mp3_vbr_quality->callback((Fl_Callback*)cb_choice_rec_mp3_vbr_quality); + choice_rec_mp3_vbr_quality->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_mp3_vbr_quality_i18n_done) { + int i=0; + for ( ; i<10; i++) + if (menu_choice_rec_mp3_vbr_quality[i].label()) + menu_choice_rec_mp3_vbr_quality[i].label(gettext(menu_choice_rec_mp3_vbr_quality[i].label())); + menu_choice_rec_mp3_vbr_quality_i18n_done = 1; + } + choice_rec_mp3_vbr_quality->menu(menu_choice_rec_mp3_vbr_quality); + } // Fl_Choice* choice_rec_mp3_vbr_quality + { choice_rec_mp3_vbr_min_bitrate = new Fl_Choice(27, 236, 110, 20, gettext("Min. Bitrate")); + choice_rec_mp3_vbr_min_bitrate->down_box(FL_BORDER_BOX); + choice_rec_mp3_vbr_min_bitrate->callback((Fl_Callback*)cb_choice_rec_mp3_vbr_min_bitrate); + choice_rec_mp3_vbr_min_bitrate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_mp3_vbr_min_bitrate_i18n_done) { + int i=0; + for ( ; i<17; i++) + if (menu_choice_rec_mp3_vbr_min_bitrate[i].label()) + menu_choice_rec_mp3_vbr_min_bitrate[i].label(gettext(menu_choice_rec_mp3_vbr_min_bitrate[i].label())); + menu_choice_rec_mp3_vbr_min_bitrate_i18n_done = 1; + } + choice_rec_mp3_vbr_min_bitrate->menu(menu_choice_rec_mp3_vbr_min_bitrate); + } // Fl_Choice* choice_rec_mp3_vbr_min_bitrate + { choice_rec_mp3_vbr_max_bitrate = new Fl_Choice(27, 301, 110, 20, gettext("Max. Bitrate")); + choice_rec_mp3_vbr_max_bitrate->down_box(FL_BORDER_BOX); + choice_rec_mp3_vbr_max_bitrate->callback((Fl_Callback*)cb_choice_rec_mp3_vbr_max_bitrate); + choice_rec_mp3_vbr_max_bitrate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_mp3_vbr_max_bitrate_i18n_done) { + int i=0; + for ( ; i<17; i++) + if (menu_choice_rec_mp3_vbr_max_bitrate[i].label()) + menu_choice_rec_mp3_vbr_max_bitrate[i].label(gettext(menu_choice_rec_mp3_vbr_max_bitrate[i].label())); + menu_choice_rec_mp3_vbr_max_bitrate_i18n_done = 1; + } + choice_rec_mp3_vbr_max_bitrate->menu(menu_choice_rec_mp3_vbr_max_bitrate); + } // Fl_Choice* choice_rec_mp3_vbr_max_bitrate + { check_rec_mp3_force_min_bitrate = new Fl_Check_Button(25, 259, 117, 19, gettext("Force")); + check_rec_mp3_force_min_bitrate->tooltip(gettext("Strictly enforce mininum Bitrate (-F option of the lame encoder)")); + check_rec_mp3_force_min_bitrate->down_box(FL_DOWN_BOX); + check_rec_mp3_force_min_bitrate->callback((Fl_Callback*)cb_check_rec_mp3_force_min_bitrate); + } // Fl_Check_Button* check_rec_mp3_force_min_bitrate + o->end(); + } // Fl_Group* o + { choice_rec_mp3_resampling_freq = new Fl_Choice(210, 110, 165, 20, gettext("Resampling")); + choice_rec_mp3_resampling_freq->tooltip(gettext("Resample to the selected sample rate")); + choice_rec_mp3_resampling_freq->down_box(FL_BORDER_BOX); + choice_rec_mp3_resampling_freq->callback((Fl_Callback*)cb_choice_rec_mp3_resampling_freq); + choice_rec_mp3_resampling_freq->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_mp3_resampling_freq_i18n_done) { + int i=0; + for ( ; i<10; i++) + if (menu_choice_rec_mp3_resampling_freq[i].label()) + menu_choice_rec_mp3_resampling_freq[i].label(gettext(menu_choice_rec_mp3_resampling_freq[i].label())); + menu_choice_rec_mp3_resampling_freq_i18n_done = 1; + } + choice_rec_mp3_resampling_freq->menu(menu_choice_rec_mp3_resampling_freq); + } // Fl_Choice* choice_rec_mp3_resampling_freq + { Fl_Group* o = new Fl_Group(155, 167, 105, 162, gettext("Lowpass (kHz)")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_rec_mp3_lowpass_freq = new Fl_Value_Input(180, 190, 70, 20, gettext("Frequency")); + input_rec_mp3_lowpass_freq->callback((Fl_Callback*)cb_input_rec_mp3_lowpass_freq); + input_rec_mp3_lowpass_freq->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_rec_mp3_lowpass_freq->when(FL_WHEN_RELEASE); + input_rec_mp3_lowpass_freq->deactivate(); + } // Fl_Value_Input* input_rec_mp3_lowpass_freq + { input_rec_mp3_lowpass_width = new Fl_Value_Input(180, 235, 70, 20, gettext("Width")); + input_rec_mp3_lowpass_width->callback((Fl_Callback*)cb_input_rec_mp3_lowpass_width); + input_rec_mp3_lowpass_width->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_rec_mp3_lowpass_width->when(FL_WHEN_RELEASE); + input_rec_mp3_lowpass_width->deactivate(); + } // Fl_Value_Input* input_rec_mp3_lowpass_width + { check_rec_mp3_activate_lowpass_freq = new Fl_Check_Button(159, 193, 20, 15); + check_rec_mp3_activate_lowpass_freq->down_box(FL_DOWN_BOX); + check_rec_mp3_activate_lowpass_freq->callback((Fl_Callback*)cb_check_rec_mp3_activate_lowpass_freq); + } // Fl_Check_Button* check_rec_mp3_activate_lowpass_freq + { check_rec_mp3_activate_lowpass_width = new Fl_Check_Button(159, 238, 20, 15); + check_rec_mp3_activate_lowpass_width->down_box(FL_DOWN_BOX); + check_rec_mp3_activate_lowpass_width->callback((Fl_Callback*)cb_check_rec_mp3_activate_lowpass_width); + } // Fl_Check_Button* check_rec_mp3_activate_lowpass_width + o->end(); + } // Fl_Group* o + { Fl_Group* o = new Fl_Group(270, 167, 105, 162, gettext("Highpass (kHz)")); + o->box(FL_ENGRAVED_FRAME); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { input_rec_mp3_highpass_freq = new Fl_Value_Input(295, 189, 70, 20, gettext("Frequency")); + input_rec_mp3_highpass_freq->callback((Fl_Callback*)cb_input_rec_mp3_highpass_freq); + input_rec_mp3_highpass_freq->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_rec_mp3_highpass_freq->when(FL_WHEN_RELEASE); + input_rec_mp3_highpass_freq->deactivate(); + } // Fl_Value_Input* input_rec_mp3_highpass_freq + { input_rec_mp3_highpass_width = new Fl_Value_Input(295, 234, 70, 20, gettext("Width")); + input_rec_mp3_highpass_width->callback((Fl_Callback*)cb_input_rec_mp3_highpass_width); + input_rec_mp3_highpass_width->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + input_rec_mp3_highpass_width->when(FL_WHEN_RELEASE); + input_rec_mp3_highpass_width->deactivate(); + } // Fl_Value_Input* input_rec_mp3_highpass_width + { check_rec_mp3_activate_highpass_freq = new Fl_Check_Button(274, 192, 20, 15); + check_rec_mp3_activate_highpass_freq->down_box(FL_DOWN_BOX); + check_rec_mp3_activate_highpass_freq->callback((Fl_Callback*)cb_check_rec_mp3_activate_highpass_freq); + } // Fl_Check_Button* check_rec_mp3_activate_highpass_freq + { check_rec_mp3_activate_highpass_width = new Fl_Check_Button(274, 237, 20, 15); + check_rec_mp3_activate_highpass_width->down_box(FL_DOWN_BOX); + check_rec_mp3_activate_highpass_width->callback((Fl_Callback*)cb_check_rec_mp3_activate_highpass_width); + } // Fl_Check_Button* check_rec_mp3_activate_highpass_width + o->end(); + } // Fl_Group* o + tab_rec_mp3->end(); + } // Fl_Group* tab_rec_mp3 + { tab_rec_ogg = new Fl_Group(5, 20, 385, 330, gettext("OGG")); + tab_rec_ogg->hide(); + { choice_rec_vorbis_bitrate_mode = new Fl_Choice(25, 50, 165, 20, gettext("Bitrate Mode")); + choice_rec_vorbis_bitrate_mode->down_box(FL_BORDER_BOX); + choice_rec_vorbis_bitrate_mode->callback((Fl_Callback*)cb_choice_rec_vorbis_bitrate_mode); + choice_rec_vorbis_bitrate_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_vorbis_bitrate_mode_i18n_done) { + int i=0; + for ( ; i<3; i++) + if (menu_choice_rec_vorbis_bitrate_mode[i].label()) + menu_choice_rec_vorbis_bitrate_mode[i].label(gettext(menu_choice_rec_vorbis_bitrate_mode[i].label())); + menu_choice_rec_vorbis_bitrate_mode_i18n_done = 1; + } + choice_rec_vorbis_bitrate_mode->menu(menu_choice_rec_vorbis_bitrate_mode); + } // Fl_Choice* choice_rec_vorbis_bitrate_mode + { choice_rec_vorbis_vbr_quality = new Fl_Choice(210, 50, 165, 20, gettext("VBR Quality")); + choice_rec_vorbis_vbr_quality->down_box(FL_BORDER_BOX); + choice_rec_vorbis_vbr_quality->callback((Fl_Callback*)cb_choice_rec_vorbis_vbr_quality); + choice_rec_vorbis_vbr_quality->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_vorbis_vbr_quality_i18n_done) { + int i=0; + for ( ; i<11; i++) + if (menu_choice_rec_vorbis_vbr_quality[i].label()) + menu_choice_rec_vorbis_vbr_quality[i].label(gettext(menu_choice_rec_vorbis_vbr_quality[i].label())); + menu_choice_rec_vorbis_vbr_quality_i18n_done = 1; + } + choice_rec_vorbis_vbr_quality->menu(menu_choice_rec_vorbis_vbr_quality); + } // Fl_Choice* choice_rec_vorbis_vbr_quality + { choice_rec_vorbis_vbr_min_bitrate = new Fl_Choice(25, 110, 165, 20, gettext("VBR min. Bitrate")); + choice_rec_vorbis_vbr_min_bitrate->down_box(FL_BORDER_BOX); + choice_rec_vorbis_vbr_min_bitrate->callback((Fl_Callback*)cb_choice_rec_vorbis_vbr_min_bitrate); + choice_rec_vorbis_vbr_min_bitrate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_rec_vorbis_vbr_min_bitrate + { choice_rec_vorbis_vbr_max_bitrate = new Fl_Choice(210, 110, 165, 20, gettext("VBR max. Bitrate")); + choice_rec_vorbis_vbr_max_bitrate->down_box(FL_BORDER_BOX); + choice_rec_vorbis_vbr_max_bitrate->callback((Fl_Callback*)cb_choice_rec_vorbis_vbr_max_bitrate); + choice_rec_vorbis_vbr_max_bitrate->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + } // Fl_Choice* choice_rec_vorbis_vbr_max_bitrate + tab_rec_ogg->end(); + } // Fl_Group* tab_rec_ogg + { tab_rec_opus = new Fl_Group(5, 20, 385, 330, gettext("OPUS")); + tab_rec_opus->hide(); + { choice_rec_opus_audio_type = new Fl_Choice(210, 50, 165, 20, gettext("Optimize for")); + choice_rec_opus_audio_type->down_box(FL_BORDER_BOX); + choice_rec_opus_audio_type->callback((Fl_Callback*)cb_choice_rec_opus_audio_type); + choice_rec_opus_audio_type->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_opus_audio_type_i18n_done) { + int i=0; + for ( ; i<2; i++) + if (menu_choice_rec_opus_audio_type[i].label()) + menu_choice_rec_opus_audio_type[i].label(gettext(menu_choice_rec_opus_audio_type[i].label())); + menu_choice_rec_opus_audio_type_i18n_done = 1; + } + choice_rec_opus_audio_type->menu(menu_choice_rec_opus_audio_type); + } // Fl_Choice* choice_rec_opus_audio_type + { choice_rec_opus_bitrate_mode = new Fl_Choice(25, 110, 165, 20, gettext("Bitrate Mode")); + choice_rec_opus_bitrate_mode->down_box(FL_BORDER_BOX); + choice_rec_opus_bitrate_mode->callback((Fl_Callback*)cb_choice_rec_opus_bitrate_mode); + choice_rec_opus_bitrate_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_opus_bitrate_mode_i18n_done) { + int i=0; + for ( ; i<2; i++) + if (menu_choice_rec_opus_bitrate_mode[i].label()) + menu_choice_rec_opus_bitrate_mode[i].label(gettext(menu_choice_rec_opus_bitrate_mode[i].label())); + menu_choice_rec_opus_bitrate_mode_i18n_done = 1; + } + choice_rec_opus_bitrate_mode->menu(menu_choice_rec_opus_bitrate_mode); + } // Fl_Choice* choice_rec_opus_bitrate_mode + { choice_rec_opus_quality = new Fl_Choice(25, 50, 165, 20, gettext("Quality")); + choice_rec_opus_quality->down_box(FL_BORDER_BOX); + choice_rec_opus_quality->callback((Fl_Callback*)cb_choice_rec_opus_quality); + choice_rec_opus_quality->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_opus_quality_i18n_done) { + int i=0; + for ( ; i<11; i++) + if (menu_choice_rec_opus_quality[i].label()) + menu_choice_rec_opus_quality[i].label(gettext(menu_choice_rec_opus_quality[i].label())); + menu_choice_rec_opus_quality_i18n_done = 1; + } + choice_rec_opus_quality->menu(menu_choice_rec_opus_quality); + } // Fl_Choice* choice_rec_opus_quality + { choice_rec_opus_bandwidth = new Fl_Choice(210, 110, 165, 20, gettext("Max. Bandwidth")); + choice_rec_opus_bandwidth->down_box(FL_BORDER_BOX); + choice_rec_opus_bandwidth->callback((Fl_Callback*)cb_choice_rec_opus_bandwidth); + choice_rec_opus_bandwidth->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_opus_bandwidth_i18n_done) { + int i=0; + for ( ; i<5; i++) + if (menu_choice_rec_opus_bandwidth[i].label()) + menu_choice_rec_opus_bandwidth[i].label(gettext(menu_choice_rec_opus_bandwidth[i].label())); + menu_choice_rec_opus_bandwidth_i18n_done = 1; + } + choice_rec_opus_bandwidth->menu(menu_choice_rec_opus_bandwidth); + } // Fl_Choice* choice_rec_opus_bandwidth + tab_rec_opus->end(); + } // Fl_Group* tab_rec_opus + { tab_rec_aac = new Fl_Group(5, 20, 385, 330, gettext("AAC")); + tab_rec_aac->hide(); + { choice_rec_aac_profile = new Fl_Choice(25, 50, 165, 20, gettext("Profile")); + choice_rec_aac_profile->down_box(FL_BORDER_BOX); + choice_rec_aac_profile->callback((Fl_Callback*)cb_choice_rec_aac_profile); + choice_rec_aac_profile->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_aac_profile_i18n_done) { + int i=0; + for ( ; i<4; i++) + if (menu_choice_rec_aac_profile[i].label()) + menu_choice_rec_aac_profile[i].label(gettext(menu_choice_rec_aac_profile[i].label())); + menu_choice_rec_aac_profile_i18n_done = 1; + } + choice_rec_aac_profile->menu(menu_choice_rec_aac_profile); + } // Fl_Choice* choice_rec_aac_profile + { choice_rec_aac_afterburner = new Fl_Choice(210, 50, 165, 20, gettext("Afterburner")); + choice_rec_aac_afterburner->down_box(FL_BORDER_BOX); + choice_rec_aac_afterburner->callback((Fl_Callback*)cb_choice_rec_aac_afterburner); + choice_rec_aac_afterburner->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_aac_afterburner_i18n_done) { + int i=0; + for ( ; i<2; i++) + if (menu_choice_rec_aac_afterburner[i].label()) + menu_choice_rec_aac_afterburner[i].label(gettext(menu_choice_rec_aac_afterburner[i].label())); + menu_choice_rec_aac_afterburner_i18n_done = 1; + } + choice_rec_aac_afterburner->menu(menu_choice_rec_aac_afterburner); + } // Fl_Choice* choice_rec_aac_afterburner + { choice_rec_aac_bitrate_mode = new Fl_Choice(25, 110, 165, 20, gettext("Bitrate Mode")); + choice_rec_aac_bitrate_mode->down_box(FL_BORDER_BOX); + choice_rec_aac_bitrate_mode->callback((Fl_Callback*)cb_choice_rec_aac_bitrate_mode); + choice_rec_aac_bitrate_mode->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + if (!menu_choice_rec_aac_bitrate_mode_i18n_done) { + int i=0; + for ( ; i<2; i++) + if (menu_choice_rec_aac_bitrate_mode[i].label()) + menu_choice_rec_aac_bitrate_mode[i].label(gettext(menu_choice_rec_aac_bitrate_mode[i].label())); + menu_choice_rec_aac_bitrate_mode_i18n_done = 1; + } + choice_rec_aac_bitrate_mode->menu(menu_choice_rec_aac_bitrate_mode); + } // Fl_Choice* choice_rec_aac_bitrate_mode + tab_rec_aac->end(); + } // Fl_Group* tab_rec_aac + { tab_rec_flac = new Fl_Group(5, 20, 385, 330, gettext("FLAC")); + tab_rec_flac->hide(); + { Fl_Group* o = new Fl_Group(20, 50, 355, 50, gettext("Bit depth")); + o->box(FL_ENGRAVED_FRAME); + { radio_rec_flac_bit_depth_16 = new Fl_Round_Button(95, 65, 70, 20, gettext("16 bit")); + radio_rec_flac_bit_depth_16->type(102); + radio_rec_flac_bit_depth_16->down_box(FL_ROUND_DOWN_BOX); + radio_rec_flac_bit_depth_16->callback((Fl_Callback*)cb_radio_rec_flac_bit_depth_16); + } // Fl_Round_Button* radio_rec_flac_bit_depth_16 + { radio_rec_flac_bit_depth_24 = new Fl_Round_Button(236, 65, 79, 20, gettext("24 bit")); + radio_rec_flac_bit_depth_24->type(102); + radio_rec_flac_bit_depth_24->down_box(FL_ROUND_DOWN_BOX); + radio_rec_flac_bit_depth_24->callback((Fl_Callback*)cb_radio_rec_flac_bit_depth_24); + } // Fl_Round_Button* radio_rec_flac_bit_depth_24 + o->end(); + } // Fl_Group* o + tab_rec_flac->end(); + } // Fl_Group* tab_rec_flac + { tab_rec_wav = new Fl_Group(5, 20, 385, 330, gettext("WAV")); + tab_rec_wav->hide(); + { Fl_Group* o = new Fl_Group(20, 50, 355, 50, gettext("Bit depth")); + o->box(FL_ENGRAVED_FRAME); + { radio_rec_wav_bit_depth_16 = new Fl_Round_Button(80, 65, 70, 20, gettext("16 bit")); + radio_rec_wav_bit_depth_16->type(102); + radio_rec_wav_bit_depth_16->down_box(FL_ROUND_DOWN_BOX); + radio_rec_wav_bit_depth_16->callback((Fl_Callback*)cb_radio_rec_wav_bit_depth_16); + } // Fl_Round_Button* radio_rec_wav_bit_depth_16 + { radio_rec_wav_bit_depth_32 = new Fl_Round_Button(260, 65, 79, 20, gettext("32 bit")); + radio_rec_wav_bit_depth_32->type(102); + radio_rec_wav_bit_depth_32->down_box(FL_ROUND_DOWN_BOX); + radio_rec_wav_bit_depth_32->callback((Fl_Callback*)cb_radio_rec_wav_bit_depth_32); + } // Fl_Round_Button* radio_rec_wav_bit_depth_32 + { radio_rec_wav_bit_depth_24 = new Fl_Round_Button(170, 65, 70, 20, gettext("24 bit")); + radio_rec_wav_bit_depth_24->type(102); + radio_rec_wav_bit_depth_24->down_box(FL_ROUND_DOWN_BOX); + radio_rec_wav_bit_depth_24->callback((Fl_Callback*)cb_radio_rec_wav_bit_depth_24); + } // Fl_Round_Button* radio_rec_wav_bit_depth_24 + o->end(); + } // Fl_Group* o + tab_rec_wav->end(); + } // Fl_Group* tab_rec_wav + tabs_rec_codec_settings->end(); + } // Fl_Tabs* tabs_rec_codec_settings + { Fl_Button* o = new Fl_Button(150, 358, 88, 22, gettext("&Close")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Close2); + } // Fl_Button* o + window_rec_codec_settings->end(); + } // Fl_My_Double_Window* window_rec_codec_settings + { window_mixer = new Fl_My_Double_Window(430, 450, gettext("butt audio mixer")); + window_mixer->box(FL_FLAT_BOX); + window_mixer->color(FL_BACKGROUND_COLOR); + window_mixer->selection_color(FL_BACKGROUND_COLOR); + window_mixer->labeltype(FL_NO_LABEL); + window_mixer->labelfont(0); + window_mixer->labelsize(14); + window_mixer->labelcolor(FL_FOREGROUND_COLOR); + window_mixer->user_data((void*)(this)); + window_mixer->align(Fl_Align(FL_ALIGN_TOP)); + window_mixer->when(FL_WHEN_RELEASE); + { Fl_Button* o = new Fl_Button(340, 11, 80, 19, gettext("Reset")); + o->box(FL_ENGRAVED_BOX); + o->labelsize(12); + o->callback((Fl_Callback*)cb_Reset2); + } // Fl_Button* o + { Fl_Group* o = new Fl_Group(15, 32, 405, 397, gettext("Audio Mixer")); + o->box(FL_ENGRAVED_BOX); + o->align(Fl_Align(FL_ALIGN_TOP_LEFT)); + { text_mixer_primary_device_volume = new Fl_Text_Display(22, 63, 55, 10, gettext("+0.0 dB")); + text_mixer_primary_device_volume->box(FL_NO_BOX); + text_mixer_primary_device_volume->labelsize(11); + text_mixer_primary_device_volume->align(Fl_Align(FL_ALIGN_TOP_RIGHT)); + } // Fl_Text_Display* text_mixer_primary_device_volume + { slider_mixer_primary_device = new Fl_My_Value_Slider(43, 65, 17, 245, gettext("Primary\nDevice")); + slider_mixer_primary_device->type(4); + slider_mixer_primary_device->box(FL_NO_BOX); + slider_mixer_primary_device->color(FL_BACKGROUND_COLOR); + slider_mixer_primary_device->selection_color(FL_BACKGROUND_COLOR); + slider_mixer_primary_device->labeltype(FL_NORMAL_LABEL); + slider_mixer_primary_device->labelfont(0); + slider_mixer_primary_device->labelsize(11); + slider_mixer_primary_device->labelcolor(FL_FOREGROUND_COLOR); + slider_mixer_primary_device->minimum(18); + slider_mixer_primary_device->maximum(-18); + slider_mixer_primary_device->step(0.1); + slider_mixer_primary_device->slider_size(0.1); + slider_mixer_primary_device->callback((Fl_Callback*)cb_slider_mixer_primary_device, (void*)(CB_CALLED_BY_USER)); + slider_mixer_primary_device->align(Fl_Align(FL_ALIGN_BOTTOM)); + slider_mixer_primary_device->when(FL_WHEN_CHANGED); + slider_mixer_primary_device->default_value = 0.0; + } // Fl_My_Value_Slider* slider_mixer_primary_device + { button_mixer_mute_primary_device = new Fl_Light_Button(30, 340, 45, 20, gettext("Mute")); + button_mixer_mute_primary_device->tooltip(gettext("Mute")); + button_mixer_mute_primary_device->box(FL_THIN_UP_FRAME); + button_mixer_mute_primary_device->selection_color((Fl_Color)1); + button_mixer_mute_primary_device->labelsize(11); + button_mixer_mute_primary_device->callback((Fl_Callback*)cb_button_mixer_mute_primary_device); + } // Fl_Light_Button* button_mixer_mute_primary_device + { text_mixer_secondary_device_volume = new Fl_Text_Display(105, 63, 55, 10, gettext("+0.0 dB")); + text_mixer_secondary_device_volume->box(FL_NO_BOX); + text_mixer_secondary_device_volume->labelsize(11); + text_mixer_secondary_device_volume->align(Fl_Align(FL_ALIGN_TOP_RIGHT)); + } // Fl_Text_Display* text_mixer_secondary_device_volume + { slider_mixer_secondary_device = new Fl_My_Value_Slider(128, 65, 15, 245, gettext("Secondary\nDevice")); + slider_mixer_secondary_device->type(4); + slider_mixer_secondary_device->box(FL_NO_BOX); + slider_mixer_secondary_device->color(FL_BACKGROUND_COLOR); + slider_mixer_secondary_device->selection_color(FL_BACKGROUND_COLOR); + slider_mixer_secondary_device->labeltype(FL_NORMAL_LABEL); + slider_mixer_secondary_device->labelfont(0); + slider_mixer_secondary_device->labelsize(11); + slider_mixer_secondary_device->labelcolor(FL_FOREGROUND_COLOR); + slider_mixer_secondary_device->minimum(18); + slider_mixer_secondary_device->maximum(-18); + slider_mixer_secondary_device->step(0.1); + slider_mixer_secondary_device->slider_size(0.1); + slider_mixer_secondary_device->callback((Fl_Callback*)cb_slider_mixer_secondary_device, (void*)(CB_CALLED_BY_USER)); + slider_mixer_secondary_device->align(Fl_Align(FL_ALIGN_BOTTOM)); + slider_mixer_secondary_device->when(FL_WHEN_CHANGED); + slider_mixer_secondary_device->default_value = 0.0; + } // Fl_My_Value_Slider* slider_mixer_secondary_device + { button_mixer_mute_secondary_device = new Fl_Light_Button(115, 340, 45, 20, gettext("Mute")); + button_mixer_mute_secondary_device->tooltip(gettext("Mute")); + button_mixer_mute_secondary_device->box(FL_THIN_UP_FRAME); + button_mixer_mute_secondary_device->selection_color((Fl_Color)1); + button_mixer_mute_secondary_device->labelsize(11); + button_mixer_mute_secondary_device->callback((Fl_Callback*)cb_button_mixer_mute_secondary_device); + } // Fl_Light_Button* button_mixer_mute_secondary_device + { text_mixer_streaming_volume = new Fl_Text_Display(190, 63, 50, 10, gettext("+0.0 dB")); + text_mixer_streaming_volume->box(FL_NO_BOX); + text_mixer_streaming_volume->labelsize(11); + text_mixer_streaming_volume->align(Fl_Align(FL_ALIGN_TOP_RIGHT)); + } // Fl_Text_Display* text_mixer_streaming_volume + { slider_mixer_streaming_gain = new Fl_My_Value_Slider(208, 65, 15, 245, gettext("Streaming\nGain")); + slider_mixer_streaming_gain->type(4); + slider_mixer_streaming_gain->box(FL_NO_BOX); + slider_mixer_streaming_gain->color(FL_BACKGROUND_COLOR); + slider_mixer_streaming_gain->selection_color(FL_BACKGROUND_COLOR); + slider_mixer_streaming_gain->labeltype(FL_NORMAL_LABEL); + slider_mixer_streaming_gain->labelfont(0); + slider_mixer_streaming_gain->labelsize(11); + slider_mixer_streaming_gain->labelcolor(FL_FOREGROUND_COLOR); + slider_mixer_streaming_gain->minimum(18); + slider_mixer_streaming_gain->maximum(-18); + slider_mixer_streaming_gain->step(0.1); + slider_mixer_streaming_gain->slider_size(0.1); + slider_mixer_streaming_gain->callback((Fl_Callback*)cb_slider_mixer_streaming_gain, (void*)(CB_CALLED_BY_USER)); + slider_mixer_streaming_gain->align(Fl_Align(FL_ALIGN_BOTTOM)); + slider_mixer_streaming_gain->when(FL_WHEN_CHANGED); + slider_mixer_streaming_gain->default_value = 0.0; + } // Fl_My_Value_Slider* slider_mixer_streaming_gain + { text_mixer_recording_volume = new Fl_Text_Display(271, 63, 50, 10, gettext("+0.0 dB")); + text_mixer_recording_volume->box(FL_NO_BOX); + text_mixer_recording_volume->labelsize(11); + text_mixer_recording_volume->align(Fl_Align(FL_ALIGN_TOP_RIGHT)); + } // Fl_Text_Display* text_mixer_recording_volume + { slider_mixer_recording_gain = new Fl_My_Value_Slider(288, 65, 15, 245, gettext("Recording\nGain")); + slider_mixer_recording_gain->type(4); + slider_mixer_recording_gain->box(FL_NO_BOX); + slider_mixer_recording_gain->color(FL_BACKGROUND_COLOR); + slider_mixer_recording_gain->selection_color(FL_BACKGROUND_COLOR); + slider_mixer_recording_gain->labeltype(FL_NORMAL_LABEL); + slider_mixer_recording_gain->labelfont(0); + slider_mixer_recording_gain->labelsize(11); + slider_mixer_recording_gain->labelcolor(FL_FOREGROUND_COLOR); + slider_mixer_recording_gain->minimum(18); + slider_mixer_recording_gain->maximum(-18); + slider_mixer_recording_gain->step(0.1); + slider_mixer_recording_gain->slider_size(0.1); + slider_mixer_recording_gain->callback((Fl_Callback*)cb_slider_mixer_recording_gain, (void*)(CB_CALLED_BY_USER)); + slider_mixer_recording_gain->align(Fl_Align(FL_ALIGN_BOTTOM)); + slider_mixer_recording_gain->when(FL_WHEN_CHANGED); + slider_mixer_recording_gain->default_value = 0.0; + } // Fl_My_Value_Slider* slider_mixer_recording_gain + { text_mixer_master_volume = new Fl_Text_Display(352, 63, 50, 10, gettext("+0.0 dB")); + text_mixer_master_volume->box(FL_NO_BOX); + text_mixer_master_volume->labelsize(11); + text_mixer_master_volume->align(Fl_Align(FL_ALIGN_TOP_RIGHT)); + } // Fl_Text_Display* text_mixer_master_volume + { slider_mixer_master_gain = new Fl_My_Value_Slider(368, 65, 15, 245, gettext("Master\nGain")); + slider_mixer_master_gain->type(4); + slider_mixer_master_gain->box(FL_NO_BOX); + slider_mixer_master_gain->color(FL_BACKGROUND_COLOR); + slider_mixer_master_gain->selection_color(FL_BACKGROUND_COLOR); + slider_mixer_master_gain->labeltype(FL_NORMAL_LABEL); + slider_mixer_master_gain->labelfont(0); + slider_mixer_master_gain->labelsize(11); + slider_mixer_master_gain->labelcolor(FL_FOREGROUND_COLOR); + slider_mixer_master_gain->minimum(24); + slider_mixer_master_gain->maximum(-24); + slider_mixer_master_gain->step(0.1); + slider_mixer_master_gain->slider_size(0.1); + slider_mixer_master_gain->callback((Fl_Callback*)cb_slider_mixer_master_gain, (void*)(CB_CALLED_BY_USER)); + slider_mixer_master_gain->align(Fl_Align(FL_ALIGN_BOTTOM)); + slider_mixer_master_gain->when(FL_WHEN_CHANGED); + slider_mixer_master_gain->default_value = 0.0; + } // Fl_My_Value_Slider* slider_mixer_master_gain + { slider_mixer_cross_fader = new Fl_My_Value_Slider(30, 385, 375, 15, gettext("\nCross Fader")); + slider_mixer_cross_fader->type(5); + slider_mixer_cross_fader->box(FL_NO_BOX); + slider_mixer_cross_fader->color(FL_BACKGROUND_COLOR); + slider_mixer_cross_fader->selection_color(FL_BACKGROUND_COLOR); + slider_mixer_cross_fader->labeltype(FL_NORMAL_LABEL); + slider_mixer_cross_fader->labelfont(0); + slider_mixer_cross_fader->labelsize(11); + slider_mixer_cross_fader->labelcolor(FL_FOREGROUND_COLOR); + slider_mixer_cross_fader->minimum(-100); + slider_mixer_cross_fader->maximum(100); + slider_mixer_cross_fader->step(1); + slider_mixer_cross_fader->slider_size(0.1); + slider_mixer_cross_fader->callback((Fl_Callback*)cb_slider_mixer_cross_fader, (void*)(CB_CALLED_BY_USER)); + slider_mixer_cross_fader->align(Fl_Align(FL_ALIGN_BOTTOM)); + slider_mixer_cross_fader->when(FL_WHEN_CHANGED); + slider_mixer_cross_fader->default_value = 0.0; + slider_mixer_cross_fader->hide_tipwin = true; + } // Fl_My_Value_Slider* slider_mixer_cross_fader + { Fl_Box* o = new Fl_Box(25, 398, 85, 26, gettext("Primary\nDevice")); + o->labelsize(11); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { Fl_Box* o = new Fl_Box(205, 388, 25, 20, gettext("|")); + o->labelsize(11); + o->align(Fl_Align(FL_ALIGN_CENTER|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { Fl_Box* o = new Fl_Box(310, 398, 95, 27, gettext("Secondary\nDevice")); + o->labelsize(11); + o->align(Fl_Align(FL_ALIGN_RIGHT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + o->end(); + } // Fl_Group* o + window_mixer->end(); + } // Fl_My_Double_Window* window_mixer + { window_missing_aac_lib = new Fl_My_Double_Window(390, 190, gettext("Alert")); + window_missing_aac_lib->box(FL_FLAT_BOX); + window_missing_aac_lib->color(FL_BACKGROUND_COLOR); + window_missing_aac_lib->selection_color(FL_BACKGROUND_COLOR); + window_missing_aac_lib->labeltype(FL_NO_LABEL); + window_missing_aac_lib->labelfont(0); + window_missing_aac_lib->labelsize(14); + window_missing_aac_lib->labelcolor(FL_FOREGROUND_COLOR); + window_missing_aac_lib->user_data((void*)(this)); + window_missing_aac_lib->align(Fl_Align(FL_ALIGN_TOP)); + window_missing_aac_lib->when(FL_WHEN_RELEASE); + { Fl_Button* o = new Fl_Button(20, 123, 350, 29, gettext("&Open the manual")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Open); + } // Fl_Button* o + { Fl_Box* o = new Fl_Box(20, 25, 355, 80, gettext("Could not find aac library.\n\nPlease follow the instructions in the manual\n\ +for adding aac support.")); + o->align(Fl_Align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE)); + } // Fl_Box* o + { Fl_Button* o = new Fl_Button(20, 156, 350, 29, gettext("&Close")); + o->box(FL_ENGRAVED_BOX); + o->callback((Fl_Callback*)cb_Close3); + } // Fl_Button* o + window_missing_aac_lib->set_modal(); + window_missing_aac_lib->end(); + } // Fl_My_Double_Window* window_missing_aac_lib +} + +flgui::~flgui() { + return; +} diff --git a/src/FLTK/flgui.fl b/src/FLTK/flgui.fl new file mode 100644 index 0000000..c6d44be --- /dev/null +++ b/src/FLTK/flgui.fl @@ -0,0 +1,3264 @@ +# data file for the Fltk User Interface Designer (fluid) +version 1.0309 +i18n_type 1 +i18n_include "../../gettext.h" +i18n_function gettext +header_name {.h} +code_name {.cpp} +class flgui {open +} { + decl {bool info_visible;} {public local + } + decl {Fl_Text_Buffer *info_buffer;} {public local + } + Function {flgui()} {open + } { + Fl_Window window_main { + callback {window_main_close_cb(true);} + xywh {859 484 430 395} type Double resizable + code0 {\#include "FL/Fl_My_Double_Window.H"} + code1 {\#include +\#include "config.h"} + code2 {\#include "flgui.h" +\#include "fl_timer_funcs.h"} + code3 {window_main->size_range(430, 155, 430); window_main->is_main_window = true;} + class Fl_My_Double_Window size_range {430 276 430 0} visible + } { + Fl_Box lcd { + callback {ILM216_cb();} + tooltip {press left mouse to toggle lcd info} xywh {10 10 410 95} box ENGRAVED_BOX color 32 selection_color 41 + code0 {\#include "Fl_ILM216.h"} + code1 {\#include "fl_callbacks.h"} + code3 {\#include "cfg.h"} + class Fl_ILM216 + } + Fl_Box label_volume { + label {Streaming volume} + xywh {154 119 135 16} labelsize 10 align 20 + } + Fl_Button button_mixer { + label Mixer + callback {button_mixer_cb();} + tooltip {show/hide mixer window} xywh {10 113 122 22} box ENGRAVED_BOX shortcut 0x40066 color 48 labelsize 11 + } + Fl_Button button_record { + label {@circle} + callback {button_record_cb(true);} + tooltip {start/stop recording} xywh {10 148 30 30} box ENGRAVED_BOX down_box ENGRAVED_BOX shortcut 0x40072 color 48 selection_color 40 labelfont 1 labelsize 12 labelcolor 1 + } + Fl_Button button_disconnect { + label {@square} + callback {button_disconnect_cb(true);} + tooltip {disconnect from server} xywh {62 148 30 30} box ENGRAVED_BOX down_box ENGRAVED_BOX shortcut 0x40064 color 48 selection_color 40 labelfont 1 labelsize 12 labelcolor 7 + } + Fl_Button button_connect { + label {@>} + callback {button_connect_cb();} + tooltip {connect to server} xywh {102 148 30 30} box ENGRAVED_BOX down_box ENGRAVED_BOX shortcut 0x40063 color 48 selection_color 40 labelfont 1 labelsize 21 labelcolor 7 + } + Fl_Tabs vu_tabs { + callback {vu_tabs_cb();} + xywh {140 110 196 74} box GTK_THIN_UP_BOX selection_color 47 labelsize 13 + } { + Fl_Group {} { + label Streaming open + xywh {150 128 177 47} labelsize 11 + } {} + Fl_Group {} { + label Recording open + xywh {150 130 185 50} labelsize 11 hide + } {} + } + Fl_Group vumeter { + xywh {156 135 174 43} box BORDER_BOX + code0 {\#include "Fl_vu_meter.h"} + class VUMeter + } {} + Fl_Box invisible_tab_box { + xywh {140 108 197 76} + code0 {\#include "FL/Fl_My_Invisible_Box.H"} + class Fl_My_Invisible_Box + } + Fl_Button button_cfg { + label Settings + callback {button_cfg_cb();} + tooltip {show/hide config window} xywh {340 135 80 22} box ENGRAVED_BOX shortcut 0x40066 color 48 labelsize 11 + } + Fl_Button button_info { + label {Show log} + callback {button_info_cb();} + tooltip {show/hide info window} xywh {340 163 80 15} box ENGRAVED_BOX shortcut 0x40076 color 48 labelsize 10 + } + Fl_Box label_n24dB { + label {-24 dB} + xywh {10 190 30 16} labelsize 10 + } + Fl_Slider slider_gain { + label Gain + user_data CB_CALLED_BY_USER + callback {slider_gain_cb(v);} + tooltip {Master Gain} xywh {50 191 335 15} type {Horz Knob} box NO_BOX labeltype NO_LABEL align 0 minimum -24 maximum 24 step 0.1 slider_size 0.1 + code0 {\#include "FL/Fl_My_Value_Slider.H"} + code1 {slider_gain->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Box label_p24dB { + label {+24 dB} + xywh {390 190 30 16} labelsize 10 + } + Fl_Button sponsor_logo { + image {../xpm/radio_co_badge.png} xywh {237 27 128 61} box NO_BOX + } + Fl_Box label_current_listeners { + label {Listeners: 0} + xywh {211 83 165 16} labelsize 18 labelcolor 7 align 24 + } + Fl_Text_Display info_output { + xywh {0 212 430 184} box EMBOSSED_BOX textfont 4 textsize 15 resizable + } + } + Fl_Window window_cfg { + label {butt settings} + callback {if(window_cfg->shown()) +{ + window_cfg->hide(); + Fl::remove_timeout(&cfg_win_pos_timer); +}} + xywh {1297 180 430 680} type Double + code0 {\#include "FL/Fl_My_Double_Window.H"} + code1 {\#include "fl_timer_funcs.h"} + class Fl_My_Double_Window size_range {430 640 430 680} visible + } { + Fl_Tabs Settings {open + xywh {-1 0 436 681} selection_color 45 + } { + Fl_Group {} { + label Main + xywh {0 20 434 660} when 6 + } { + Fl_Group {} { + label {Server Settings} open + xywh {50 55 328 155} box ENGRAVED_FRAME align 5 + } { + Fl_Choice choice_cfg_act_srv { + label Server + callback {choice_cfg_act_srv_cb();} + tooltip {Server to connect to} xywh {58 75 310 20} down_box BORDER_BOX align 5 + } {} + Fl_Button {} { + label ADD + callback {button_cfg_add_srv_cb();} + tooltip {Add server} xywh {58 100 80 20} box ENGRAVED_BOX + } + Fl_Button button_cfg_edit_srv { + label EDIT + callback {button_cfg_edit_srv_cb();} + tooltip {Edit selected server} xywh {173 100 80 20} box ENGRAVED_BOX + } + Fl_Button button_cfg_del_srv { + label DEL + callback {button_cfg_del_srv_cb();} + tooltip {Delete selected server} xywh {288 100 80 20} box ENGRAVED_BOX + } + Fl_Choice choice_cfg_act_icy { + label {Stream Infos} + callback {choice_cfg_act_icy_cb();} open + tooltip {Stream info that shall be used} xywh {58 155 310 20} down_box BORDER_BOX align 5 + } {} + Fl_Button {} { + label ADD + callback {button_cfg_add_icy_cb();} + tooltip {Add stream info} xywh {58 180 80 20} box ENGRAVED_BOX + } + Fl_Button button_cfg_edit_icy { + label EDIT + callback {button_cfg_edit_icy_cb();} + tooltip {Edit stream info} xywh {173 180 80 20} box ENGRAVED_BOX + } + Fl_Button button_cfg_del_icy { + label DEL + callback {button_cfg_del_icy_cb();} + tooltip {Delete stream info} xywh {288 180 80 20} box ENGRAVED_BOX + } + } + Fl_Group {} { + label {Log File} open + xywh {50 237 326 40} box ENGRAVED_FRAME align 5 + } { + Fl_Input input_log_filename { + callback {input_log_filename_cb();} + tooltip {Log file path} xywh {58 245 280 25} align 5 + } + Fl_Button {} { + callback {button_cfg_log_browse_cb();} + tooltip {Select log file} image {../xpm/folder.png} xywh {344 245 25 25} box ENGRAVED_BOX + } + } + Fl_Group {} { + label Configuration open + xywh {50 304 326 50} box ENGRAVED_FRAME align 5 + } { + Fl_Button button_cfg_import { + label {Import...} + callback {button_cfg_import_cb();} + tooltip {Import settings from config file} xywh {58 315 70 28} box ENGRAVED_BOX + } + Fl_Button {} { + label {&Save} + callback {cfg_write_file(NULL);} + tooltip {Save settings} xywh {166 315 95 28} box ENGRAVED_BOX + } + Fl_Button {} { + label {Export...} + callback {button_cfg_export_cb();} + tooltip {export settings} xywh {298 315 70 28} box ENGRAVED_BOX + } + } + Fl_Group group_agent { + label {Butt Agent} + xywh {50 385 326 75} box ENGRAVED_FRAME align 5 + } { + Fl_Check_Button check_start_agent { + label {Start agent at startup} + callback {check_start_agent_cb();} + tooltip {Start the butt agent when butt starts} xywh {56 400 157 15} down_box DOWN_BOX + } + Fl_Check_Button check_minimize_to_tray { + label {Minimize butt to tray} + callback {check_minimize_to_tray_cb();} + tooltip {Minimize butt to tray} xywh {56 430 150 15} down_box DOWN_BOX + } + Fl_Button {} { + label {Start Agent} + callback {button_start_agent_cb();} + tooltip {Start the butt agent now} xywh {261 391 105 28} box ENGRAVED_BOX + } + Fl_Button {} { + label {Stop Agent} + callback {button_stop_agent_cb();} + tooltip {Stop the butt agent} xywh {261 425 105 28} box ENGRAVED_BOX + } + } + Fl_Group {} { + label Updates open + xywh {50 485 326 50} box ENGRAVED_FRAME align 5 + } { + Fl_Check_Button check_update_at_startup { + label {Check at startup} + callback {check_update_at_startup_cb();} + tooltip {Check for updates at start} xywh {56 504 145 15} down_box DOWN_BOX + } + Fl_Button {} { + label {Check now} + callback {button_cfg_check_for_updates_cb();} + tooltip {Check if a new version is available} xywh {261 497 105 28} box ENGRAVED_BOX + } + } + Fl_Group {} { + label Help open + xywh {50 565 330 50} box ENGRAVED_FRAME align 5 + } { + Fl_Button {} { + label Manual + callback {char uri[128]; +snprintf(uri, sizeof(uri), "https://danielnoethen.de/butt/release/%s/butt-%s_manual.html", VERSION, VERSION); +fl_open_uri(uri);} + xywh {58 576 135 28} box ENGRAVED_BOX + code0 {\#include } + } + Fl_Button {} { + label { YouTube} + callback {char uri[128]; +snprintf(uri, sizeof(uri), "https://www.youtube.com/@butt.broadcaster"); +fl_open_uri(uri);} + image {../xpm/yt_icon.png} xywh {235 577 135 28} box ENGRAVED_BOX align 256 + code0 {\#include } + } + } + } + Fl_Group {} { + label Audio + xywh {0 20 434 660} hide + } { + Fl_Group {} { + label {Main Audio Settings} open + xywh {50 55 326 245} box ENGRAVED_FRAME align 5 + } { + Fl_Choice choice_cfg_channel { + label {Channel mode} + tooltip {Select input channel} xywh {58 84 150 21} box ENGRAVED_BOX down_box BORDER_BOX align 5 + } { + MenuItem {} { + label Stereo + callback {choice_cfg_channel_stereo_cb();} + xywh {60 60 40 25} + } + MenuItem {} { + label Mono + callback {choice_cfg_channel_mono_cb();} + xywh {50 50 40 25} + } + } + Fl_Choice choice_cfg_samplerate { + label Samplerate + callback {choice_cfg_samplerate_cb();} + tooltip {Select input sample rate} xywh {228 85 135 20} down_box BORDER_BOX align 5 + } {} + Fl_Group {} { + label {Remember Device by} + xywh {58 133 162 25} box ENGRAVED_FRAME align 5 + } { + Fl_Round_Button radio_cfg_ID { + label ID + callback {radio_cfg_ID_cb();} + xywh {67 138 40 14} type Radio down_box ROUND_DOWN_BOX + } + Fl_Round_Button radio_cfg_name { + label Name + callback {radio_cfg_name_cb();} + xywh {143 138 65 15} type Radio down_box ROUND_DOWN_BOX + } + } + Fl_Button button_cfg_rescan_devices { + label {Update devices} + callback {button_cfg_rescan_devices_cb();} + tooltip {Rescan audio devices} xywh {228 133 135 25} box ENGRAVED_BOX + } + Fl_Choice choice_cfg_dev { + label {Primary Audio Device} + callback {choice_cfg_dev_cb();} open + tooltip {Select your primary sound card device} xywh {58 190 170 20} down_box FLAT_BOX align 5 + } {} + Fl_Choice choice_cfg_left_channel { + label Left + callback {choice_cfg_left_channel_cb();} open + tooltip {Select left audio channel} xywh {248 190 50 20} down_box BORDER_BOX align 5 + } {} + Fl_Choice choice_cfg_right_channel { + label Right + callback {choice_cfg_right_channel_cb();} open + tooltip {Select right audio channel} xywh {313 190 50 20} down_box BORDER_BOX align 5 + } {} + Fl_Choice choice_cfg_dev2 { + label {Secondary Audio Device} + callback {choice_cfg_dev2_cb();} open + tooltip {Select your secondary sound card device} xywh {58 256 170 20} down_box FLAT_BOX align 5 + } {} + Fl_Choice choice_cfg_left_channel2 { + label Left + callback {choice_cfg_left_channel2_cb();} open + tooltip {Select left audio channel} xywh {248 256 50 20} down_box BORDER_BOX align 5 + } {} + Fl_Choice choice_cfg_right_channel2 { + label Right + callback {choice_cfg_right_channel2_cb();} open + tooltip {Select right audio channel} xywh {313 256 50 20} down_box BORDER_BOX align 5 + } {} + } + Fl_Group {} { + label Streaming + xywh {50 330 326 60} box ENGRAVED_FRAME align 5 + } { + Fl_Choice choice_cfg_codec { + label Codec open + tooltip {Select streaming codec} xywh {58 357 125 20} box ENGRAVED_BOX down_box BORDER_BOX align 5 + } { + MenuItem {} { + label MP3 + callback {choice_cfg_codec_mp3_cb();} + xywh {70 70 40 25} + } + MenuItem {} { + label {OGG/VORBIS} + callback {choice_cfg_codec_ogg_cb();} + xywh {60 60 40 25} + } + MenuItem {} { + label OPUS + callback {choice_cfg_codec_opus_cb();} + xywh {70 70 40 25} + } + MenuItem menu_item_cfg_aac { + label {AAC+} + callback {choice_cfg_codec_aac_cb();} + xywh {80 80 40 25} + } + MenuItem {} { + label FLAC + callback {choice_cfg_codec_flac_cb();} + xywh {80 80 40 25} + } + } + Fl_Choice choice_cfg_bitrate { + label Bitrate + callback {choice_cfg_bitrate_cb();} open + tooltip {Select streaming bitrate} xywh {200 357 115 20} box ENGRAVED_BOX down_box BORDER_BOX align 5 + } {} + Fl_Button {} { + callback {button_stream_codec_settings_cb();} + image {../xpm/settings.png} xywh {323 355 22 22} box NO_BOX + } + } + Fl_Group {} { + label Recording + xywh {50 415 326 60} box ENGRAVED_FRAME align 5 + } { + Fl_Choice choice_rec_codec { + label Codec + tooltip {Select recording codec} xywh {58 442 125 20} box ENGRAVED_BOX down_box BORDER_BOX align 5 + } { + MenuItem {} { + label MP3 + callback {choice_rec_codec_mp3_cb();} + xywh {80 80 40 25} + } + MenuItem {} { + label {OGG/VORBIS} + callback {choice_rec_codec_ogg_cb();} + xywh {70 70 40 25} + } + MenuItem {} { + label OPUS + callback {choice_rec_codec_opus_cb();} + xywh {15 15 31 20} + } + MenuItem menu_item_rec_aac { + label {AAC+} + callback {choice_rec_codec_aac_cb();} + xywh {90 90 40 25} + } + MenuItem {} { + label FLAC + callback {choice_rec_codec_flac_cb();} + xywh {25 25 31 20} + } + MenuItem {} { + label WAV + callback {choice_rec_codec_wav_cb();} + xywh {5 5 31 20} + } + } + Fl_Choice choice_rec_bitrate { + label Bitrate + callback {choice_rec_bitrate_cb();} open + tooltip {Select recording bitrate} xywh {200 442 115 20} down_box BORDER_BOX align 5 + } {} + Fl_Button {} { + callback {button_rec_codec_settings_cb();} + image {../xpm/settings.png} xywh {323 440 22 22} box NO_BOX + } + } + Fl_Button button_advanced { + label {Advanced...} + callback {static int show_advanced = 0; +if (!show_advanced) +{ + window_cfg->size(window_cfg->w(), 450); + show_advanced = 1; + fl_g->button_advanced->label("Standard..."); +} +else +{ + window_cfg->size(window_cfg->w(), 380); + show_advanced = 0; + fl_g->button_advanced->label("Advanced..."); + +}} + xywh {37 345 89 25} box ENGRAVED_BOX hide deactivate + } + Fl_Value_Input input_cfg_buffer { + label {Buffer (ms)} + callback {input_cfg_buffer_cb(1);} + xywh {37 405 75 20} align 5 when 8 maximum 0 value 50 hide deactivate + } + Fl_Choice choice_cfg_resample_mode { + label {Resample Quality} + callback {choice_cfg_resample_mode_cb();} + xywh {177 405 125 20} down_box BORDER_BOX align 5 hide deactivate + } { + MenuItem {} { + label SINC_BEST + xywh {0 0 31 20} + } + MenuItem {} { + label SINC_MEDIUM + xywh {10 10 31 20} + } + MenuItem {} { + label SINC_FASTEST + xywh {20 20 31 20} + } + MenuItem {} { + label ZERO_ORDER_HOLD + xywh {30 30 31 20} + } + MenuItem {} { + label LINEAR + xywh {40 40 31 20} + } + } + Fl_Group {} { + label {Signal detection levels} open + xywh {50 500 326 50} box ENGRAVED_FRAME align 5 + } { + Fl_Value_Input input_cfg_present_level { + label {Signal present} + callback {input_cfg_present_level_cb();} + xywh {58 524 70 19} align 5 minimum -90 maximum 0 value -50 + } + Fl_Box {} { + label dB + xywh {128 526 25 17} align 20 + } + Fl_Value_Input input_cfg_absent_level { + label {Signal absent} + callback {input_cfg_absent_level_cb();} + xywh {253 524 65 19} align 5 minimum -90 maximum 0 value -50 + } + Fl_Box {} { + label dB + xywh {318 525 25 17} align 20 + } + } + } + Fl_Group {} { + label Stream open + xywh {0 20 434 660} hide + } { + Fl_Group {} { + label {Update song name from file} open + xywh {50 47 329 65} box ENGRAVED_FRAME align 5 + } { + Fl_Input input_cfg_song_file { + callback {input_cfg_song_file_cb();} + tooltip {Filename that holds the current song name} xywh {55 56 283 26} align 9 + code0 {this->input_cfg_song_file->maximum_size(500);} + } + Fl_Button button_songfile_browse { + callback {button_cfg_browse_songfile_cb();} + tooltip {Select file that holds the current song name} image {../xpm/folder.png} xywh {343 57 25 25} box ENGRAVED_FRAME + } + Fl_Check_Button check_song_update_active { + label Activate + callback {check_song_update_active_cb();} + tooltip {Activate auto update song name from file} xywh {53 83 77 25} down_box DOWN_BOX + } + Fl_Check_Button check_read_last_line { + label {Read last line instead of first} + callback {check_read_last_line_cb();} + tooltip {Activate auto update song name from file} xywh {133 83 215 25} down_box DOWN_BOX + } + } + Fl_Group {} { + label {Update song name from application} open + xywh {50 137 329 65} box ENGRAVED_BOX align 5 + } { + Fl_Choice choice_cfg_app { + callback {choice_cfg_app_cb();} open + tooltip {Changes the song through an running application} xywh {55 148 203 20} down_box BORDER_BOX + } {} + Fl_Group {} {open + xywh {268 145 105 40} + } { + Fl_Round_Button radio_cfg_title_artist { + label {Title - Artist} + callback {radio_cfg_title_artist_cb();} + xywh {268 145 105 20} type Radio down_box ROUND_DOWN_BOX + } + Fl_Round_Button radio_cfg_artist_title { + label {Artist - Title} + callback {radio_cfg_artist_title_cb();} + xywh {268 170 105 15} type Radio down_box ROUND_DOWN_BOX + } + } + Fl_Check_Button check_cfg_use_app { + label Activate + callback {check_cfg_use_app_cb();} + xywh {53 167 85 33} down_box DOWN_BOX + } + } + Fl_Group {} { + label {Update song name manually} open + xywh {50 314 329 40} box ENGRAVED_FRAME align 5 + } { + Fl_Input input_cfg_song { + callback {input_cfg_song_cb();} + tooltip {Current song name} xywh {55 322 283 25} align 5 when 1 + code0 {this->input_cfg_song->maximum_size(500);} + } + Fl_Button button_cfg_song_go { + label OK + callback {button_cfg_song_go_cb();} + tooltip {Send current song name to the server} xywh {343 322 25 25} box ENGRAVED_BOX shortcut 0xff0d labelsize 12 + } + } + Fl_Group {} { + label {Update song name delay} open + xywh {50 373 329 32} box ENGRAVED_FRAME align 5 + } { + Fl_Choice choice_cfg_song_delay { + callback {choice_cfg_song_delay_cb();} open + tooltip {Introduces a delay until the song name is actually updated} xywh {55 379 153 20} down_box BORDER_BOX align 8 + } {} + } + Fl_Group {} { + label {Extend song name} open + xywh {50 426 330 75} box ENGRAVED_FRAME align 5 + } { + Fl_Input input_cfg_song_prefix { + label {Prefix:} + callback {input_cfg_song_prefix_cb();} + xywh {103 434 255 24} when 1 + code0 {this->input_cfg_song_prefix->maximum_size(500);} + } + Fl_Input input_cfg_song_suffix { + label {Suffix:} + callback {input_cfg_song_suffix_cb();} + xywh {103 469 255 24} when 1 + code0 {this->input_cfg_song_suffix->maximum_size(500);} + } + } + Fl_Group {} { + label Streaming open + xywh {50 525 329 152} box ENGRAVED_FRAME align 5 + } { + Fl_Check_Button check_stream_signal { + label {Start if signal is present for} + callback {check_stream_signal_cb();} + tooltip {Start streaming if the audio level exceeds the "Signal present" level set in the "Audio" tab} xywh {55 535 205 18} down_box DOWN_BOX + } + Fl_Value_Input input_cfg_signal { + callback {input_cfg_signal_cb();} + xywh {272 533 42 19} when 4 + } + Fl_Box {} { + label seconds + xywh {313 533 62 16} align 20 + } + Fl_Check_Button check_stream_silence { + label {Stop if signal is absent for} + callback {check_stream_silence_cb();} + tooltip {Stop streaming if the audio level falls below the "Signal absent level set in the "Audio" tab} xywh {55 557 205 18} down_box DOWN_BOX + } + Fl_Value_Input input_cfg_silence { + callback {input_cfg_silence_cb();} + xywh {272 557 42 19} when 4 + } + Fl_Box {} { + label seconds + xywh {313 557 62 16} align 20 + } + Fl_Check_Button check_cfg_connect { + label {Start streaming after launch} + callback {check_cfg_connect_cb();} + tooltip {Connect automatically to a server after launch} xywh {55 583 205 18} down_box DOWN_BOX + } + Fl_Check_Button check_cfg_force_reconnecting { + label {Force reconnecting} + callback {check_cfg_force_reconnecting_cb();} + tooltip {If enabled butt keeps reconnecting regardless of the error message} xywh {55 606 205 18} down_box DOWN_BOX + } + Fl_Box {} { + label {Reconnect delay:} + xywh {55 631 190 17} align 20 + } + Fl_Value_Input input_cfg_reconnect_delay { + callback {input_cfg_reconnect_delay_cb();} + xywh {58 651 42 19} + } + Fl_Box {} { + label seconds + xywh {104 652 62 16} align 20 + } + } + Fl_Group {} { + label {Update song name from URL} open + xywh {50 225 329 65} box ENGRAVED_FRAME align 5 + } { + Fl_Input input_cfg_song_url { + callback {input_cfg_song_url_cb();} + tooltip {URL to get song name from} xywh {55 233 318 25} align 5 + code0 {this->input_cfg_song_url->maximum_size(1024);} + } + Fl_Value_Input input_cfg_url_update_song_interval { + label {Update interval} + callback {input_cfg_url_update_song_interval_cb();} + tooltip {Update interval in seconds} xywh {340 263 30 19} when 4 minimum 1 maximum 1000 value 1 + } + Fl_Check_Button check_cfg_update_from_url { + label Activate + callback {check_cfg_update_from_url_cb();} + xywh {55 259 85 31} down_box DOWN_BOX + } + } + } + Fl_Group {} { + label Record open + xywh {0 20 434 660} hide + } { + Fl_Input input_rec_filename { + label {Record File Name:} + callback {input_rec_filename_cb();} + tooltip {Record file name} xywh {50 55 326 25} align 5 + code0 {this->input_rec_filename->maximum_size(500);} + } + Fl_Input input_rec_folder { + label {Record Directory:} + callback {input_rec_folder_cb();} + tooltip {Directory of recordings} xywh {50 106 298 25} align 5 + code0 {this->input_rec_folder->maximum_size(500);} + } + Fl_Button button_rec_browse { + callback {button_rec_browse_cb();} + tooltip {Select recording directory} image {../xpm/folder.png} xywh {350 106 25 25} box ENGRAVED_BOX + } + Fl_Group {} { + label {Split file} + xywh {50 164 326 57} box ENGRAVED_FRAME align 5 + } { + Fl_Value_Input input_rec_split_time { + label every + callback {input_rec_split_time_cb();} + xywh {97 171 40 19} + } + Fl_Box text_rec_split_time { + label minutes + xywh {143 171 50 16} + } + Fl_Check_Button check_sync_to_full_hour { + label {Sync to full hour} + callback {check_sync_to_full_hour_cb();} + tooltip {Sync to full hour} xywh {55 196 124 15} down_box DOWN_BOX + } + Fl_Button {} { + label {Split now} + callback {button_rec_split_now_cb();} + xywh {288 179 80 28} box ENGRAVED_BOX + } + } + Fl_Group {} { + label Recording open + xywh {50 250 326 173} box ENGRAVED_FRAME align 5 + } { + Fl_Check_Button check_cfg_auto_start_rec { + label {Start recording when connected} + callback {check_cfg_auto_start_rec_cb();} + tooltip {Start recording when connected} xywh {55 290 265 20} down_box DOWN_BOX + } + Fl_Check_Button check_cfg_auto_stop_rec { + label {Stop recording when disconnected} + callback {check_cfg_auto_stop_rec_cb();} + tooltip {Start recording when disconnected} xywh {55 314 265 20} down_box DOWN_BOX + } + Fl_Check_Button check_cfg_rec_after_launch { + label {Start recording after launch} + callback {check_cfg_rec_after_launch_cb();} + tooltip {Start recording after launch} xywh {55 339 265 20} down_box DOWN_BOX + } + Fl_Check_Button check_rec_signal { + label {Start if signal is present for} + callback {check_rec_signal_cb();} + tooltip {Start recording if the audio level exceeds the "Signal present" level set in the "Audio" tab} xywh {55 362 205 18} down_box DOWN_BOX + } + Fl_Value_Input input_rec_signal { + callback {input_rec_signal_cb();} + xywh {266 362 42 19} when 4 + } + Fl_Box {} { + label seconds + xywh {308 363 64 16} align 20 + } + Fl_Check_Button check_rec_silence { + label {Stop if signal is absent for} + callback {check_rec_silence_cb();} + tooltip {Stop recording if the audio level falls below the "Signal absent level set in the "Audio" tab} xywh {55 385 205 18} down_box DOWN_BOX + } + Fl_Value_Input input_rec_silence { + callback {input_rec_silence_cb();} + xywh {266 386 42 19} when 4 + } + Fl_Box {} { + label seconds + xywh {308 386 62 16} align 20 + } + Fl_Check_Button check_cfg_overwrite_existing_files { + label {Overwrite existing files} + callback {check_cfg_overwrite_existing_files_cb();} + xywh {55 266 300 20} down_box DOWN_BOX + } + } + } + Fl_Group {} { + label DSP + xywh {0 20 434 660} hide + } { + Fl_Button {} { + label Reset + callback {button_eq_reset_cb();} + xywh {320 33 80 19} box ENGRAVED_BOX labelsize 12 + } + Fl_Group {} { + label Equalizer + xywh {30 55 371 225} box ENGRAVED_FRAME align 5 + } { + Fl_Check_Button check_stream_eq { + label Stream + callback {check_stream_eq_cb();} + xywh {35 57 79 25} down_box DOWN_BOX + } + Fl_Check_Button check_rec_eq { + label Rec + callback {check_rec_eq_cb();} + xywh {115 57 60 25} down_box DOWN_BOX + } + Fl_Choice choice_eq_preset { + callback {choice_eq_preset_cb();} + tooltip {Equalizer Preset} xywh {250 62 140 18} down_box BORDER_BOX + } { + MenuItem {} { + label Manual + xywh {0 0 31 20} + } + MenuItem {} { + label Acoustic + xywh {10 10 31 20} + } + MenuItem {} { + label {Bass Booster} + xywh {20 20 31 20} + } + MenuItem {} { + label {Bass Reducer} + xywh {30 30 31 20} + } + MenuItem {} { + label Classical + xywh {40 40 31 20} + } + MenuItem {} { + label Dance + xywh {50 50 31 20} + } + MenuItem {} { + label Deep + xywh {60 60 31 20} + } + MenuItem {} { + label Electronic + xywh {70 70 31 20} + } + MenuItem {} { + label {Hip-Hop} + xywh {80 80 31 20} + } + MenuItem {} { + label Jazz + xywh {90 90 31 20} + } + MenuItem {} { + label Latin + xywh {100 100 31 20} + } + MenuItem {} { + label Loudness + xywh {110 110 31 20} + } + MenuItem {} { + label Lounge + xywh {120 120 31 20} + } + MenuItem {} { + label Piano + xywh {130 130 31 20} + } + MenuItem {} { + label RnB + xywh {140 140 31 20} + } + MenuItem {} { + label Rock + xywh {150 150 31 20} + } + MenuItem {} { + label Speech + xywh {160 160 31 20} + } + MenuItem {} { + label {Treble Booster} + xywh {170 170 31 20} + } + MenuItem {} { + label {Treble Reducer} + xywh {180 180 31 20} + } + MenuItem {} { + label {Vocal Booster} + xywh {190 190 31 20} + } + } + Fl_Text_Display equalizerGain1 { + label {+0.0} + xywh {31 105 51 10} box NO_BOX labelsize 11 + } + Fl_Slider equalizerSlider1 { + label 32Hz + callback {slider_equalizer1_cb(o->value());} + xywh {53 105 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 15 maximum -15 step 0.1 slider_size 0.151515 + code0 {equalizerSlider1->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display equalizerGain2 { + label {+0.0} + xywh {74 105 35 10} box NO_BOX labelsize 11 + } + Fl_Slider equalizerSlider2 { + label 64Hz + callback {slider_equalizer2_cb(o->value());} + xywh {88 105 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 15 maximum -15 step 0.1 slider_size 0.151515 + code0 {equalizerSlider2->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display equalizerGain3 { + label {+0.0} + xywh {109 105 35 10} box NO_BOX labelsize 11 + } + Fl_Slider equalizerSlider3 { + label 125Hz + callback {slider_equalizer3_cb(o->value());} + xywh {123 105 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 15 maximum -15 step 0.1 slider_size 0.151515 + code0 {equalizerSlider3->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display equalizerGain4 { + label {+0.0} + xywh {144 105 35 10} box NO_BOX labelsize 11 + } + Fl_Slider equalizerSlider4 { + label 250Hz + callback {slider_equalizer4_cb(o->value());} + xywh {158 105 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 15 maximum -15 step 0.1 slider_size 0.151515 + code0 {equalizerSlider4->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display equalizerGain5 { + label {+0.0} + xywh {179 105 35 10} box NO_BOX labelsize 11 + } + Fl_Slider equalizerSlider5 { + label 500Hz + callback {slider_equalizer5_cb(o->value());} + xywh {193 105 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 15 maximum -15 step 0.1 slider_size 0.151515 + code0 {equalizerSlider5->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display equalizerGain6 { + label {+0.0} + xywh {214 105 35 10} box NO_BOX labelsize 11 + } + Fl_Slider equalizerSlider6 { + label 1kHz + callback {slider_equalizer6_cb(o->value());} + xywh {228 105 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 15 maximum -15 step 0.1 slider_size 0.151515 + code0 {equalizerSlider6->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display equalizerGain7 { + label {+0.0} + xywh {249 105 35 10} box NO_BOX labelsize 11 + } + Fl_Slider equalizerSlider7 { + label 2kHz + callback {slider_equalizer7_cb(o->value());} + xywh {263 105 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 15 maximum -15 step 0.1 slider_size 0.151515 + code0 {equalizerSlider7->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display equalizerGain8 { + label {+0.0} + xywh {284 105 35 10} box NO_BOX labelsize 11 + } + Fl_Slider equalizerSlider8 { + label 4kHz + callback {slider_equalizer8_cb(o->value());} + xywh {298 105 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 15 maximum -15 step 0.1 slider_size 0.151515 + code0 {equalizerSlider8->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display equalizerGain9 { + label {+0.0} + xywh {319 105 35 10} box NO_BOX labelsize 11 + } + Fl_Slider equalizerSlider9 { + label 8kHz + callback {slider_equalizer9_cb(o->value());} + xywh {333 105 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 15 maximum -15 step 0.1 slider_size 0.151515 + code0 {equalizerSlider9->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display equalizerGain10 { + label {+0.0} + xywh {354 105 35 10} box NO_BOX labelsize 11 + } + Fl_Slider equalizerSlider10 { + label 16kHz + callback {slider_equalizer10_cb(o->value());} + xywh {368 105 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 15 maximum -15 step 0.1 slider_size 0.151515 + code0 {equalizerSlider10->default_value = 0.0;} + class Fl_My_Value_Slider + } + } + Fl_Button {} { + label Reset + callback {button_drc_reset_cb();} + xywh {320 301 80 19} box ENGRAVED_BOX labelsize 12 + } + Fl_Group {} { + label {Dynamic Range Compressor} + xywh {30 323 371 225} box ENGRAVED_FRAME align 5 + } { + Fl_Check_Button check_stream_drc { + label Stream + callback {check_stream_drc_cb();} + xywh {35 326 79 25} down_box DOWN_BOX + } + Fl_Check_Button check_rec_drc { + label Rec + callback {check_rec_drc_cb();} + xywh {110 325 60 25} down_box DOWN_BOX + } + Fl_Check_Button check_aggressive_mode { + label {Aggressive Mode} + callback {check_aggressive_mode_cb();} + xywh {259 328 130 20} down_box DOWN_BOX + } + Fl_Text_Display threshold { + label {+0.0} + xywh {54 378 35 10} box NO_BOX labelsize 11 + } + Fl_Slider thresholdSlider { + label Threshold + callback {slider_threshold_cb(o->value());} + xywh {68 378 15 150} type {Vert Knob} box NO_BOX labelsize 11 maximum -60 step 0.1 value -20 slider_size 0.151515 + code0 {thresholdSlider->default_value = -20.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display ratio { + label {+0.0} + xywh {124 378 35 10} box NO_BOX labelsize 11 + } + Fl_Slider ratioSlider { + label Ratio + callback {slider_ratio_cb(o->value());} + xywh {138 378 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 10 step 0.1 value 5 slider_size 0.151515 + code0 {ratioSlider->default_value = 5.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display attack { + label {+0.00} + xywh {197 378 35 10} box NO_BOX labelsize 11 + } + Fl_Slider attackSlider { + label Attack + callback {slider_attack_cb(o->value());} + xywh {208 378 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 1 maximum 0 step 0.001 value 0.01 slider_size 0.151515 + code0 {attackSlider->default_value = 0.01;} + class Fl_My_Value_Slider + } + Fl_Text_Display release { + label {+0.00} + xywh {267 378 35 10} box NO_BOX labelsize 11 + } + Fl_Slider releaseSlider { + label Release + callback {slider_release_cb(o->value());} + xywh {278 378 14 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 10 maximum 0 step 0.01 value 1 slider_size 0.151515 + code0 {releaseSlider->default_value = 1.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display makeup { + label {+0.0} + xywh {334 378 35 10} box NO_BOX labelsize 11 + } + Fl_Slider makeupSlider { + label MakeupGain + callback {slider_makeup_cb(o->value());} + xywh {348 378 15 150} type {Vert Knob} box NO_BOX labelsize 11 minimum 30 maximum 0 step 0.01 value 1 slider_size 0.151515 + class Fl_My_Value_Slider + } + Fl_Group LED_comp_threshold { + xywh {36 529 10 10} box BORDER_BOX + code0 {\#include "Fl_LED.h"} + class LED + } {} + } + } + Fl_Group {} { + label MIDI + xywh {1 20 434 660} hide + } { + Fl_Choice choice_midi_dev { + label {MIDI Device} + callback {choice_midi_dev_cb();} open + tooltip {Select your MIDI device} xywh {51 65 330 20} down_box FLAT_BOX align 5 + } {} + Fl_Button button_midi_rescan_devices { + label Rescan + callback {button_midi_rescan_devices_cb();} + tooltip {Rescan MIDI devices} xywh {51 90 120 25} box ENGRAVED_BOX + } + Fl_Group LED_midi_command { + label MIDI + tooltip {MIDI signal indicator} xywh {336 95 10 10} box BORDER_BOX align 8 + code0 {\#include "Fl_LED.h"} + class LED + } {} + Fl_Browser browser_midi_command { + label {MIDI Commands} + callback {browser_midi_command_cb();} + xywh {51 165 330 190} type Hold align 5 + } + Fl_Check_Button check_midi_command_enable { + label Enable + callback {check_midi_command_enable_cb();} + tooltip {Enable/Disable the selected MIDI command} xywh {51 364 145 33} down_box DOWN_BOX + } + Fl_Group group_midi_command_settings {open + xywh {51 392 330 141} box ENGRAVED_FRAME + } { + Fl_Choice choice_midi_channel { + label Channel + callback {choice_midi_channel_cb();} + tooltip {Select MIDI channel} xywh {61 419 80 25} box ENGRAVED_BOX down_box BORDER_BOX align 5 + } { + MenuItem {} { + label Any + xywh {65 65 40 25} + } + MenuItem {} { + label 1 + xywh {55 55 40 25} + } + MenuItem {} { + label 2 + xywh {65 65 40 25} + } + MenuItem {} { + label 3 + xywh {75 75 40 25} + } + MenuItem {} { + label 4 + xywh {85 85 40 25} + } + MenuItem {} { + label 5 + xywh {95 95 40 25} + } + MenuItem {} { + label 6 + xywh {105 105 40 25} + } + MenuItem {} { + label 7 + xywh {115 115 40 25} + } + MenuItem {} { + label 8 + xywh {125 125 40 25} + } + MenuItem {} { + label 9 + xywh {135 135 40 25} + } + MenuItem {} { + label 10 + xywh {145 145 40 25} + } + MenuItem {} { + label 11 + xywh {155 155 40 25} + } + MenuItem {} { + label 12 + xywh {165 165 40 25} + } + MenuItem {} { + label 13 + xywh {175 175 40 25} + } + MenuItem {} { + label 14 + xywh {185 185 40 25} + } + MenuItem {} { + label 15 + xywh {195 195 40 25} + } + MenuItem {} { + label 16 + xywh {205 205 40 25} + } + } + Fl_Value_Input input_midi_msg_num { + label CC + callback {input_midi_msg_num_cb();} + tooltip {Select CC number} xywh {156 418 45 25} align 5 maximum 127 + } + Fl_Button button_midi_learn { + label Learn + callback {button_midi_learn_cb();} + tooltip {Activate to auto detect the channel and CC number} xywh {215 417 151 25} type Toggle box ENGRAVED_BOX + } + Fl_Choice choice_midi_cc_mode { + label {CC Mode} + callback {choice_midi_cc_mode_cb();} open + tooltip {Select CC mode} xywh {61 470 143 25} box ENGRAVED_BOX down_box BORDER_BOX align 5 + } { + MenuItem {} { + label Absolute + xywh {75 75 40 25} + } + MenuItem {} { + label {Relative (Twos Complement)} + xywh {65 65 40 25} + } + MenuItem {} { + label {Relative (Binary Offset)} + xywh {75 75 40 25} + } + MenuItem {} { + label {Relative (Sign Magnitude)} + xywh {85 85 40 25} + } + } + Fl_Check_Button check_midi_soft_takeover { + label {Soft takeover} + callback {check_midi_soft_takeover_cb();} + tooltip {Prevents jumps when controlling a slider in absolute mode} xywh {60 494 145 33} down_box DOWN_BOX + } + } + } + Fl_Group {} { + label TLS + xywh {0 20 434 660} hide + } { + Fl_Group {} { + label {SSL/TLS} open + xywh {50 55 326 184} box ENGRAVED_FRAME align 5 + } { + Fl_Box {} { + label {If your server uses a certificate from +Let's Encrypt or another well known +CA, you can leave these fields blank.} + xywh {56 67 272 60} align 20 + } + Fl_Input input_tls_cert_file { + label {CA Certificate File:} + callback {input_tls_cert_file_cb();} + tooltip {Certificate file} xywh {58 149 275 25} align 5 + code0 {this->input_tls_cert_file->maximum_size(500);} + } + Fl_Button button_tls_browse_file { + callback {button_tls_browse_file_cb();} + tooltip {Select certificate file} image {../xpm/folder.png} xywh {338 149 25 25} box ENGRAVED_BOX + } + Fl_Input input_tls_cert_dir { + label {CA Certificate Directory:} + callback {input_tls_cert_dir_cb();} + tooltip {Certificate directory} xywh {58 200 275 25} align 5 + code0 {this->input_tls_cert_dir->maximum_size(500);} + } + Fl_Button button_tls_browse_dir { + callback {button_tls_browse_dir_cb();} + tooltip {Select certificate directory} image {../xpm/folder.png} xywh {338 200 25 25} box ENGRAVED_BOX + } + } + } + Fl_Group {} { + label GUI + xywh {0 20 434 660} hide + } { + Fl_Group {} { + label Language + xywh {45 58 129 42} box ENGRAVED_FRAME align 5 + } { + Fl_Choice choice_gui_language { + callback {choice_gui_language_cb();} + xywh {58 68 102 20} down_box BORDER_BOX + } { + MenuItem {} { + label System + xywh {0 0 31 20} + } + MenuItem {} { + label {العرب} + xywh {10 10 31 20} + } + MenuItem {} { + label Deutsch + xywh {0 0 31 20} + } + MenuItem {} { + label English + xywh {0 0 31 20} + } + MenuItem {} { + label {Español} + xywh {20 20 31 20} + } + MenuItem {} { + label {Français} + xywh {10 10 31 20} + } + MenuItem {} { + label Nederlands + xywh {0 0 31 20} + } + MenuItem {} { + label {Português Brasileiro} + xywh {10 10 31 20} + } + } + } + Fl_Group {} { + label {Display Color} + xywh {185 58 209 42} box ENGRAVED_FRAME align 5 + } { + Fl_Button button_gui_text_color { + label Text + callback {button_gui_text_color_cb();} + tooltip {Select text color} xywh {198 68 25 25} box SHADOW_BOX color 7 align 8 + } + Fl_Button button_gui_bg_color { + label Background + callback {button_gui_bg_color_cb();} + tooltip {Select background color} xywh {277 68 25 25} box SHADOW_BOX color 15 align 8 + } + } + Fl_Group {} { + label {VU meter} open + xywh {45 135 350 130} box ENGRAVED_FRAME align 5 + } { + Fl_Round_Button radio_gui_vu_gradient { + label {Gradient colors} + callback {radio_gui_vu_gradient_cb();} + xywh {56 150 144 15} type Radio down_box ROUND_DOWN_BOX + } + Fl_Round_Button radio_gui_vu_solid { + label {Solid colors} + callback {radio_gui_vu_solid_cb();} + xywh {56 175 139 15} type Radio down_box ROUND_DOWN_BOX + } + Fl_Check_Button check_gui_always_show_vu_tabs { + label {Always show tabs} + callback {check_gui_always_show_vu_tabs_cb();} + xywh {200 150 165 15} down_box DOWN_BOX + } + Fl_Button button_gui_vu_low_color { + callback {button_gui_vu_low_color_cb();} + tooltip {Select lower range color} xywh {55 200 40 25} box SHADOW_BOX color 61 align 8 + } + Fl_Button button_gui_vu_mid_color { + callback {button_gui_vu_mid_color_cb();} + tooltip {Select mid range color} xywh {100 200 40 25} box SHADOW_BOX color 94 align 8 + } + Fl_Button button_gui_vu_high_color { + callback {button_gui_vu_high_color_cb();} + tooltip {Select high range color} xywh {145 200 40 25} box SHADOW_BOX color 80 align 8 + } + Fl_Value_Output {} { + tooltip {Low range start value (dB)} xywh {55 236 40 19} value -54 + } + Fl_Value_Input input_gui_vu_mid_range_start { + callback {input_gui_vu_mid_range_start_cb();} + tooltip {Mid range start value (dB)} xywh {100 236 40 19} align 5 when 4 minimum -54 maximum 0 value -12 + } + Fl_Value_Input input_gui_vu_high_range_start { + callback {input_gui_vu_high_range_start_cb();} + tooltip {High range start value (dB)} xywh {145 236 40 19} align 5 when 4 minimum -54 maximum 0 value -6 + } + } + Fl_Group {} { + label Misc open + xywh {45 305 350 295} box ENGRAVED_FRAME align 5 + } { + Fl_Check_Button check_gui_attach { + label {Attach settings window to main window} + callback {check_gui_attach_cb();} + tooltip {Attach this window to the butt window} xywh {56 314 300 20} down_box DOWN_BOX + } + Fl_Check_Button check_gui_ontop { + label {Stay always on top} + callback {check_gui_ontop_cb();} + tooltip {Stay always on top} xywh {56 339 175 20} down_box DOWN_BOX + } + Fl_Check_Button check_gui_remember_pos { + label {Remember main window position} + callback {check_gui_remember_pos_cb();} + tooltip {Remember main window position} xywh {56 364 260 20} down_box DOWN_BOX + } + Fl_Check_Button check_gui_hide_log_window { + label {Hide log window after start up} + callback {check_gui_hide_log_window_cb();} + tooltip {Hide log window after start up} xywh {56 389 220 20} down_box DOWN_BOX + } + Fl_Check_Button check_gui_lcd_auto { + label {Change display mode every 5 seconds} + callback {check_gui_lcd_auto_cb()} + tooltip {Change display mode every 5 seconds} xywh {56 414 295 20} down_box DOWN_BOX + } + Fl_Check_Button check_gui_start_minimized { + label {Start minimized} + callback {check_gui_start_minimized_cb();} + tooltip {Minimize butt at startup} xywh {56 439 149 20} down_box DOWN_BOX + } + Fl_Check_Button check_gui_disable_gain_slider { + label {Disable gain control} + callback {check_gui_disable_gain_slider_cb();} + xywh {56 464 194 20} down_box DOWN_BOX + } + Fl_Group {} {open + xywh {56 489 324 50} box ENGRAVED_FRAME + } { + Fl_Check_Button check_gui_show_listeners { + label {Show listeners} + callback {check_gui_show_listeners_cb();} + tooltip {Show current listeners in the display (not always available)} xywh {61 493 194 23} down_box DOWN_BOX + } + Fl_Value_Input input_gui_listeners_update_rate { + label {Update rate:} + callback {input_gui_listeners_update_rate_cb();} + xywh {263 513 42 19} align 5 when 4 + } + Fl_Box {} { + label seconds + xywh {305 514 70 17} align 20 + } + } + Fl_Input input_gui_window_title { + label {Custom window title:} + callback {input_gui_window_title_cb();} + tooltip {Define a custom window title} xywh {55 566 325 25} align 5 when 1 + code0 {this->input_gui_window_title->maximum_size(500);} + } + } + } + Fl_Group {} { + label Donate + xywh {0 20 434 660} hide + } { + Fl_Group {} { + label Donation open + xywh {55 70 326 360} box ENGRAVED_FRAME align 5 + } { + Fl_Box {} { + label {Keeping this software up to date, adding +new features and answering support mails +takes a lot of time and effort. If you can +afford it, please consider supporting this +project. + +Thank you!} + xywh {67 75 308 150} align 20 + } + Fl_Button {} { + label {&Donate via PayPal} + callback {fl_open_uri("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LTRSQNTWN4L6L&source=url");} + xywh {67 225 300 28} box ENGRAVED_BOX + code0 {\#include } + } + Fl_Button {} { + label {Become a &patron} + callback {fl_open_uri("https://www.patreon.com/butt_broadcast");} + xywh {67 272 300 27} box ENGRAVED_BOX + code0 {\#include } + } + Fl_Button {} { + label {&Apple Pay, Google Pay, CC and more} + callback {fl_open_uri("https://donorbox.org/butt");} + xywh {67 317 300 28} box ENGRAVED_BOX + code0 {\#include } + } + Fl_Button {} { + label {&Bitcoin && Co} + callback {this->window_donate_crypto->position(this->window_cfg->x(), this->window_cfg->y()); +this->window_donate_crypto->show();} + xywh {67 361 300 28} box ENGRAVED_BOX + } + } + } + } + } + Fl_Window window_add_srv { + label {Add server} open + xywh {572 241 395 522} type Double modal visible + } { + Fl_Input input_add_srv_name { + label {Name:} + xywh {70 27 245 23} align 5 + code0 {this->input_add_srv_name->maximum_size(100);} + } + Fl_Input input_add_srv_addr { + label {Address:} + xywh {10 216 295 25} align 5 + code0 {this->input_add_srv_addr->maximum_size(100);} + } + Fl_Input input_add_srv_port { + label {Port:} + xywh {315 216 75 25} type Int align 5 + } + Fl_Input input_add_srv_pwd { + label {Password:} + xywh {10 261 295 25} type Secret align 5 + code0 {this->input_add_srv_pwd->maximum_size(100);} + } + Fl_Input input_add_srv_mount { + label {Icecast mountpoint:} + xywh {10 311 215 25} align 5 + code0 {this->input_add_srv_mount->maximum_size(100);} + } + Fl_Input input_add_srv_usr { + label {Icecast user:} + xywh {235 311 155 25} align 5 + code0 {this->input_add_srv_usr->maximum_size(100);} + } + Fl_Button button_cfg_show_pw { + label Show + callback {button_add_srv_show_pwd_cb();} + tooltip {show/hide password} xywh {315 261 75 25} box ENGRAVED_BOX + } + Fl_Group {} { + label Type + xywh {10 96 125 97} box ENGRAVED_BOX align 5 + } { + Fl_Round_Button radio_add_srv_shoutcast { + label Shoutcast + callback {radio_add_srv_shoutcast_cb();} + xywh {15 105 88 15} type Radio down_box ROUND_DOWN_BOX + } + Fl_Round_Button radio_add_srv_icecast { + label Icecast + callback {radio_add_srv_icecast_cb();} + xywh {15 127 80 12} type Radio down_box ROUND_DOWN_BOX + } + Fl_Round_Button radio_add_srv_webrtc { + label WebRTC + callback {radio_add_srv_webrtc_cb();} + xywh {15 149 80 12} type Radio down_box ROUND_DOWN_BOX + } + Fl_Round_Button radio_add_srv_radioco { + label {Radio.co} + callback {radio_add_srv_radioco_cb();} + xywh {15 171 80 12} type Radio down_box ROUND_DOWN_BOX + } + } + Fl_Button {} { + label {&Cancel} + callback {button_add_srv_cancel_cb();} + xywh {10 478 85 25} box ENGRAVED_BOX + } + Fl_Button button_add_srv_add { + label {&ADD} + callback {button_add_srv_add_cb();} + xywh {305 478 85 25} box ENGRAVED_BOX + } + Fl_Button button_add_srv_save { + label {&Save} + callback {button_add_srv_save_cb();} + xywh {305 478 85 25} box ENGRAVED_BOX + } + Fl_Group frame_add_srv_tls { + label {SSL/TLS} + xywh {140 96 250 97} box ENGRAVED_BOX align 5 + } { + Fl_Check_Button check_add_srv_tls { + label {Use SSL/TLS} + xywh {148 100 190 20} down_box DOWN_BOX + } + Fl_Button button_add_srv_revoke_cert { + label {Revoke certificate trust} + callback {button_add_srv_revoke_cert_cb();} + xywh {150 157 225 25} box ENGRAVED_BOX + } + } + Fl_Check_Browser browser_add_srv_station_list { + label {Radio.co Stations} + xywh {140 216 250 83} align 5 + } + Fl_Button button_add_srv_get_stations { + label {Get Stations} + callback {button_add_srv_get_stations_cb();} + xywh {10 205 120 25} box ENGRAVED_BOX + } + Fl_Button button_add_srv_select_all { + label {Select all} + callback {button_add_srv_select_all_cb();} + xywh {140 301 120 20} box ENGRAVED_BOX + } + Fl_Button button_add_srv_deselect_all { + label {Deselect all} + callback {button_add_srv_deselect_all_cb();} + xywh {265 301 125 20} box ENGRAVED_BOX + } + Fl_Check_Button check_add_srv_protocol { + label {Use legacy Icecast protocol} + tooltip {Activate this if you want to use the older SOURCE protocol instead of the newer PUT protocol} xywh {8 345 297 15} down_box DOWN_BOX + } + Fl_Input input_webrtc_icesrv_url { + label {ICE server (optional):} + xywh {10 215 380 25} align 5 + } + Fl_Input input_webrtc_whip_url { + label {WebRTC (WHIP) URL:} + xywh {10 260 380 25} align 5 + } + Fl_Input input_webrtc_auth_token { + label {Bearer token (optional):} + xywh {10 305 380 25} align 5 + } + Fl_Input input_add_srv_listener_url { + label {Custom listener URL (optional):} + xywh {10 393 380 25} align 5 + code0 {this->input_add_srv_listener_url->maximum_size(100);} + } + Fl_Input input_add_srv_listener_mount { + label {Custom listener mountpoint (optional):} selected + xywh {10 441 380 25} align 5 + code0 {this->input_add_srv_listener_mount->maximum_size(100);} + } + } + Fl_Window window_add_icy { + label {Add stream info} + xywh {1158 448 305 380} type Double hide modal + } { + Fl_Input input_add_icy_name { + label {Name:} + tooltip {The name of your new ICY-entrie} xywh {10 35 285 25} align 5 + code0 {this->input_add_icy_name->maximum_size(100);} + } + Fl_Input input_add_icy_desc { + label {Description:} + xywh {10 145 170 25} align 5 + code0 {this->input_add_icy_desc->maximum_size(100);} + } + Fl_Input input_add_icy_genre { + label {Genre:} + xywh {185 145 110 25} align 5 + code0 {this->input_add_icy_genre->maximum_size(100);} + } + Fl_Input input_add_icy_url { + label {URL:} + xywh {10 190 170 25} align 5 + code0 {this->input_add_icy_url->maximum_size(100);} + } + Fl_Input input_add_icy_icq { + label {ICQ:} + xywh {185 190 110 25} align 5 + code0 {this->input_add_icy_icq->maximum_size(100);} + } + Fl_Input input_add_icy_irc { + label {IRC:} + xywh {10 235 170 25} align 5 + code0 {this->input_add_icy_irc->maximum_size(100);} + } + Fl_Input input_add_icy_aim { + label {AIM:} + xywh {185 235 110 25} align 5 + code0 {this->input_add_icy_aim->maximum_size(100);} + } + Fl_Check_Button check_add_icy_pub { + label {Make server public} + xywh {10 270 235 20} down_box DOWN_BOX + } + Fl_Check_Button check_expand_variables { + label {Expand variables} + tooltip {Activate to expand date variables in name and description} xywh {10 295 235 20} down_box DOWN_BOX + } + Fl_Button {} { + label {&Cancel} + callback {button_add_icy_cancel_cb();} + xywh {10 340 74 25} box ENGRAVED_BOX + } + Fl_Button button_add_icy_add { + label {&ADD} + callback {button_add_icy_add_cb();} + xywh {224 340 74 25} box ENGRAVED_BOX + } + Fl_Button button_add_icy_save { + label {&Save} + callback {button_add_icy_save_cb();} + xywh {224 340 74 25} box ENGRAVED_BOX + } + } + code {Fl::scheme("standard"); +window_main->label(PACKAGE_STRING); + +info_buffer = new Fl_Text_Buffer(); +info_output->buffer(info_buffer); + +//window_cfg->size(window_cfg->w(), 380); + +// show info output... +info_visible = 1; + +info_output->show();} {} + Fl_Window window_donate_crypto { + label {Donate Cryptocurrency} + xywh {590 548 460 255} type Double hide + class Fl_My_Double_Window + } { + Fl_Output output_bitcoin_addr { + label Bitcoin + xywh {20 40 320 22} box FLAT_BOX align 5 + code0 {output_bitcoin_addr->value("bc1q4uq7h464rsu2cudrmuuqmc4tcr98d0edrhe5au");} + } + Fl_Button {} { + label Copy + callback {int len = this->output_bitcoin_addr->size(); +this->output_bitcoin_addr->position(0, len); +this->output_bitcoin_addr->copy(1); + +fl_message(_("Bitcoin address has been copied to clipboard."));} + xywh {350 40 88 22} box ENGRAVED_BOX + code0 {\#include } + } + Fl_Output output_litecoin_addr { + label Litecoin + xywh {20 100 320 22} box FLAT_BOX align 5 + code0 {output_litecoin_addr->value("Ld9gntf8fsYpmVcbstFkzz5R3sNPC3AhTx");} + } + Fl_Button {} { + label Copy + callback {int len = this->output_litecoin_addr->size(); +this->output_litecoin_addr->position(0, len); +this->output_litecoin_addr->copy(1); + +fl_message(_("Litecoin address has been copied to clipboard."));} + xywh {350 100 88 22} box ENGRAVED_BOX + code0 {\#include } + } + Fl_Output output_monero_addr { + label Monero + xywh {20 160 320 22} box FLAT_BOX align 5 + code0 {output_monero_addr->value("85u8DacasxPNvKzY5kEiprBnbydDqg26yGAVEw7mdwccNFsrXMWCE4VQnV2JVfh5BTRheNnpDJqYjbqPrVRLEPAKP3dsYgc");} + } + Fl_Button {} { + label Copy + callback {int len = this->output_monero_addr->size(); +this->output_monero_addr->position(0, len); +this->output_monero_addr->copy(1); + +fl_message(_("Monero address has been copied to clipboard."));} + xywh {350 160 88 22} box ENGRAVED_BOX + code0 {\#include } + } + Fl_Button {} { + label {&Close} + callback {this->window_donate_crypto->hide();} + xywh {20 217 88 22} box ENGRAVED_BOX + } + } + Fl_Window window_stream_codec_settings { + label {Streaming Codec Settings} + xywh {70 97 395 385} type Double hide + class Fl_My_Double_Window + } { + Fl_Tabs tabs_stream_codec_settings {open + xywh {5 0 385 350} + } { + Fl_Group tab_stream_mp3 { + label MP3 open + xywh {5 20 385 330} + } { + Fl_Choice choice_stream_mp3_enc_quality { + label {Encoding Quality} + callback {choice_stream_mp3_enc_quality_cb();} + xywh {25 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {0 (best)} + xywh {0 0 36 21} + } + MenuItem {} { + label 1 + xywh {10 10 36 21} + } + MenuItem {} { + label 2 + xywh {20 20 36 21} + } + MenuItem {} { + label {3 (default)} + xywh {30 30 36 21} + } + MenuItem {} { + label 4 + xywh {40 40 36 21} + } + MenuItem {} { + label 5 + xywh {50 50 36 21} + } + MenuItem {} { + label 6 + xywh {60 60 36 21} + } + MenuItem {} { + label 7 + xywh {70 70 36 21} + } + MenuItem {} { + label 8 + xywh {80 80 36 21} + } + MenuItem {} { + label {9 (worst)} + xywh {80 80 36 21} + } + } + Fl_Choice choice_stream_mp3_stereo_mode { + label {Stereo Mode} + callback {choice_stream_mp3_stereo_mode_cb();} + xywh {210 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {Auto (default)} + xywh {10 10 36 21} + } + MenuItem {} { + label Stereo + xywh {30 30 36 21} + } + MenuItem {} { + label {Joint Stereo} + xywh {20 20 36 21} + } + } + Fl_Choice choice_stream_mp3_bitrate_mode { + label {Bitrate Mode} + callback {choice_stream_mp3_bitrate_mode_cb();} + xywh {25 110 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {CBR (default)} + xywh {20 20 36 21} + } + MenuItem {} { + label VBR + xywh {30 30 36 21} + } + MenuItem {} { + label ABR + xywh {40 40 36 21} + } + } + Fl_Group {} { + label VBR open + xywh {19 167 125 162} box ENGRAVED_FRAME align 5 + } { + Fl_Choice choice_stream_mp3_vbr_quality { + label Quality + callback {choice_stream_mp3_vbr_quality_cb();} open + xywh {27 191 110 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {0 (best)} + xywh {10 10 36 21} + } + MenuItem {} { + label 1 + xywh {20 20 36 21} + } + MenuItem {} { + label 2 + xywh {30 30 36 21} + } + MenuItem {} { + label 3 + xywh {40 40 36 21} + } + MenuItem {} { + label {4 (default)} + xywh {50 50 36 21} + } + MenuItem {} { + label 5 + xywh {60 60 36 21} + } + MenuItem {} { + label 6 + xywh {70 70 36 21} + } + MenuItem {} { + label 7 + xywh {80 80 36 21} + } + MenuItem {} { + label 8 + xywh {90 90 36 21} + } + MenuItem {} { + label {9 (worst)} + xywh {90 90 36 21} + } + } + Fl_Choice choice_stream_mp3_vbr_min_bitrate { + label {Min. Bitrate} + callback {choice_stream_mp3_vbr_min_bitrate_cb();} open + xywh {27 236 110 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label 8k + xywh {60 60 40 25} + } + MenuItem {} { + label 16k + xywh {50 50 40 25} + } + MenuItem {} { + label 24k + xywh {60 60 40 25} + } + MenuItem {} { + label {32k (default)} + xywh {40 40 40 25} + } + MenuItem {} { + label 40k + xywh {50 50 40 25} + } + MenuItem {} { + label 48k + xywh {60 60 40 25} + } + MenuItem {} { + label 56k + xywh {70 70 40 25} + } + MenuItem {} { + label 64k + xywh {80 80 40 25} + } + MenuItem {} { + label 80k + xywh {90 90 40 25} + } + MenuItem {} { + label 96k + xywh {100 100 40 25} + } + MenuItem {} { + label 112k + xywh {40 40 40 25} + } + MenuItem {} { + label 128k + xywh {110 110 40 25} + } + MenuItem {} { + label 160k + xywh {120 120 40 25} + } + MenuItem {} { + label 192k + xywh {130 130 40 25} + } + MenuItem {} { + label 224k + xywh {140 140 40 25} + } + MenuItem {} { + label 256k + xywh {150 150 40 25} + } + MenuItem {} { + label 320k + xywh {160 160 40 25} + } + } + Fl_Choice choice_stream_mp3_vbr_max_bitrate { + label {Max. Bitrate} + callback {choice_stream_mp3_vbr_max_bitrate_cb();} open + xywh {27 301 110 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label 8k + xywh {70 70 40 25} + } + MenuItem {} { + label 16k + xywh {60 60 40 25} + } + MenuItem {} { + label 24k + xywh {70 70 40 25} + } + MenuItem {} { + label 32k + xywh {50 50 40 25} + } + MenuItem {} { + label 40k + xywh {60 60 40 25} + } + MenuItem {} { + label 48k + xywh {70 70 40 25} + } + MenuItem {} { + label 56k + xywh {80 80 40 25} + } + MenuItem {} { + label 64k + xywh {90 90 40 25} + } + MenuItem {} { + label 80k + xywh {100 100 40 25} + } + MenuItem {} { + label 96k + xywh {110 110 40 25} + } + MenuItem {} { + label 112k + xywh {50 50 40 25} + } + MenuItem {} { + label 128k + xywh {120 120 40 25} + } + MenuItem {} { + label 160k + xywh {130 130 40 25} + } + MenuItem {} { + label 192k + xywh {140 140 40 25} + } + MenuItem {} { + label 224k + xywh {150 150 40 25} + } + MenuItem {} { + label 256k + xywh {160 160 40 25} + } + MenuItem {} { + label {320k (default)} + xywh {170 170 40 25} + } + } + Fl_Check_Button check_stream_mp3_force_min_bitrate { + label Force + callback {check_stream_mp3_force_min_bitrate_cb();} + tooltip {Strictly enforce mininum Bitrate (-F option of the lame encoder)} xywh {25 259 117 15} down_box DOWN_BOX + } + } + Fl_Group {} { + label {Lowpass (kHz)} open + xywh {155 167 105 162} box ENGRAVED_FRAME align 5 + } { + Fl_Value_Input input_stream_mp3_lowpass_freq { + label Frequency + callback {input_stream_mp3_lowpass_freq_cb();} + xywh {180 190 70 20} align 5 when 4 deactivate + } + Fl_Value_Input input_stream_mp3_lowpass_width { + label Width + callback {input_stream_mp3_lowpass_width_cb();} + xywh {180 235 70 20} align 5 when 4 deactivate + } + Fl_Check_Button check_stream_mp3_activate_lowpass_freq { + callback {check_stream_mp3_activate_lowpass_freq_cb();} + xywh {159 193 20 15} down_box DOWN_BOX + } + Fl_Check_Button check_stream_mp3_activate_lowpass_width { + callback {check_stream_mp3_activate_lowpass_width_cb();} + xywh {159 238 20 15} down_box DOWN_BOX + } + } + Fl_Group {} { + label {Highpass (kHz)} open + xywh {270 167 105 162} box ENGRAVED_FRAME align 5 + } { + Fl_Value_Input input_stream_mp3_highpass_freq { + label Frequency + callback {input_stream_mp3_highpass_freq_cb();} + xywh {295 189 70 20} align 5 when 4 deactivate + } + Fl_Value_Input input_stream_mp3_highpass_width { + label Width + callback {input_stream_mp3_highpass_width_cb();} + xywh {295 234 70 20} align 5 when 4 deactivate + } + Fl_Check_Button check_stream_mp3_activate_highpass_freq { + callback {check_stream_mp3_activate_highpass_freq_cb();} + xywh {274 192 20 15} down_box DOWN_BOX + } + Fl_Check_Button check_stream_mp3_activate_highpass_width { + callback {check_stream_mp3_activate_highpass_width_cb();} + xywh {274 237 20 15} down_box DOWN_BOX + } + } + Fl_Choice choice_stream_mp3_resampling_freq { + label Resampling + callback {choice_stream_mp3_resampling_freq_cb();} open + tooltip {Resample to the selected sample rate} xywh {210 110 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {Disabled (default)} + xywh {80 80 40 25} + } + MenuItem {} { + label {8000 Hz} + xywh {80 80 40 25} + } + MenuItem {} { + label {11025 Hz} + xywh {70 70 40 25} + } + MenuItem {} { + label {12000 Hz} + xywh {80 80 40 25} + } + MenuItem {} { + label {16000 Hz} + xywh {60 60 40 25} + } + MenuItem {} { + label {22050 Hz} + xywh {70 70 40 25} + } + MenuItem {} { + label {24000 Hz} + xywh {80 80 40 25} + } + MenuItem {} { + label {32000 Hz} + xywh {90 90 40 25} + } + MenuItem {} { + label {44100 Hz} + xywh {100 100 40 25} + } + MenuItem {} { + label {48000 Hz} + xywh {110 110 40 25} + } + } + } + Fl_Group tab_stream_ogg { + label OGG + xywh {5 20 385 330} hide + } { + Fl_Choice choice_stream_vorbis_bitrate_mode { + label {Bitrate Mode} + callback {choice_stream_vorbis_bitrate_mode_cb();} + xywh {25 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {CBR (default)} + xywh {40 40 36 21} + } + MenuItem {} { + label VBR + xywh {50 50 36 21} + } + MenuItem {} { + label ABR + xywh {60 60 36 21} + } + } + Fl_Choice choice_stream_vorbis_vbr_quality { + label {VBR Quality} + callback {choice_stream_vorbis_vbr_quality_cb();} + xywh {210 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {1.0 (best, default)} + xywh {110 110 36 21} + } + MenuItem {} { + label {0.9} + xywh {120 120 36 21} + } + MenuItem {} { + label {0.8} + xywh {110 110 36 21} + } + MenuItem {} { + label {0.7} + xywh {100 100 36 21} + } + MenuItem {} { + label {0.6} + xywh {90 90 36 21} + } + MenuItem {} { + label {0.5} + xywh {80 80 36 21} + } + MenuItem {} { + label {0.4} + xywh {70 70 36 21} + } + MenuItem {} { + label {0.3} + xywh {60 60 36 21} + } + MenuItem {} { + label {0.2} + xywh {50 50 36 21} + } + MenuItem {} { + label {0.1} + xywh {40 40 36 21} + } + MenuItem {} { + label {0.0 (worst)} + xywh {30 30 36 21} + } + } + Fl_Choice choice_stream_vorbis_vbr_min_bitrate { + label {VBR min. Bitrate} + callback {choice_stream_vorbis_vbr_min_bitrate_cb();} open + xywh {25 110 165 20} down_box BORDER_BOX align 5 + } {} + Fl_Choice choice_stream_vorbis_vbr_max_bitrate { + label {VBR max. Bitrate} + callback {choice_stream_vorbis_vbr_max_bitrate_cb();} open + xywh {210 110 165 20} down_box BORDER_BOX align 5 + } {} + } + Fl_Group tab_stream_opus { + label OPUS + xywh {5 20 385 330} hide + } { + Fl_Choice choice_stream_opus_quality { + label Quality + callback {choice_stream_opus_quality_cb();} + xywh {25 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {10 (best, default)} + xywh {100 100 36 21} + } + MenuItem {} { + label 9 + xywh {90 90 36 21} + } + MenuItem {} { + label 8 + xywh {90 90 36 21} + } + MenuItem {} { + label 7 + xywh {80 80 36 21} + } + MenuItem {} { + label 6 + xywh {70 70 36 21} + } + MenuItem {} { + label 5 + xywh {60 60 36 21} + } + MenuItem {} { + label 4 + xywh {50 50 36 21} + } + MenuItem {} { + label 3 + xywh {40 40 36 21} + } + MenuItem {} { + label 2 + xywh {30 30 36 21} + } + MenuItem {} { + label 1 + xywh {20 20 36 21} + } + MenuItem {} { + label {0 (worst)} + xywh {10 10 36 21} + } + } + Fl_Choice choice_stream_opus_audio_type { + label {Optimize for} + callback {choice_stream_opus_audio_type_cb();} + xywh {210 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {Music (default)} + xywh {20 20 36 21} + } + MenuItem {} { + label Speech + xywh {30 30 36 21} + } + } + Fl_Choice choice_stream_opus_bitrate_mode { + label {Bitrate Mode} + callback {choice_stream_opus_bitrate_mode_cb();} + xywh {25 110 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label CBR + xywh {50 50 36 21} + } + MenuItem {} { + label {VBR (default)} + xywh {60 60 36 21} + } + } + Fl_Choice choice_stream_opus_bandwidth { + label {Max. Bandwidth} + callback {choice_stream_opus_bandwidth_cb();} open + xywh {210 110 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {20kHz (best,default)} + xywh {110 110 36 21} + } + MenuItem {} { + label 12kHz + xywh {100 100 36 21} + } + MenuItem {} { + label 8kHz + xywh {90 90 36 21} + } + MenuItem {} { + label 6kHz + xywh {80 80 36 21} + } + MenuItem {} { + label {4kHz (worst)} + xywh {70 70 36 21} + } + } + } + Fl_Group tab_stream_aac { + label AAC + xywh {5 20 385 330} hide + } { + Fl_Choice choice_stream_aac_profile { + label Profile + callback {choice_stream_aac_profile_cb();} + xywh {25 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {Auto (default)} + xywh {20 20 36 21} + } + MenuItem {} { + label {AAC-LC} + xywh {50 50 36 21} + } + MenuItem {} { + label {HE-AACv1 (AAC+)} + xywh {100 100 36 21} + } + MenuItem {} { + label {HE-AACv2 (eAAC+)} + xywh {110 110 36 21} + } + } + Fl_Choice choice_stream_aac_afterburner { + label Afterburner + callback {choice_stream_aac_afterburner_cb();} + xywh {210 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {On (default)} + xywh {110 110 36 21} + } + MenuItem {} { + label Off + xywh {120 120 36 21} + } + } + Fl_Choice choice_stream_aac_bitrate_mode { + label {Bitrate Mode} + callback {choice_stream_aac_bitrate_mode_cb();} + xywh {25 110 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {CBR (default)} + xywh {30 30 36 21} + } + MenuItem {} { + label VBR + xywh {40 40 36 21} + } + } + } + Fl_Group tab_stream_flac { + label FLAC + xywh {5 20 385 330} hide + } { + Fl_Group {} { + label {Bit depth} open + xywh {20 50 355 50} box ENGRAVED_FRAME + } { + Fl_Round_Button radio_stream_flac_bit_depth_16 { + label {16 bit} + callback {radio_stream_flac_bit_depth_16_cb();} + xywh {95 65 70 20} type Radio down_box ROUND_DOWN_BOX + } + Fl_Round_Button radio_stream_flac_bit_depth_24 { + label {24 bit} + callback {radio_stream_flac_bit_depth_24_cb();} + xywh {236 65 79 20} type Radio down_box ROUND_DOWN_BOX + } + } + } + } + Fl_Button {} { + label {&Close} + callback {this->window_stream_codec_settings->hide();} + xywh {150 358 88 22} box ENGRAVED_BOX + } + } + Fl_Window window_rec_codec_settings { + label {Recording Codec Settings} + xywh {516 103 395 385} type Double hide + class Fl_My_Double_Window + } { + Fl_Tabs tabs_rec_codec_settings {open + xywh {5 0 385 350} + } { + Fl_Group tab_rec_mp3 { + label MP3 open + xywh {5 20 385 330} + } { + Fl_Choice choice_rec_mp3_enc_quality { + label {Encoding Quality} + callback {choice_rec_mp3_enc_quality_cb();} + xywh {25 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {0 (best)} + xywh {0 0 36 21} + } + MenuItem {} { + label 1 + xywh {10 10 36 21} + } + MenuItem {} { + label 2 + xywh {20 20 36 21} + } + MenuItem {} { + label {3 (default)} + xywh {30 30 36 21} + } + MenuItem {} { + label 4 + xywh {40 40 36 21} + } + MenuItem {} { + label 5 + xywh {50 50 36 21} + } + MenuItem {} { + label 6 + xywh {60 60 36 21} + } + MenuItem {} { + label 7 + xywh {70 70 36 21} + } + MenuItem {} { + label 8 + xywh {80 80 36 21} + } + MenuItem {} { + label {9 (worst)} + xywh {80 80 36 21} + } + } + Fl_Choice choice_rec_mp3_stereo_mode { + label {Stereo Mode} + callback {choice_rec_mp3_stereo_mode_cb();} + xywh {210 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {Auto (default)} + xywh {10 10 36 21} + } + MenuItem {} { + label Stereo + xywh {30 30 36 21} + } + MenuItem {} { + label {Joint Stereo} + xywh {20 20 36 21} + } + } + Fl_Choice choice_rec_mp3_bitrate_mode { + label {Bitrate Mode} + callback {choice_rec_mp3_bitrate_mode_cb();} + xywh {25 110 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {CBR (default)} + xywh {20 20 36 21} + } + MenuItem {} { + label VBR + xywh {30 30 36 21} + } + MenuItem {} { + label ABR + xywh {40 40 36 21} + } + } + Fl_Group {} { + label VBR open + xywh {19 167 125 162} box ENGRAVED_FRAME align 5 + } { + Fl_Choice choice_rec_mp3_vbr_quality { + label Quality + callback {choice_rec_mp3_vbr_quality_cb();} open + xywh {27 191 110 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {0 (best)} + xywh {10 10 36 21} + } + MenuItem {} { + label 1 + xywh {20 20 36 21} + } + MenuItem {} { + label 2 + xywh {30 30 36 21} + } + MenuItem {} { + label 3 + xywh {40 40 36 21} + } + MenuItem {} { + label {4 (default)} + xywh {50 50 36 21} + } + MenuItem {} { + label 5 + xywh {60 60 36 21} + } + MenuItem {} { + label 6 + xywh {70 70 36 21} + } + MenuItem {} { + label 7 + xywh {80 80 36 21} + } + MenuItem {} { + label 8 + xywh {90 90 36 21} + } + MenuItem {} { + label {9 (worst)} + xywh {90 90 36 21} + } + } + Fl_Choice choice_rec_mp3_vbr_min_bitrate { + label {Min. Bitrate} + callback {choice_rec_mp3_vbr_min_bitrate_cb();} open + xywh {27 236 110 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label 8k + xywh {60 60 40 25} + } + MenuItem {} { + label 16k + xywh {50 50 40 25} + } + MenuItem {} { + label 24k + xywh {60 60 40 25} + } + MenuItem {} { + label {32k (default)} + xywh {40 40 40 25} + } + MenuItem {} { + label 40k + xywh {50 50 40 25} + } + MenuItem {} { + label 48k + xywh {60 60 40 25} + } + MenuItem {} { + label 56k + xywh {70 70 40 25} + } + MenuItem {} { + label 64k + xywh {80 80 40 25} + } + MenuItem {} { + label 80k + xywh {90 90 40 25} + } + MenuItem {} { + label 96k + xywh {100 100 40 25} + } + MenuItem {} { + label 112k + xywh {40 40 40 25} + } + MenuItem {} { + label 128k + xywh {110 110 40 25} + } + MenuItem {} { + label 160k + xywh {120 120 40 25} + } + MenuItem {} { + label 192k + xywh {130 130 40 25} + } + MenuItem {} { + label 224k + xywh {140 140 40 25} + } + MenuItem {} { + label 256k + xywh {150 150 40 25} + } + MenuItem {} { + label 320k + xywh {160 160 40 25} + } + } + Fl_Choice choice_rec_mp3_vbr_max_bitrate { + label {Max. Bitrate} + callback {choice_rec_mp3_vbr_max_bitrate_cb();} open + xywh {27 301 110 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label 8k + xywh {70 70 40 25} + } + MenuItem {} { + label 16k + xywh {60 60 40 25} + } + MenuItem {} { + label 24k + xywh {70 70 40 25} + } + MenuItem {} { + label 32k + xywh {50 50 40 25} + } + MenuItem {} { + label 40k + xywh {60 60 40 25} + } + MenuItem {} { + label 48k + xywh {70 70 40 25} + } + MenuItem {} { + label 56k + xywh {80 80 40 25} + } + MenuItem {} { + label 64k + xywh {90 90 40 25} + } + MenuItem {} { + label 80k + xywh {100 100 40 25} + } + MenuItem {} { + label 96k + xywh {110 110 40 25} + } + MenuItem {} { + label 112k + xywh {50 50 40 25} + } + MenuItem {} { + label 128k + xywh {120 120 40 25} + } + MenuItem {} { + label 160k + xywh {130 130 40 25} + } + MenuItem {} { + label 192k + xywh {140 140 40 25} + } + MenuItem {} { + label 224k + xywh {150 150 40 25} + } + MenuItem {} { + label 256k + xywh {160 160 40 25} + } + MenuItem {} { + label {320k (default)} + xywh {170 170 40 25} + } + } + Fl_Check_Button check_rec_mp3_force_min_bitrate { + label Force + callback {check_rec_mp3_force_min_bitrate_cb();} + tooltip {Strictly enforce mininum Bitrate (-F option of the lame encoder)} xywh {25 259 117 19} down_box DOWN_BOX + } + } + Fl_Choice choice_rec_mp3_resampling_freq { + label Resampling + callback {choice_rec_mp3_resampling_freq_cb();} open + tooltip {Resample to the selected sample rate} xywh {210 110 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {Disabled (default)} + xywh {90 90 40 25} + } + MenuItem {} { + label {8000 Hz} + xywh {90 90 40 25} + } + MenuItem {} { + label {11025 Hz} + xywh {80 80 40 25} + } + MenuItem {} { + label {12000 Hz} + xywh {90 90 40 25} + } + MenuItem {} { + label {16000 Hz} + xywh {70 70 40 25} + } + MenuItem {} { + label {22050 Hz} + xywh {80 80 40 25} + } + MenuItem {} { + label {24000 Hz} + xywh {90 90 40 25} + } + MenuItem {} { + label {32000 Hz} + xywh {100 100 40 25} + } + MenuItem {} { + label {44100 Hz} + xywh {110 110 40 25} + } + MenuItem {} { + label {48000 Hz} + xywh {120 120 40 25} + } + } + Fl_Group {} { + label {Lowpass (kHz)} open + xywh {155 167 105 162} box ENGRAVED_FRAME align 5 + } { + Fl_Value_Input input_rec_mp3_lowpass_freq { + label Frequency + callback {input_rec_mp3_lowpass_freq_cb();} + xywh {180 190 70 20} align 5 when 4 deactivate + } + Fl_Value_Input input_rec_mp3_lowpass_width { + label Width + callback {input_rec_mp3_lowpass_width_cb();} + xywh {180 235 70 20} align 5 when 4 deactivate + } + Fl_Check_Button check_rec_mp3_activate_lowpass_freq { + callback {check_rec_mp3_activate_lowpass_freq_cb();} + xywh {159 193 20 15} down_box DOWN_BOX + } + Fl_Check_Button check_rec_mp3_activate_lowpass_width { + callback {check_rec_mp3_activate_lowpass_width_cb();} + xywh {159 238 20 15} down_box DOWN_BOX + } + } + Fl_Group {} { + label {Highpass (kHz)} open + xywh {270 167 105 162} box ENGRAVED_FRAME align 5 + } { + Fl_Value_Input input_rec_mp3_highpass_freq { + label Frequency + callback {input_rec_mp3_highpass_freq_cb();} + xywh {295 189 70 20} align 5 when 4 deactivate + } + Fl_Value_Input input_rec_mp3_highpass_width { + label Width + callback {input_rec_mp3_highpass_width_cb();} + xywh {295 234 70 20} align 5 when 4 deactivate + } + Fl_Check_Button check_rec_mp3_activate_highpass_freq { + callback {check_rec_mp3_activate_highpass_freq_cb();} + xywh {274 192 20 15} down_box DOWN_BOX + } + Fl_Check_Button check_rec_mp3_activate_highpass_width { + callback {check_rec_mp3_activate_highpass_width_cb();} + xywh {274 237 20 15} down_box DOWN_BOX + } + } + } + Fl_Group tab_rec_ogg { + label OGG + xywh {5 20 385 330} hide + } { + Fl_Choice choice_rec_vorbis_bitrate_mode { + label {Bitrate Mode} + callback {choice_rec_vorbis_bitrate_mode_cb();} + xywh {25 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {CBR (default)} + xywh {40 40 36 21} + } + MenuItem {} { + label VBR + xywh {50 50 36 21} + } + MenuItem {} { + label ABR + xywh {60 60 36 21} + } + } + Fl_Choice choice_rec_vorbis_vbr_quality { + label {VBR Quality} + callback {choice_rec_vorbis_vbr_quality_cb();} + xywh {210 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {1.0 (best, default)} + xywh {110 110 36 21} + } + MenuItem {} { + label {0.9} + xywh {120 120 36 21} + } + MenuItem {} { + label {0.8} + xywh {110 110 36 21} + } + MenuItem {} { + label {0.7} + xywh {100 100 36 21} + } + MenuItem {} { + label {0.6} + xywh {90 90 36 21} + } + MenuItem {} { + label {0.5} + xywh {80 80 36 21} + } + MenuItem {} { + label {0.4} + xywh {70 70 36 21} + } + MenuItem {} { + label {0.3} + xywh {60 60 36 21} + } + MenuItem {} { + label {0.2} + xywh {50 50 36 21} + } + MenuItem {} { + label {0.1} + xywh {40 40 36 21} + } + MenuItem {} { + label {0.0 (worst)} + xywh {30 30 36 21} + } + } + Fl_Choice choice_rec_vorbis_vbr_min_bitrate { + label {VBR min. Bitrate} + callback {choice_rec_vorbis_vbr_min_bitrate_cb();} open + xywh {25 110 165 20} down_box BORDER_BOX align 5 + } {} + Fl_Choice choice_rec_vorbis_vbr_max_bitrate { + label {VBR max. Bitrate} + callback {choice_rec_vorbis_vbr_max_bitrate_cb();} open + xywh {210 110 165 20} down_box BORDER_BOX align 5 + } {} + } + Fl_Group tab_rec_opus { + label OPUS + xywh {5 20 385 330} hide + } { + Fl_Choice choice_rec_opus_audio_type { + label {Optimize for} + callback {choice_rec_opus_audio_type_cb();} open + xywh {210 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {Music (default)} + xywh {20 20 36 21} + } + MenuItem {} { + label Speech + xywh {30 30 36 21} + } + } + Fl_Choice choice_rec_opus_bitrate_mode { + label {Bitrate Mode} + callback {choice_rec_opus_bitrate_mode_cb();} open + xywh {25 110 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label CBR + xywh {50 50 36 21} + } + MenuItem {} { + label {VBR (default)} + xywh {60 60 36 21} + } + } + Fl_Choice choice_rec_opus_quality { + label Quality + callback {choice_rec_opus_quality_cb();} open + xywh {25 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {10 (best, default)} + xywh {100 100 36 21} + } + MenuItem {} { + label 9 + xywh {90 90 36 21} + } + MenuItem {} { + label 8 + xywh {90 90 36 21} + } + MenuItem {} { + label 7 + xywh {80 80 36 21} + } + MenuItem {} { + label 6 + xywh {70 70 36 21} + } + MenuItem {} { + label 5 + xywh {60 60 36 21} + } + MenuItem {} { + label 4 + xywh {50 50 36 21} + } + MenuItem {} { + label 3 + xywh {40 40 36 21} + } + MenuItem {} { + label 2 + xywh {30 30 36 21} + } + MenuItem {} { + label 1 + xywh {20 20 36 21} + } + MenuItem {} { + label {0 (worst)} + xywh {10 10 36 21} + } + } + Fl_Choice choice_rec_opus_bandwidth { + label {Max. Bandwidth} + callback {choice_rec_opus_bandwidth_cb();} open + xywh {210 110 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {20kHz (best,default)} + xywh {110 110 36 21} + } + MenuItem {} { + label 12kHz + xywh {100 100 36 21} + } + MenuItem {} { + label 8kHz + xywh {90 90 36 21} + } + MenuItem {} { + label 6kHz + xywh {80 80 36 21} + } + MenuItem {} { + label {4kHz (worst)} + xywh {70 70 36 21} + } + } + } + Fl_Group tab_rec_aac { + label AAC + xywh {5 20 385 330} hide + } { + Fl_Choice choice_rec_aac_profile { + label Profile + callback {choice_rec_aac_profile_cb();} open + xywh {25 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {Auto (default)} + xywh {20 20 36 21} + } + MenuItem {} { + label {AAC-LC} + xywh {50 50 36 21} + } + MenuItem {} { + label {HE-AACv1 (AAC+)} + xywh {100 100 36 21} + } + MenuItem {} { + label {HE-AACv2 (eAAC+)} + xywh {110 110 36 21} + } + } + Fl_Choice choice_rec_aac_afterburner { + label Afterburner + callback {choice_rec_aac_afterburner_cb();} open + xywh {210 50 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {On (default)} + xywh {110 110 36 21} + } + MenuItem {} { + label Off + xywh {120 120 36 21} + } + } + Fl_Choice choice_rec_aac_bitrate_mode { + label {Bitrate Mode} + callback {choice_rec_aac_bitrate_mode_cb();} open + xywh {25 110 165 20} down_box BORDER_BOX align 5 + } { + MenuItem {} { + label {CBR (default)} + xywh {30 30 36 21} + } + MenuItem {} { + label VBR + xywh {40 40 36 21} + } + } + } + Fl_Group tab_rec_flac { + label FLAC + xywh {5 20 385 330} hide + } { + Fl_Group {} { + label {Bit depth} open + xywh {20 50 355 50} box ENGRAVED_FRAME + } { + Fl_Round_Button radio_rec_flac_bit_depth_16 { + label {16 bit} + callback {radio_rec_flac_bit_depth_16_cb();} + xywh {95 65 70 20} type Radio down_box ROUND_DOWN_BOX + } + Fl_Round_Button radio_rec_flac_bit_depth_24 { + label {24 bit} + callback {radio_rec_flac_bit_depth_24_cb();} + xywh {236 65 79 20} type Radio down_box ROUND_DOWN_BOX + } + } + } + Fl_Group tab_rec_wav { + label WAV + xywh {5 20 385 330} hide + } { + Fl_Group {} { + label {Bit depth} open + xywh {20 50 355 50} box ENGRAVED_FRAME + } { + Fl_Round_Button radio_rec_wav_bit_depth_16 { + label {16 bit} + callback {radio_rec_wav_bit_depth_16_cb();} + xywh {80 65 70 20} type Radio down_box ROUND_DOWN_BOX + } + Fl_Round_Button radio_rec_wav_bit_depth_32 { + label {32 bit} + callback {radio_rec_wav_bit_depth_32_cb();} + xywh {260 65 79 20} type Radio down_box ROUND_DOWN_BOX + } + Fl_Round_Button radio_rec_wav_bit_depth_24 { + label {24 bit} + callback {radio_rec_wav_bit_depth_24_cb();} + xywh {170 65 70 20} type Radio down_box ROUND_DOWN_BOX + } + } + } + } + Fl_Button {} { + label {&Close} + callback {this->window_rec_codec_settings->hide();} + xywh {150 358 88 22} box ENGRAVED_BOX + } + } + Fl_Window window_mixer { + label {butt audio mixer} + xywh {228 590 430 450} type Double hide + class Fl_My_Double_Window + } { + Fl_Button {} { + label Reset + callback {button_mixer_reset_cb();} + xywh {340 11 80 19} box ENGRAVED_BOX labelsize 12 + } + Fl_Group {} { + label {Audio Mixer} open + xywh {15 32 405 397} box ENGRAVED_BOX align 5 + } { + Fl_Text_Display text_mixer_primary_device_volume { + label {+0.0 dB} + xywh {22 63 55 10} box NO_BOX labelsize 11 align 9 + } + Fl_Slider slider_mixer_primary_device { + label {Primary +Device} + user_data CB_CALLED_BY_USER + callback {slider_mixer_primary_device_cb(o->value(),v);} + xywh {43 65 17 245} type {Vert Knob} box NO_BOX labelsize 11 minimum 18 maximum -18 step 0.1 slider_size 0.1 + code0 {slider_mixer_primary_device->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Light_Button button_mixer_mute_primary_device { + label Mute + callback {button_mixer_mute_primary_device_cb()} + tooltip Mute xywh {30 340 45 20} box THIN_UP_FRAME selection_color 1 labelsize 11 + } + Fl_Text_Display text_mixer_secondary_device_volume { + label {+0.0 dB} + xywh {105 63 55 10} box NO_BOX labelsize 11 align 9 + } + Fl_Slider slider_mixer_secondary_device { + label {Secondary +Device} + user_data CB_CALLED_BY_USER + callback {slider_mixer_secondary_device_cb(o->value(),v);} + xywh {128 65 15 245} type {Vert Knob} box NO_BOX labelsize 11 minimum 18 maximum -18 step 0.1 slider_size 0.1 + code0 {slider_mixer_secondary_device->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Light_Button button_mixer_mute_secondary_device { + label Mute + callback {button_mixer_mute_secondary_device_cb()} + tooltip Mute xywh {115 340 45 20} box THIN_UP_FRAME selection_color 1 labelsize 11 + } + Fl_Text_Display text_mixer_streaming_volume { + label {+0.0 dB} + xywh {190 63 50 10} box NO_BOX labelsize 11 align 9 + } + Fl_Slider slider_mixer_streaming_gain { + label {Streaming +Gain} + user_data CB_CALLED_BY_USER + callback {slider_mixer_streaming_gain_cb(o->value(),v);} + xywh {208 65 15 245} type {Vert Knob} box NO_BOX labelsize 11 minimum 18 maximum -18 step 0.1 slider_size 0.1 + code0 {slider_mixer_streaming_gain->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display text_mixer_recording_volume { + label {+0.0 dB} + xywh {271 63 50 10} box NO_BOX labelsize 11 align 9 + } + Fl_Slider slider_mixer_recording_gain { + label {Recording +Gain} + user_data CB_CALLED_BY_USER + callback {slider_mixer_recording_gain_cb(o->value(),v);} + xywh {288 65 15 245} type {Vert Knob} box NO_BOX labelsize 11 minimum 18 maximum -18 step 0.1 slider_size 0.1 + code0 {slider_mixer_recording_gain->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Text_Display text_mixer_master_volume { + label {+0.0 dB} + xywh {352 63 50 10} box NO_BOX labelsize 11 align 9 + } + Fl_Slider slider_mixer_master_gain { + label {Master +Gain} + user_data CB_CALLED_BY_USER + callback {slider_mixer_master_gain_cb(o->value(),v);} + xywh {368 65 15 245} type {Vert Knob} box NO_BOX labelsize 11 minimum 24 maximum -24 step 0.1 slider_size 0.1 + code0 {slider_mixer_master_gain->default_value = 0.0;} + class Fl_My_Value_Slider + } + Fl_Slider slider_mixer_cross_fader { + label { +Cross Fader} + user_data CB_CALLED_BY_USER + callback {slider_mixer_cross_fader_cb(o->value(),v);} + xywh {30 385 375 15} type {Horz Knob} box NO_BOX labelsize 11 minimum -100 maximum 100 step 1 slider_size 0.1 + code0 {slider_mixer_cross_fader->default_value = 0.0;} + code1 {slider_mixer_cross_fader->hide_tipwin = true;} + class Fl_My_Value_Slider + } + Fl_Box {} { + label {Primary +Device} + xywh {25 398 85 26} labelsize 11 align 20 + } + Fl_Box {} { + label {|} + xywh {205 388 25 20} labelsize 11 align 16 + } + Fl_Box {} { + label {Secondary +Device} + xywh {310 398 95 27} labelsize 11 align 24 + } + } + } + Fl_Window window_missing_aac_lib { + label Alert + xywh {630 565 390 190} type Double hide + class Fl_My_Double_Window modal + } { + Fl_Button {} { + label {&Open the manual} + callback {char uri[128]; +snprintf(uri, sizeof(uri), "https://danielnoethen.de/butt/release/%s/butt-%s_manual.html", VERSION, VERSION); +fl_open_uri(uri); +this->window_missing_aac_lib->hide();} + xywh {20 123 350 29} box ENGRAVED_BOX + code0 {\#include } + } + Fl_Box {} { + label {Could not find aac library. + +Please follow the instructions in the manual +for adding aac support.} + xywh {20 25 355 80} align 20 + } + Fl_Button {} { + label {&Close} + callback {this->window_missing_aac_lib->hide();} + xywh {20 156 350 29} box ENGRAVED_BOX + code0 {\#include } + } + } + } + Function {~flgui()} {open + } { + code {return;} {} + } +} diff --git a/src/FLTK/flgui.h b/src/FLTK/flgui.h new file mode 100644 index 0000000..732d4fa --- /dev/null +++ b/src/FLTK/flgui.h @@ -0,0 +1,1380 @@ +// generated by Fast Light User Interface Designer (fluid) version 1.0309 + +#ifndef flgui_h +#define flgui_h +#include +#include "FL/Fl_My_Double_Window.H" +#include +#include "config.h" +#include "flgui.h" +#include "fl_timer_funcs.h" +#include "Fl_ILM216.h" +#include "fl_callbacks.h" +#include "cfg.h" +#include +#include +#include +#include +#include "Fl_vu_meter.h" +#include "FL/Fl_My_Invisible_Box.H" +#include "FL/Fl_My_Value_Slider.H" +#include +#include "fl_timer_funcs.h" +#include +#include +#include +#include +#include +#include +#include "Fl_LED.h" +#include +#include +#include +#include +#include +#include +#include +#include + +class flgui { +public: + bool info_visible; + Fl_Text_Buffer *info_buffer; + flgui(); + Fl_My_Double_Window *window_main; +private: + inline void cb_window_main_i(Fl_My_Double_Window*, void*); + static void cb_window_main(Fl_My_Double_Window*, void*); +public: + Fl_ILM216 *lcd; +private: + inline void cb_lcd_i(Fl_ILM216*, void*); + static void cb_lcd(Fl_ILM216*, void*); +public: + Fl_Box *label_volume; + Fl_Button *button_mixer; +private: + inline void cb_button_mixer_i(Fl_Button*, void*); + static void cb_button_mixer(Fl_Button*, void*); +public: + Fl_Button *button_record; +private: + inline void cb_button_record_i(Fl_Button*, void*); + static void cb_button_record(Fl_Button*, void*); +public: + Fl_Button *button_disconnect; +private: + inline void cb_button_disconnect_i(Fl_Button*, void*); + static void cb_button_disconnect(Fl_Button*, void*); +public: + Fl_Button *button_connect; +private: + inline void cb_button_connect_i(Fl_Button*, void*); + static void cb_button_connect(Fl_Button*, void*); +public: + Fl_Tabs *vu_tabs; +private: + inline void cb_vu_tabs_i(Fl_Tabs*, void*); + static void cb_vu_tabs(Fl_Tabs*, void*); +public: + VUMeter *vumeter; + Fl_My_Invisible_Box *invisible_tab_box; + Fl_Button *button_cfg; +private: + inline void cb_button_cfg_i(Fl_Button*, void*); + static void cb_button_cfg(Fl_Button*, void*); +public: + Fl_Button *button_info; +private: + inline void cb_button_info_i(Fl_Button*, void*); + static void cb_button_info(Fl_Button*, void*); +public: + Fl_Box *label_n24dB; + Fl_My_Value_Slider *slider_gain; +private: + inline void cb_slider_gain_i(Fl_My_Value_Slider*, void*); + static void cb_slider_gain(Fl_My_Value_Slider*, void*); +public: + Fl_Box *label_p24dB; + Fl_Button *sponsor_logo; + Fl_Box *label_current_listeners; + Fl_Text_Display *info_output; + Fl_My_Double_Window *window_cfg; +private: + inline void cb_window_cfg_i(Fl_My_Double_Window*, void*); + static void cb_window_cfg(Fl_My_Double_Window*, void*); +public: + Fl_Tabs *Settings; + Fl_Choice *choice_cfg_act_srv; +private: + inline void cb_choice_cfg_act_srv_i(Fl_Choice*, void*); + static void cb_choice_cfg_act_srv(Fl_Choice*, void*); + inline void cb_ADD_i(Fl_Button*, void*); + static void cb_ADD(Fl_Button*, void*); +public: + Fl_Button *button_cfg_edit_srv; +private: + inline void cb_button_cfg_edit_srv_i(Fl_Button*, void*); + static void cb_button_cfg_edit_srv(Fl_Button*, void*); +public: + Fl_Button *button_cfg_del_srv; +private: + inline void cb_button_cfg_del_srv_i(Fl_Button*, void*); + static void cb_button_cfg_del_srv(Fl_Button*, void*); +public: + Fl_Choice *choice_cfg_act_icy; +private: + inline void cb_choice_cfg_act_icy_i(Fl_Choice*, void*); + static void cb_choice_cfg_act_icy(Fl_Choice*, void*); + inline void cb_ADD1_i(Fl_Button*, void*); + static void cb_ADD1(Fl_Button*, void*); +public: + Fl_Button *button_cfg_edit_icy; +private: + inline void cb_button_cfg_edit_icy_i(Fl_Button*, void*); + static void cb_button_cfg_edit_icy(Fl_Button*, void*); +public: + Fl_Button *button_cfg_del_icy; +private: + inline void cb_button_cfg_del_icy_i(Fl_Button*, void*); + static void cb_button_cfg_del_icy(Fl_Button*, void*); +public: + Fl_Input *input_log_filename; +private: + inline void cb_input_log_filename_i(Fl_Input*, void*); + static void cb_input_log_filename(Fl_Input*, void*); + inline void cb__i(Fl_Button*, void*); + static void cb_(Fl_Button*, void*); +public: + Fl_Button *button_cfg_import; +private: + inline void cb_button_cfg_import_i(Fl_Button*, void*); + static void cb_button_cfg_import(Fl_Button*, void*); + inline void cb_Save_i(Fl_Button*, void*); + static void cb_Save(Fl_Button*, void*); + inline void cb_Export_i(Fl_Button*, void*); + static void cb_Export(Fl_Button*, void*); +public: + Fl_Group *group_agent; + Fl_Check_Button *check_start_agent; +private: + inline void cb_check_start_agent_i(Fl_Check_Button*, void*); + static void cb_check_start_agent(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_minimize_to_tray; +private: + inline void cb_check_minimize_to_tray_i(Fl_Check_Button*, void*); + static void cb_check_minimize_to_tray(Fl_Check_Button*, void*); + inline void cb_Start_i(Fl_Button*, void*); + static void cb_Start(Fl_Button*, void*); + inline void cb_Stop_i(Fl_Button*, void*); + static void cb_Stop(Fl_Button*, void*); +public: + Fl_Check_Button *check_update_at_startup; +private: + inline void cb_check_update_at_startup_i(Fl_Check_Button*, void*); + static void cb_check_update_at_startup(Fl_Check_Button*, void*); + inline void cb_Check_i(Fl_Button*, void*); + static void cb_Check(Fl_Button*, void*); + inline void cb_Manual_i(Fl_Button*, void*); + static void cb_Manual(Fl_Button*, void*); + inline void cb_YouTube_i(Fl_Button*, void*); + static void cb_YouTube(Fl_Button*, void*); +public: + Fl_Choice *choice_cfg_channel; + static unsigned char menu_choice_cfg_channel_i18n_done; + static Fl_Menu_Item menu_choice_cfg_channel[]; +private: + inline void cb_Stereo_i(Fl_Menu_*, void*); + static void cb_Stereo(Fl_Menu_*, void*); + inline void cb_Mono_i(Fl_Menu_*, void*); + static void cb_Mono(Fl_Menu_*, void*); +public: + Fl_Choice *choice_cfg_samplerate; +private: + inline void cb_choice_cfg_samplerate_i(Fl_Choice*, void*); + static void cb_choice_cfg_samplerate(Fl_Choice*, void*); +public: + Fl_Round_Button *radio_cfg_ID; +private: + inline void cb_radio_cfg_ID_i(Fl_Round_Button*, void*); + static void cb_radio_cfg_ID(Fl_Round_Button*, void*); +public: + Fl_Round_Button *radio_cfg_name; +private: + inline void cb_radio_cfg_name_i(Fl_Round_Button*, void*); + static void cb_radio_cfg_name(Fl_Round_Button*, void*); +public: + Fl_Button *button_cfg_rescan_devices; +private: + inline void cb_button_cfg_rescan_devices_i(Fl_Button*, void*); + static void cb_button_cfg_rescan_devices(Fl_Button*, void*); +public: + Fl_Choice *choice_cfg_dev; +private: + inline void cb_choice_cfg_dev_i(Fl_Choice*, void*); + static void cb_choice_cfg_dev(Fl_Choice*, void*); +public: + Fl_Choice *choice_cfg_left_channel; +private: + inline void cb_choice_cfg_left_channel_i(Fl_Choice*, void*); + static void cb_choice_cfg_left_channel(Fl_Choice*, void*); +public: + Fl_Choice *choice_cfg_right_channel; +private: + inline void cb_choice_cfg_right_channel_i(Fl_Choice*, void*); + static void cb_choice_cfg_right_channel(Fl_Choice*, void*); +public: + Fl_Choice *choice_cfg_dev2; +private: + inline void cb_choice_cfg_dev2_i(Fl_Choice*, void*); + static void cb_choice_cfg_dev2(Fl_Choice*, void*); +public: + Fl_Choice *choice_cfg_left_channel2; +private: + inline void cb_choice_cfg_left_channel2_i(Fl_Choice*, void*); + static void cb_choice_cfg_left_channel2(Fl_Choice*, void*); +public: + Fl_Choice *choice_cfg_right_channel2; +private: + inline void cb_choice_cfg_right_channel2_i(Fl_Choice*, void*); + static void cb_choice_cfg_right_channel2(Fl_Choice*, void*); +public: + Fl_Choice *choice_cfg_codec; + static unsigned char menu_choice_cfg_codec_i18n_done; + static Fl_Menu_Item menu_choice_cfg_codec[]; +private: + inline void cb_MP3_i(Fl_Menu_*, void*); + static void cb_MP3(Fl_Menu_*, void*); + inline void cb_OGG_i(Fl_Menu_*, void*); + static void cb_OGG(Fl_Menu_*, void*); + inline void cb_OPUS_i(Fl_Menu_*, void*); + static void cb_OPUS(Fl_Menu_*, void*); +public: + static Fl_Menu_Item *menu_item_cfg_aac; +private: + inline void cb_menu_item_cfg_aac_i(Fl_Menu_*, void*); + static void cb_menu_item_cfg_aac(Fl_Menu_*, void*); + inline void cb_FLAC_i(Fl_Menu_*, void*); + static void cb_FLAC(Fl_Menu_*, void*); +public: + Fl_Choice *choice_cfg_bitrate; +private: + inline void cb_choice_cfg_bitrate_i(Fl_Choice*, void*); + static void cb_choice_cfg_bitrate(Fl_Choice*, void*); + inline void cb_1_i(Fl_Button*, void*); + static void cb_1(Fl_Button*, void*); +public: + Fl_Choice *choice_rec_codec; + static unsigned char menu_choice_rec_codec_i18n_done; + static Fl_Menu_Item menu_choice_rec_codec[]; +private: + inline void cb_MP31_i(Fl_Menu_*, void*); + static void cb_MP31(Fl_Menu_*, void*); + inline void cb_OGG1_i(Fl_Menu_*, void*); + static void cb_OGG1(Fl_Menu_*, void*); + inline void cb_OPUS1_i(Fl_Menu_*, void*); + static void cb_OPUS1(Fl_Menu_*, void*); +public: + static Fl_Menu_Item *menu_item_rec_aac; +private: + inline void cb_menu_item_rec_aac_i(Fl_Menu_*, void*); + static void cb_menu_item_rec_aac(Fl_Menu_*, void*); + inline void cb_FLAC1_i(Fl_Menu_*, void*); + static void cb_FLAC1(Fl_Menu_*, void*); + inline void cb_WAV_i(Fl_Menu_*, void*); + static void cb_WAV(Fl_Menu_*, void*); +public: + Fl_Choice *choice_rec_bitrate; +private: + inline void cb_choice_rec_bitrate_i(Fl_Choice*, void*); + static void cb_choice_rec_bitrate(Fl_Choice*, void*); + inline void cb_2_i(Fl_Button*, void*); + static void cb_2(Fl_Button*, void*); +public: + Fl_Button *button_advanced; +private: + inline void cb_button_advanced_i(Fl_Button*, void*); + static void cb_button_advanced(Fl_Button*, void*); +public: + Fl_Value_Input *input_cfg_buffer; +private: + inline void cb_input_cfg_buffer_i(Fl_Value_Input*, void*); + static void cb_input_cfg_buffer(Fl_Value_Input*, void*); +public: + Fl_Choice *choice_cfg_resample_mode; +private: + inline void cb_choice_cfg_resample_mode_i(Fl_Choice*, void*); + static void cb_choice_cfg_resample_mode(Fl_Choice*, void*); + static unsigned char menu_choice_cfg_resample_mode_i18n_done; + static Fl_Menu_Item menu_choice_cfg_resample_mode[]; +public: + Fl_Value_Input *input_cfg_present_level; +private: + inline void cb_input_cfg_present_level_i(Fl_Value_Input*, void*); + static void cb_input_cfg_present_level(Fl_Value_Input*, void*); +public: + Fl_Value_Input *input_cfg_absent_level; +private: + inline void cb_input_cfg_absent_level_i(Fl_Value_Input*, void*); + static void cb_input_cfg_absent_level(Fl_Value_Input*, void*); +public: + Fl_Input *input_cfg_song_file; +private: + inline void cb_input_cfg_song_file_i(Fl_Input*, void*); + static void cb_input_cfg_song_file(Fl_Input*, void*); +public: + Fl_Button *button_songfile_browse; +private: + inline void cb_button_songfile_browse_i(Fl_Button*, void*); + static void cb_button_songfile_browse(Fl_Button*, void*); +public: + Fl_Check_Button *check_song_update_active; +private: + inline void cb_check_song_update_active_i(Fl_Check_Button*, void*); + static void cb_check_song_update_active(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_read_last_line; +private: + inline void cb_check_read_last_line_i(Fl_Check_Button*, void*); + static void cb_check_read_last_line(Fl_Check_Button*, void*); +public: + Fl_Choice *choice_cfg_app; +private: + inline void cb_choice_cfg_app_i(Fl_Choice*, void*); + static void cb_choice_cfg_app(Fl_Choice*, void*); +public: + Fl_Round_Button *radio_cfg_title_artist; +private: + inline void cb_radio_cfg_title_artist_i(Fl_Round_Button*, void*); + static void cb_radio_cfg_title_artist(Fl_Round_Button*, void*); +public: + Fl_Round_Button *radio_cfg_artist_title; +private: + inline void cb_radio_cfg_artist_title_i(Fl_Round_Button*, void*); + static void cb_radio_cfg_artist_title(Fl_Round_Button*, void*); +public: + Fl_Check_Button *check_cfg_use_app; +private: + inline void cb_check_cfg_use_app_i(Fl_Check_Button*, void*); + static void cb_check_cfg_use_app(Fl_Check_Button*, void*); +public: + Fl_Input *input_cfg_song; +private: + inline void cb_input_cfg_song_i(Fl_Input*, void*); + static void cb_input_cfg_song(Fl_Input*, void*); +public: + Fl_Button *button_cfg_song_go; +private: + inline void cb_button_cfg_song_go_i(Fl_Button*, void*); + static void cb_button_cfg_song_go(Fl_Button*, void*); +public: + Fl_Choice *choice_cfg_song_delay; +private: + inline void cb_choice_cfg_song_delay_i(Fl_Choice*, void*); + static void cb_choice_cfg_song_delay(Fl_Choice*, void*); +public: + Fl_Input *input_cfg_song_prefix; +private: + inline void cb_input_cfg_song_prefix_i(Fl_Input*, void*); + static void cb_input_cfg_song_prefix(Fl_Input*, void*); +public: + Fl_Input *input_cfg_song_suffix; +private: + inline void cb_input_cfg_song_suffix_i(Fl_Input*, void*); + static void cb_input_cfg_song_suffix(Fl_Input*, void*); +public: + Fl_Check_Button *check_stream_signal; +private: + inline void cb_check_stream_signal_i(Fl_Check_Button*, void*); + static void cb_check_stream_signal(Fl_Check_Button*, void*); +public: + Fl_Value_Input *input_cfg_signal; +private: + inline void cb_input_cfg_signal_i(Fl_Value_Input*, void*); + static void cb_input_cfg_signal(Fl_Value_Input*, void*); +public: + Fl_Check_Button *check_stream_silence; +private: + inline void cb_check_stream_silence_i(Fl_Check_Button*, void*); + static void cb_check_stream_silence(Fl_Check_Button*, void*); +public: + Fl_Value_Input *input_cfg_silence; +private: + inline void cb_input_cfg_silence_i(Fl_Value_Input*, void*); + static void cb_input_cfg_silence(Fl_Value_Input*, void*); +public: + Fl_Check_Button *check_cfg_connect; +private: + inline void cb_check_cfg_connect_i(Fl_Check_Button*, void*); + static void cb_check_cfg_connect(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_cfg_force_reconnecting; +private: + inline void cb_check_cfg_force_reconnecting_i(Fl_Check_Button*, void*); + static void cb_check_cfg_force_reconnecting(Fl_Check_Button*, void*); +public: + Fl_Value_Input *input_cfg_reconnect_delay; +private: + inline void cb_input_cfg_reconnect_delay_i(Fl_Value_Input*, void*); + static void cb_input_cfg_reconnect_delay(Fl_Value_Input*, void*); +public: + Fl_Input *input_cfg_song_url; +private: + inline void cb_input_cfg_song_url_i(Fl_Input*, void*); + static void cb_input_cfg_song_url(Fl_Input*, void*); +public: + Fl_Value_Input *input_cfg_url_update_song_interval; +private: + inline void cb_input_cfg_url_update_song_interval_i(Fl_Value_Input*, void*); + static void cb_input_cfg_url_update_song_interval(Fl_Value_Input*, void*); +public: + Fl_Check_Button *check_cfg_update_from_url; +private: + inline void cb_check_cfg_update_from_url_i(Fl_Check_Button*, void*); + static void cb_check_cfg_update_from_url(Fl_Check_Button*, void*); +public: + Fl_Input *input_rec_filename; +private: + inline void cb_input_rec_filename_i(Fl_Input*, void*); + static void cb_input_rec_filename(Fl_Input*, void*); +public: + Fl_Input *input_rec_folder; +private: + inline void cb_input_rec_folder_i(Fl_Input*, void*); + static void cb_input_rec_folder(Fl_Input*, void*); +public: + Fl_Button *button_rec_browse; +private: + inline void cb_button_rec_browse_i(Fl_Button*, void*); + static void cb_button_rec_browse(Fl_Button*, void*); +public: + Fl_Value_Input *input_rec_split_time; +private: + inline void cb_input_rec_split_time_i(Fl_Value_Input*, void*); + static void cb_input_rec_split_time(Fl_Value_Input*, void*); +public: + Fl_Box *text_rec_split_time; + Fl_Check_Button *check_sync_to_full_hour; +private: + inline void cb_check_sync_to_full_hour_i(Fl_Check_Button*, void*); + static void cb_check_sync_to_full_hour(Fl_Check_Button*, void*); + inline void cb_Split_i(Fl_Button*, void*); + static void cb_Split(Fl_Button*, void*); +public: + Fl_Check_Button *check_cfg_auto_start_rec; +private: + inline void cb_check_cfg_auto_start_rec_i(Fl_Check_Button*, void*); + static void cb_check_cfg_auto_start_rec(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_cfg_auto_stop_rec; +private: + inline void cb_check_cfg_auto_stop_rec_i(Fl_Check_Button*, void*); + static void cb_check_cfg_auto_stop_rec(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_cfg_rec_after_launch; +private: + inline void cb_check_cfg_rec_after_launch_i(Fl_Check_Button*, void*); + static void cb_check_cfg_rec_after_launch(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_rec_signal; +private: + inline void cb_check_rec_signal_i(Fl_Check_Button*, void*); + static void cb_check_rec_signal(Fl_Check_Button*, void*); +public: + Fl_Value_Input *input_rec_signal; +private: + inline void cb_input_rec_signal_i(Fl_Value_Input*, void*); + static void cb_input_rec_signal(Fl_Value_Input*, void*); +public: + Fl_Check_Button *check_rec_silence; +private: + inline void cb_check_rec_silence_i(Fl_Check_Button*, void*); + static void cb_check_rec_silence(Fl_Check_Button*, void*); +public: + Fl_Value_Input *input_rec_silence; +private: + inline void cb_input_rec_silence_i(Fl_Value_Input*, void*); + static void cb_input_rec_silence(Fl_Value_Input*, void*); +public: + Fl_Check_Button *check_cfg_overwrite_existing_files; +private: + inline void cb_check_cfg_overwrite_existing_files_i(Fl_Check_Button*, void*); + static void cb_check_cfg_overwrite_existing_files(Fl_Check_Button*, void*); + inline void cb_Reset_i(Fl_Button*, void*); + static void cb_Reset(Fl_Button*, void*); +public: + Fl_Check_Button *check_stream_eq; +private: + inline void cb_check_stream_eq_i(Fl_Check_Button*, void*); + static void cb_check_stream_eq(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_rec_eq; +private: + inline void cb_check_rec_eq_i(Fl_Check_Button*, void*); + static void cb_check_rec_eq(Fl_Check_Button*, void*); +public: + Fl_Choice *choice_eq_preset; +private: + inline void cb_choice_eq_preset_i(Fl_Choice*, void*); + static void cb_choice_eq_preset(Fl_Choice*, void*); + static unsigned char menu_choice_eq_preset_i18n_done; + static Fl_Menu_Item menu_choice_eq_preset[]; +public: + Fl_Text_Display *equalizerGain1; + Fl_My_Value_Slider *equalizerSlider1; +private: + inline void cb_equalizerSlider1_i(Fl_My_Value_Slider*, void*); + static void cb_equalizerSlider1(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *equalizerGain2; + Fl_My_Value_Slider *equalizerSlider2; +private: + inline void cb_equalizerSlider2_i(Fl_My_Value_Slider*, void*); + static void cb_equalizerSlider2(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *equalizerGain3; + Fl_My_Value_Slider *equalizerSlider3; +private: + inline void cb_equalizerSlider3_i(Fl_My_Value_Slider*, void*); + static void cb_equalizerSlider3(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *equalizerGain4; + Fl_My_Value_Slider *equalizerSlider4; +private: + inline void cb_equalizerSlider4_i(Fl_My_Value_Slider*, void*); + static void cb_equalizerSlider4(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *equalizerGain5; + Fl_My_Value_Slider *equalizerSlider5; +private: + inline void cb_equalizerSlider5_i(Fl_My_Value_Slider*, void*); + static void cb_equalizerSlider5(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *equalizerGain6; + Fl_My_Value_Slider *equalizerSlider6; +private: + inline void cb_equalizerSlider6_i(Fl_My_Value_Slider*, void*); + static void cb_equalizerSlider6(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *equalizerGain7; + Fl_My_Value_Slider *equalizerSlider7; +private: + inline void cb_equalizerSlider7_i(Fl_My_Value_Slider*, void*); + static void cb_equalizerSlider7(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *equalizerGain8; + Fl_My_Value_Slider *equalizerSlider8; +private: + inline void cb_equalizerSlider8_i(Fl_My_Value_Slider*, void*); + static void cb_equalizerSlider8(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *equalizerGain9; + Fl_My_Value_Slider *equalizerSlider9; +private: + inline void cb_equalizerSlider9_i(Fl_My_Value_Slider*, void*); + static void cb_equalizerSlider9(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *equalizerGain10; + Fl_My_Value_Slider *equalizerSlider10; +private: + inline void cb_equalizerSlider10_i(Fl_My_Value_Slider*, void*); + static void cb_equalizerSlider10(Fl_My_Value_Slider*, void*); + inline void cb_Reset1_i(Fl_Button*, void*); + static void cb_Reset1(Fl_Button*, void*); +public: + Fl_Check_Button *check_stream_drc; +private: + inline void cb_check_stream_drc_i(Fl_Check_Button*, void*); + static void cb_check_stream_drc(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_rec_drc; +private: + inline void cb_check_rec_drc_i(Fl_Check_Button*, void*); + static void cb_check_rec_drc(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_aggressive_mode; +private: + inline void cb_check_aggressive_mode_i(Fl_Check_Button*, void*); + static void cb_check_aggressive_mode(Fl_Check_Button*, void*); +public: + Fl_Text_Display *threshold; + Fl_My_Value_Slider *thresholdSlider; +private: + inline void cb_thresholdSlider_i(Fl_My_Value_Slider*, void*); + static void cb_thresholdSlider(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *ratio; + Fl_My_Value_Slider *ratioSlider; +private: + inline void cb_ratioSlider_i(Fl_My_Value_Slider*, void*); + static void cb_ratioSlider(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *attack; + Fl_My_Value_Slider *attackSlider; +private: + inline void cb_attackSlider_i(Fl_My_Value_Slider*, void*); + static void cb_attackSlider(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *release; + Fl_My_Value_Slider *releaseSlider; +private: + inline void cb_releaseSlider_i(Fl_My_Value_Slider*, void*); + static void cb_releaseSlider(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *makeup; + Fl_My_Value_Slider *makeupSlider; +private: + inline void cb_makeupSlider_i(Fl_My_Value_Slider*, void*); + static void cb_makeupSlider(Fl_My_Value_Slider*, void*); +public: + LED *LED_comp_threshold; + Fl_Choice *choice_midi_dev; +private: + inline void cb_choice_midi_dev_i(Fl_Choice*, void*); + static void cb_choice_midi_dev(Fl_Choice*, void*); +public: + Fl_Button *button_midi_rescan_devices; +private: + inline void cb_button_midi_rescan_devices_i(Fl_Button*, void*); + static void cb_button_midi_rescan_devices(Fl_Button*, void*); +public: + LED *LED_midi_command; + Fl_Browser *browser_midi_command; +private: + inline void cb_browser_midi_command_i(Fl_Browser*, void*); + static void cb_browser_midi_command(Fl_Browser*, void*); +public: + Fl_Check_Button *check_midi_command_enable; +private: + inline void cb_check_midi_command_enable_i(Fl_Check_Button*, void*); + static void cb_check_midi_command_enable(Fl_Check_Button*, void*); +public: + Fl_Group *group_midi_command_settings; + Fl_Choice *choice_midi_channel; +private: + inline void cb_choice_midi_channel_i(Fl_Choice*, void*); + static void cb_choice_midi_channel(Fl_Choice*, void*); + static unsigned char menu_choice_midi_channel_i18n_done; + static Fl_Menu_Item menu_choice_midi_channel[]; +public: + Fl_Value_Input *input_midi_msg_num; +private: + inline void cb_input_midi_msg_num_i(Fl_Value_Input*, void*); + static void cb_input_midi_msg_num(Fl_Value_Input*, void*); +public: + Fl_Button *button_midi_learn; +private: + inline void cb_button_midi_learn_i(Fl_Button*, void*); + static void cb_button_midi_learn(Fl_Button*, void*); +public: + Fl_Choice *choice_midi_cc_mode; +private: + inline void cb_choice_midi_cc_mode_i(Fl_Choice*, void*); + static void cb_choice_midi_cc_mode(Fl_Choice*, void*); + static unsigned char menu_choice_midi_cc_mode_i18n_done; + static Fl_Menu_Item menu_choice_midi_cc_mode[]; +public: + Fl_Check_Button *check_midi_soft_takeover; +private: + inline void cb_check_midi_soft_takeover_i(Fl_Check_Button*, void*); + static void cb_check_midi_soft_takeover(Fl_Check_Button*, void*); +public: + Fl_Input *input_tls_cert_file; +private: + inline void cb_input_tls_cert_file_i(Fl_Input*, void*); + static void cb_input_tls_cert_file(Fl_Input*, void*); +public: + Fl_Button *button_tls_browse_file; +private: + inline void cb_button_tls_browse_file_i(Fl_Button*, void*); + static void cb_button_tls_browse_file(Fl_Button*, void*); +public: + Fl_Input *input_tls_cert_dir; +private: + inline void cb_input_tls_cert_dir_i(Fl_Input*, void*); + static void cb_input_tls_cert_dir(Fl_Input*, void*); +public: + Fl_Button *button_tls_browse_dir; +private: + inline void cb_button_tls_browse_dir_i(Fl_Button*, void*); + static void cb_button_tls_browse_dir(Fl_Button*, void*); +public: + Fl_Choice *choice_gui_language; +private: + inline void cb_choice_gui_language_i(Fl_Choice*, void*); + static void cb_choice_gui_language(Fl_Choice*, void*); + static unsigned char menu_choice_gui_language_i18n_done; + static Fl_Menu_Item menu_choice_gui_language[]; +public: + Fl_Button *button_gui_text_color; +private: + inline void cb_button_gui_text_color_i(Fl_Button*, void*); + static void cb_button_gui_text_color(Fl_Button*, void*); +public: + Fl_Button *button_gui_bg_color; +private: + inline void cb_button_gui_bg_color_i(Fl_Button*, void*); + static void cb_button_gui_bg_color(Fl_Button*, void*); +public: + Fl_Round_Button *radio_gui_vu_gradient; +private: + inline void cb_radio_gui_vu_gradient_i(Fl_Round_Button*, void*); + static void cb_radio_gui_vu_gradient(Fl_Round_Button*, void*); +public: + Fl_Round_Button *radio_gui_vu_solid; +private: + inline void cb_radio_gui_vu_solid_i(Fl_Round_Button*, void*); + static void cb_radio_gui_vu_solid(Fl_Round_Button*, void*); +public: + Fl_Check_Button *check_gui_always_show_vu_tabs; +private: + inline void cb_check_gui_always_show_vu_tabs_i(Fl_Check_Button*, void*); + static void cb_check_gui_always_show_vu_tabs(Fl_Check_Button*, void*); +public: + Fl_Button *button_gui_vu_low_color; +private: + inline void cb_button_gui_vu_low_color_i(Fl_Button*, void*); + static void cb_button_gui_vu_low_color(Fl_Button*, void*); +public: + Fl_Button *button_gui_vu_mid_color; +private: + inline void cb_button_gui_vu_mid_color_i(Fl_Button*, void*); + static void cb_button_gui_vu_mid_color(Fl_Button*, void*); +public: + Fl_Button *button_gui_vu_high_color; +private: + inline void cb_button_gui_vu_high_color_i(Fl_Button*, void*); + static void cb_button_gui_vu_high_color(Fl_Button*, void*); +public: + Fl_Value_Input *input_gui_vu_mid_range_start; +private: + inline void cb_input_gui_vu_mid_range_start_i(Fl_Value_Input*, void*); + static void cb_input_gui_vu_mid_range_start(Fl_Value_Input*, void*); +public: + Fl_Value_Input *input_gui_vu_high_range_start; +private: + inline void cb_input_gui_vu_high_range_start_i(Fl_Value_Input*, void*); + static void cb_input_gui_vu_high_range_start(Fl_Value_Input*, void*); +public: + Fl_Check_Button *check_gui_attach; +private: + inline void cb_check_gui_attach_i(Fl_Check_Button*, void*); + static void cb_check_gui_attach(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_gui_ontop; +private: + inline void cb_check_gui_ontop_i(Fl_Check_Button*, void*); + static void cb_check_gui_ontop(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_gui_remember_pos; +private: + inline void cb_check_gui_remember_pos_i(Fl_Check_Button*, void*); + static void cb_check_gui_remember_pos(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_gui_hide_log_window; +private: + inline void cb_check_gui_hide_log_window_i(Fl_Check_Button*, void*); + static void cb_check_gui_hide_log_window(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_gui_lcd_auto; +private: + inline void cb_check_gui_lcd_auto_i(Fl_Check_Button*, void*); + static void cb_check_gui_lcd_auto(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_gui_start_minimized; +private: + inline void cb_check_gui_start_minimized_i(Fl_Check_Button*, void*); + static void cb_check_gui_start_minimized(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_gui_disable_gain_slider; +private: + inline void cb_check_gui_disable_gain_slider_i(Fl_Check_Button*, void*); + static void cb_check_gui_disable_gain_slider(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_gui_show_listeners; +private: + inline void cb_check_gui_show_listeners_i(Fl_Check_Button*, void*); + static void cb_check_gui_show_listeners(Fl_Check_Button*, void*); +public: + Fl_Value_Input *input_gui_listeners_update_rate; +private: + inline void cb_input_gui_listeners_update_rate_i(Fl_Value_Input*, void*); + static void cb_input_gui_listeners_update_rate(Fl_Value_Input*, void*); +public: + Fl_Input *input_gui_window_title; +private: + inline void cb_input_gui_window_title_i(Fl_Input*, void*); + static void cb_input_gui_window_title(Fl_Input*, void*); + inline void cb_Donate_i(Fl_Button*, void*); + static void cb_Donate(Fl_Button*, void*); + inline void cb_Become_i(Fl_Button*, void*); + static void cb_Become(Fl_Button*, void*); + inline void cb_Apple_i(Fl_Button*, void*); + static void cb_Apple(Fl_Button*, void*); + inline void cb_Bitcoin_i(Fl_Button*, void*); + static void cb_Bitcoin(Fl_Button*, void*); +public: + Fl_Double_Window *window_add_srv; + Fl_Input *input_add_srv_name; + Fl_Input *input_add_srv_addr; + Fl_Int_Input *input_add_srv_port; + Fl_Input *input_add_srv_pwd; + Fl_Input *input_add_srv_mount; + Fl_Input *input_add_srv_usr; + Fl_Button *button_cfg_show_pw; +private: + inline void cb_button_cfg_show_pw_i(Fl_Button*, void*); + static void cb_button_cfg_show_pw(Fl_Button*, void*); +public: + Fl_Round_Button *radio_add_srv_shoutcast; +private: + inline void cb_radio_add_srv_shoutcast_i(Fl_Round_Button*, void*); + static void cb_radio_add_srv_shoutcast(Fl_Round_Button*, void*); +public: + Fl_Round_Button *radio_add_srv_icecast; +private: + inline void cb_radio_add_srv_icecast_i(Fl_Round_Button*, void*); + static void cb_radio_add_srv_icecast(Fl_Round_Button*, void*); +public: + Fl_Round_Button *radio_add_srv_webrtc; +private: + inline void cb_radio_add_srv_webrtc_i(Fl_Round_Button*, void*); + static void cb_radio_add_srv_webrtc(Fl_Round_Button*, void*); +public: + Fl_Round_Button *radio_add_srv_radioco; +private: + inline void cb_radio_add_srv_radioco_i(Fl_Round_Button*, void*); + static void cb_radio_add_srv_radioco(Fl_Round_Button*, void*); + inline void cb_Cancel_i(Fl_Button*, void*); + static void cb_Cancel(Fl_Button*, void*); +public: + Fl_Button *button_add_srv_add; +private: + inline void cb_button_add_srv_add_i(Fl_Button*, void*); + static void cb_button_add_srv_add(Fl_Button*, void*); +public: + Fl_Button *button_add_srv_save; +private: + inline void cb_button_add_srv_save_i(Fl_Button*, void*); + static void cb_button_add_srv_save(Fl_Button*, void*); +public: + Fl_Group *frame_add_srv_tls; + Fl_Check_Button *check_add_srv_tls; + Fl_Button *button_add_srv_revoke_cert; +private: + inline void cb_button_add_srv_revoke_cert_i(Fl_Button*, void*); + static void cb_button_add_srv_revoke_cert(Fl_Button*, void*); +public: + Fl_Check_Browser *browser_add_srv_station_list; + Fl_Button *button_add_srv_get_stations; +private: + inline void cb_button_add_srv_get_stations_i(Fl_Button*, void*); + static void cb_button_add_srv_get_stations(Fl_Button*, void*); +public: + Fl_Button *button_add_srv_select_all; +private: + inline void cb_button_add_srv_select_all_i(Fl_Button*, void*); + static void cb_button_add_srv_select_all(Fl_Button*, void*); +public: + Fl_Button *button_add_srv_deselect_all; +private: + inline void cb_button_add_srv_deselect_all_i(Fl_Button*, void*); + static void cb_button_add_srv_deselect_all(Fl_Button*, void*); +public: + Fl_Check_Button *check_add_srv_protocol; + Fl_Input *input_webrtc_icesrv_url; + Fl_Input *input_webrtc_whip_url; + Fl_Input *input_webrtc_auth_token; + Fl_Input *input_add_srv_listener_url; + Fl_Input *input_add_srv_listener_mount; + Fl_Double_Window *window_add_icy; + Fl_Input *input_add_icy_name; + Fl_Input *input_add_icy_desc; + Fl_Input *input_add_icy_genre; + Fl_Input *input_add_icy_url; + Fl_Input *input_add_icy_icq; + Fl_Input *input_add_icy_irc; + Fl_Input *input_add_icy_aim; + Fl_Check_Button *check_add_icy_pub; + Fl_Check_Button *check_expand_variables; +private: + inline void cb_Cancel1_i(Fl_Button*, void*); + static void cb_Cancel1(Fl_Button*, void*); +public: + Fl_Button *button_add_icy_add; +private: + inline void cb_button_add_icy_add_i(Fl_Button*, void*); + static void cb_button_add_icy_add(Fl_Button*, void*); +public: + Fl_Button *button_add_icy_save; +private: + inline void cb_button_add_icy_save_i(Fl_Button*, void*); + static void cb_button_add_icy_save(Fl_Button*, void*); +public: + Fl_My_Double_Window *window_donate_crypto; + Fl_Output *output_bitcoin_addr; +private: + inline void cb_Copy_i(Fl_Button*, void*); + static void cb_Copy(Fl_Button*, void*); +public: + Fl_Output *output_litecoin_addr; +private: + inline void cb_Copy1_i(Fl_Button*, void*); + static void cb_Copy1(Fl_Button*, void*); +public: + Fl_Output *output_monero_addr; +private: + inline void cb_Copy2_i(Fl_Button*, void*); + static void cb_Copy2(Fl_Button*, void*); + inline void cb_Close_i(Fl_Button*, void*); + static void cb_Close(Fl_Button*, void*); +public: + Fl_My_Double_Window *window_stream_codec_settings; + Fl_Tabs *tabs_stream_codec_settings; + Fl_Group *tab_stream_mp3; + Fl_Choice *choice_stream_mp3_enc_quality; +private: + inline void cb_choice_stream_mp3_enc_quality_i(Fl_Choice*, void*); + static void cb_choice_stream_mp3_enc_quality(Fl_Choice*, void*); + static unsigned char menu_choice_stream_mp3_enc_quality_i18n_done; + static Fl_Menu_Item menu_choice_stream_mp3_enc_quality[]; +public: + Fl_Choice *choice_stream_mp3_stereo_mode; +private: + inline void cb_choice_stream_mp3_stereo_mode_i(Fl_Choice*, void*); + static void cb_choice_stream_mp3_stereo_mode(Fl_Choice*, void*); + static unsigned char menu_choice_stream_mp3_stereo_mode_i18n_done; + static Fl_Menu_Item menu_choice_stream_mp3_stereo_mode[]; +public: + Fl_Choice *choice_stream_mp3_bitrate_mode; +private: + inline void cb_choice_stream_mp3_bitrate_mode_i(Fl_Choice*, void*); + static void cb_choice_stream_mp3_bitrate_mode(Fl_Choice*, void*); + static unsigned char menu_choice_stream_mp3_bitrate_mode_i18n_done; + static Fl_Menu_Item menu_choice_stream_mp3_bitrate_mode[]; +public: + Fl_Choice *choice_stream_mp3_vbr_quality; +private: + inline void cb_choice_stream_mp3_vbr_quality_i(Fl_Choice*, void*); + static void cb_choice_stream_mp3_vbr_quality(Fl_Choice*, void*); + static unsigned char menu_choice_stream_mp3_vbr_quality_i18n_done; + static Fl_Menu_Item menu_choice_stream_mp3_vbr_quality[]; +public: + Fl_Choice *choice_stream_mp3_vbr_min_bitrate; +private: + inline void cb_choice_stream_mp3_vbr_min_bitrate_i(Fl_Choice*, void*); + static void cb_choice_stream_mp3_vbr_min_bitrate(Fl_Choice*, void*); + static unsigned char menu_choice_stream_mp3_vbr_min_bitrate_i18n_done; + static Fl_Menu_Item menu_choice_stream_mp3_vbr_min_bitrate[]; +public: + Fl_Choice *choice_stream_mp3_vbr_max_bitrate; +private: + inline void cb_choice_stream_mp3_vbr_max_bitrate_i(Fl_Choice*, void*); + static void cb_choice_stream_mp3_vbr_max_bitrate(Fl_Choice*, void*); + static unsigned char menu_choice_stream_mp3_vbr_max_bitrate_i18n_done; + static Fl_Menu_Item menu_choice_stream_mp3_vbr_max_bitrate[]; +public: + Fl_Check_Button *check_stream_mp3_force_min_bitrate; +private: + inline void cb_check_stream_mp3_force_min_bitrate_i(Fl_Check_Button*, void*); + static void cb_check_stream_mp3_force_min_bitrate(Fl_Check_Button*, void*); +public: + Fl_Value_Input *input_stream_mp3_lowpass_freq; +private: + inline void cb_input_stream_mp3_lowpass_freq_i(Fl_Value_Input*, void*); + static void cb_input_stream_mp3_lowpass_freq(Fl_Value_Input*, void*); +public: + Fl_Value_Input *input_stream_mp3_lowpass_width; +private: + inline void cb_input_stream_mp3_lowpass_width_i(Fl_Value_Input*, void*); + static void cb_input_stream_mp3_lowpass_width(Fl_Value_Input*, void*); +public: + Fl_Check_Button *check_stream_mp3_activate_lowpass_freq; +private: + inline void cb_check_stream_mp3_activate_lowpass_freq_i(Fl_Check_Button*, void*); + static void cb_check_stream_mp3_activate_lowpass_freq(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_stream_mp3_activate_lowpass_width; +private: + inline void cb_check_stream_mp3_activate_lowpass_width_i(Fl_Check_Button*, void*); + static void cb_check_stream_mp3_activate_lowpass_width(Fl_Check_Button*, void*); +public: + Fl_Value_Input *input_stream_mp3_highpass_freq; +private: + inline void cb_input_stream_mp3_highpass_freq_i(Fl_Value_Input*, void*); + static void cb_input_stream_mp3_highpass_freq(Fl_Value_Input*, void*); +public: + Fl_Value_Input *input_stream_mp3_highpass_width; +private: + inline void cb_input_stream_mp3_highpass_width_i(Fl_Value_Input*, void*); + static void cb_input_stream_mp3_highpass_width(Fl_Value_Input*, void*); +public: + Fl_Check_Button *check_stream_mp3_activate_highpass_freq; +private: + inline void cb_check_stream_mp3_activate_highpass_freq_i(Fl_Check_Button*, void*); + static void cb_check_stream_mp3_activate_highpass_freq(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_stream_mp3_activate_highpass_width; +private: + inline void cb_check_stream_mp3_activate_highpass_width_i(Fl_Check_Button*, void*); + static void cb_check_stream_mp3_activate_highpass_width(Fl_Check_Button*, void*); +public: + Fl_Choice *choice_stream_mp3_resampling_freq; +private: + inline void cb_choice_stream_mp3_resampling_freq_i(Fl_Choice*, void*); + static void cb_choice_stream_mp3_resampling_freq(Fl_Choice*, void*); + static unsigned char menu_choice_stream_mp3_resampling_freq_i18n_done; + static Fl_Menu_Item menu_choice_stream_mp3_resampling_freq[]; +public: + Fl_Group *tab_stream_ogg; + Fl_Choice *choice_stream_vorbis_bitrate_mode; +private: + inline void cb_choice_stream_vorbis_bitrate_mode_i(Fl_Choice*, void*); + static void cb_choice_stream_vorbis_bitrate_mode(Fl_Choice*, void*); + static unsigned char menu_choice_stream_vorbis_bitrate_mode_i18n_done; + static Fl_Menu_Item menu_choice_stream_vorbis_bitrate_mode[]; +public: + Fl_Choice *choice_stream_vorbis_vbr_quality; +private: + inline void cb_choice_stream_vorbis_vbr_quality_i(Fl_Choice*, void*); + static void cb_choice_stream_vorbis_vbr_quality(Fl_Choice*, void*); + static unsigned char menu_choice_stream_vorbis_vbr_quality_i18n_done; + static Fl_Menu_Item menu_choice_stream_vorbis_vbr_quality[]; +public: + Fl_Choice *choice_stream_vorbis_vbr_min_bitrate; +private: + inline void cb_choice_stream_vorbis_vbr_min_bitrate_i(Fl_Choice*, void*); + static void cb_choice_stream_vorbis_vbr_min_bitrate(Fl_Choice*, void*); +public: + Fl_Choice *choice_stream_vorbis_vbr_max_bitrate; +private: + inline void cb_choice_stream_vorbis_vbr_max_bitrate_i(Fl_Choice*, void*); + static void cb_choice_stream_vorbis_vbr_max_bitrate(Fl_Choice*, void*); +public: + Fl_Group *tab_stream_opus; + Fl_Choice *choice_stream_opus_quality; +private: + inline void cb_choice_stream_opus_quality_i(Fl_Choice*, void*); + static void cb_choice_stream_opus_quality(Fl_Choice*, void*); + static unsigned char menu_choice_stream_opus_quality_i18n_done; + static Fl_Menu_Item menu_choice_stream_opus_quality[]; +public: + Fl_Choice *choice_stream_opus_audio_type; +private: + inline void cb_choice_stream_opus_audio_type_i(Fl_Choice*, void*); + static void cb_choice_stream_opus_audio_type(Fl_Choice*, void*); + static unsigned char menu_choice_stream_opus_audio_type_i18n_done; + static Fl_Menu_Item menu_choice_stream_opus_audio_type[]; +public: + Fl_Choice *choice_stream_opus_bitrate_mode; +private: + inline void cb_choice_stream_opus_bitrate_mode_i(Fl_Choice*, void*); + static void cb_choice_stream_opus_bitrate_mode(Fl_Choice*, void*); + static unsigned char menu_choice_stream_opus_bitrate_mode_i18n_done; + static Fl_Menu_Item menu_choice_stream_opus_bitrate_mode[]; +public: + Fl_Choice *choice_stream_opus_bandwidth; +private: + inline void cb_choice_stream_opus_bandwidth_i(Fl_Choice*, void*); + static void cb_choice_stream_opus_bandwidth(Fl_Choice*, void*); + static unsigned char menu_choice_stream_opus_bandwidth_i18n_done; + static Fl_Menu_Item menu_choice_stream_opus_bandwidth[]; +public: + Fl_Group *tab_stream_aac; + Fl_Choice *choice_stream_aac_profile; +private: + inline void cb_choice_stream_aac_profile_i(Fl_Choice*, void*); + static void cb_choice_stream_aac_profile(Fl_Choice*, void*); + static unsigned char menu_choice_stream_aac_profile_i18n_done; + static Fl_Menu_Item menu_choice_stream_aac_profile[]; +public: + Fl_Choice *choice_stream_aac_afterburner; +private: + inline void cb_choice_stream_aac_afterburner_i(Fl_Choice*, void*); + static void cb_choice_stream_aac_afterburner(Fl_Choice*, void*); + static unsigned char menu_choice_stream_aac_afterburner_i18n_done; + static Fl_Menu_Item menu_choice_stream_aac_afterburner[]; +public: + Fl_Choice *choice_stream_aac_bitrate_mode; +private: + inline void cb_choice_stream_aac_bitrate_mode_i(Fl_Choice*, void*); + static void cb_choice_stream_aac_bitrate_mode(Fl_Choice*, void*); + static unsigned char menu_choice_stream_aac_bitrate_mode_i18n_done; + static Fl_Menu_Item menu_choice_stream_aac_bitrate_mode[]; +public: + Fl_Group *tab_stream_flac; + Fl_Round_Button *radio_stream_flac_bit_depth_16; +private: + inline void cb_radio_stream_flac_bit_depth_16_i(Fl_Round_Button*, void*); + static void cb_radio_stream_flac_bit_depth_16(Fl_Round_Button*, void*); +public: + Fl_Round_Button *radio_stream_flac_bit_depth_24; +private: + inline void cb_radio_stream_flac_bit_depth_24_i(Fl_Round_Button*, void*); + static void cb_radio_stream_flac_bit_depth_24(Fl_Round_Button*, void*); + inline void cb_Close1_i(Fl_Button*, void*); + static void cb_Close1(Fl_Button*, void*); +public: + Fl_My_Double_Window *window_rec_codec_settings; + Fl_Tabs *tabs_rec_codec_settings; + Fl_Group *tab_rec_mp3; + Fl_Choice *choice_rec_mp3_enc_quality; +private: + inline void cb_choice_rec_mp3_enc_quality_i(Fl_Choice*, void*); + static void cb_choice_rec_mp3_enc_quality(Fl_Choice*, void*); + static unsigned char menu_choice_rec_mp3_enc_quality_i18n_done; + static Fl_Menu_Item menu_choice_rec_mp3_enc_quality[]; +public: + Fl_Choice *choice_rec_mp3_stereo_mode; +private: + inline void cb_choice_rec_mp3_stereo_mode_i(Fl_Choice*, void*); + static void cb_choice_rec_mp3_stereo_mode(Fl_Choice*, void*); + static unsigned char menu_choice_rec_mp3_stereo_mode_i18n_done; + static Fl_Menu_Item menu_choice_rec_mp3_stereo_mode[]; +public: + Fl_Choice *choice_rec_mp3_bitrate_mode; +private: + inline void cb_choice_rec_mp3_bitrate_mode_i(Fl_Choice*, void*); + static void cb_choice_rec_mp3_bitrate_mode(Fl_Choice*, void*); + static unsigned char menu_choice_rec_mp3_bitrate_mode_i18n_done; + static Fl_Menu_Item menu_choice_rec_mp3_bitrate_mode[]; +public: + Fl_Choice *choice_rec_mp3_vbr_quality; +private: + inline void cb_choice_rec_mp3_vbr_quality_i(Fl_Choice*, void*); + static void cb_choice_rec_mp3_vbr_quality(Fl_Choice*, void*); + static unsigned char menu_choice_rec_mp3_vbr_quality_i18n_done; + static Fl_Menu_Item menu_choice_rec_mp3_vbr_quality[]; +public: + Fl_Choice *choice_rec_mp3_vbr_min_bitrate; +private: + inline void cb_choice_rec_mp3_vbr_min_bitrate_i(Fl_Choice*, void*); + static void cb_choice_rec_mp3_vbr_min_bitrate(Fl_Choice*, void*); + static unsigned char menu_choice_rec_mp3_vbr_min_bitrate_i18n_done; + static Fl_Menu_Item menu_choice_rec_mp3_vbr_min_bitrate[]; +public: + Fl_Choice *choice_rec_mp3_vbr_max_bitrate; +private: + inline void cb_choice_rec_mp3_vbr_max_bitrate_i(Fl_Choice*, void*); + static void cb_choice_rec_mp3_vbr_max_bitrate(Fl_Choice*, void*); + static unsigned char menu_choice_rec_mp3_vbr_max_bitrate_i18n_done; + static Fl_Menu_Item menu_choice_rec_mp3_vbr_max_bitrate[]; +public: + Fl_Check_Button *check_rec_mp3_force_min_bitrate; +private: + inline void cb_check_rec_mp3_force_min_bitrate_i(Fl_Check_Button*, void*); + static void cb_check_rec_mp3_force_min_bitrate(Fl_Check_Button*, void*); +public: + Fl_Choice *choice_rec_mp3_resampling_freq; +private: + inline void cb_choice_rec_mp3_resampling_freq_i(Fl_Choice*, void*); + static void cb_choice_rec_mp3_resampling_freq(Fl_Choice*, void*); + static unsigned char menu_choice_rec_mp3_resampling_freq_i18n_done; + static Fl_Menu_Item menu_choice_rec_mp3_resampling_freq[]; +public: + Fl_Value_Input *input_rec_mp3_lowpass_freq; +private: + inline void cb_input_rec_mp3_lowpass_freq_i(Fl_Value_Input*, void*); + static void cb_input_rec_mp3_lowpass_freq(Fl_Value_Input*, void*); +public: + Fl_Value_Input *input_rec_mp3_lowpass_width; +private: + inline void cb_input_rec_mp3_lowpass_width_i(Fl_Value_Input*, void*); + static void cb_input_rec_mp3_lowpass_width(Fl_Value_Input*, void*); +public: + Fl_Check_Button *check_rec_mp3_activate_lowpass_freq; +private: + inline void cb_check_rec_mp3_activate_lowpass_freq_i(Fl_Check_Button*, void*); + static void cb_check_rec_mp3_activate_lowpass_freq(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_rec_mp3_activate_lowpass_width; +private: + inline void cb_check_rec_mp3_activate_lowpass_width_i(Fl_Check_Button*, void*); + static void cb_check_rec_mp3_activate_lowpass_width(Fl_Check_Button*, void*); +public: + Fl_Value_Input *input_rec_mp3_highpass_freq; +private: + inline void cb_input_rec_mp3_highpass_freq_i(Fl_Value_Input*, void*); + static void cb_input_rec_mp3_highpass_freq(Fl_Value_Input*, void*); +public: + Fl_Value_Input *input_rec_mp3_highpass_width; +private: + inline void cb_input_rec_mp3_highpass_width_i(Fl_Value_Input*, void*); + static void cb_input_rec_mp3_highpass_width(Fl_Value_Input*, void*); +public: + Fl_Check_Button *check_rec_mp3_activate_highpass_freq; +private: + inline void cb_check_rec_mp3_activate_highpass_freq_i(Fl_Check_Button*, void*); + static void cb_check_rec_mp3_activate_highpass_freq(Fl_Check_Button*, void*); +public: + Fl_Check_Button *check_rec_mp3_activate_highpass_width; +private: + inline void cb_check_rec_mp3_activate_highpass_width_i(Fl_Check_Button*, void*); + static void cb_check_rec_mp3_activate_highpass_width(Fl_Check_Button*, void*); +public: + Fl_Group *tab_rec_ogg; + Fl_Choice *choice_rec_vorbis_bitrate_mode; +private: + inline void cb_choice_rec_vorbis_bitrate_mode_i(Fl_Choice*, void*); + static void cb_choice_rec_vorbis_bitrate_mode(Fl_Choice*, void*); + static unsigned char menu_choice_rec_vorbis_bitrate_mode_i18n_done; + static Fl_Menu_Item menu_choice_rec_vorbis_bitrate_mode[]; +public: + Fl_Choice *choice_rec_vorbis_vbr_quality; +private: + inline void cb_choice_rec_vorbis_vbr_quality_i(Fl_Choice*, void*); + static void cb_choice_rec_vorbis_vbr_quality(Fl_Choice*, void*); + static unsigned char menu_choice_rec_vorbis_vbr_quality_i18n_done; + static Fl_Menu_Item menu_choice_rec_vorbis_vbr_quality[]; +public: + Fl_Choice *choice_rec_vorbis_vbr_min_bitrate; +private: + inline void cb_choice_rec_vorbis_vbr_min_bitrate_i(Fl_Choice*, void*); + static void cb_choice_rec_vorbis_vbr_min_bitrate(Fl_Choice*, void*); +public: + Fl_Choice *choice_rec_vorbis_vbr_max_bitrate; +private: + inline void cb_choice_rec_vorbis_vbr_max_bitrate_i(Fl_Choice*, void*); + static void cb_choice_rec_vorbis_vbr_max_bitrate(Fl_Choice*, void*); +public: + Fl_Group *tab_rec_opus; + Fl_Choice *choice_rec_opus_audio_type; +private: + inline void cb_choice_rec_opus_audio_type_i(Fl_Choice*, void*); + static void cb_choice_rec_opus_audio_type(Fl_Choice*, void*); + static unsigned char menu_choice_rec_opus_audio_type_i18n_done; + static Fl_Menu_Item menu_choice_rec_opus_audio_type[]; +public: + Fl_Choice *choice_rec_opus_bitrate_mode; +private: + inline void cb_choice_rec_opus_bitrate_mode_i(Fl_Choice*, void*); + static void cb_choice_rec_opus_bitrate_mode(Fl_Choice*, void*); + static unsigned char menu_choice_rec_opus_bitrate_mode_i18n_done; + static Fl_Menu_Item menu_choice_rec_opus_bitrate_mode[]; +public: + Fl_Choice *choice_rec_opus_quality; +private: + inline void cb_choice_rec_opus_quality_i(Fl_Choice*, void*); + static void cb_choice_rec_opus_quality(Fl_Choice*, void*); + static unsigned char menu_choice_rec_opus_quality_i18n_done; + static Fl_Menu_Item menu_choice_rec_opus_quality[]; +public: + Fl_Choice *choice_rec_opus_bandwidth; +private: + inline void cb_choice_rec_opus_bandwidth_i(Fl_Choice*, void*); + static void cb_choice_rec_opus_bandwidth(Fl_Choice*, void*); + static unsigned char menu_choice_rec_opus_bandwidth_i18n_done; + static Fl_Menu_Item menu_choice_rec_opus_bandwidth[]; +public: + Fl_Group *tab_rec_aac; + Fl_Choice *choice_rec_aac_profile; +private: + inline void cb_choice_rec_aac_profile_i(Fl_Choice*, void*); + static void cb_choice_rec_aac_profile(Fl_Choice*, void*); + static unsigned char menu_choice_rec_aac_profile_i18n_done; + static Fl_Menu_Item menu_choice_rec_aac_profile[]; +public: + Fl_Choice *choice_rec_aac_afterburner; +private: + inline void cb_choice_rec_aac_afterburner_i(Fl_Choice*, void*); + static void cb_choice_rec_aac_afterburner(Fl_Choice*, void*); + static unsigned char menu_choice_rec_aac_afterburner_i18n_done; + static Fl_Menu_Item menu_choice_rec_aac_afterburner[]; +public: + Fl_Choice *choice_rec_aac_bitrate_mode; +private: + inline void cb_choice_rec_aac_bitrate_mode_i(Fl_Choice*, void*); + static void cb_choice_rec_aac_bitrate_mode(Fl_Choice*, void*); + static unsigned char menu_choice_rec_aac_bitrate_mode_i18n_done; + static Fl_Menu_Item menu_choice_rec_aac_bitrate_mode[]; +public: + Fl_Group *tab_rec_flac; + Fl_Round_Button *radio_rec_flac_bit_depth_16; +private: + inline void cb_radio_rec_flac_bit_depth_16_i(Fl_Round_Button*, void*); + static void cb_radio_rec_flac_bit_depth_16(Fl_Round_Button*, void*); +public: + Fl_Round_Button *radio_rec_flac_bit_depth_24; +private: + inline void cb_radio_rec_flac_bit_depth_24_i(Fl_Round_Button*, void*); + static void cb_radio_rec_flac_bit_depth_24(Fl_Round_Button*, void*); +public: + Fl_Group *tab_rec_wav; + Fl_Round_Button *radio_rec_wav_bit_depth_16; +private: + inline void cb_radio_rec_wav_bit_depth_16_i(Fl_Round_Button*, void*); + static void cb_radio_rec_wav_bit_depth_16(Fl_Round_Button*, void*); +public: + Fl_Round_Button *radio_rec_wav_bit_depth_32; +private: + inline void cb_radio_rec_wav_bit_depth_32_i(Fl_Round_Button*, void*); + static void cb_radio_rec_wav_bit_depth_32(Fl_Round_Button*, void*); +public: + Fl_Round_Button *radio_rec_wav_bit_depth_24; +private: + inline void cb_radio_rec_wav_bit_depth_24_i(Fl_Round_Button*, void*); + static void cb_radio_rec_wav_bit_depth_24(Fl_Round_Button*, void*); + inline void cb_Close2_i(Fl_Button*, void*); + static void cb_Close2(Fl_Button*, void*); +public: + Fl_My_Double_Window *window_mixer; +private: + inline void cb_Reset2_i(Fl_Button*, void*); + static void cb_Reset2(Fl_Button*, void*); +public: + Fl_Text_Display *text_mixer_primary_device_volume; + Fl_My_Value_Slider *slider_mixer_primary_device; +private: + inline void cb_slider_mixer_primary_device_i(Fl_My_Value_Slider*, void*); + static void cb_slider_mixer_primary_device(Fl_My_Value_Slider*, void*); +public: + Fl_Light_Button *button_mixer_mute_primary_device; +private: + inline void cb_button_mixer_mute_primary_device_i(Fl_Light_Button*, void*); + static void cb_button_mixer_mute_primary_device(Fl_Light_Button*, void*); +public: + Fl_Text_Display *text_mixer_secondary_device_volume; + Fl_My_Value_Slider *slider_mixer_secondary_device; +private: + inline void cb_slider_mixer_secondary_device_i(Fl_My_Value_Slider*, void*); + static void cb_slider_mixer_secondary_device(Fl_My_Value_Slider*, void*); +public: + Fl_Light_Button *button_mixer_mute_secondary_device; +private: + inline void cb_button_mixer_mute_secondary_device_i(Fl_Light_Button*, void*); + static void cb_button_mixer_mute_secondary_device(Fl_Light_Button*, void*); +public: + Fl_Text_Display *text_mixer_streaming_volume; + Fl_My_Value_Slider *slider_mixer_streaming_gain; +private: + inline void cb_slider_mixer_streaming_gain_i(Fl_My_Value_Slider*, void*); + static void cb_slider_mixer_streaming_gain(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *text_mixer_recording_volume; + Fl_My_Value_Slider *slider_mixer_recording_gain; +private: + inline void cb_slider_mixer_recording_gain_i(Fl_My_Value_Slider*, void*); + static void cb_slider_mixer_recording_gain(Fl_My_Value_Slider*, void*); +public: + Fl_Text_Display *text_mixer_master_volume; + Fl_My_Value_Slider *slider_mixer_master_gain; +private: + inline void cb_slider_mixer_master_gain_i(Fl_My_Value_Slider*, void*); + static void cb_slider_mixer_master_gain(Fl_My_Value_Slider*, void*); +public: + Fl_My_Value_Slider *slider_mixer_cross_fader; +private: + inline void cb_slider_mixer_cross_fader_i(Fl_My_Value_Slider*, void*); + static void cb_slider_mixer_cross_fader(Fl_My_Value_Slider*, void*); +public: + Fl_My_Double_Window *window_missing_aac_lib; +private: + inline void cb_Open_i(Fl_Button*, void*); + static void cb_Open(Fl_Button*, void*); + inline void cb_Close3_i(Fl_Button*, void*); + static void cb_Close3(Fl_Button*, void*); +public: + ~flgui(); +}; +#endif diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..e853d85 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,66 @@ +# what flags you want to pass to the C compiler & linker + +AM_CPPFLAGS = -IFLTK +AM_CPPFLAGS += -DLOCALEDIR='"$(localedir)"' +AM_CPPFLAGS += -D_="gettext" + +# +# # this lists the binaries to produce, the (non-PHONY, binary) targets in +# # the previous manual Makefile + +bin_PROGRAMS = + +if !CLIENT_ONLY +bin_PROGRAMS += butt +butt_SOURCES = butt.cpp butt.h cfg.cpp cfg.h icecast.cpp icecast.h lame_encode.cpp tls.cpp tls.h \ + lame_encode.h parseconfig.cpp parseconfig.h port_midi.cpp port_midi.h port_audio.cpp \ + port_audio.h ringbuffer.cpp ringbuffer.h shoutcast.cpp shoutcast.h \ + sockfuncs.cpp sockfuncs.h strfuncs.cpp strfuncs.h timer.cpp timer.h \ + util.cpp util.h vorbis_encode.cpp vorbis_encode.h vu_meter.cpp vu_meter.h webrtc.cpp webrtc.h \ + wav_header.cpp wav_header.h opus_encode.cpp opus_encode.h flac_encode.cpp flac_encode.h \ + dsp.cpp dsp.hpp Biquad.cpp Biquad.h command.cpp command.h update.cpp update.h logos.h \ + tray_agent.cpp tray_agent.h sha256.cpp sha256.h cJSON.cpp cJSON.h url.cpp url.h atom.h uri_encode.cpp uri_encode.h \ + FLTK/Fl_ILM216.cpp FLTK/Fl_ILM216.h FLTK/fl_callbacks.cpp \ + FLTK/fl_callbacks.h FLTK/fl_funcs.cpp FLTK/fl_funcs.h FLTK/flgui.cpp FLTK/flgui.h \ + FLTK/FL/Fl_My_Double_Window.H FLTK/FL/Fl_My_Value_Slider.H \ + FLTK/Fl_My_Native_File_Chooser.cxx FLTK/FL/Fl_My_Native_File_Chooser.H FLTK/Fl_vu_meter.cpp FLTK/Fl_vu_meter.h \ + FLTK/fl_timer_funcs.cpp FLTK/fl_timer_funcs.h aac_encode.cpp aac_encode.h \ + FLTK/Fl_LED.cpp FLTK/Fl_LED.h FLTK/FL/Fl_My_Invisible_Box.H +if WITH_RADIOCO +nodist_butt_SOURCES = radioco.cpp radioco.h oauth.cpp oauth.h +endif + +if WINDOWS +butt_SOURCES += resource.rc currentTrack.h currentTrack.cpp +butt_LDADD = -lintl + +# used only under MinGW to compile the resource.rc file (manifest and program icon) +# +.rc.o: + windres $^ -o $@ +%.o : %.rc + windres $^ -o $@ +endif + +if OSX +butt_SOURCES += CurrentTrackOSX.h CurrentTrackOSX.m AskForMicPermission.h AskForMicPermission.m +endif + +if LINUX +butt_SOURCES += currentTrack.h currentTrackLinux.cpp +endif + +if FREEBSD +butt_SOURCES += currentTrack.h currentTrackLinux.cpp +endif + +endif #!CLIENT_ONLY + + +# To build only the client on windows run ./configure --without-butt --disable-nls +if WITH_CLIENT +bin_PROGRAMS += butt-client +butt_client_SOURCES = butt.cpp command.cpp sockfuncs.cpp +butt_client_CPPFLAGS = -DBUILD_CLIENT $(AM_CPPFLAGS) +endif + diff --git a/src/Makefile.in b/src/Makefile.in new file mode 100644 index 0000000..edbd8ec --- /dev/null +++ b/src/Makefile.in @@ -0,0 +1,1041 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# what flags you want to pass to the C compiler & linker + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) +@CLIENT_ONLY_FALSE@am__append_1 = butt +@CLIENT_ONLY_FALSE@@WINDOWS_TRUE@am__append_2 = resource.rc currentTrack.h currentTrack.cpp +@CLIENT_ONLY_FALSE@@OSX_TRUE@am__append_3 = CurrentTrackOSX.h CurrentTrackOSX.m AskForMicPermission.h AskForMicPermission.m +@CLIENT_ONLY_FALSE@@LINUX_TRUE@am__append_4 = currentTrack.h currentTrackLinux.cpp +@CLIENT_ONLY_FALSE@@FREEBSD_TRUE@am__append_5 = currentTrack.h currentTrackLinux.cpp + +# To build only the client on windows run ./configure --without-butt --disable-nls +@WITH_CLIENT_TRUE@am__append_6 = butt-client +subdir = src +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +@CLIENT_ONLY_FALSE@am__EXEEXT_1 = butt$(EXEEXT) +@WITH_CLIENT_TRUE@am__EXEEXT_2 = butt-client$(EXEEXT) +am__installdirs = "$(DESTDIR)$(bindir)" +PROGRAMS = $(bin_PROGRAMS) +am__butt_SOURCES_DIST = butt.cpp butt.h cfg.cpp cfg.h icecast.cpp \ + icecast.h lame_encode.cpp tls.cpp tls.h lame_encode.h \ + parseconfig.cpp parseconfig.h port_midi.cpp port_midi.h \ + port_audio.cpp port_audio.h ringbuffer.cpp ringbuffer.h \ + shoutcast.cpp shoutcast.h sockfuncs.cpp sockfuncs.h \ + strfuncs.cpp strfuncs.h timer.cpp timer.h util.cpp util.h \ + vorbis_encode.cpp vorbis_encode.h vu_meter.cpp vu_meter.h \ + webrtc.cpp webrtc.h wav_header.cpp wav_header.h \ + opus_encode.cpp opus_encode.h flac_encode.cpp flac_encode.h \ + dsp.cpp dsp.hpp Biquad.cpp Biquad.h command.cpp command.h \ + update.cpp update.h logos.h tray_agent.cpp tray_agent.h \ + sha256.cpp sha256.h cJSON.cpp cJSON.h url.cpp url.h atom.h \ + uri_encode.cpp uri_encode.h FLTK/Fl_ILM216.cpp \ + FLTK/Fl_ILM216.h FLTK/fl_callbacks.cpp FLTK/fl_callbacks.h \ + FLTK/fl_funcs.cpp FLTK/fl_funcs.h FLTK/flgui.cpp FLTK/flgui.h \ + FLTK/FL/Fl_My_Double_Window.H FLTK/FL/Fl_My_Value_Slider.H \ + FLTK/Fl_My_Native_File_Chooser.cxx \ + FLTK/FL/Fl_My_Native_File_Chooser.H FLTK/Fl_vu_meter.cpp \ + FLTK/Fl_vu_meter.h FLTK/fl_timer_funcs.cpp \ + FLTK/fl_timer_funcs.h aac_encode.cpp aac_encode.h \ + FLTK/Fl_LED.cpp FLTK/Fl_LED.h FLTK/FL/Fl_My_Invisible_Box.H \ + resource.rc currentTrack.h currentTrack.cpp CurrentTrackOSX.h \ + CurrentTrackOSX.m AskForMicPermission.h AskForMicPermission.m \ + currentTrackLinux.cpp +am__dirstamp = $(am__leading_dot)dirstamp +@CLIENT_ONLY_FALSE@@WINDOWS_TRUE@am__objects_1 = resource.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@@WINDOWS_TRUE@ currentTrack.$(OBJEXT) +@CLIENT_ONLY_FALSE@@OSX_TRUE@am__objects_2 = \ +@CLIENT_ONLY_FALSE@@OSX_TRUE@ CurrentTrackOSX.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@@OSX_TRUE@ AskForMicPermission.$(OBJEXT) +@CLIENT_ONLY_FALSE@@LINUX_TRUE@am__objects_3 = \ +@CLIENT_ONLY_FALSE@@LINUX_TRUE@ currentTrackLinux.$(OBJEXT) +@CLIENT_ONLY_FALSE@@FREEBSD_TRUE@am__objects_4 = \ +@CLIENT_ONLY_FALSE@@FREEBSD_TRUE@ currentTrackLinux.$(OBJEXT) +@CLIENT_ONLY_FALSE@am_butt_OBJECTS = butt.$(OBJEXT) cfg.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ icecast.$(OBJEXT) lame_encode.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ tls.$(OBJEXT) parseconfig.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ port_midi.$(OBJEXT) port_audio.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ ringbuffer.$(OBJEXT) shoutcast.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ sockfuncs.$(OBJEXT) strfuncs.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ timer.$(OBJEXT) util.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ vorbis_encode.$(OBJEXT) vu_meter.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ webrtc.$(OBJEXT) wav_header.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ opus_encode.$(OBJEXT) flac_encode.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ dsp.$(OBJEXT) Biquad.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ command.$(OBJEXT) update.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ tray_agent.$(OBJEXT) sha256.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ cJSON.$(OBJEXT) url.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ uri_encode.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ FLTK/Fl_ILM216.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ FLTK/fl_callbacks.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ FLTK/fl_funcs.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ FLTK/flgui.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ FLTK/Fl_My_Native_File_Chooser.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ FLTK/Fl_vu_meter.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ FLTK/fl_timer_funcs.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ aac_encode.$(OBJEXT) FLTK/Fl_LED.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@ $(am__objects_1) $(am__objects_2) \ +@CLIENT_ONLY_FALSE@ $(am__objects_3) $(am__objects_4) +@CLIENT_ONLY_FALSE@@WITH_RADIOCO_TRUE@nodist_butt_OBJECTS = \ +@CLIENT_ONLY_FALSE@@WITH_RADIOCO_TRUE@ radioco.$(OBJEXT) \ +@CLIENT_ONLY_FALSE@@WITH_RADIOCO_TRUE@ oauth.$(OBJEXT) +butt_OBJECTS = $(am_butt_OBJECTS) $(nodist_butt_OBJECTS) +butt_DEPENDENCIES = +am__butt_client_SOURCES_DIST = butt.cpp command.cpp sockfuncs.cpp +@WITH_CLIENT_TRUE@am_butt_client_OBJECTS = butt_client-butt.$(OBJEXT) \ +@WITH_CLIENT_TRUE@ butt_client-command.$(OBJEXT) \ +@WITH_CLIENT_TRUE@ butt_client-sockfuncs.$(OBJEXT) +butt_client_OBJECTS = $(am_butt_client_OBJECTS) +butt_client_LDADD = $(LDADD) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/AskForMicPermission.Po \ + ./$(DEPDIR)/Biquad.Po ./$(DEPDIR)/CurrentTrackOSX.Po \ + ./$(DEPDIR)/aac_encode.Po ./$(DEPDIR)/butt.Po \ + ./$(DEPDIR)/butt_client-butt.Po \ + ./$(DEPDIR)/butt_client-command.Po \ + ./$(DEPDIR)/butt_client-sockfuncs.Po ./$(DEPDIR)/cJSON.Po \ + ./$(DEPDIR)/cfg.Po ./$(DEPDIR)/command.Po \ + ./$(DEPDIR)/currentTrack.Po ./$(DEPDIR)/currentTrackLinux.Po \ + ./$(DEPDIR)/dsp.Po ./$(DEPDIR)/flac_encode.Po \ + ./$(DEPDIR)/icecast.Po ./$(DEPDIR)/lame_encode.Po \ + ./$(DEPDIR)/oauth.Po ./$(DEPDIR)/opus_encode.Po \ + ./$(DEPDIR)/parseconfig.Po ./$(DEPDIR)/port_audio.Po \ + ./$(DEPDIR)/port_midi.Po ./$(DEPDIR)/radioco.Po \ + ./$(DEPDIR)/ringbuffer.Po ./$(DEPDIR)/sha256.Po \ + ./$(DEPDIR)/shoutcast.Po ./$(DEPDIR)/sockfuncs.Po \ + ./$(DEPDIR)/strfuncs.Po ./$(DEPDIR)/timer.Po \ + ./$(DEPDIR)/tls.Po ./$(DEPDIR)/tray_agent.Po \ + ./$(DEPDIR)/update.Po ./$(DEPDIR)/uri_encode.Po \ + ./$(DEPDIR)/url.Po ./$(DEPDIR)/util.Po \ + ./$(DEPDIR)/vorbis_encode.Po ./$(DEPDIR)/vu_meter.Po \ + ./$(DEPDIR)/wav_header.Po ./$(DEPDIR)/webrtc.Po \ + FLTK/$(DEPDIR)/Fl_ILM216.Po FLTK/$(DEPDIR)/Fl_LED.Po \ + FLTK/$(DEPDIR)/Fl_My_Native_File_Chooser.Po \ + FLTK/$(DEPDIR)/Fl_vu_meter.Po FLTK/$(DEPDIR)/fl_callbacks.Po \ + FLTK/$(DEPDIR)/fl_funcs.Po FLTK/$(DEPDIR)/fl_timer_funcs.Po \ + FLTK/$(DEPDIR)/flgui.Po +am__mv = mv -f +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS) +AM_V_OBJC = $(am__v_OBJC_@AM_V@) +am__v_OBJC_ = $(am__v_OBJC_@AM_DEFAULT_V@) +am__v_OBJC_0 = @echo " OBJC " $@; +am__v_OBJC_1 = +OBJCLD = $(OBJC) +OBJCLINK = $(OBJCLD) $(AM_OBJCFLAGS) $(OBJCFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +AM_V_OBJCLD = $(am__v_OBJCLD_@AM_V@) +am__v_OBJCLD_ = $(am__v_OBJCLD_@AM_DEFAULT_V@) +am__v_OBJCLD_0 = @echo " OBJCLD " $@; +am__v_OBJCLD_1 = +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(butt_SOURCES) $(nodist_butt_SOURCES) \ + $(butt_client_SOURCES) +DIST_SOURCES = $(am__butt_SOURCES_DIST) \ + $(am__butt_client_SOURCES_DIST) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CXX = @CXX@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DBUS_CFLAGS = @DBUS_CFLAGS@ +DBUS_LIBS = @DBUS_LIBS@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +FLTKCONFIG = @FLTKCONFIG@ +GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ +GMSGFMT = @GMSGFMT@ +GMSGFMT_015 = @GMSGFMT_015@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLLIBS = @INTLLIBS@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGFMT_015 = @MSGFMT_015@ +MSGMERGE = @MSGMERGE@ +OBJC = @OBJC@ +OBJCDEPMODE = @OBJCDEPMODE@ +OBJCFLAGS = @OBJCFLAGS@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POSUB = @POSUB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_015 = @XGETTEXT_015@ +XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +XMKMF = @XMKMF@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_OBJC = @ac_ct_OBJC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +AM_CPPFLAGS = -IFLTK -DLOCALEDIR='"$(localedir)"' -D_="gettext" +@CLIENT_ONLY_FALSE@butt_SOURCES = butt.cpp butt.h cfg.cpp cfg.h \ +@CLIENT_ONLY_FALSE@ icecast.cpp icecast.h lame_encode.cpp \ +@CLIENT_ONLY_FALSE@ tls.cpp tls.h lame_encode.h parseconfig.cpp \ +@CLIENT_ONLY_FALSE@ parseconfig.h port_midi.cpp port_midi.h \ +@CLIENT_ONLY_FALSE@ port_audio.cpp port_audio.h ringbuffer.cpp \ +@CLIENT_ONLY_FALSE@ ringbuffer.h shoutcast.cpp shoutcast.h \ +@CLIENT_ONLY_FALSE@ sockfuncs.cpp sockfuncs.h strfuncs.cpp \ +@CLIENT_ONLY_FALSE@ strfuncs.h timer.cpp timer.h util.cpp \ +@CLIENT_ONLY_FALSE@ util.h vorbis_encode.cpp vorbis_encode.h \ +@CLIENT_ONLY_FALSE@ vu_meter.cpp vu_meter.h webrtc.cpp webrtc.h \ +@CLIENT_ONLY_FALSE@ wav_header.cpp wav_header.h opus_encode.cpp \ +@CLIENT_ONLY_FALSE@ opus_encode.h flac_encode.cpp flac_encode.h \ +@CLIENT_ONLY_FALSE@ dsp.cpp dsp.hpp Biquad.cpp Biquad.h \ +@CLIENT_ONLY_FALSE@ command.cpp command.h update.cpp update.h \ +@CLIENT_ONLY_FALSE@ logos.h tray_agent.cpp tray_agent.h \ +@CLIENT_ONLY_FALSE@ sha256.cpp sha256.h cJSON.cpp cJSON.h \ +@CLIENT_ONLY_FALSE@ url.cpp url.h atom.h uri_encode.cpp \ +@CLIENT_ONLY_FALSE@ uri_encode.h FLTK/Fl_ILM216.cpp \ +@CLIENT_ONLY_FALSE@ FLTK/Fl_ILM216.h FLTK/fl_callbacks.cpp \ +@CLIENT_ONLY_FALSE@ FLTK/fl_callbacks.h FLTK/fl_funcs.cpp \ +@CLIENT_ONLY_FALSE@ FLTK/fl_funcs.h FLTK/flgui.cpp FLTK/flgui.h \ +@CLIENT_ONLY_FALSE@ FLTK/FL/Fl_My_Double_Window.H \ +@CLIENT_ONLY_FALSE@ FLTK/FL/Fl_My_Value_Slider.H \ +@CLIENT_ONLY_FALSE@ FLTK/Fl_My_Native_File_Chooser.cxx \ +@CLIENT_ONLY_FALSE@ FLTK/FL/Fl_My_Native_File_Chooser.H \ +@CLIENT_ONLY_FALSE@ FLTK/Fl_vu_meter.cpp FLTK/Fl_vu_meter.h \ +@CLIENT_ONLY_FALSE@ FLTK/fl_timer_funcs.cpp \ +@CLIENT_ONLY_FALSE@ FLTK/fl_timer_funcs.h aac_encode.cpp \ +@CLIENT_ONLY_FALSE@ aac_encode.h FLTK/Fl_LED.cpp FLTK/Fl_LED.h \ +@CLIENT_ONLY_FALSE@ FLTK/FL/Fl_My_Invisible_Box.H \ +@CLIENT_ONLY_FALSE@ $(am__append_2) $(am__append_3) \ +@CLIENT_ONLY_FALSE@ $(am__append_4) $(am__append_5) +@CLIENT_ONLY_FALSE@@WITH_RADIOCO_TRUE@nodist_butt_SOURCES = radioco.cpp radioco.h oauth.cpp oauth.h +@CLIENT_ONLY_FALSE@@WINDOWS_TRUE@butt_LDADD = -lintl +@WITH_CLIENT_TRUE@butt_client_SOURCES = butt.cpp command.cpp sockfuncs.cpp +@WITH_CLIENT_TRUE@butt_client_CPPFLAGS = -DBUILD_CLIENT $(AM_CPPFLAGS) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .cxx .m .o .obj .rc +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +FLTK/$(am__dirstamp): + @$(MKDIR_P) FLTK + @: > FLTK/$(am__dirstamp) +FLTK/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) FLTK/$(DEPDIR) + @: > FLTK/$(DEPDIR)/$(am__dirstamp) +FLTK/Fl_ILM216.$(OBJEXT): FLTK/$(am__dirstamp) \ + FLTK/$(DEPDIR)/$(am__dirstamp) +FLTK/fl_callbacks.$(OBJEXT): FLTK/$(am__dirstamp) \ + FLTK/$(DEPDIR)/$(am__dirstamp) +FLTK/fl_funcs.$(OBJEXT): FLTK/$(am__dirstamp) \ + FLTK/$(DEPDIR)/$(am__dirstamp) +FLTK/flgui.$(OBJEXT): FLTK/$(am__dirstamp) \ + FLTK/$(DEPDIR)/$(am__dirstamp) +FLTK/Fl_My_Native_File_Chooser.$(OBJEXT): FLTK/$(am__dirstamp) \ + FLTK/$(DEPDIR)/$(am__dirstamp) +FLTK/Fl_vu_meter.$(OBJEXT): FLTK/$(am__dirstamp) \ + FLTK/$(DEPDIR)/$(am__dirstamp) +FLTK/fl_timer_funcs.$(OBJEXT): FLTK/$(am__dirstamp) \ + FLTK/$(DEPDIR)/$(am__dirstamp) +FLTK/Fl_LED.$(OBJEXT): FLTK/$(am__dirstamp) \ + FLTK/$(DEPDIR)/$(am__dirstamp) + +butt$(EXEEXT): $(butt_OBJECTS) $(butt_DEPENDENCIES) $(EXTRA_butt_DEPENDENCIES) + @rm -f butt$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(butt_OBJECTS) $(butt_LDADD) $(LIBS) + +butt-client$(EXEEXT): $(butt_client_OBJECTS) $(butt_client_DEPENDENCIES) $(EXTRA_butt_client_DEPENDENCIES) + @rm -f butt-client$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(butt_client_OBJECTS) $(butt_client_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f FLTK/*.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AskForMicPermission.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Biquad.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CurrentTrackOSX.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aac_encode.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/butt.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/butt_client-butt.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/butt_client-command.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/butt_client-sockfuncs.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cJSON.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfg.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/currentTrack.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/currentTrackLinux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsp.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flac_encode.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icecast.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lame_encode.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oauth.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opus_encode.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parseconfig.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/port_audio.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/port_midi.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radioco.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ringbuffer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha256.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shoutcast.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockfuncs.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strfuncs.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tray_agent.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uri_encode.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbis_encode.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vu_meter.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wav_header.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/webrtc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@FLTK/$(DEPDIR)/Fl_ILM216.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@FLTK/$(DEPDIR)/Fl_LED.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@FLTK/$(DEPDIR)/Fl_My_Native_File_Chooser.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@FLTK/$(DEPDIR)/Fl_vu_meter.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@FLTK/$(DEPDIR)/fl_callbacks.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@FLTK/$(DEPDIR)/fl_funcs.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@FLTK/$(DEPDIR)/fl_timer_funcs.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@FLTK/$(DEPDIR)/flgui.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +butt_client-butt.o: butt.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT butt_client-butt.o -MD -MP -MF $(DEPDIR)/butt_client-butt.Tpo -c -o butt_client-butt.o `test -f 'butt.cpp' || echo '$(srcdir)/'`butt.cpp +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/butt_client-butt.Tpo $(DEPDIR)/butt_client-butt.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='butt.cpp' object='butt_client-butt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o butt_client-butt.o `test -f 'butt.cpp' || echo '$(srcdir)/'`butt.cpp + +butt_client-butt.obj: butt.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT butt_client-butt.obj -MD -MP -MF $(DEPDIR)/butt_client-butt.Tpo -c -o butt_client-butt.obj `if test -f 'butt.cpp'; then $(CYGPATH_W) 'butt.cpp'; else $(CYGPATH_W) '$(srcdir)/butt.cpp'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/butt_client-butt.Tpo $(DEPDIR)/butt_client-butt.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='butt.cpp' object='butt_client-butt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o butt_client-butt.obj `if test -f 'butt.cpp'; then $(CYGPATH_W) 'butt.cpp'; else $(CYGPATH_W) '$(srcdir)/butt.cpp'; fi` + +butt_client-command.o: command.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT butt_client-command.o -MD -MP -MF $(DEPDIR)/butt_client-command.Tpo -c -o butt_client-command.o `test -f 'command.cpp' || echo '$(srcdir)/'`command.cpp +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/butt_client-command.Tpo $(DEPDIR)/butt_client-command.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='command.cpp' object='butt_client-command.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o butt_client-command.o `test -f 'command.cpp' || echo '$(srcdir)/'`command.cpp + +butt_client-command.obj: command.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT butt_client-command.obj -MD -MP -MF $(DEPDIR)/butt_client-command.Tpo -c -o butt_client-command.obj `if test -f 'command.cpp'; then $(CYGPATH_W) 'command.cpp'; else $(CYGPATH_W) '$(srcdir)/command.cpp'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/butt_client-command.Tpo $(DEPDIR)/butt_client-command.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='command.cpp' object='butt_client-command.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o butt_client-command.obj `if test -f 'command.cpp'; then $(CYGPATH_W) 'command.cpp'; else $(CYGPATH_W) '$(srcdir)/command.cpp'; fi` + +butt_client-sockfuncs.o: sockfuncs.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT butt_client-sockfuncs.o -MD -MP -MF $(DEPDIR)/butt_client-sockfuncs.Tpo -c -o butt_client-sockfuncs.o `test -f 'sockfuncs.cpp' || echo '$(srcdir)/'`sockfuncs.cpp +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/butt_client-sockfuncs.Tpo $(DEPDIR)/butt_client-sockfuncs.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sockfuncs.cpp' object='butt_client-sockfuncs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o butt_client-sockfuncs.o `test -f 'sockfuncs.cpp' || echo '$(srcdir)/'`sockfuncs.cpp + +butt_client-sockfuncs.obj: sockfuncs.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT butt_client-sockfuncs.obj -MD -MP -MF $(DEPDIR)/butt_client-sockfuncs.Tpo -c -o butt_client-sockfuncs.obj `if test -f 'sockfuncs.cpp'; then $(CYGPATH_W) 'sockfuncs.cpp'; else $(CYGPATH_W) '$(srcdir)/sockfuncs.cpp'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/butt_client-sockfuncs.Tpo $(DEPDIR)/butt_client-sockfuncs.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='sockfuncs.cpp' object='butt_client-sockfuncs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(butt_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o butt_client-sockfuncs.obj `if test -f 'sockfuncs.cpp'; then $(CYGPATH_W) 'sockfuncs.cpp'; else $(CYGPATH_W) '$(srcdir)/sockfuncs.cpp'; fi` + +.cxx.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cxx.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.m.o: +@am__fastdepOBJC_TRUE@ $(AM_V_OBJC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepOBJC_TRUE@ $(OBJCCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepOBJC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepOBJC_FALSE@ $(AM_V_OBJC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepOBJC_FALSE@ DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepOBJC_FALSE@ $(AM_V_OBJC@am__nodep@)$(OBJCCOMPILE) -c -o $@ $< + +.m.obj: +@am__fastdepOBJC_TRUE@ $(AM_V_OBJC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepOBJC_TRUE@ $(OBJCCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepOBJC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepOBJC_FALSE@ $(AM_V_OBJC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepOBJC_FALSE@ DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepOBJC_FALSE@ $(AM_V_OBJC@am__nodep@)$(OBJCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f FLTK/$(DEPDIR)/$(am__dirstamp) + -rm -f FLTK/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f ./$(DEPDIR)/AskForMicPermission.Po + -rm -f ./$(DEPDIR)/Biquad.Po + -rm -f ./$(DEPDIR)/CurrentTrackOSX.Po + -rm -f ./$(DEPDIR)/aac_encode.Po + -rm -f ./$(DEPDIR)/butt.Po + -rm -f ./$(DEPDIR)/butt_client-butt.Po + -rm -f ./$(DEPDIR)/butt_client-command.Po + -rm -f ./$(DEPDIR)/butt_client-sockfuncs.Po + -rm -f ./$(DEPDIR)/cJSON.Po + -rm -f ./$(DEPDIR)/cfg.Po + -rm -f ./$(DEPDIR)/command.Po + -rm -f ./$(DEPDIR)/currentTrack.Po + -rm -f ./$(DEPDIR)/currentTrackLinux.Po + -rm -f ./$(DEPDIR)/dsp.Po + -rm -f ./$(DEPDIR)/flac_encode.Po + -rm -f ./$(DEPDIR)/icecast.Po + -rm -f ./$(DEPDIR)/lame_encode.Po + -rm -f ./$(DEPDIR)/oauth.Po + -rm -f ./$(DEPDIR)/opus_encode.Po + -rm -f ./$(DEPDIR)/parseconfig.Po + -rm -f ./$(DEPDIR)/port_audio.Po + -rm -f ./$(DEPDIR)/port_midi.Po + -rm -f ./$(DEPDIR)/radioco.Po + -rm -f ./$(DEPDIR)/ringbuffer.Po + -rm -f ./$(DEPDIR)/sha256.Po + -rm -f ./$(DEPDIR)/shoutcast.Po + -rm -f ./$(DEPDIR)/sockfuncs.Po + -rm -f ./$(DEPDIR)/strfuncs.Po + -rm -f ./$(DEPDIR)/timer.Po + -rm -f ./$(DEPDIR)/tls.Po + -rm -f ./$(DEPDIR)/tray_agent.Po + -rm -f ./$(DEPDIR)/update.Po + -rm -f ./$(DEPDIR)/uri_encode.Po + -rm -f ./$(DEPDIR)/url.Po + -rm -f ./$(DEPDIR)/util.Po + -rm -f ./$(DEPDIR)/vorbis_encode.Po + -rm -f ./$(DEPDIR)/vu_meter.Po + -rm -f ./$(DEPDIR)/wav_header.Po + -rm -f ./$(DEPDIR)/webrtc.Po + -rm -f FLTK/$(DEPDIR)/Fl_ILM216.Po + -rm -f FLTK/$(DEPDIR)/Fl_LED.Po + -rm -f FLTK/$(DEPDIR)/Fl_My_Native_File_Chooser.Po + -rm -f FLTK/$(DEPDIR)/Fl_vu_meter.Po + -rm -f FLTK/$(DEPDIR)/fl_callbacks.Po + -rm -f FLTK/$(DEPDIR)/fl_funcs.Po + -rm -f FLTK/$(DEPDIR)/fl_timer_funcs.Po + -rm -f FLTK/$(DEPDIR)/flgui.Po + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f ./$(DEPDIR)/AskForMicPermission.Po + -rm -f ./$(DEPDIR)/Biquad.Po + -rm -f ./$(DEPDIR)/CurrentTrackOSX.Po + -rm -f ./$(DEPDIR)/aac_encode.Po + -rm -f ./$(DEPDIR)/butt.Po + -rm -f ./$(DEPDIR)/butt_client-butt.Po + -rm -f ./$(DEPDIR)/butt_client-command.Po + -rm -f ./$(DEPDIR)/butt_client-sockfuncs.Po + -rm -f ./$(DEPDIR)/cJSON.Po + -rm -f ./$(DEPDIR)/cfg.Po + -rm -f ./$(DEPDIR)/command.Po + -rm -f ./$(DEPDIR)/currentTrack.Po + -rm -f ./$(DEPDIR)/currentTrackLinux.Po + -rm -f ./$(DEPDIR)/dsp.Po + -rm -f ./$(DEPDIR)/flac_encode.Po + -rm -f ./$(DEPDIR)/icecast.Po + -rm -f ./$(DEPDIR)/lame_encode.Po + -rm -f ./$(DEPDIR)/oauth.Po + -rm -f ./$(DEPDIR)/opus_encode.Po + -rm -f ./$(DEPDIR)/parseconfig.Po + -rm -f ./$(DEPDIR)/port_audio.Po + -rm -f ./$(DEPDIR)/port_midi.Po + -rm -f ./$(DEPDIR)/radioco.Po + -rm -f ./$(DEPDIR)/ringbuffer.Po + -rm -f ./$(DEPDIR)/sha256.Po + -rm -f ./$(DEPDIR)/shoutcast.Po + -rm -f ./$(DEPDIR)/sockfuncs.Po + -rm -f ./$(DEPDIR)/strfuncs.Po + -rm -f ./$(DEPDIR)/timer.Po + -rm -f ./$(DEPDIR)/tls.Po + -rm -f ./$(DEPDIR)/tray_agent.Po + -rm -f ./$(DEPDIR)/update.Po + -rm -f ./$(DEPDIR)/uri_encode.Po + -rm -f ./$(DEPDIR)/url.Po + -rm -f ./$(DEPDIR)/util.Po + -rm -f ./$(DEPDIR)/vorbis_encode.Po + -rm -f ./$(DEPDIR)/vu_meter.Po + -rm -f ./$(DEPDIR)/wav_header.Po + -rm -f ./$(DEPDIR)/webrtc.Po + -rm -f FLTK/$(DEPDIR)/Fl_ILM216.Po + -rm -f FLTK/$(DEPDIR)/Fl_LED.Po + -rm -f FLTK/$(DEPDIR)/Fl_My_Native_File_Chooser.Po + -rm -f FLTK/$(DEPDIR)/Fl_vu_meter.Po + -rm -f FLTK/$(DEPDIR)/fl_callbacks.Po + -rm -f FLTK/$(DEPDIR)/fl_funcs.Po + -rm -f FLTK/$(DEPDIR)/fl_timer_funcs.Po + -rm -f FLTK/$(DEPDIR)/flgui.Po + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-binPROGRAMS install-data install-data-am \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-binPROGRAMS + +.PRECIOUS: Makefile + + +# used only under MinGW to compile the resource.rc file (manifest and program icon) +# +@CLIENT_ONLY_FALSE@@WINDOWS_TRUE@.rc.o: +@CLIENT_ONLY_FALSE@@WINDOWS_TRUE@ windres $^ -o $@ +@CLIENT_ONLY_FALSE@@WINDOWS_TRUE@%.o : %.rc +@CLIENT_ONLY_FALSE@@WINDOWS_TRUE@ windres $^ -o $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/aac_dll.h b/src/aac_dll.h new file mode 100644 index 0000000..7a32d2c --- /dev/null +++ b/src/aac_dll.h @@ -0,0 +1,25 @@ +#ifndef AAC_DLL_H +#define AAC_DLL_H + +#include +#include + +typedef AACENC_ERROR (*aacEncOpenPtr)(HANDLE_AACENCODER *, UINT, UINT); +extern aacEncOpenPtr aacEncOpen_butt; + +typedef AACENC_ERROR (*aacEncoder_SetParamPtr)(HANDLE_AACENCODER, AACENC_PARAM, UINT); +extern aacEncoder_SetParamPtr aacEncoder_SetParam_butt; + +typedef AACENC_ERROR (*aacEncoder_GetParamPtr)(HANDLE_AACENCODER, AACENC_PARAM); +extern aacEncoder_GetParamPtr aacEncoder_GetParam_butt; + +typedef AACENC_ERROR (*aacEncEncodePtr)(HANDLE_AACENCODER, const AACENC_BufDesc *, const AACENC_BufDesc *, const AACENC_InArgs *, AACENC_OutArgs *); +extern aacEncEncodePtr aacEncEncode_butt; + +typedef AACENC_ERROR (*aacEncInfoPtr)(HANDLE_AACENCODER, AACENC_InfoStruct *); +extern aacEncInfoPtr aacEncInfo_butt; + +typedef AACENC_ERROR (*aacEncClosePtr)(HANDLE_AACENCODER *); +extern aacEncClosePtr aacEncClose_butt; + +#endif // AAC_DLL_H diff --git a/src/aac_encode.cpp b/src/aac_encode.cpp new file mode 100644 index 0000000..56ea333 --- /dev/null +++ b/src/aac_encode.cpp @@ -0,0 +1,277 @@ +// aac encoding functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include +#include "config.h" +#include "fl_funcs.h" +#include "aac_encode.h" +#include "wav_header.h" + +int g_aac_lib_available = 0; + +#ifdef HAVE_LIBFDK_AAC + +int aac_enc_init(aac_enc *aac) +{ + int rc; + int aot; + int vbr_mode = 0; + char info_buf[256]; + + if (g_aac_lib_available == 0) { + snprintf(info_buf, sizeof(info_buf), "libfdk-aac-2.dll not loaded"); + print_info(info_buf, 1); + return 1; + } + + switch (aac->profile) { + case 0: // Auto select profile + if (aac->bitrate < 48) { + aot = 29; // AAC+v2 + vbr_mode = 1; + } + else if (aac->bitrate >= 96) { + aot = 2; // AAC-LC + vbr_mode = 4; + } + else { + aot = 5; // AAC+v1 + vbr_mode = 2; + } + break; + case 1: + aot = 2; + vbr_mode = 4; + break; + case 2: + aot = 5; + vbr_mode = 2; + break; + case 3: + aot = 29; + vbr_mode = 1; + break; + default: + aot = 5; + vbr_mode = 2; + break; + } + + aacEncOpen_butt(&aac->handle, 0, aac->channel); + aacEncoder_SetParam_butt(aac->handle, AACENC_AOT, aot); + aacEncoder_SetParam_butt(aac->handle, AACENC_SAMPLERATE, aac->samplerate); + aacEncoder_SetParam_butt(aac->handle, AACENC_CHANNELMODE, aac->channel); + aacEncoder_SetParam_butt(aac->handle, AACENC_CHANNELORDER, 1); + aacEncoder_SetParam_butt(aac->handle, AACENC_BITRATE, aac->bitrate * 1000); + aacEncoder_SetParam_butt(aac->handle, AACENC_TRANSMUX, 2); // taken from the example aac-enc.c (ADTS output) + aacEncoder_SetParam_butt(aac->handle, AACENC_AFTERBURNER, aac->afterburner); + + if (aac->bitrate_mode == 1) { // VBR + aacEncoder_SetParam_butt(aac->handle, AACENC_BITRATEMODE, vbr_mode); + } + + if ((rc = aacEncEncode_butt(aac->handle, NULL, NULL, NULL, NULL)) != AACENC_OK) { + snprintf(info_buf, sizeof(info_buf), "unable to init aac params %d", rc); + print_info(info_buf, 1); + return 1; + } + + aacEncInfo_butt(aac->handle, &aac->info); + + /* + printf("AAC profile: %d (aot: %d)\n", aac->profile, aot); + printf("AAC afterburner: %d\n", aac->afterburner); + printf("AAC bitrate_mode: %d (vbr: %d)\n\n", aac->bitrate_mode, vbr_mode); + */ + // printf("AAC bitrate: %d\n", aac->bitrate); + + return 0; +} + +int aac_enc_reinit(aac_enc *aac) +{ + if (g_aac_lib_available == 0) { + char info_buf[256]; + snprintf(info_buf, sizeof(info_buf), "libfdk-aac-2.dll not loaded"); + print_info(info_buf, 1); + return 1; + } + + if (aac != NULL) { + aac_enc_close(aac); + return aac_enc_init(aac); + } + return 1; +} + +void aac_enc_close(aac_enc *aac) +{ + if (g_aac_lib_available == 0) { + char info_buf[256]; + snprintf(info_buf, sizeof(info_buf), "libfdk-aac-2.dll not loaded"); + print_info(info_buf, 1); + return; + } + + while (aac->state == AAC_BUSY) { + ; + } + + if (aac->handle != NULL) { + aacEncClose_butt(&aac->handle); + } + + aac->handle = NULL; +} + +int aac_enc_encode(aac_enc *aac, float *pcm_float, char *enc_buf, int frames, int enc_buf_size) +{ + if (g_aac_lib_available == 0) { + char info_buf[256]; + snprintf(info_buf, sizeof(info_buf), "libfdk-aac-2.dll not loaded"); + print_info(info_buf, 1); + return 0; + } + + AACENC_BufDesc in_buf = {0}; + AACENC_BufDesc out_buf = {0}; + AACENC_InArgs in_args = {0}; + AACENC_OutArgs out_args = {0}; + + int in_identifier = IN_AUDIO_DATA; + int in_size, in_elem_size; + int out_identifier = OUT_BITSTREAM_DATA; + int out_size, out_elem_size; + void *in_ptr, *out_ptr; + int32_t *pcm_int32; + + if (frames == 0 || aac->handle == NULL) { + return 0; + } + + in_size = frames * sizeof(int32_t) * aac->channel; + in_elem_size = sizeof(int32_t); + + pcm_int32 = (int32_t *)pcm_float; + in_ptr = pcm_int32; + in_args.numInSamples = frames * aac->channel; + in_buf.numBufs = 1; + in_buf.bufs = &in_ptr; + in_buf.bufferIdentifiers = &in_identifier; + in_buf.bufSizes = &in_size; + in_buf.bufElSizes = &in_elem_size; + + out_ptr = enc_buf; + out_size = enc_buf_size; + out_elem_size = 1; + out_buf.numBufs = 1; + out_buf.bufs = &out_ptr; + out_buf.bufferIdentifiers = &out_identifier; + out_buf.bufSizes = &out_size; + out_buf.bufElSizes = &out_elem_size; + + aac->state = AAC_BUSY; + + // Convert from float to int32 + for (int i = 0; i < frames * aac->channel; i++) { + if (pcm_float[i] > 0) { + pcm_int32[i] = (int32_t)round(fmin(pcm_float[i] * INT32_MAX, INT32_MAX)); + } + else { + pcm_int32[i] = (int32_t)round(fmax(-pcm_float[i] * INT32_MIN, INT32_MIN)); + } + } + + if (aacEncEncode_butt(aac->handle, &in_buf, &out_buf, &in_args, &out_args) != AACENC_OK) { + return 0; + } + + aac->state = AAC_READY; + return out_args.numOutBytes; +} + +int aac_enc_flush_file(aac_enc *aac, FILE *file) +{ + AACENC_BufDesc in_buf = {0}; + AACENC_BufDesc out_buf = {0}; + AACENC_InArgs in_args = {0}; + AACENC_OutArgs out_args = {0}; + + int ret; + int in_identifier = IN_AUDIO_DATA; + int in_size, in_elem_size; + int out_identifier = OUT_BITSTREAM_DATA; + int out_size, out_elem_size; + void *out_ptr; + char enc_buf[8192]; + int32_t dummy_buf[1] = {0}; + + if (aac->handle == NULL) { + printf("handle == NULL"); + return 1; + } + + in_size = 0; + in_elem_size = sizeof(int32_t); + + in_args.numInSamples = -1; + + in_buf.numBufs = 1; + in_buf.bufs = (void **)&dummy_buf; + in_buf.bufferIdentifiers = &in_identifier; + in_buf.bufSizes = &in_size; + in_buf.bufElSizes = &in_elem_size; + + out_ptr = enc_buf; + out_size = sizeof(enc_buf); + out_elem_size = 1; + + out_buf.numBufs = 1; + out_buf.bufs = &out_ptr; + out_buf.bufferIdentifiers = &out_identifier; + out_buf.bufSizes = &out_size; + out_buf.bufElSizes = &out_elem_size; + + aac->state = AAC_BUSY; + + for (;;) { + if ((ret = aacEncEncode_butt(aac->handle, &in_buf, &out_buf, &in_args, &out_args)) != AACENC_OK) { + if (ret == AACENC_ENCODE_EOF) { + break; + } + else { + //NOTE: When using the asan profile on macOS the flushing fails + printf("AAC flushing error: 0x%04X\n", ret); + aac->state = AAC_READY; + return 1; + } + } + + fwrite(enc_buf, sizeof(char), out_args.numOutBytes, file); + } + + aac->state = AAC_READY; + + return 0; +} + +int aac_enc_get_samplerate(aac_enc *aac) +{ + // return aacEncoder_GetParam_butt(aac->handle, AACENC_SAMPLERATE); + return aacEncoder_GetParam_butt(aac->handle, AACENC_SAMPLERATE); +} +#endif diff --git a/src/aac_encode.h b/src/aac_encode.h new file mode 100644 index 0000000..350a1a8 --- /dev/null +++ b/src/aac_encode.h @@ -0,0 +1,53 @@ +// aac encoding functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef AAC_ENCODE_H +#define AAC_ENCODE_H + +#include "config.h" + +#ifdef HAVE_LIBFDK_AAC + +#include "aac_dll.h" + +struct aac_enc { + HANDLE_AACENCODER handle; + AACENC_InfoStruct info; + int bitrate; + int samplerate; + int channel; + int bitrate_mode; + int afterburner; + int profile; + volatile int state; +}; + +enum { + AAC_READY = 0, + AAC_BUSY = 1, +}; + +int aac_enc_init(aac_enc *aac); +int aac_enc_encode(aac_enc *aac, float *pcm_buf, char *enc_buf, int samples, int enc_buf_size); +int aac_enc_get_samplerate(aac_enc *aac); +int aac_enc_reinit(aac_enc *aac); +int aac_enc_flush_file(aac_enc *aac, FILE *file); +void aac_enc_close(aac_enc *aac); + +#endif // HAVE_LIBFDK_AAC + +extern int g_aac_lib_available; + +#endif // AAC_ENCODE_H diff --git a/src/atom.h b/src/atom.h new file mode 100644 index 0000000..ad61798 --- /dev/null +++ b/src/atom.h @@ -0,0 +1,104 @@ +/* +Author: + Daniel Nöthen +Date: + August 2022 +Description: + Helper functions to create and handle atomic variables with pthreads +*/ + +#ifndef ATOM_H +#define ATOM_H +#include +#include +#include + +#define ATOM_NEW_COND(cond) atom_cond_t cond = {0, PTHREAD_MUTEX_INITIALIZER, PTHREAD_COND_INITIALIZER} +#define ATOM_NEW_INT(atom, initial_value) atom_int_t atom = {initial_value, PTHREAD_MUTEX_INITIALIZER} + +typedef struct atom_cond { + int cond; + pthread_mutex_t m; + pthread_cond_t c; +} atom_cond_t; + +typedef struct atom_int { + int val; + pthread_mutex_t m; +} atom_int_t; + +inline void atom_cond_init(atom_cond_t *cond) +{ + cond->cond = 0; + pthread_mutex_init(&cond->m, NULL); + pthread_cond_init(&cond->c, NULL); +} + +inline void atom_cond_reset(atom_cond_t *cond) +{ + pthread_mutex_lock(&cond->m); + cond->cond = 0; + pthread_mutex_unlock(&cond->m); +} + +inline void atom_cond_destroy(atom_cond_t *cond) +{ + pthread_cond_destroy(&cond->c); + pthread_mutex_destroy(&cond->m); +} + +inline void atom_cond_wait(atom_cond_t *cond) +{ + pthread_mutex_lock(&cond->m); + while (cond->cond == 0) { + pthread_cond_wait(&cond->c, &cond->m); + } + cond->cond = 0; + pthread_mutex_unlock(&cond->m); +} + +inline int atom_cond_timedwait(atom_cond_t *cond, uint32_t timeout_us) +{ + int ret; + struct timespec t = {0}; + t.tv_sec = 0; + t.tv_nsec = timeout_us * 1000; + + pthread_mutex_lock(&cond->m); + while (cond->cond == 0) { + ret = pthread_cond_timedwait(&cond->c, &cond->m, &t); + if (ret == ETIMEDOUT) { + pthread_mutex_unlock(&cond->m); + return 0; + } + } + cond->cond = 0; + pthread_mutex_unlock(&cond->m); + return 1; +} + +inline void atom_cond_signal(atom_cond_t *cond) +{ + pthread_mutex_lock(&cond->m); + cond->cond = 1; + pthread_cond_signal(&cond->c); + pthread_mutex_unlock(&cond->m); +} + +inline void atom_set_int(atom_int_t *atom, int val) +{ + pthread_mutex_lock(&atom->m); + atom->val = val; + pthread_mutex_unlock(&atom->m); +} + +inline int atom_get_int(atom_int_t *atom) +{ + int val; + pthread_mutex_lock(&atom->m); + val = atom->val; + pthread_mutex_unlock(&atom->m); + return val; +} + +#endif // ATOM_H diff --git a/src/butt.cpp b/src/butt.cpp new file mode 100644 index 0000000..23d7c74 --- /dev/null +++ b/src/butt.cpp @@ -0,0 +1,933 @@ +// butt - broadcast using this tool +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include +#include + +#include +#include +#ifdef WIN32 +#include +#define IDI_ICON 101 +#endif + +#ifndef BUILD_CLIENT +#include +#include +#if !defined(__APPLE__) && !defined(WIN32) +#include +#include +#endif + +#if defined(__APPLE__) +#include // for dirname +#include // for _NSGetExecutablePath +#include +#include "AskForMicPermission.h" +#endif +#endif // #ifndef BUILD_CLIENT + +#include "config.h" +#include "gettext.h" + +#include "butt.h" +#include "command.h" +#include "sockfuncs.h" +#ifndef BUILD_CLIENT +#include "cfg.h" +#include "port_audio.h" +#include "lame_encode.h" +#include "opus_encode.h" +#include "flac_encode.h" +#include "shoutcast.h" +#include "parseconfig.h" +#include "vu_meter.h" +#include "util.h" +#include "flgui.h" +#include "fl_funcs.h" +#include "fl_timer_funcs.h" +#include "update.h" +#include "tray_agent.h" +#ifdef WITH_RADIOCO +#include "radioco.h" +#endif +#ifdef HAVE_LIBFDK_AAC +#include "aac_encode.h" +#endif + +#include "port_midi.h" + +int g_print_debug_info = 0; + +bool recording; +bool connected; +bool streaming; +bool disconnect; +bool try_to_connect; + +int stream_socket; +double kbytes_sent; +double kbytes_written; +unsigned int record_start_hour; + +timer_ms_t rec_timer; +timer_ms_t stream_timer; + +lame_enc lame_stream; +lame_enc lame_rec; +vorbis_enc vorbis_stream; +vorbis_enc vorbis_rec; +opus_enc opus_stream; +opus_enc opus_rec; +flac_enc flac_stream; +flac_enc flac_rec; + +#ifdef HAVE_LIBFDK_AAC +aac_enc aac_stream; +aac_enc aac_rec; +aacEncOpenPtr aacEncOpen_butt; +aacEncoder_SetParamPtr aacEncoder_SetParam_butt; +aacEncoder_GetParamPtr aacEncoder_GetParam_butt; +aacEncEncodePtr aacEncEncode_butt; +aacEncInfoPtr aacEncInfo_butt; +aacEncClosePtr aacEncClose_butt; +#endif // ifdef HAVE_LIBFDK_AAC + +#endif // ifndef BUILD_CLIENT + +void print_usage(void) +{ +#ifndef BUILD_CLIENT + printf( + "Usage: butt [-h | -v | -s [name] | -u | -M | -m | -O | -o | -SLdrtqn | -c ] [-A | -U | -x] [-a ] [-p ]\n"); +#else + printf( + "Usage: butt-client [-h | -v | -s [name] | -u | -M | -m | -O | -o | -USdrtqn ] [-a ] [-p ]\n"); +#endif + fflush(stdout); +} + +#ifndef BUILD_CLIENT +void load_AAC_lib(void) +{ +#ifdef WIN32 + // Load aac library + HMODULE hModule = LoadLibrary(TEXT("libfdk-aac-2.dll")); + if (hModule != NULL) { + aacEncOpen_butt = (aacEncOpenPtr)GetProcAddress(hModule, "aacEncOpen"); + aacEncoder_SetParam_butt = (aacEncoder_SetParamPtr)GetProcAddress(hModule, "aacEncoder_SetParam"); + aacEncoder_GetParam_butt = (aacEncoder_GetParamPtr)GetProcAddress(hModule, "aacEncoder_GetParam"); + aacEncEncode_butt = (aacEncEncodePtr)GetProcAddress(hModule, "aacEncEncode"); + aacEncInfo_butt = (aacEncInfoPtr)GetProcAddress(hModule, "aacEncInfo"); + aacEncClose_butt = (aacEncClosePtr)GetProcAddress(hModule, "aacEncClose"); + g_aac_lib_available = 1; + } +#endif + +#if defined(__APPLE__) +#ifdef HAVE_LIBFDK_AAC + void *dylib = dlopen("libfdk-aac.2.dylib", RTLD_LAZY); + + if (dylib == NULL) { + dylib = dlopen("/Library/Application Support/butt/libfdk-aac.2.dylib", RTLD_LAZY); // New path since 0.1.34 + } + + if (dylib != NULL) { + // typedef AACENC_ERROR(WINAPI *aacEncOpenPtr)(HANDLE_AACENCODER*, UINT, UINT); + + aacEncOpen_butt = (aacEncOpenPtr)dlsym(dylib, "aacEncOpen"); + aacEncoder_SetParam_butt = (aacEncoder_SetParamPtr)dlsym(dylib, "aacEncoder_SetParam"); + aacEncoder_GetParam_butt = (aacEncoder_GetParamPtr)dlsym(dylib, "aacEncoder_GetParam"); + aacEncEncode_butt = (aacEncEncodePtr)dlsym(dylib, "aacEncEncode"); + aacEncInfo_butt = (aacEncInfoPtr)dlsym(dylib, "aacEncInfo"); + aacEncClose_butt = (aacEncClosePtr)dlsym(dylib, "aacEncClose"); + + g_aac_lib_available = 1; + } + + // askForMicPermission(); +#endif +#endif + +#if !defined(__APPLE__) && !defined(WIN32) // LINUX +#ifdef HAVE_LIBFDK_AAC + void *dylib = dlopen("libfdk-aac.so", RTLD_LAZY); + + if (dylib == NULL) { // Try other lib name + dylib = dlopen("libfdk-aac.so.2", RTLD_LAZY); + } + + if (dylib != NULL) { + // typedef AACENC_ERROR(WINAPI *aacEncOpenPtr)(HANDLE_AACENCODER*, UINT, UINT); + + aacEncOpen_butt = (aacEncOpenPtr)dlsym(dylib, "aacEncOpen"); + aacEncoder_SetParam_butt = (aacEncoder_SetParamPtr)dlsym(dylib, "aacEncoder_SetParam"); + aacEncoder_GetParam_butt = (aacEncoder_GetParamPtr)dlsym(dylib, "aacEncoder_GetParam"); + aacEncEncode_butt = (aacEncEncodePtr)dlsym(dylib, "aacEncEncode"); + aacEncInfo_butt = (aacEncInfoPtr)dlsym(dylib, "aacEncInfo"); + aacEncClose_butt = (aacEncClosePtr)dlsym(dylib, "aacEncClose"); + + g_aac_lib_available = 1; + } +#endif +#endif +} + +int read_cfg(void) +{ + char *p; + int shift_pressed; + + if (Fl::get_key(FL_Shift_L) || Fl::get_key(FL_Shift_R)) { + shift_pressed = 1; + } + else { + shift_pressed = 0; + } + + // Prepare configuration loading +#ifdef WIN32 + if ((cfg_path == NULL) || (shift_pressed == 1)) { + if ((p = fl_getenv("APPDATA")) == NULL) { + // If there is no "%APPDATA% we are probably in none-NT Windows + // So we save the config file to the programm directory + cfg_path = (char *)malloc(strlen(CONFIG_FILE) + 1); + strcpy(cfg_path, CONFIG_FILE); + } + else { + cfg_path = (char *)malloc((PATH_MAX + strlen(CONFIG_FILE) + 1) * sizeof(char)); + snprintf(cfg_path, PATH_MAX + strlen(CONFIG_FILE), "%s\\%s", p, CONFIG_FILE); + } + } +#else // UNIX/MacOS + if ((cfg_path == NULL) || (shift_pressed == 1)) { + if ((p = fl_getenv("HOME")) == NULL) { + fl_alert(_("No home-directory found")); + return 1; + } + else { + cfg_path = (char *)malloc((PATH_MAX + strlen(CONFIG_FILE) + 1) * sizeof(char)); + snprintf(cfg_path, PATH_MAX + strlen(CONFIG_FILE), "%s/%s", p, CONFIG_FILE); + } + } +#endif + + if (shift_pressed) { + int rc = fl_choice(_("The shift key was held down during startup.\n" + "Do you want to start butt with a new configuration file?\n" + "This will overwrite your existing configuration file at\n%s"), + 0, _("Start with old"), _("Start with new"), cfg_path); + if (rc == 2) { + if (cfg_create_default()) { + fl_alert(_("Could not create config %s\nbutt is going to close now"), cfg_path); + return 1; + } + } + } + + printf(_("Reading config %s\n"), cfg_path); + + fflush(stdout); + DEBUG_LOG("Reading config from "); + DEBUG_LOG(cfg_path); + + if (cfg_set_values(NULL) != 0) // read config file and initialize config struct + { + printf(_("Could not find config %s\n"), cfg_path); + fflush(stdout); + if (cfg_create_default()) { + fl_alert(_("Could not create config %s\nbutt is going to close now"), cfg_path); + DEBUG_LOG("Could not create default config file"); + return 1; + } + printf(_("butt created a default config at\n%s\n"), cfg_path); + fflush(stdout); + cfg_set_values(NULL); + } + + if (cfg.audio.dev_count == 0) { + DEBUG_LOG("Could not find input audio devices"); + fl_alert(_( + "Could not find any audio device with input channels.\nbutt requires at least one audio device with input channels in order to work.\nThis can either be a built-in audio device, an external audio device or a virtual audio device.\n\nbutt is going to close now.")); + return 1; + } + + return 0; +} + +void set_locale_from_system(void) +{ + setlocale(LC_CTYPE, ""); + setlocale(LC_MESSAGES, ""); + +#if defined(__APPLE__) + + char path_to_executeable[PATH_MAX]; + char path_to_locale_dir[PATH_MAX]; + + uint32_t path_len = (uint32_t)sizeof(path_to_executeable); + if (_NSGetExecutablePath(path_to_executeable, &path_len) == 0) { + char *folder_of_executable = strdup(dirname(path_to_executeable)); + snprintf(path_to_locale_dir, PATH_MAX, "%s%s", folder_of_executable, "/../Resources/locale"); + free(folder_of_executable); + } + + bindtextdomain(PACKAGE, path_to_locale_dir); + +#elif defined(WIN32) + bindtextdomain(PACKAGE, "locale"); +#else // Linux + char *p; + if ((p = fl_getenv("APPDIR")) != NULL) { // Set locale dir when launched from .AppImage + char path_to_locale_dir[PATH_MAX]; + snprintf(path_to_locale_dir, sizeof(path_to_locale_dir), "%s/usr/share/locale", p); + bindtextdomain(PACKAGE, path_to_locale_dir); + } + else { // Set locale dir to dir found by ./configure + bindtextdomain(PACKAGE, LOCALEDIR); + } +#endif + + textdomain(PACKAGE); + bind_textdomain_codeset(PACKAGE, "UTF-8"); +} + +void set_locale_from_config(void) +{ + int lang; + static char env_str[32]; + + setlocale(LC_CTYPE, ""); + setlocale(LC_MESSAGES, ""); + snprintf(env_str, sizeof(env_str), "LANG=%s", cfg.gui.lang_str); + putenv(env_str); + + snprintf(env_str, sizeof(env_str), "LANGUAGE=%s", cfg.gui.lang_str); + putenv(env_str); + +#if defined(__APPLE__) + char path_to_executeable[PATH_MAX]; + char path_to_locale_dir[PATH_MAX]; + + uint32_t path_len = (uint32_t)sizeof(path_to_executeable); + if (_NSGetExecutablePath(path_to_executeable, &path_len) == 0) { + char *folder_of_executable = strdup(dirname(path_to_executeable)); + snprintf(path_to_locale_dir, PATH_MAX, "%s%s", folder_of_executable, "/../Resources/locale"); + printf("%s\n", path_to_locale_dir); + free(folder_of_executable); + } + + bindtextdomain(PACKAGE, path_to_locale_dir); +#elif defined(WIN32) + bindtextdomain(PACKAGE, "locale"); +#else // Linux + char *p; + if ((p = fl_getenv("APPDIR")) != NULL) { // Set locale dir when launched from .AppImage + char path_to_locale_dir[PATH_MAX]; + snprintf(path_to_locale_dir, sizeof(path_to_locale_dir), "%s/usr/share/locale", p); + bindtextdomain(PACKAGE, path_to_locale_dir); + } + else { // Set locale dir to dir found by ./configure + bindtextdomain(PACKAGE, LOCALEDIR); + } +#endif + + textdomain(PACKAGE); + bind_textdomain_codeset(PACKAGE, "UTF-8"); +} +#endif // BUILD_CLIENT + +int get_threshold_from_args(char opt, char *optarg, command_t *command) +{ + float threshold = atof(optarg); + if (threshold < 0) { + printf(_("Illegal argument: Threshold must be a non-negative number\n")); + fflush(stdout); + } + else { + switch (opt) { + case 'M': + command->cmd = CMD_SET_STREAM_SIGNAL_THRESHOLD; + break; + case 'm': + command->cmd = CMD_SET_STREAM_SILENCE_THRESHOLD; + break; + case 'O': + command->cmd = CMD_SET_RECORD_SIGNAL_THRESHOLD; + break; + case 'o': + command->cmd = CMD_SET_RECORD_SILENCE_THRESHOLD; + break; + default: + printf("Internal error: Illegal value for \"opt\"\n"); + return -1; + } + command->param_size = sizeof(float); + command->param = (float *)malloc(command->param_size); + *((float *)command->param) = threshold; + printf(_("%c threshold set to %0.1f\n"), opt, threshold); + } + return threshold; +} + +int main(int argc, char *argv[]) +{ + DEBUG_LOG("Starting BUTT"); + char lcd_buf[33]; + char info_buf[256]; + int opt; + int port = 1256; + int search_port = 1; + int skip_opening_audio_device = 0; + int server_mode = SERVER_MODE_LOCAL; + sock_proto_t command_proto = SOCK_PROTO_TCP; + char server_addr[128]; + uint32_t song_len; + + srand(time(NULL)); + +#ifndef BUILD_CLIENT + + cfg_path = NULL; + // Activate support for multi threading + Fl::lock(); +#endif + + command_t command; + command.cmd = CMD_EMPTY; + command.param_size = 0; + command.param = NULL; + + snprintf(server_addr, sizeof(server_addr), "%s", "127.0.0.1"); + +#ifndef WIN32 + // ignore the SIGPIPE signal. (In case the server closes the connection unexpected) + signal(SIGPIPE, SIG_IGN); +#endif + +#ifndef BUILD_CLIENT +#ifdef ENABLE_NLS + DEBUG_LOG("Setting up locale"); + set_locale_from_system(); +#endif +#endif + + DEBUG_LOG("Init sockets"); + sock_init(); + +#ifdef BUILD_CLIENT + if (argc < 2) { + print_usage(); + } +#endif + + // Parse command line parameters + DEBUG_LOG("Parsing command line parameters"); + while ((opt = getopt(argc, argv, ":vhc:AULxs:drtnqu:a:p:SM:m:O:o:")) != -1) { + switch (opt) { +#ifndef BUILD_CLIENT + case 'A': + server_mode = SERVER_MODE_ALL; + break; + case 'x': + server_mode = SERVER_MODE_OFF; + break; + case 'c': + cfg_path = (char *)malloc((strlen(optarg) + 1) * sizeof(char)); + strcpy(cfg_path, optarg); + break; + case 'L': + snd_print_devices(); + return 0; + break; +#endif + case 'U': + command_proto = SOCK_PROTO_UDP; + break; + case 'p': + port = atoi(optarg); + if (port < 1024 || port > 65535) { + printf(_("Illegal argument: Port must be a number between 1023 and 65535\n")); + fflush(stdout); + return 1; + } + search_port = 0; + break; + case 's': + if (command.cmd != CMD_EMPTY) { + printf(_("Warning: You may only pass one control option. Option -%c has been ignored.\n"), opt); + break; + } + command.cmd = CMD_CONNECT; + command.param_size = (uint32_t)strlen(optarg) + 1; + command.param = (char *)malloc(command.param_size); + sprintf((char *)command.param, "%s", optarg); + break; + case 'd': + if (command.cmd != CMD_EMPTY) { + printf(_("Warning: You may only pass one control option. Option -%c has been ignored.\n"), opt); + break; + } + command.cmd = CMD_DISCONNECT; + break; + case 'r': + if (command.cmd != CMD_EMPTY) { + printf(_("Warning: You may only pass one control option. Option -%c has been ignored.\n"), opt); + break; + } + command.cmd = CMD_START_RECORDING; + break; + case 't': + if (command.cmd != CMD_EMPTY) { + printf(_("Warning: You may only pass one control option. Option -%c has been ignored.\n"), opt); + break; + } + command.cmd = CMD_STOP_RECORDING; + break; + case 'n': + if (command.cmd != CMD_EMPTY) { + printf(_("Warning: You may only pass one control option. Option -%c has been ignored.\n"), opt); + break; + } + command.cmd = CMD_SPLIT_RECORDING; + break; + case 'q': + if (command.cmd != CMD_EMPTY) { + printf(_("Warning: You may only pass one control option. Option -%c has been ignored.\n"), opt); + break; + } + command.cmd = CMD_QUIT; + break; + case 'v': + printf("%s %s\n", argv[0], VERSION); + fflush(stdout); + return 0; + case 'u': + if (command.cmd != CMD_EMPTY) { + printf(_("Warning: You may only pass one control option. Option -%c has been ignored.\n"), opt); + break; + } + song_len = strlen(optarg) + 1; + if (song_len > 1000) { + song_len = 1000; + } + + command.cmd = CMD_UPDATE_SONGNAME; + command.param_size = song_len; + command.param = (char *)malloc(command.param_size); + sprintf((char *)command.param, "%s", optarg); + break; + case 'a': + memset(server_addr, 0, sizeof(server_addr)); + snprintf(server_addr, sizeof(server_addr), "%s", optarg); + break; + case 'S': + if (command.cmd != CMD_EMPTY) { + printf(_("Warning: You may only pass one control option. Option -%c has been ignored.\n"), opt); + break; + } + command.cmd = CMD_GET_STATUS; + break; + case 'M': + case 'm': + case 'O': + case 'o': + if (command.cmd != CMD_EMPTY) { + printf(_("Warning: You may only pass one control option. Option -%c has been ignored.\n"), opt); + break; + } + if (get_threshold_from_args(opt, optarg, &command) < 0) { + return 1; + } + break; + case 'h': + print_usage(); + printf(_("\nOptions:\n" + "-h\tPrint this help text\n" + "-v\tPrint version information\n")); +#ifndef BUILD_CLIENT + printf(_("\nOptions for operating mode:\n" + "-c\tPath to configuration file\n" + "-L\tPrint available audio devices\n" + "-A\tCommand server will be accessible from your network/internet (default: localhost only)\n" + "-U\tCommand server will use UDP instead of TCP\n" + "-x\tDo not start a command server\n" + "-p\tPort where the command server shall listen to (default: 1256)\n")); +#endif + + printf(_("\nOptions for control mode:\n" + "-s\tConnect to streaming server\n" + "-d\tDisconnect from streaming server\n" + "-r\tStart recording\n" + "-t\tStop recording\n" + "-n\tSplit recording\n" + "-q\tQuit butt\n" + "-u\tupdate song name\n" + "-S\tRequest status\n" + "-M\tSet streaming signal threshold (seconds)\n" + "-m\tSet streaming silence threshold (seconds)\n" + "-O\tSet recording signal threshold (seconds)\n" + "-o\tSet recording silence threshold (seconds)\n" + "-U\tConnect via UDP instead of TCP\n" + "-a\tAddress of the butt instance to be controlled (default: 127.0.0.1)\n" + "-p\tPort of the butt instance to be controlled (default: 1256)\n")); + fflush(stdout); + return 0; + case '?': + printf(_("Illegal option -%c.\nType butt -h to get a list of supported options.\n"), optopt); + print_usage(); + return 1; + case ':': + if (optopt == 's') { // Handle connect option without argument + if (command.cmd != CMD_EMPTY) { + printf(_("Warning: You may only pass one control option. Option -%c has been ignored.\n"), optopt); + break; + } + command.cmd = CMD_CONNECT; + break; + } + printf(_("Option -%c requires an argument\n"), optopt); + print_usage(); + return 1; + default: + printf(_("Command line parsing failed\n")); + print_usage(); + return 1; + } + } + + // Handle commands + if (command.cmd != CMD_EMPTY) { + int ret; +#ifndef BUILD_CLIENT + if (cfg_path != NULL) { + free(cfg_path); + } +#endif + + ret = command_send_cmd(command, server_addr, port, command_proto); + + if (command.param != NULL) { + free(command.param); + } + + switch (ret) { + case CMD_ERR_CONNECT: + printf(_("No butt instance running on %s at port %d\n"), server_addr, port); + fflush(stdout); + return 1; + break; + case CMD_ERR_SEND_CMD: + printf(_("Error while sending command\n")); + fflush(stdout); + return 1; + break; + case CMD_ERR_RECV_RESPONSE: + printf(_("Error: Did not receive response packet\n")); + fflush(stdout); + return 1; + break; + default: + break; + } + + if (command.cmd == CMD_GET_STATUS) { + status_packet_t status_packet; + + ret = command_recv_status_reply(&status_packet, command_proto); + if (ret == SOCK_ERR_RECV) { + printf(_("Error: You may only request one status packet per second\n")); + return 1; + } + if (ret == CMD_ERR_RECV_STATUS) { + printf(_("Error: Did not receive status packet (UDP server not running?)\n")); + return 1; + } + if (ret < 0) { + printf(_("Network error while receiving status packet: %d\n"), ret); + return 1; + } + else if (ret == 0) { + printf(_("Error: Client and server versions do not match\n")); + return 1; + } + else if (ret > 0) { + int connected = (status_packet.status & (1 << STATUS_CONNECTED)) > 0; + int connecting = (status_packet.status & (1 << STATUS_CONNECTING)) > 0; + int recording = (status_packet.status & (1 << STATUS_RECORDING)) > 0; + int signal = (status_packet.status & (1 << STATUS_SIGNAL_DETECTED)) > 0; + int silence = (status_packet.status & (1 << STATUS_SILENCE_DETECTED)) > 0; + int is_extended_packet = (status_packet.status & (1 << STATUS_EXTENDED_PACKET)) > 0; + + printf(_("connected: %d\nconnecting: %d\nrecording: %d\nsignal present: %d\nsignal absent: %d\n"), connected, connecting, recording, signal, + silence); + fflush(stdout); + + if (is_extended_packet == 1) { + printf(_("stream seconds: %lu\n"), (unsigned long)status_packet.stream_seconds); + printf(_("stream kBytes: %lu\n"), (unsigned long)status_packet.stream_kByte); + printf(_("record seconds: %lu\n"), (unsigned long)status_packet.record_seconds); + printf(_("record kBytes: %lu\n"), (unsigned long)status_packet.record_kByte); + printf(_("volume left: %0.1f\n"), status_packet.volume_left / 10.0); + printf(_("volume right: %0.1f\n"), status_packet.volume_right / 10.0); + printf(_("song: %s\n"), status_packet.song); + printf(_("record path: %s\n"), status_packet.rec_path); + printf(_("listeners: %d\n"), status_packet.listener_count); + fflush(stdout); + free(status_packet.song); + free(status_packet.rec_path); + } + } + } + + return 0; + } + DEBUG_LOG("Parsing done"); + +#ifndef BUILD_CLIENT + if (Fl::get_key(FL_Control_L) || Fl::get_key(FL_Control_R)) { + fl_alert(_("The control key was held down during startup.\n" + "butt will start without opening an audio device.\n" + "Please select your preferred audio device in settings->audio")); + + skip_opening_audio_device = 1; + } + + DEBUG_LOG("Init audio subsystem"); + if (snd_init() != 0) { + fl_alert(_("PortAudio init failed\nbutt is going to close now")); + return 1; + } + + DEBUG_LOG("Trying to load AAC "); + load_AAC_lib(); + + DEBUG_LOG("Reading config"); + if (read_cfg() != 0) { + DEBUG_LOG("Failed to read config"); + return 1; + } + + DEBUG_LOG("Init DSP modules"); + snd_init_dsp(); + +#ifdef ENABLE_NLS + if (strcmp(cfg.gui.lang_str, "system") != 0) { + set_locale_from_config(); + } +#endif + +#if !defined(__APPLE__) && !defined(WIN32) // LINUX + Fl_File_Icon::load_system_icons(); + FL_NORMAL_SIZE = 12; +#endif + + DEBUG_LOG("Setting up GUI"); + fl_g = new flgui(); + fl_g->window_main->xclass("butt_FLTK"); + + DEBUG_LOG("Showing GUI"); + fl_g->window_main->show(); + fl_font(fl_font(), 10); + + strcpy(lcd_buf, _("idle")); + print_lcd(lcd_buf, strlen(lcd_buf), -2, 1); + fl_g->label_current_listeners->hide(); + +#ifdef WIN32 + DEBUG_LOG("Loading icons"); + fl_g->window_main->icon((char *)LoadIcon(fl_display, MAKEINTRESOURCE(IDI_ICON))); + // The fltk icon code above only loads the default icon. + // Here, once the window is shown, we can assign + // additional icons, just to make things look a bit nicer. + HANDLE bigicon = LoadImage(GetModuleHandle(0), MAKEINTRESOURCE(IDI_ICON), IMAGE_ICON, 32, 32, 0); + SendMessage(fl_xid(fl_g->window_main), WM_SETICON, ICON_BIG, (LPARAM)bigicon); + HANDLE smallicon = LoadImage(GetModuleHandle(0), MAKEINTRESOURCE(IDI_ICON), IMAGE_ICON, 16, 16, 0); + SendMessage(fl_xid(fl_g->window_main), WM_SETICON, ICON_SMALL, (LPARAM)smallicon); +#endif + +#ifndef BUILD_CLIENT +#if defined(__APPLE__) + DEBUG_LOG("Asking for mic permission"); + askForMicPermission(); +#endif +#endif + + lame_stream.gfp = NULL; + lame_rec.gfp = NULL; + flac_rec.encoder = NULL; + flac_stream.encoder = NULL; +#ifdef HAVE_LIBFDK_AAC + aac_stream.handle = NULL; + aac_rec.handle = NULL; +#endif + + snprintf(info_buf, sizeof(info_buf), + _("Starting %s\nWritten by Daniel Nöthen\n" + "iPhone/iPad client: https://izicast.de\n" + "Donate: paypal@danielnoethen.de\n"), + PACKAGE_STRING); + print_info(info_buf, 0); + + DEBUG_LOG("Init GUI and audio"); + init_main_gui_and_audio(); + if ((skip_opening_audio_device == 0) && (snd_open_streams() != 0)) { + DEBUG_LOG("Error opening audio stream"); + DEBUG_LOG("Trying system default audio device"); + cfg.audio.dev_num = 0; + cfg.audio.dev_name = (char *)realloc(cfg.audio.dev_name, strlen(_("Default PCM device (default)")) + 1); + strcpy(cfg.audio.dev_name, _("Default PCM device (default)")); + + cfg.audio.dev2_num = -1; + cfg.audio.dev2_name = (char *)realloc(cfg.audio.dev2_name, strlen(_("None")) + 1); + strcpy(cfg.audio.dev2_name, _("None")); + + if (snd_open_streams() != 0) { + fl_alert(_("Could not open audio device.\nPlease select your preferred audio device in settings->audio")); + } + else { + fl_alert(_("butt could not open previously used audio device.\nThe system default audio device will be used.\n")); + } + } + vu_init(); + + DEBUG_LOG("Initializing timers"); + Fl::add_timeout(5, &display_rotate_timer); + Fl::add_timeout(0.25, &cmd_timer); + Fl::add_timeout(0, &rotate_sponsor_logo_timer); + + if (cfg.main.connect_at_startup) { + button_connect_cb(); + } + else if (cfg.main.signal_detection == 1 && cfg.main.signal_threshold > 0) { + Fl::add_timeout(1, &stream_signal_timer); + } + + if (cfg.rec.rec_after_launch && !recording) { + button_record_cb(false); + } + else if (cfg.rec.signal_detection == 1 && cfg.rec.signal_threshold > 0) { + Fl::add_timeout(1, &record_signal_timer); + } + + if (server_mode != SERVER_MODE_OFF) { + int command_port = command_start_server(port, search_port, server_mode, command_proto); + if (command_port > 0) { + snprintf(info_buf, sizeof(info_buf), _("Command server listening on port %d\n"), command_port); + printf("%s", info_buf); + fflush(stdout); + // print_info(info_buf, 0); + } + else { + printf("ret command_start_server: %d\n", command_port); + snprintf(info_buf, sizeof(info_buf), _("Warning: could not start command server on port %d\n"), port); + printf("%s", info_buf); + fflush(stdout); + print_info(info_buf, 0); + } + } + + DEBUG_LOG("Checking for available updates"); + if (cfg.main.check_for_update) { + int rc; + char uri[100]; + char *new_version; + int ret = update_check_for_new_version(); + + if (ret == UPDATE_NEW_VERSION) { + new_version = update_get_version(); + rc = fl_choice(_("New version available: %s\nYou have version %s"), _("Don't ask again"), _("Cancel"), _("Get new version"), new_version, VERSION); + if (rc == 0) { + cfg.main.check_for_update = 0; + } + if (rc == 2) { + snprintf(uri, sizeof(uri) - 1, "https://danielnoethen.de/butt/index.html#_download"); + fl_open_uri(uri); + } + } + } + + DEBUG_LOG("Init MIDI module"); + PmError midi_result = midi_init(); + if (midi_result == 0) { + if (strcmp(cfg.midi.dev_name, "Disabled") != 0) { + if (midi_open_device(cfg.midi.dev_name) == 0) { + midi_start_polling(); + } + } + } + else { + snprintf(info_buf, sizeof(info_buf), _("Could not initialize PortMidi: %s"), Pm_GetErrorText(midi_result)); + print_info(info_buf, 1); + } + + DEBUG_LOG("Fill widgets with config data"); + fill_cfg_widgets(); + +#ifdef WIN32 + if (cfg.main.minimize_to_tray == 1) { + fl_g->window_main->minimize_to_tray = true; + } + + if (cfg.main.start_agent == 1) { + if ((tray_agent_start() == 0) && (cfg.gui.start_minimized == 0)) { + tray_agent_send_cmd(TA_START); + } + } + +#else + fl_g->group_agent->deactivate(); +#endif + +#ifndef WITH_RADIOCO + fl_g->radio_add_srv_radioco->hide(); +#endif + +#ifndef HAVE_LIBDATACHANNEL + fl_g->radio_add_srv_webrtc->deactivate(); + fl_g->radio_add_srv_webrtc->tooltip(_("butt was built without WebRTC support")); +#endif + + if (cfg.gui.start_minimized == 1) { + DEBUG_LOG("Starting minimized"); + fl_g->window_main->iconize(); + } + + // Make sure input field callbacks are called when the Enter key is pressed or when the field is released. + // Unfortunately this can not be configured in fluid, so we have to do it here. + fl_g->input_gui_vu_mid_range_start->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_gui_vu_high_range_start->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_cfg_silence->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_cfg_signal->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_rec_signal->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_rec_silence->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_gui_listeners_update_rate->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_rec_filename->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_stream_mp3_lowpass_freq->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_stream_mp3_lowpass_width->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_stream_mp3_highpass_freq->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_stream_mp3_highpass_width->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_rec_mp3_lowpass_freq->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_rec_mp3_lowpass_width->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_rec_mp3_highpass_freq->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + fl_g->input_rec_mp3_highpass_width->when(FL_WHEN_ENTER_KEY | FL_WHEN_RELEASE); + + DEBUG_LOG("Launching final event handler"); + return GUI_LOOP(); + +#endif // BUILD_CLIENT +} diff --git a/src/butt.h b/src/butt.h new file mode 100644 index 0000000..e7cede0 --- /dev/null +++ b/src/butt.h @@ -0,0 +1,71 @@ +// butt - broadcast using this tool +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef BUTT_H +#define BUTT_H + +#include "config.h" + +#ifdef BUILD_CLIENT + #define DEBUG_LOG(str) "" +#endif + +#ifndef BUILD_CLIENT +#include "timer.h" +#include "lame_encode.h" +#include "vorbis_encode.h" +#include "opus_encode.h" +#include "flac_encode.h" +#include "aac_encode.h" +#include "fl_funcs.h" + +extern int g_print_debug_info; +#define DEBUG_LOG(str) \ + do { \ + if (g_print_debug_info == 1) { \ + write_log(str, "butt_debug.txt"); \ + } \ + } while (0) + +extern bool recording; // TRUE if butt is recording +extern bool connected; // TRUE if butt is connected to server +extern bool disconnect; // TRUE if butt should disconnect +extern bool streaming; +extern bool try_to_connect; + +extern int stream_socket; +extern double kbytes_sent; +extern double kbytes_written; + +extern unsigned int record_start_hour; // the hour when last recording started + +extern timer_ms_t rec_timer; +extern timer_ms_t stream_timer; + +extern lame_enc lame_stream; +extern lame_enc lame_rec; +extern vorbis_enc vorbis_stream; +extern vorbis_enc vorbis_rec; +extern opus_enc opus_stream; +extern opus_enc opus_rec; +extern flac_enc flac_rec; +extern flac_enc flac_stream; +#ifdef HAVE_LIBFDK_AAC +extern aac_enc aac_stream; +extern aac_enc aac_rec; +#endif + +#endif // #ifndef BUILD_CLIENT +#endif // #ifndef BUTT_H diff --git a/src/butt.manifest b/src/butt.manifest new file mode 100644 index 0000000..78f3d65 --- /dev/null +++ b/src/butt.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/cJSON.cpp b/src/cJSON.cpp new file mode 100644 index 0000000..95289aa --- /dev/null +++ b/src/cJSON.cpp @@ -0,0 +1,2781 @@ +/* + Copyright (c) 2009-2017 Dave Gamble and cJSON contributors + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. +*/ + +/* cJSON */ +/* JSON parser in C. */ + +/* disable warnings about old C89 functions in MSVC */ +#if !defined(_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) +#define _CRT_SECURE_NO_DEPRECATE +#endif + +#ifdef __GNUC__ +#pragma GCC visibility push(default) +#endif +#if defined(_MSC_VER) +#pragma warning(push) +/* disable warning about single line comments in system headers */ +#pragma warning(disable : 4001) +#endif + +#include +#include +#include +#include +#include +#include +#include + +#ifdef ENABLE_LOCALES +#include +#endif + +#if defined(_MSC_VER) +#pragma warning(pop) +#endif +#ifdef __GNUC__ +#pragma GCC visibility pop +#endif + +#include "cJSON.h" + +/* define our own boolean type */ +#ifdef true +#undef true +#endif +#define true ((cJSON_bool)1) + +#ifdef false +#undef false +#endif +#define false ((cJSON_bool)0) + +/* define isnan and isinf for ANSI C, if in C99 or above, isnan and isinf has been defined in math.h */ +#ifndef isinf +#define isinf(d) (isnan((d - d)) && !isnan(d)) +#endif +#ifndef isnan +#define isnan(d) (d != d) +#endif + +#ifndef NAN +#ifdef _WIN32 +#define NAN sqrt(-1.0) +#else +#define NAN 0.0 / 0.0 +#endif +#endif + +typedef struct { + const unsigned char *json; + size_t position; +} error; +static error global_error = {NULL, 0}; + +CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void) +{ + return (const char *)(global_error.json + global_error.position); +} + +CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON *const item) +{ + if (!cJSON_IsString(item)) { + return NULL; + } + + return item->valuestring; +} + +CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON *const item) +{ + if (!cJSON_IsNumber(item)) { + return (double)NAN; + } + + return item->valuedouble; +} + +/* This is a safeguard to prevent copy-pasters from using incompatible C and header files */ +#if (CJSON_VERSION_MAJOR != 1) || (CJSON_VERSION_MINOR != 7) || (CJSON_VERSION_PATCH != 15) +#error cJSON.h and cJSON.c have different versions. Make sure that both have the same. +#endif + +CJSON_PUBLIC(const char *) cJSON_Version(void) +{ + static char version[15]; + sprintf(version, "%i.%i.%i", CJSON_VERSION_MAJOR, CJSON_VERSION_MINOR, CJSON_VERSION_PATCH); + + return version; +} + +/* Case insensitive string comparison, doesn't consider two NULL pointers equal though */ +static int case_insensitive_strcmp(const unsigned char *string1, const unsigned char *string2) +{ + if ((string1 == NULL) || (string2 == NULL)) { + return 1; + } + + if (string1 == string2) { + return 0; + } + + for (; tolower(*string1) == tolower(*string2); (void)string1++, string2++) { + if (*string1 == '\0') { + return 0; + } + } + + return tolower(*string1) - tolower(*string2); +} + +typedef struct internal_hooks { + void *(CJSON_CDECL *allocate)(size_t size); + void(CJSON_CDECL *deallocate)(void *pointer); + void *(CJSON_CDECL *reallocate)(void *pointer, size_t size); +} internal_hooks; + +#if defined(_MSC_VER) +/* work around MSVC error C2322: '...' address of dllimport '...' is not static */ +static void *CJSON_CDECL internal_malloc(size_t size) +{ + return malloc(size); +} +static void CJSON_CDECL internal_free(void *pointer) +{ + free(pointer); +} +static void *CJSON_CDECL internal_realloc(void *pointer, size_t size) +{ + return realloc(pointer, size); +} +#else +#define internal_malloc malloc +#define internal_free free +#define internal_realloc realloc +#endif + +/* strlen of character literals resolved at compile time */ +#define static_strlen(string_literal) (sizeof(string_literal) - sizeof("")) + +static internal_hooks global_hooks = {internal_malloc, internal_free, internal_realloc}; + +static unsigned char *cJSON_strdup(const unsigned char *string, const internal_hooks *const hooks) +{ + size_t length = 0; + unsigned char *copy = NULL; + + if (string == NULL) { + return NULL; + } + + length = strlen((const char *)string) + sizeof(""); + copy = (unsigned char *)hooks->allocate(length); + if (copy == NULL) { + return NULL; + } + memcpy(copy, string, length); + + return copy; +} + +CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks *hooks) +{ + if (hooks == NULL) { + /* Reset hooks */ + global_hooks.allocate = malloc; + global_hooks.deallocate = free; + global_hooks.reallocate = realloc; + return; + } + + global_hooks.allocate = malloc; + if (hooks->malloc_fn != NULL) { + global_hooks.allocate = hooks->malloc_fn; + } + + global_hooks.deallocate = free; + if (hooks->free_fn != NULL) { + global_hooks.deallocate = hooks->free_fn; + } + + /* use realloc only if both free and malloc are used */ + global_hooks.reallocate = NULL; + if ((global_hooks.allocate == malloc) && (global_hooks.deallocate == free)) { + global_hooks.reallocate = realloc; + } +} + +/* Internal constructor. */ +static cJSON *cJSON_New_Item(const internal_hooks *const hooks) +{ + cJSON *node = (cJSON *)hooks->allocate(sizeof(cJSON)); + if (node) { + memset(node, '\0', sizeof(cJSON)); + } + + return node; +} + +/* Delete a cJSON structure. */ +CJSON_PUBLIC(void) cJSON_Delete(cJSON *item) +{ + cJSON *next = NULL; + while (item != NULL) { + next = item->next; + if (!(item->type & cJSON_IsReference) && (item->child != NULL)) { + cJSON_Delete(item->child); + } + if (!(item->type & cJSON_IsReference) && (item->valuestring != NULL)) { + global_hooks.deallocate(item->valuestring); + } + if (!(item->type & cJSON_StringIsConst) && (item->string != NULL)) { + global_hooks.deallocate(item->string); + } + global_hooks.deallocate(item); + item = next; + } +} + +/* get the decimal point character of the current locale */ +static unsigned char get_decimal_point(void) +{ +#ifdef ENABLE_LOCALES + struct lconv *lconv = localeconv(); + return (unsigned char)lconv->decimal_point[0]; +#else + return '.'; +#endif +} + +typedef struct { + const unsigned char *content; + size_t length; + size_t offset; + size_t depth; /* How deeply nested (in arrays/objects) is the input at the current offset. */ + internal_hooks hooks; +} parse_buffer; + +/* check if the given size is left to read in a given parse buffer (starting with 1) */ +#define can_read(buffer, size) ((buffer != NULL) && (((buffer)->offset + size) <= (buffer)->length)) +/* check if the buffer can be accessed at the given index (starting with 0) */ +#define can_access_at_index(buffer, index) ((buffer != NULL) && (((buffer)->offset + index) < (buffer)->length)) +#define cannot_access_at_index(buffer, index) (!can_access_at_index(buffer, index)) +/* get a pointer to the buffer at the position */ +#define buffer_at_offset(buffer) ((buffer)->content + (buffer)->offset) + +/* Parse the input text to generate a number, and populate the result into item. */ +static cJSON_bool parse_number(cJSON *const item, parse_buffer *const input_buffer) +{ + double number = 0; + unsigned char *after_end = NULL; + unsigned char number_c_string[64]; + unsigned char decimal_point = get_decimal_point(); + size_t i = 0; + + if ((input_buffer == NULL) || (input_buffer->content == NULL)) { + return false; + } + + /* copy the number into a temporary buffer and replace '.' with the decimal point + * of the current locale (for strtod) + * This also takes care of '\0' not necessarily being available for marking the end of the input */ + for (i = 0; (i < (sizeof(number_c_string) - 1)) && can_access_at_index(input_buffer, i); i++) { + switch (buffer_at_offset(input_buffer)[i]) { + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': + case '+': + case '-': + case 'e': + case 'E': + number_c_string[i] = buffer_at_offset(input_buffer)[i]; + break; + + case '.': + number_c_string[i] = decimal_point; + break; + + default: + goto loop_end; + } + } +loop_end: + number_c_string[i] = '\0'; + + number = strtod((const char *)number_c_string, (char **)&after_end); + if (number_c_string == after_end) { + return false; /* parse_error */ + } + + item->valuedouble = number; + + /* use saturation in case of overflow */ + if (number >= INT_MAX) { + item->valueint = INT_MAX; + } + else if (number <= (double)INT_MIN) { + item->valueint = INT_MIN; + } + else { + item->valueint = (int)number; + } + + item->type = cJSON_Number; + + input_buffer->offset += (size_t)(after_end - number_c_string); + return true; +} + +/* don't ask me, but the original cJSON_SetNumberValue returns an integer or double */ +CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) +{ + if (number >= INT_MAX) { + object->valueint = INT_MAX; + } + else if (number <= (double)INT_MIN) { + object->valueint = INT_MIN; + } + else { + object->valueint = (int)number; + } + + return object->valuedouble = number; +} + +CJSON_PUBLIC(char *) cJSON_SetValuestring(cJSON *object, const char *valuestring) +{ + char *copy = NULL; + /* if object's type is not cJSON_String or is cJSON_IsReference, it should not set valuestring */ + if (!(object->type & cJSON_String) || (object->type & cJSON_IsReference)) { + return NULL; + } + if (strlen(valuestring) <= strlen(object->valuestring)) { + strcpy(object->valuestring, valuestring); + return object->valuestring; + } + copy = (char *)cJSON_strdup((const unsigned char *)valuestring, &global_hooks); + if (copy == NULL) { + return NULL; + } + if (object->valuestring != NULL) { + cJSON_free(object->valuestring); + } + object->valuestring = copy; + + return copy; +} + +typedef struct { + unsigned char *buffer; + size_t length; + size_t offset; + size_t depth; /* current nesting depth (for formatted printing) */ + cJSON_bool noalloc; + cJSON_bool format; /* is this print a formatted print */ + internal_hooks hooks; +} printbuffer; + +/* realloc printbuffer if necessary to have at least "needed" bytes more */ +static unsigned char *ensure(printbuffer *const p, size_t needed) +{ + unsigned char *newbuffer = NULL; + size_t newsize = 0; + + if ((p == NULL) || (p->buffer == NULL)) { + return NULL; + } + + if ((p->length > 0) && (p->offset >= p->length)) { + /* make sure that offset is valid */ + return NULL; + } + + if (needed > INT_MAX) { + /* sizes bigger than INT_MAX are currently not supported */ + return NULL; + } + + needed += p->offset + 1; + if (needed <= p->length) { + return p->buffer + p->offset; + } + + if (p->noalloc) { + return NULL; + } + + /* calculate new buffer size */ + if (needed > (INT_MAX / 2)) { + /* overflow of int, use INT_MAX if possible */ + if (needed <= INT_MAX) { + newsize = INT_MAX; + } + else { + return NULL; + } + } + else { + newsize = needed * 2; + } + + if (p->hooks.reallocate != NULL) { + /* reallocate with realloc if available */ + newbuffer = (unsigned char *)p->hooks.reallocate(p->buffer, newsize); + if (newbuffer == NULL) { + p->hooks.deallocate(p->buffer); + p->length = 0; + p->buffer = NULL; + + return NULL; + } + } + else { + /* otherwise reallocate manually */ + newbuffer = (unsigned char *)p->hooks.allocate(newsize); + if (!newbuffer) { + p->hooks.deallocate(p->buffer); + p->length = 0; + p->buffer = NULL; + + return NULL; + } + + memcpy(newbuffer, p->buffer, p->offset + 1); + p->hooks.deallocate(p->buffer); + } + p->length = newsize; + p->buffer = newbuffer; + + return newbuffer + p->offset; +} + +/* calculate the new length of the string in a printbuffer and update the offset */ +static void update_offset(printbuffer *const buffer) +{ + const unsigned char *buffer_pointer = NULL; + if ((buffer == NULL) || (buffer->buffer == NULL)) { + return; + } + buffer_pointer = buffer->buffer + buffer->offset; + + buffer->offset += strlen((const char *)buffer_pointer); +} + +/* securely comparison of floating-point variables */ +static cJSON_bool compare_double(double a, double b) +{ + double maxVal = fabs(a) > fabs(b) ? fabs(a) : fabs(b); + return (fabs(a - b) <= maxVal * DBL_EPSILON); +} + +/* Render the number nicely from the given item into a string. */ +static cJSON_bool print_number(const cJSON *const item, printbuffer *const output_buffer) +{ + unsigned char *output_pointer = NULL; + double d = item->valuedouble; + int length = 0; + size_t i = 0; + unsigned char number_buffer[26] = {0}; /* temporary buffer to print the number into */ + unsigned char decimal_point = get_decimal_point(); + double test = 0.0; + + if (output_buffer == NULL) { + return false; + } + + /* This checks for NaN and Infinity */ + if (isnan(d) || isinf(d)) { + length = sprintf((char *)number_buffer, "null"); + } + else { + /* Try 15 decimal places of precision to avoid nonsignificant nonzero digits */ + length = sprintf((char *)number_buffer, "%1.15g", d); + + /* Check whether the original double can be recovered */ + if ((sscanf((char *)number_buffer, "%lg", &test) != 1) || !compare_double((double)test, d)) { + /* If not, print with 17 decimal places of precision */ + length = sprintf((char *)number_buffer, "%1.17g", d); + } + } + + /* sprintf failed or buffer overrun occurred */ + if ((length < 0) || (length > (int)(sizeof(number_buffer) - 1))) { + return false; + } + + /* reserve appropriate space in the output */ + output_pointer = ensure(output_buffer, (size_t)length + sizeof("")); + if (output_pointer == NULL) { + return false; + } + + /* copy the printed number to the output and replace locale + * dependent decimal point with '.' */ + for (i = 0; i < ((size_t)length); i++) { + if (number_buffer[i] == decimal_point) { + output_pointer[i] = '.'; + continue; + } + + output_pointer[i] = number_buffer[i]; + } + output_pointer[i] = '\0'; + + output_buffer->offset += (size_t)length; + + return true; +} + +/* parse 4 digit hexadecimal number */ +static unsigned parse_hex4(const unsigned char *const input) +{ + unsigned int h = 0; + size_t i = 0; + + for (i = 0; i < 4; i++) { + /* parse digit */ + if ((input[i] >= '0') && (input[i] <= '9')) { + h += (unsigned int)input[i] - '0'; + } + else if ((input[i] >= 'A') && (input[i] <= 'F')) { + h += (unsigned int)10 + input[i] - 'A'; + } + else if ((input[i] >= 'a') && (input[i] <= 'f')) { + h += (unsigned int)10 + input[i] - 'a'; + } + else /* invalid */ + { + return 0; + } + + if (i < 3) { + /* shift left to make place for the next nibble */ + h = h << 4; + } + } + + return h; +} + +/* converts a UTF-16 literal to UTF-8 + * A literal can be one or two sequences of the form \uXXXX */ +static unsigned char utf16_literal_to_utf8(const unsigned char *const input_pointer, const unsigned char *const input_end, unsigned char **output_pointer) +{ + long unsigned int codepoint = 0; + unsigned int first_code = 0; + const unsigned char *first_sequence = input_pointer; + unsigned char utf8_length = 0; + unsigned char utf8_position = 0; + unsigned char sequence_length = 0; + unsigned char first_byte_mark = 0; + + if ((input_end - first_sequence) < 6) { + /* input ends unexpectedly */ + goto fail; + } + + /* get the first utf16 sequence */ + first_code = parse_hex4(first_sequence + 2); + + /* check that the code is valid */ + if (((first_code >= 0xDC00) && (first_code <= 0xDFFF))) { + goto fail; + } + + /* UTF16 surrogate pair */ + if ((first_code >= 0xD800) && (first_code <= 0xDBFF)) { + const unsigned char *second_sequence = first_sequence + 6; + unsigned int second_code = 0; + sequence_length = 12; /* \uXXXX\uXXXX */ + + if ((input_end - second_sequence) < 6) { + /* input ends unexpectedly */ + goto fail; + } + + if ((second_sequence[0] != '\\') || (second_sequence[1] != 'u')) { + /* missing second half of the surrogate pair */ + goto fail; + } + + /* get the second utf16 sequence */ + second_code = parse_hex4(second_sequence + 2); + /* check that the code is valid */ + if ((second_code < 0xDC00) || (second_code > 0xDFFF)) { + /* invalid second half of the surrogate pair */ + goto fail; + } + + /* calculate the unicode codepoint from the surrogate pair */ + codepoint = 0x10000 + (((first_code & 0x3FF) << 10) | (second_code & 0x3FF)); + } + else { + sequence_length = 6; /* \uXXXX */ + codepoint = first_code; + } + + /* encode as UTF-8 + * takes at maximum 4 bytes to encode: + * 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx */ + if (codepoint < 0x80) { + /* normal ascii, encoding 0xxxxxxx */ + utf8_length = 1; + } + else if (codepoint < 0x800) { + /* two bytes, encoding 110xxxxx 10xxxxxx */ + utf8_length = 2; + first_byte_mark = 0xC0; /* 11000000 */ + } + else if (codepoint < 0x10000) { + /* three bytes, encoding 1110xxxx 10xxxxxx 10xxxxxx */ + utf8_length = 3; + first_byte_mark = 0xE0; /* 11100000 */ + } + else if (codepoint <= 0x10FFFF) { + /* four bytes, encoding 1110xxxx 10xxxxxx 10xxxxxx 10xxxxxx */ + utf8_length = 4; + first_byte_mark = 0xF0; /* 11110000 */ + } + else { + /* invalid unicode codepoint */ + goto fail; + } + + /* encode as utf8 */ + for (utf8_position = (unsigned char)(utf8_length - 1); utf8_position > 0; utf8_position--) { + /* 10xxxxxx */ + (*output_pointer)[utf8_position] = (unsigned char)((codepoint | 0x80) & 0xBF); + codepoint >>= 6; + } + /* encode first byte */ + if (utf8_length > 1) { + (*output_pointer)[0] = (unsigned char)((codepoint | first_byte_mark) & 0xFF); + } + else { + (*output_pointer)[0] = (unsigned char)(codepoint & 0x7F); + } + + *output_pointer += utf8_length; + + return sequence_length; + +fail: + return 0; +} + +/* Parse the input text into an unescaped cinput, and populate item. */ +static cJSON_bool parse_string(cJSON *const item, parse_buffer *const input_buffer) +{ + const unsigned char *input_pointer = buffer_at_offset(input_buffer) + 1; + const unsigned char *input_end = buffer_at_offset(input_buffer) + 1; + unsigned char *output_pointer = NULL; + unsigned char *output = NULL; + + /* not a string */ + if (buffer_at_offset(input_buffer)[0] != '\"') { + goto fail; + } + + { + /* calculate approximate size of the output (overestimate) */ + size_t allocation_length = 0; + size_t skipped_bytes = 0; + while (((size_t)(input_end - input_buffer->content) < input_buffer->length) && (*input_end != '\"')) { + /* is escape sequence */ + if (input_end[0] == '\\') { + if ((size_t)(input_end + 1 - input_buffer->content) >= input_buffer->length) { + /* prevent buffer overflow when last input character is a backslash */ + goto fail; + } + skipped_bytes++; + input_end++; + } + input_end++; + } + if (((size_t)(input_end - input_buffer->content) >= input_buffer->length) || (*input_end != '\"')) { + goto fail; /* string ended unexpectedly */ + } + + /* This is at most how much we need for the output */ + allocation_length = (size_t)(input_end - buffer_at_offset(input_buffer)) - skipped_bytes; + output = (unsigned char *)input_buffer->hooks.allocate(allocation_length + sizeof("")); + if (output == NULL) { + goto fail; /* allocation failure */ + } + } + + output_pointer = output; + /* loop through the string literal */ + while (input_pointer < input_end) { + if (*input_pointer != '\\') { + *output_pointer++ = *input_pointer++; + } + /* escape sequence */ + else { + unsigned char sequence_length = 2; + if ((input_end - input_pointer) < 1) { + goto fail; + } + + switch (input_pointer[1]) { + case 'b': + *output_pointer++ = '\b'; + break; + case 'f': + *output_pointer++ = '\f'; + break; + case 'n': + *output_pointer++ = '\n'; + break; + case 'r': + *output_pointer++ = '\r'; + break; + case 't': + *output_pointer++ = '\t'; + break; + case '\"': + case '\\': + case '/': + *output_pointer++ = input_pointer[1]; + break; + + /* UTF-16 literal */ + case 'u': + sequence_length = utf16_literal_to_utf8(input_pointer, input_end, &output_pointer); + if (sequence_length == 0) { + /* failed to convert UTF16-literal to UTF-8 */ + goto fail; + } + break; + + default: + goto fail; + } + input_pointer += sequence_length; + } + } + + /* zero terminate the output */ + *output_pointer = '\0'; + + item->type = cJSON_String; + item->valuestring = (char *)output; + + input_buffer->offset = (size_t)(input_end - input_buffer->content); + input_buffer->offset++; + + return true; + +fail: + if (output != NULL) { + input_buffer->hooks.deallocate(output); + } + + if (input_pointer != NULL) { + input_buffer->offset = (size_t)(input_pointer - input_buffer->content); + } + + return false; +} + +/* Render the cstring provided to an escaped version that can be printed. */ +static cJSON_bool print_string_ptr(const unsigned char *const input, printbuffer *const output_buffer) +{ + const unsigned char *input_pointer = NULL; + unsigned char *output = NULL; + unsigned char *output_pointer = NULL; + size_t output_length = 0; + /* numbers of additional characters needed for escaping */ + size_t escape_characters = 0; + + if (output_buffer == NULL) { + return false; + } + + /* empty string */ + if (input == NULL) { + output = ensure(output_buffer, sizeof("\"\"")); + if (output == NULL) { + return false; + } + strcpy((char *)output, "\"\""); + + return true; + } + + /* set "flag" to 1 if something needs to be escaped */ + for (input_pointer = input; *input_pointer; input_pointer++) { + switch (*input_pointer) { + case '\"': + case '\\': + case '\b': + case '\f': + case '\n': + case '\r': + case '\t': + /* one character escape sequence */ + escape_characters++; + break; + default: + if (*input_pointer < 32) { + /* UTF-16 escape sequence uXXXX */ + escape_characters += 5; + } + break; + } + } + output_length = (size_t)(input_pointer - input) + escape_characters; + + output = ensure(output_buffer, output_length + sizeof("\"\"")); + if (output == NULL) { + return false; + } + + /* no characters have to be escaped */ + if (escape_characters == 0) { + output[0] = '\"'; + memcpy(output + 1, input, output_length); + output[output_length + 1] = '\"'; + output[output_length + 2] = '\0'; + + return true; + } + + output[0] = '\"'; + output_pointer = output + 1; + /* copy the string */ + for (input_pointer = input; *input_pointer != '\0'; (void)input_pointer++, output_pointer++) { + if ((*input_pointer > 31) && (*input_pointer != '\"') && (*input_pointer != '\\')) { + /* normal character, copy */ + *output_pointer = *input_pointer; + } + else { + /* character needs to be escaped */ + *output_pointer++ = '\\'; + switch (*input_pointer) { + case '\\': + *output_pointer = '\\'; + break; + case '\"': + *output_pointer = '\"'; + break; + case '\b': + *output_pointer = 'b'; + break; + case '\f': + *output_pointer = 'f'; + break; + case '\n': + *output_pointer = 'n'; + break; + case '\r': + *output_pointer = 'r'; + break; + case '\t': + *output_pointer = 't'; + break; + default: + /* escape and print as unicode codepoint */ + sprintf((char *)output_pointer, "u%04x", *input_pointer); + output_pointer += 4; + break; + } + } + } + output[output_length + 1] = '\"'; + output[output_length + 2] = '\0'; + + return true; +} + +/* Invoke print_string_ptr (which is useful) on an item. */ +static cJSON_bool print_string(const cJSON *const item, printbuffer *const p) +{ + return print_string_ptr((unsigned char *)item->valuestring, p); +} + +/* Predeclare these prototypes. */ +static cJSON_bool parse_value(cJSON *const item, parse_buffer *const input_buffer); +static cJSON_bool print_value(const cJSON *const item, printbuffer *const output_buffer); +static cJSON_bool parse_array(cJSON *const item, parse_buffer *const input_buffer); +static cJSON_bool print_array(const cJSON *const item, printbuffer *const output_buffer); +static cJSON_bool parse_object(cJSON *const item, parse_buffer *const input_buffer); +static cJSON_bool print_object(const cJSON *const item, printbuffer *const output_buffer); + +/* Utility to jump whitespace and cr/lf */ +static parse_buffer *buffer_skip_whitespace(parse_buffer *const buffer) +{ + if ((buffer == NULL) || (buffer->content == NULL)) { + return NULL; + } + + if (cannot_access_at_index(buffer, 0)) { + return buffer; + } + + while (can_access_at_index(buffer, 0) && (buffer_at_offset(buffer)[0] <= 32)) { + buffer->offset++; + } + + if (buffer->offset == buffer->length) { + buffer->offset--; + } + + return buffer; +} + +/* skip the UTF-8 BOM (byte order mark) if it is at the beginning of a buffer */ +static parse_buffer *skip_utf8_bom(parse_buffer *const buffer) +{ + if ((buffer == NULL) || (buffer->content == NULL) || (buffer->offset != 0)) { + return NULL; + } + + if (can_access_at_index(buffer, 4) && (strncmp((const char *)buffer_at_offset(buffer), "\xEF\xBB\xBF", 3) == 0)) { + buffer->offset += 3; + } + + return buffer; +} + +CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated) +{ + size_t buffer_length; + + if (NULL == value) { + return NULL; + } + + /* Adding null character size due to require_null_terminated. */ + buffer_length = strlen(value) + sizeof(""); + + return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); +} + +/* Parse an object - create a new root, and populate. */ +CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated) +{ + parse_buffer buffer = {0, 0, 0, 0, {0, 0, 0}}; + cJSON *item = NULL; + + /* reset error position */ + global_error.json = NULL; + global_error.position = 0; + + if (value == NULL || 0 == buffer_length) { + goto fail; + } + + buffer.content = (const unsigned char *)value; + buffer.length = buffer_length; + buffer.offset = 0; + buffer.hooks = global_hooks; + + item = cJSON_New_Item(&global_hooks); + if (item == NULL) /* memory fail */ + { + goto fail; + } + + if (!parse_value(item, buffer_skip_whitespace(skip_utf8_bom(&buffer)))) { + /* parse failure. ep is set. */ + goto fail; + } + + /* if we require null-terminated JSON without appended garbage, skip and then check for a null terminator */ + if (require_null_terminated) { + buffer_skip_whitespace(&buffer); + if ((buffer.offset >= buffer.length) || buffer_at_offset(&buffer)[0] != '\0') { + goto fail; + } + } + if (return_parse_end) { + *return_parse_end = (const char *)buffer_at_offset(&buffer); + } + + return item; + +fail: + if (item != NULL) { + cJSON_Delete(item); + } + + if (value != NULL) { + error local_error; + local_error.json = (const unsigned char *)value; + local_error.position = 0; + + if (buffer.offset < buffer.length) { + local_error.position = buffer.offset; + } + else if (buffer.length > 0) { + local_error.position = buffer.length - 1; + } + + if (return_parse_end != NULL) { + *return_parse_end = (const char *)local_error.json + local_error.position; + } + + global_error = local_error; + } + + return NULL; +} + +/* Default options for cJSON_Parse */ +CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value) +{ + return cJSON_ParseWithOpts(value, 0, 0); +} + +CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length) +{ + return cJSON_ParseWithLengthOpts(value, buffer_length, 0, 0); +} + +#define cjson_min(a, b) (((a) < (b)) ? (a) : (b)) + +static unsigned char *print(const cJSON *const item, cJSON_bool format, const internal_hooks *const hooks) +{ + static const size_t default_buffer_size = 256; + printbuffer buffer[1]; + unsigned char *printed = NULL; + + memset(buffer, 0, sizeof(buffer)); + + /* create buffer */ + buffer->buffer = (unsigned char *)hooks->allocate(default_buffer_size); + buffer->length = default_buffer_size; + buffer->format = format; + buffer->hooks = *hooks; + if (buffer->buffer == NULL) { + goto fail; + } + + /* print the value */ + if (!print_value(item, buffer)) { + goto fail; + } + update_offset(buffer); + + /* check if reallocate is available */ + if (hooks->reallocate != NULL) { + printed = (unsigned char *)hooks->reallocate(buffer->buffer, buffer->offset + 1); + if (printed == NULL) { + goto fail; + } + buffer->buffer = NULL; + } + else /* otherwise copy the JSON over to a new buffer */ + { + printed = (unsigned char *)hooks->allocate(buffer->offset + 1); + if (printed == NULL) { + goto fail; + } + memcpy(printed, buffer->buffer, cjson_min(buffer->length, buffer->offset + 1)); + printed[buffer->offset] = '\0'; /* just to be sure */ + + /* free the buffer */ + hooks->deallocate(buffer->buffer); + } + + return printed; + +fail: + if (buffer->buffer != NULL) { + hooks->deallocate(buffer->buffer); + } + + if (printed != NULL) { + hooks->deallocate(printed); + } + + return NULL; +} + +/* Render a cJSON item/entity/structure to text. */ +CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item) +{ + return (char *)print(item, true, &global_hooks); +} + +CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item) +{ + return (char *)print(item, false, &global_hooks); +} + +CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) +{ + printbuffer p = {0, 0, 0, 0, 0, 0, {0, 0, 0}}; + + if (prebuffer < 0) { + return NULL; + } + + p.buffer = (unsigned char *)global_hooks.allocate((size_t)prebuffer); + if (!p.buffer) { + return NULL; + } + + p.length = (size_t)prebuffer; + p.offset = 0; + p.noalloc = false; + p.format = fmt; + p.hooks = global_hooks; + + if (!print_value(item, &p)) { + global_hooks.deallocate(p.buffer); + return NULL; + } + + return (char *)p.buffer; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_PrintPreallocated(cJSON *item, char *buffer, const int length, const cJSON_bool format) +{ + printbuffer p = {0, 0, 0, 0, 0, 0, {0, 0, 0}}; + + if ((length < 0) || (buffer == NULL)) { + return false; + } + + p.buffer = (unsigned char *)buffer; + p.length = (size_t)length; + p.offset = 0; + p.noalloc = true; + p.format = format; + p.hooks = global_hooks; + + return print_value(item, &p); +} + +/* Parser core - when encountering text, process appropriately. */ +static cJSON_bool parse_value(cJSON *const item, parse_buffer *const input_buffer) +{ + if ((input_buffer == NULL) || (input_buffer->content == NULL)) { + return false; /* no input */ + } + + /* parse the different types of values */ + /* null */ + if (can_read(input_buffer, 4) && (strncmp((const char *)buffer_at_offset(input_buffer), "null", 4) == 0)) { + item->type = cJSON_NULL; + input_buffer->offset += 4; + return true; + } + /* false */ + if (can_read(input_buffer, 5) && (strncmp((const char *)buffer_at_offset(input_buffer), "false", 5) == 0)) { + item->type = cJSON_False; + input_buffer->offset += 5; + return true; + } + /* true */ + if (can_read(input_buffer, 4) && (strncmp((const char *)buffer_at_offset(input_buffer), "true", 4) == 0)) { + item->type = cJSON_True; + item->valueint = 1; + input_buffer->offset += 4; + return true; + } + /* string */ + if (can_access_at_index(input_buffer, 0) && (buffer_at_offset(input_buffer)[0] == '\"')) { + return parse_string(item, input_buffer); + } + /* number */ + if (can_access_at_index(input_buffer, 0) && + ((buffer_at_offset(input_buffer)[0] == '-') || ((buffer_at_offset(input_buffer)[0] >= '0') && (buffer_at_offset(input_buffer)[0] <= '9')))) { + return parse_number(item, input_buffer); + } + /* array */ + if (can_access_at_index(input_buffer, 0) && (buffer_at_offset(input_buffer)[0] == '[')) { + return parse_array(item, input_buffer); + } + /* object */ + if (can_access_at_index(input_buffer, 0) && (buffer_at_offset(input_buffer)[0] == '{')) { + return parse_object(item, input_buffer); + } + + return false; +} + +/* Render a value to text. */ +static cJSON_bool print_value(const cJSON *const item, printbuffer *const output_buffer) +{ + unsigned char *output = NULL; + + if ((item == NULL) || (output_buffer == NULL)) { + return false; + } + + switch ((item->type) & 0xFF) { + case cJSON_NULL: + output = ensure(output_buffer, 5); + if (output == NULL) { + return false; + } + strcpy((char *)output, "null"); + return true; + + case cJSON_False: + output = ensure(output_buffer, 6); + if (output == NULL) { + return false; + } + strcpy((char *)output, "false"); + return true; + + case cJSON_True: + output = ensure(output_buffer, 5); + if (output == NULL) { + return false; + } + strcpy((char *)output, "true"); + return true; + + case cJSON_Number: + return print_number(item, output_buffer); + + case cJSON_Raw: { + size_t raw_length = 0; + if (item->valuestring == NULL) { + return false; + } + + raw_length = strlen(item->valuestring) + sizeof(""); + output = ensure(output_buffer, raw_length); + if (output == NULL) { + return false; + } + memcpy(output, item->valuestring, raw_length); + return true; + } + + case cJSON_String: + return print_string(item, output_buffer); + + case cJSON_Array: + return print_array(item, output_buffer); + + case cJSON_Object: + return print_object(item, output_buffer); + + default: + return false; + } +} + +/* Build an array from input text. */ +static cJSON_bool parse_array(cJSON *const item, parse_buffer *const input_buffer) +{ + cJSON *head = NULL; /* head of the linked list */ + cJSON *current_item = NULL; + + if (input_buffer->depth >= CJSON_NESTING_LIMIT) { + return false; /* to deeply nested */ + } + input_buffer->depth++; + + if (buffer_at_offset(input_buffer)[0] != '[') { + /* not an array */ + goto fail; + } + + input_buffer->offset++; + buffer_skip_whitespace(input_buffer); + if (can_access_at_index(input_buffer, 0) && (buffer_at_offset(input_buffer)[0] == ']')) { + /* empty array */ + goto success; + } + + /* check if we skipped to the end of the buffer */ + if (cannot_access_at_index(input_buffer, 0)) { + input_buffer->offset--; + goto fail; + } + + /* step back to character in front of the first element */ + input_buffer->offset--; + /* loop through the comma separated array elements */ + do { + /* allocate next item */ + cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); + if (new_item == NULL) { + goto fail; /* allocation failure */ + } + + /* attach next item to list */ + if (head == NULL) { + /* start the linked list */ + current_item = head = new_item; + } + else { + /* add to the end and advance */ + current_item->next = new_item; + new_item->prev = current_item; + current_item = new_item; + } + + /* parse next value */ + input_buffer->offset++; + buffer_skip_whitespace(input_buffer); + if (!parse_value(current_item, input_buffer)) { + goto fail; /* failed to parse value */ + } + buffer_skip_whitespace(input_buffer); + } while (can_access_at_index(input_buffer, 0) && (buffer_at_offset(input_buffer)[0] == ',')); + + if (cannot_access_at_index(input_buffer, 0) || buffer_at_offset(input_buffer)[0] != ']') { + goto fail; /* expected end of array */ + } + +success: + input_buffer->depth--; + + if (head != NULL) { + head->prev = current_item; + } + + item->type = cJSON_Array; + item->child = head; + + input_buffer->offset++; + + return true; + +fail: + if (head != NULL) { + cJSON_Delete(head); + } + + return false; +} + +/* Render an array to text */ +static cJSON_bool print_array(const cJSON *const item, printbuffer *const output_buffer) +{ + unsigned char *output_pointer = NULL; + size_t length = 0; + cJSON *current_element = item->child; + + if (output_buffer == NULL) { + return false; + } + + /* Compose the output array. */ + /* opening square bracket */ + output_pointer = ensure(output_buffer, 1); + if (output_pointer == NULL) { + return false; + } + + *output_pointer = '['; + output_buffer->offset++; + output_buffer->depth++; + + while (current_element != NULL) { + if (!print_value(current_element, output_buffer)) { + return false; + } + update_offset(output_buffer); + if (current_element->next) { + length = (size_t)(output_buffer->format ? 2 : 1); + output_pointer = ensure(output_buffer, length + 1); + if (output_pointer == NULL) { + return false; + } + *output_pointer++ = ','; + if (output_buffer->format) { + *output_pointer++ = ' '; + } + *output_pointer = '\0'; + output_buffer->offset += length; + } + current_element = current_element->next; + } + + output_pointer = ensure(output_buffer, 2); + if (output_pointer == NULL) { + return false; + } + *output_pointer++ = ']'; + *output_pointer = '\0'; + output_buffer->depth--; + + return true; +} + +/* Build an object from the text. */ +static cJSON_bool parse_object(cJSON *const item, parse_buffer *const input_buffer) +{ + cJSON *head = NULL; /* linked list head */ + cJSON *current_item = NULL; + + if (input_buffer->depth >= CJSON_NESTING_LIMIT) { + return false; /* to deeply nested */ + } + input_buffer->depth++; + + if (cannot_access_at_index(input_buffer, 0) || (buffer_at_offset(input_buffer)[0] != '{')) { + goto fail; /* not an object */ + } + + input_buffer->offset++; + buffer_skip_whitespace(input_buffer); + if (can_access_at_index(input_buffer, 0) && (buffer_at_offset(input_buffer)[0] == '}')) { + goto success; /* empty object */ + } + + /* check if we skipped to the end of the buffer */ + if (cannot_access_at_index(input_buffer, 0)) { + input_buffer->offset--; + goto fail; + } + + /* step back to character in front of the first element */ + input_buffer->offset--; + /* loop through the comma separated array elements */ + do { + /* allocate next item */ + cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks)); + if (new_item == NULL) { + goto fail; /* allocation failure */ + } + + /* attach next item to list */ + if (head == NULL) { + /* start the linked list */ + current_item = head = new_item; + } + else { + /* add to the end and advance */ + current_item->next = new_item; + new_item->prev = current_item; + current_item = new_item; + } + + /* parse the name of the child */ + input_buffer->offset++; + buffer_skip_whitespace(input_buffer); + if (!parse_string(current_item, input_buffer)) { + goto fail; /* failed to parse name */ + } + buffer_skip_whitespace(input_buffer); + + /* swap valuestring and string, because we parsed the name */ + current_item->string = current_item->valuestring; + current_item->valuestring = NULL; + + if (cannot_access_at_index(input_buffer, 0) || (buffer_at_offset(input_buffer)[0] != ':')) { + goto fail; /* invalid object */ + } + + /* parse the value */ + input_buffer->offset++; + buffer_skip_whitespace(input_buffer); + if (!parse_value(current_item, input_buffer)) { + goto fail; /* failed to parse value */ + } + buffer_skip_whitespace(input_buffer); + } while (can_access_at_index(input_buffer, 0) && (buffer_at_offset(input_buffer)[0] == ',')); + + if (cannot_access_at_index(input_buffer, 0) || (buffer_at_offset(input_buffer)[0] != '}')) { + goto fail; /* expected end of object */ + } + +success: + input_buffer->depth--; + + if (head != NULL) { + head->prev = current_item; + } + + item->type = cJSON_Object; + item->child = head; + + input_buffer->offset++; + return true; + +fail: + if (head != NULL) { + cJSON_Delete(head); + } + + return false; +} + +/* Render an object to text. */ +static cJSON_bool print_object(const cJSON *const item, printbuffer *const output_buffer) +{ + unsigned char *output_pointer = NULL; + size_t length = 0; + cJSON *current_item = item->child; + + if (output_buffer == NULL) { + return false; + } + + /* Compose the output: */ + length = (size_t)(output_buffer->format ? 2 : 1); /* fmt: {\n */ + output_pointer = ensure(output_buffer, length + 1); + if (output_pointer == NULL) { + return false; + } + + *output_pointer++ = '{'; + output_buffer->depth++; + if (output_buffer->format) { + *output_pointer++ = '\n'; + } + output_buffer->offset += length; + + while (current_item) { + if (output_buffer->format) { + size_t i; + output_pointer = ensure(output_buffer, output_buffer->depth); + if (output_pointer == NULL) { + return false; + } + for (i = 0; i < output_buffer->depth; i++) { + *output_pointer++ = '\t'; + } + output_buffer->offset += output_buffer->depth; + } + + /* print key */ + if (!print_string_ptr((unsigned char *)current_item->string, output_buffer)) { + return false; + } + update_offset(output_buffer); + + length = (size_t)(output_buffer->format ? 2 : 1); + output_pointer = ensure(output_buffer, length); + if (output_pointer == NULL) { + return false; + } + *output_pointer++ = ':'; + if (output_buffer->format) { + *output_pointer++ = '\t'; + } + output_buffer->offset += length; + + /* print value */ + if (!print_value(current_item, output_buffer)) { + return false; + } + update_offset(output_buffer); + + /* print comma if not last */ + length = ((size_t)(output_buffer->format ? 1 : 0) + (size_t)(current_item->next ? 1 : 0)); + output_pointer = ensure(output_buffer, length + 1); + if (output_pointer == NULL) { + return false; + } + if (current_item->next) { + *output_pointer++ = ','; + } + + if (output_buffer->format) { + *output_pointer++ = '\n'; + } + *output_pointer = '\0'; + output_buffer->offset += length; + + current_item = current_item->next; + } + + output_pointer = ensure(output_buffer, output_buffer->format ? (output_buffer->depth + 1) : 2); + if (output_pointer == NULL) { + return false; + } + if (output_buffer->format) { + size_t i; + for (i = 0; i < (output_buffer->depth - 1); i++) { + *output_pointer++ = '\t'; + } + } + *output_pointer++ = '}'; + *output_pointer = '\0'; + output_buffer->depth--; + + return true; +} + +/* Get Array size/item / object item. */ +CJSON_PUBLIC(int) cJSON_GetArraySize(const cJSON *array) +{ + cJSON *child = NULL; + size_t size = 0; + + if (array == NULL) { + return 0; + } + + child = array->child; + + while (child != NULL) { + size++; + child = child->next; + } + + /* FIXME: Can overflow here. Cannot be fixed without breaking the API */ + + return (int)size; +} + +static cJSON *get_array_item(const cJSON *array, size_t index) +{ + cJSON *current_child = NULL; + + if (array == NULL) { + return NULL; + } + + current_child = array->child; + while ((current_child != NULL) && (index > 0)) { + index--; + current_child = current_child->next; + } + + return current_child; +} + +CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index) +{ + if (index < 0) { + return NULL; + } + + return get_array_item(array, (size_t)index); +} + +static cJSON *get_object_item(const cJSON *const object, const char *const name, const cJSON_bool case_sensitive) +{ + cJSON *current_element = NULL; + + if ((object == NULL) || (name == NULL)) { + return NULL; + } + + current_element = object->child; + if (case_sensitive) { + while ((current_element != NULL) && (current_element->string != NULL) && (strcmp(name, current_element->string) != 0)) { + current_element = current_element->next; + } + } + else { + while ((current_element != NULL) && (case_insensitive_strcmp((const unsigned char *)name, (const unsigned char *)(current_element->string)) != 0)) { + current_element = current_element->next; + } + } + + if ((current_element == NULL) || (current_element->string == NULL)) { + return NULL; + } + + return current_element; +} + +CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON *const object, const char *const string) +{ + return get_object_item(object, string, false); +} + +CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON *const object, const char *const string) +{ + return get_object_item(object, string, true); +} + +CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) +{ + return cJSON_GetObjectItem(object, string) ? 1 : 0; +} + +/* Utility for array list handling. */ +static void suffix_object(cJSON *prev, cJSON *item) +{ + prev->next = item; + item->prev = prev; +} + +/* Utility for handling references. */ +static cJSON *create_reference(const cJSON *item, const internal_hooks *const hooks) +{ + cJSON *reference = NULL; + if (item == NULL) { + return NULL; + } + + reference = cJSON_New_Item(hooks); + if (reference == NULL) { + return NULL; + } + + memcpy(reference, item, sizeof(cJSON)); + reference->string = NULL; + reference->type |= cJSON_IsReference; + reference->next = reference->prev = NULL; + return reference; +} + +static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) +{ + cJSON *child = NULL; + + if ((item == NULL) || (array == NULL) || (array == item)) { + return false; + } + + child = array->child; + /* + * To find the last item in array quickly, we use prev in array + */ + if (child == NULL) { + /* list is empty, start new one */ + array->child = item; + item->prev = item; + item->next = NULL; + } + else { + /* append to the end */ + if (child->prev) { + suffix_object(child->prev, item); + array->child->prev = item; + } + } + + return true; +} + +/* Add item to array/object. */ +CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item) +{ + return add_item_to_array(array, item); +} + +#if defined(__clang__) || (defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5)))) +#pragma GCC diagnostic push +#endif +#ifdef __GNUC__ +#pragma GCC diagnostic ignored "-Wcast-qual" +#endif +/* helper function to cast away const */ +static void *cast_away_const(const void *string) +{ + return (void *)string; +} +#if defined(__clang__) || (defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5)))) +#pragma GCC diagnostic pop +#endif + +static cJSON_bool add_item_to_object(cJSON *const object, const char *const string, cJSON *const item, const internal_hooks *const hooks, + const cJSON_bool constant_key) +{ + char *new_key = NULL; + int new_type = cJSON_Invalid; + + if ((object == NULL) || (string == NULL) || (item == NULL) || (object == item)) { + return false; + } + + if (constant_key) { + new_key = (char *)cast_away_const(string); + new_type = item->type | cJSON_StringIsConst; + } + else { + new_key = (char *)cJSON_strdup((const unsigned char *)string, hooks); + if (new_key == NULL) { + return false; + } + + new_type = item->type & ~cJSON_StringIsConst; + } + + if (!(item->type & cJSON_StringIsConst) && (item->string != NULL)) { + hooks->deallocate(item->string); + } + + item->string = new_key; + item->type = new_type; + + return add_item_to_array(object, item); +} + +CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item) +{ + return add_item_to_object(object, string, item, &global_hooks, false); +} + +/* Add an item to an object with constant string as key */ +CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item) +{ + return add_item_to_object(object, string, item, &global_hooks, true); +} + +CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) +{ + if (array == NULL) { + return false; + } + + return add_item_to_array(array, create_reference(item, &global_hooks)); +} + +CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *item) +{ + if ((object == NULL) || (string == NULL)) { + return false; + } + + return add_item_to_object(object, string, create_reference(item, &global_hooks), &global_hooks, false); +} + +CJSON_PUBLIC(cJSON *) cJSON_AddNullToObject(cJSON *const object, const char *const name) +{ + cJSON *null = cJSON_CreateNull(); + if (add_item_to_object(object, name, null, &global_hooks, false)) { + return null; + } + + cJSON_Delete(null); + return NULL; +} + +CJSON_PUBLIC(cJSON *) cJSON_AddTrueToObject(cJSON *const object, const char *const name) +{ + cJSON *true_item = cJSON_CreateTrue(); + if (add_item_to_object(object, name, true_item, &global_hooks, false)) { + return true_item; + } + + cJSON_Delete(true_item); + return NULL; +} + +CJSON_PUBLIC(cJSON *) cJSON_AddFalseToObject(cJSON *const object, const char *const name) +{ + cJSON *false_item = cJSON_CreateFalse(); + if (add_item_to_object(object, name, false_item, &global_hooks, false)) { + return false_item; + } + + cJSON_Delete(false_item); + return NULL; +} + +CJSON_PUBLIC(cJSON *) cJSON_AddBoolToObject(cJSON *const object, const char *const name, const cJSON_bool boolean) +{ + cJSON *bool_item = cJSON_CreateBool(boolean); + if (add_item_to_object(object, name, bool_item, &global_hooks, false)) { + return bool_item; + } + + cJSON_Delete(bool_item); + return NULL; +} + +CJSON_PUBLIC(cJSON *) cJSON_AddNumberToObject(cJSON *const object, const char *const name, const double number) +{ + cJSON *number_item = cJSON_CreateNumber(number); + if (add_item_to_object(object, name, number_item, &global_hooks, false)) { + return number_item; + } + + cJSON_Delete(number_item); + return NULL; +} + +CJSON_PUBLIC(cJSON *) cJSON_AddStringToObject(cJSON *const object, const char *const name, const char *const string) +{ + cJSON *string_item = cJSON_CreateString(string); + if (add_item_to_object(object, name, string_item, &global_hooks, false)) { + return string_item; + } + + cJSON_Delete(string_item); + return NULL; +} + +CJSON_PUBLIC(cJSON *) cJSON_AddRawToObject(cJSON *const object, const char *const name, const char *const raw) +{ + cJSON *raw_item = cJSON_CreateRaw(raw); + if (add_item_to_object(object, name, raw_item, &global_hooks, false)) { + return raw_item; + } + + cJSON_Delete(raw_item); + return NULL; +} + +CJSON_PUBLIC(cJSON *) cJSON_AddObjectToObject(cJSON *const object, const char *const name) +{ + cJSON *object_item = cJSON_CreateObject(); + if (add_item_to_object(object, name, object_item, &global_hooks, false)) { + return object_item; + } + + cJSON_Delete(object_item); + return NULL; +} + +CJSON_PUBLIC(cJSON *) cJSON_AddArrayToObject(cJSON *const object, const char *const name) +{ + cJSON *array = cJSON_CreateArray(); + if (add_item_to_object(object, name, array, &global_hooks, false)) { + return array; + } + + cJSON_Delete(array); + return NULL; +} + +CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON *const item) +{ + if ((parent == NULL) || (item == NULL)) { + return NULL; + } + + if (item != parent->child) { + /* not the first element */ + item->prev->next = item->next; + } + if (item->next != NULL) { + /* not the last element */ + item->next->prev = item->prev; + } + + if (item == parent->child) { + /* first element */ + parent->child = item->next; + } + else if (item->next == NULL) { + /* last element */ + parent->child->prev = item->prev; + } + + /* make sure the detached item doesn't point anywhere anymore */ + item->prev = NULL; + item->next = NULL; + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which) +{ + if (which < 0) { + return NULL; + } + + return cJSON_DetachItemViaPointer(array, get_array_item(array, (size_t)which)); +} + +CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which) +{ + cJSON_Delete(cJSON_DetachItemFromArray(array, which)); +} + +CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string) +{ + cJSON *to_detach = cJSON_GetObjectItem(object, string); + + return cJSON_DetachItemViaPointer(object, to_detach); +} + +CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string) +{ + cJSON *to_detach = cJSON_GetObjectItemCaseSensitive(object, string); + + return cJSON_DetachItemViaPointer(object, to_detach); +} + +CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string) +{ + cJSON_Delete(cJSON_DetachItemFromObject(object, string)); +} + +CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string) +{ + cJSON_Delete(cJSON_DetachItemFromObjectCaseSensitive(object, string)); +} + +/* Replace array/object items with new ones. */ +CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) +{ + cJSON *after_inserted = NULL; + + if (which < 0) { + return false; + } + + after_inserted = get_array_item(array, (size_t)which); + if (after_inserted == NULL) { + return add_item_to_array(array, newitem); + } + + newitem->next = after_inserted; + newitem->prev = after_inserted->prev; + after_inserted->prev = newitem; + if (after_inserted == array->child) { + array->child = newitem; + } + else { + newitem->prev->next = newitem; + } + return true; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemViaPointer(cJSON *const parent, cJSON *const item, cJSON *replacement) +{ + if ((parent == NULL) || (replacement == NULL) || (item == NULL)) { + return false; + } + + if (replacement == item) { + return true; + } + + replacement->next = item->next; + replacement->prev = item->prev; + + if (replacement->next != NULL) { + replacement->next->prev = replacement; + } + if (parent->child == item) { + if (parent->child->prev == parent->child) { + replacement->prev = replacement; + } + parent->child = replacement; + } + else { /* + * To find the last item in array quickly, we use prev in array. + * We can't modify the last item's next pointer where this item was the parent's child + */ + if (replacement->prev != NULL) { + replacement->prev->next = replacement; + } + if (replacement->next == NULL) { + parent->child->prev = replacement; + } + } + + item->next = NULL; + item->prev = NULL; + cJSON_Delete(item); + + return true; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) +{ + if (which < 0) { + return false; + } + + return cJSON_ReplaceItemViaPointer(array, get_array_item(array, (size_t)which), newitem); +} + +static cJSON_bool replace_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJSON_bool case_sensitive) +{ + if ((replacement == NULL) || (string == NULL)) { + return false; + } + + /* replace the name in the replacement */ + if (!(replacement->type & cJSON_StringIsConst) && (replacement->string != NULL)) { + cJSON_free(replacement->string); + } + replacement->string = (char *)cJSON_strdup((const unsigned char *)string, &global_hooks); + replacement->type &= ~cJSON_StringIsConst; + + return cJSON_ReplaceItemViaPointer(object, get_object_item(object, string, case_sensitive), replacement); +} + +CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem) +{ + return replace_item_in_object(object, string, newitem, false); +} + +CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem) +{ + return replace_item_in_object(object, string, newitem, true); +} + +/* Create basic types: */ +CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item) { + item->type = cJSON_NULL; + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateTrue(void) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item) { + item->type = cJSON_True; + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item) { + item->type = cJSON_False; + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item) { + item->type = boolean ? cJSON_True : cJSON_False; + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateNumber(double num) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item) { + item->type = cJSON_Number; + item->valuedouble = num; + + /* use saturation in case of overflow */ + if (num >= INT_MAX) { + item->valueint = INT_MAX; + } + else if (num <= (double)INT_MIN) { + item->valueint = INT_MIN; + } + else { + item->valueint = (int)num; + } + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateString(const char *string) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item) { + item->type = cJSON_String; + item->valuestring = (char *)cJSON_strdup((const unsigned char *)string, &global_hooks); + if (!item->valuestring) { + cJSON_Delete(item); + return NULL; + } + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateStringReference(const char *string) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item != NULL) { + item->type = cJSON_String | cJSON_IsReference; + item->valuestring = (char *)cast_away_const(string); + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item != NULL) { + item->type = cJSON_Object | cJSON_IsReference; + item->child = (cJSON *)cast_away_const(child); + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateArrayReference(const cJSON *child) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item != NULL) { + item->type = cJSON_Array | cJSON_IsReference; + item->child = (cJSON *)cast_away_const(child); + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item) { + item->type = cJSON_Raw; + item->valuestring = (char *)cJSON_strdup((const unsigned char *)raw, &global_hooks); + if (!item->valuestring) { + cJSON_Delete(item); + return NULL; + } + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item) { + item->type = cJSON_Array; + } + + return item; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void) +{ + cJSON *item = cJSON_New_Item(&global_hooks); + if (item) { + item->type = cJSON_Object; + } + + return item; +} + +/* Create Arrays: */ +CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count) +{ + size_t i = 0; + cJSON *n = NULL; + cJSON *p = NULL; + cJSON *a = NULL; + + if ((count < 0) || (numbers == NULL)) { + return NULL; + } + + a = cJSON_CreateArray(); + + for (i = 0; a && (i < (size_t)count); i++) { + n = cJSON_CreateNumber(numbers[i]); + if (!n) { + cJSON_Delete(a); + return NULL; + } + if (!i) { + a->child = n; + } + else { + suffix_object(p, n); + } + p = n; + } + + if (a && a->child) { + a->child->prev = n; + } + + return a; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) +{ + size_t i = 0; + cJSON *n = NULL; + cJSON *p = NULL; + cJSON *a = NULL; + + if ((count < 0) || (numbers == NULL)) { + return NULL; + } + + a = cJSON_CreateArray(); + + for (i = 0; a && (i < (size_t)count); i++) { + n = cJSON_CreateNumber((double)numbers[i]); + if (!n) { + cJSON_Delete(a); + return NULL; + } + if (!i) { + a->child = n; + } + else { + suffix_object(p, n); + } + p = n; + } + + if (a && a->child) { + a->child->prev = n; + } + + return a; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count) +{ + size_t i = 0; + cJSON *n = NULL; + cJSON *p = NULL; + cJSON *a = NULL; + + if ((count < 0) || (numbers == NULL)) { + return NULL; + } + + a = cJSON_CreateArray(); + + for (i = 0; a && (i < (size_t)count); i++) { + n = cJSON_CreateNumber(numbers[i]); + if (!n) { + cJSON_Delete(a); + return NULL; + } + if (!i) { + a->child = n; + } + else { + suffix_object(p, n); + } + p = n; + } + + if (a && a->child) { + a->child->prev = n; + } + + return a; +} + +CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count) +{ + size_t i = 0; + cJSON *n = NULL; + cJSON *p = NULL; + cJSON *a = NULL; + + if ((count < 0) || (strings == NULL)) { + return NULL; + } + + a = cJSON_CreateArray(); + + for (i = 0; a && (i < (size_t)count); i++) { + n = cJSON_CreateString(strings[i]); + if (!n) { + cJSON_Delete(a); + return NULL; + } + if (!i) { + a->child = n; + } + else { + suffix_object(p, n); + } + p = n; + } + + if (a && a->child) { + a->child->prev = n; + } + + return a; +} + +/* Duplication */ +CJSON_PUBLIC(cJSON *) cJSON_Duplicate(const cJSON *item, cJSON_bool recurse) +{ + cJSON *newitem = NULL; + cJSON *child = NULL; + cJSON *next = NULL; + cJSON *newchild = NULL; + + /* Bail on bad ptr */ + if (!item) { + goto fail; + } + /* Create new item */ + newitem = cJSON_New_Item(&global_hooks); + if (!newitem) { + goto fail; + } + /* Copy over all vars */ + newitem->type = item->type & (~cJSON_IsReference); + newitem->valueint = item->valueint; + newitem->valuedouble = item->valuedouble; + if (item->valuestring) { + newitem->valuestring = (char *)cJSON_strdup((unsigned char *)item->valuestring, &global_hooks); + if (!newitem->valuestring) { + goto fail; + } + } + if (item->string) { + newitem->string = (item->type & cJSON_StringIsConst) ? item->string : (char *)cJSON_strdup((unsigned char *)item->string, &global_hooks); + if (!newitem->string) { + goto fail; + } + } + /* If non-recursive, then we're done! */ + if (!recurse) { + return newitem; + } + /* Walk the ->next chain for the child. */ + child = item->child; + while (child != NULL) { + newchild = cJSON_Duplicate(child, true); /* Duplicate (with recurse) each item in the ->next chain */ + if (!newchild) { + goto fail; + } + if (next != NULL) { + /* If newitem->child already set, then crosswire ->prev and ->next and move on */ + next->next = newchild; + newchild->prev = next; + next = newchild; + } + else { + /* Set newitem->child and move to it */ + newitem->child = newchild; + next = newchild; + } + child = child->next; + } + if (newitem && newitem->child) { + newitem->child->prev = newchild; + } + + return newitem; + +fail: + if (newitem != NULL) { + cJSON_Delete(newitem); + } + + return NULL; +} + +static void skip_oneline_comment(char **input) +{ + *input += static_strlen("//"); + + for (; (*input)[0] != '\0'; ++(*input)) { + if ((*input)[0] == '\n') { + *input += static_strlen("\n"); + return; + } + } +} + +static void skip_multiline_comment(char **input) +{ + *input += static_strlen("/*"); + + for (; (*input)[0] != '\0'; ++(*input)) { + if (((*input)[0] == '*') && ((*input)[1] == '/')) { + *input += static_strlen("*/"); + return; + } + } +} + +static void minify_string(char **input, char **output) +{ + (*output)[0] = (*input)[0]; + *input += static_strlen("\""); + *output += static_strlen("\""); + + for (; (*input)[0] != '\0'; (void)++(*input), ++(*output)) { + (*output)[0] = (*input)[0]; + + if ((*input)[0] == '\"') { + (*output)[0] = '\"'; + *input += static_strlen("\""); + *output += static_strlen("\""); + return; + } + else if (((*input)[0] == '\\') && ((*input)[1] == '\"')) { + (*output)[1] = (*input)[1]; + *input += static_strlen("\""); + *output += static_strlen("\""); + } + } +} + +CJSON_PUBLIC(void) cJSON_Minify(char *json) +{ + char *into = json; + + if (json == NULL) { + return; + } + + while (json[0] != '\0') { + switch (json[0]) { + case ' ': + case '\t': + case '\r': + case '\n': + json++; + break; + + case '/': + if (json[1] == '/') { + skip_oneline_comment(&json); + } + else if (json[1] == '*') { + skip_multiline_comment(&json); + } + else { + json++; + } + break; + + case '\"': + minify_string(&json, (char **)&into); + break; + + default: + into[0] = json[0]; + json++; + into++; + } + } + + /* and null-terminate. */ + *into = '\0'; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON *const item) +{ + if (item == NULL) { + return false; + } + + return (item->type & 0xFF) == cJSON_Invalid; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_IsFalse(const cJSON *const item) +{ + if (item == NULL) { + return false; + } + + return (item->type & 0xFF) == cJSON_False; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_IsTrue(const cJSON *const item) +{ + if (item == NULL) { + return false; + } + + return (item->type & 0xff) == cJSON_True; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_IsBool(const cJSON *const item) +{ + if (item == NULL) { + return false; + } + + return (item->type & (cJSON_True | cJSON_False)) != 0; +} +CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON *const item) +{ + if (item == NULL) { + return false; + } + + return (item->type & 0xFF) == cJSON_NULL; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON *const item) +{ + if (item == NULL) { + return false; + } + + return (item->type & 0xFF) == cJSON_Number; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON *const item) +{ + if (item == NULL) { + return false; + } + + return (item->type & 0xFF) == cJSON_String; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON *const item) +{ + if (item == NULL) { + return false; + } + + return (item->type & 0xFF) == cJSON_Array; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON *const item) +{ + if (item == NULL) { + return false; + } + + return (item->type & 0xFF) == cJSON_Object; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_IsRaw(const cJSON *const item) +{ + if (item == NULL) { + return false; + } + + return (item->type & 0xFF) == cJSON_Raw; +} + +CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON *const a, const cJSON *const b, const cJSON_bool case_sensitive) +{ + if ((a == NULL) || (b == NULL) || ((a->type & 0xFF) != (b->type & 0xFF))) { + return false; + } + + /* check if type is valid */ + switch (a->type & 0xFF) { + case cJSON_False: + case cJSON_True: + case cJSON_NULL: + case cJSON_Number: + case cJSON_String: + case cJSON_Raw: + case cJSON_Array: + case cJSON_Object: + break; + + default: + return false; + } + + /* identical objects are equal */ + if (a == b) { + return true; + } + + switch (a->type & 0xFF) { + /* in these cases and equal type is enough */ + case cJSON_False: + case cJSON_True: + case cJSON_NULL: + return true; + + case cJSON_Number: + if (compare_double(a->valuedouble, b->valuedouble)) { + return true; + } + return false; + + case cJSON_String: + case cJSON_Raw: + if ((a->valuestring == NULL) || (b->valuestring == NULL)) { + return false; + } + if (strcmp(a->valuestring, b->valuestring) == 0) { + return true; + } + + return false; + + case cJSON_Array: { + cJSON *a_element = a->child; + cJSON *b_element = b->child; + + for (; (a_element != NULL) && (b_element != NULL);) { + if (!cJSON_Compare(a_element, b_element, case_sensitive)) { + return false; + } + + a_element = a_element->next; + b_element = b_element->next; + } + + /* one of the arrays is longer than the other */ + if (a_element != b_element) { + return false; + } + + return true; + } + + case cJSON_Object: { + cJSON *a_element = NULL; + cJSON *b_element = NULL; + cJSON_ArrayForEach(a_element, a) + { + b_element = get_object_item(b, a_element->string, case_sensitive); + if (b_element == NULL) { + return false; + } + + if (!cJSON_Compare(a_element, b_element, case_sensitive)) { + return false; + } + } + + /* doing this twice, once on a and b to prevent true comparison if a subset of b*/ + cJSON_ArrayForEach(b_element, b) + { + a_element = get_object_item(a, b_element->string, case_sensitive); + if (a_element == NULL) { + return false; + } + + if (!cJSON_Compare(b_element, a_element, case_sensitive)) { + return false; + } + } + + return true; + } + + default: + return false; + } +} + +CJSON_PUBLIC(void *) cJSON_malloc(size_t size) +{ + return global_hooks.allocate(size); +} + +CJSON_PUBLIC(void) cJSON_free(void *object) +{ + global_hooks.deallocate(object); +} diff --git a/src/cJSON.h b/src/cJSON.h new file mode 100644 index 0000000..8d4cbf3 --- /dev/null +++ b/src/cJSON.h @@ -0,0 +1,297 @@ +/* + Copyright (c) 2009-2017 Dave Gamble and cJSON contributors + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. +*/ + +#ifndef cJSON__h +#define cJSON__h + +#ifdef __cplusplus +extern "C" { +#endif + +#if !defined(__WINDOWS__) && (defined(WIN32) || defined(WIN64) || defined(_MSC_VER) || defined(_WIN32)) +#define __WINDOWS__ +#endif + +#ifdef __WINDOWS__ + +/* When compiling for windows, we specify a specific calling convention to avoid issues where we are being called from a project with a different default +calling convention. For windows you have 3 define options: + +CJSON_HIDE_SYMBOLS - Define this in the case where you don't want to ever dllexport symbols +CJSON_EXPORT_SYMBOLS - Define this on library build when you want to dllexport symbols (default) +CJSON_IMPORT_SYMBOLS - Define this if you want to dllimport symbol + +For *nix builds that support visibility attribute, you can define similar behavior by + +setting default visibility to hidden by adding +-fvisibility=hidden (for gcc) +or +-xldscope=hidden (for sun cc) +to CFLAGS + +then using the CJSON_API_VISIBILITY flag to "export" the same symbols the way CJSON_EXPORT_SYMBOLS does + +*/ + +#define CJSON_CDECL __cdecl +#define CJSON_STDCALL __stdcall + +/* export symbols by default, this is necessary for copy pasting the C and header file */ +#if !defined(CJSON_HIDE_SYMBOLS) && !defined(CJSON_IMPORT_SYMBOLS) && !defined(CJSON_EXPORT_SYMBOLS) +#define CJSON_EXPORT_SYMBOLS +#endif + +#if defined(CJSON_HIDE_SYMBOLS) +#define CJSON_PUBLIC(type) type CJSON_STDCALL +#elif defined(CJSON_EXPORT_SYMBOLS) +#define CJSON_PUBLIC(type) __declspec(dllexport) type CJSON_STDCALL +#elif defined(CJSON_IMPORT_SYMBOLS) +#define CJSON_PUBLIC(type) __declspec(dllimport) type CJSON_STDCALL +#endif +#else /* !__WINDOWS__ */ +#define CJSON_CDECL +#define CJSON_STDCALL + +#if (defined(__GNUC__) || defined(__SUNPRO_CC) || defined(__SUNPRO_C)) && defined(CJSON_API_VISIBILITY) +#define CJSON_PUBLIC(type) __attribute__((visibility("default"))) type +#else +#define CJSON_PUBLIC(type) type +#endif +#endif + +/* project version */ +#define CJSON_VERSION_MAJOR 1 +#define CJSON_VERSION_MINOR 7 +#define CJSON_VERSION_PATCH 15 + +#include + +/* cJSON Types: */ +#define cJSON_Invalid (0) +#define cJSON_False (1 << 0) +#define cJSON_True (1 << 1) +#define cJSON_NULL (1 << 2) +#define cJSON_Number (1 << 3) +#define cJSON_String (1 << 4) +#define cJSON_Array (1 << 5) +#define cJSON_Object (1 << 6) +#define cJSON_Raw (1 << 7) /* raw json */ + +#define cJSON_IsReference 256 +#define cJSON_StringIsConst 512 + +/* The cJSON structure: */ +typedef struct cJSON { + /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ + struct cJSON *next; + struct cJSON *prev; + /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */ + struct cJSON *child; + + /* The type of the item, as above. */ + int type; + + /* The item's string, if type==cJSON_String and type == cJSON_Raw */ + char *valuestring; + /* writing to valueint is DEPRECATED, use cJSON_SetNumberValue instead */ + int valueint; + /* The item's number, if type==cJSON_Number */ + double valuedouble; + + /* The item's name string, if this item is the child of, or is in the list of subitems of an object. */ + char *string; +} cJSON; + +typedef struct cJSON_Hooks { + /* malloc/free are CDECL on Windows regardless of the default calling convention of the compiler, so ensure the hooks allow passing those functions + * directly. */ + void *(CJSON_CDECL *malloc_fn)(size_t sz); + void(CJSON_CDECL *free_fn)(void *ptr); +} cJSON_Hooks; + +typedef int cJSON_bool; + +/* Limits how deeply nested arrays/objects can be before cJSON rejects to parse them. + * This is to prevent stack overflows. */ +#ifndef CJSON_NESTING_LIMIT +#define CJSON_NESTING_LIMIT 1000 +#endif + +/* returns the version of cJSON as a string */ +CJSON_PUBLIC(const char *) cJSON_Version(void); + +/* Supply malloc, realloc and free functions to cJSON */ +CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks *hooks); + +/* Memory Management: the caller is always responsible to free the results from all variants of cJSON_Parse (with cJSON_Delete) and cJSON_Print (with stdlib + * free, cJSON_Hooks.free_fn, or cJSON_free as appropriate). The exception is cJSON_PrintPreallocated, where the caller has full responsibility of the buffer. + */ +/* Supply a block of JSON, and this returns a cJSON object you can interrogate. */ +CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value); +CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length); +/* ParseWithOpts allows you to require (and check) that the JSON is null terminated, and to retrieve the pointer to the final byte parsed. */ +/* If you supply a ptr in return_parse_end and parsing fails, then return_parse_end will contain a pointer to the error so will match cJSON_GetErrorPtr(). */ +CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated); +CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated); + +/* Render a cJSON entity to text for transfer/storage. */ +CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item); +/* Render a cJSON entity to text for transfer/storage without any formatting. */ +CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item); +/* Render a cJSON entity to text using a buffered strategy. prebuffer is a guess at the final size. guessing well reduces reallocation. fmt=0 gives unformatted, + * =1 gives formatted */ +CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt); +/* Render a cJSON entity to text using a buffer already allocated in memory with given length. Returns 1 on success and 0 on failure. */ +/* NOTE: cJSON is not always 100% accurate in estimating how much memory it will use, so to be safe allocate 5 bytes more than you actually need */ +CJSON_PUBLIC(cJSON_bool) cJSON_PrintPreallocated(cJSON *item, char *buffer, const int length, const cJSON_bool format); +/* Delete a cJSON entity and all subentities. */ +CJSON_PUBLIC(void) cJSON_Delete(cJSON *item); + +/* Returns the number of items in an array (or object). */ +CJSON_PUBLIC(int) cJSON_GetArraySize(const cJSON *array); +/* Retrieve item number "index" from array "array". Returns NULL if unsuccessful. */ +CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index); +/* Get item "string" from object. Case insensitive. */ +CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON *const object, const char *const string); +CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON *const object, const char *const string); +CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string); +/* For analysing failed parses. This returns a pointer to the parse error. You'll probably need to look a few chars back to make sense of it. Defined when + * cJSON_Parse() returns 0. 0 when cJSON_Parse() succeeds. */ +CJSON_PUBLIC(const char *) cJSON_GetErrorPtr(void); + +/* Check item type and return its value */ +CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON *const item); +CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON *const item); + +/* These functions check the type of an item */ +CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON *const item); +CJSON_PUBLIC(cJSON_bool) cJSON_IsFalse(const cJSON *const item); +CJSON_PUBLIC(cJSON_bool) cJSON_IsTrue(const cJSON *const item); +CJSON_PUBLIC(cJSON_bool) cJSON_IsBool(const cJSON *const item); +CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON *const item); +CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON *const item); +CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON *const item); +CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON *const item); +CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON *const item); +CJSON_PUBLIC(cJSON_bool) cJSON_IsRaw(const cJSON *const item); + +/* These calls create a cJSON item of the appropriate type. */ +CJSON_PUBLIC(cJSON *) cJSON_CreateNull(void); +CJSON_PUBLIC(cJSON *) cJSON_CreateTrue(void); +CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void); +CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean); +CJSON_PUBLIC(cJSON *) cJSON_CreateNumber(double num); +CJSON_PUBLIC(cJSON *) cJSON_CreateString(const char *string); +/* raw json */ +CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw); +CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void); +CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void); + +/* Create a string where valuestring references a string so + * it will not be freed by cJSON_Delete */ +CJSON_PUBLIC(cJSON *) cJSON_CreateStringReference(const char *string); +/* Create an object/array that only references it's elements so + * they will not be freed by cJSON_Delete */ +CJSON_PUBLIC(cJSON *) cJSON_CreateObjectReference(const cJSON *child); +CJSON_PUBLIC(cJSON *) cJSON_CreateArrayReference(const cJSON *child); + +/* These utilities create an Array of count items. + * The parameter count cannot be greater than the number of elements in the number array, otherwise array access will be out of bounds.*/ +CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count); +CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count); +CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count); +CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count); + +/* Append item to the specified array/object. */ +CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item); +CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item); +/* Use this when string is definitely const (i.e. a literal, or as good as), and will definitely survive the cJSON object. + * WARNING: When this function was used, make sure to always check that (item->type & cJSON_StringIsConst) is zero before + * writing to `item->string` */ +CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item); +/* Append reference to item to the specified array/object. Use this when you want to add an existing cJSON to a new cJSON, but don't want to corrupt your + * existing cJSON. */ +CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item); +CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *item); + +/* Remove/Detach items from Arrays/Objects. */ +CJSON_PUBLIC(cJSON *) cJSON_DetachItemViaPointer(cJSON *parent, cJSON *const item); +CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which); +CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which); +CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string); +CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string); +CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string); +CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string); + +/* Update array items. */ +CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem); /* Shifts pre-existing items to the right. */ +CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemViaPointer(cJSON *const parent, cJSON *const item, cJSON *replacement); +CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem); +CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObject(cJSON *object, const char *string, cJSON *newitem); +CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, cJSON *newitem); + +/* Duplicate a cJSON item */ +CJSON_PUBLIC(cJSON *) cJSON_Duplicate(const cJSON *item, cJSON_bool recurse); +/* Duplicate will create a new, identical cJSON item to the one you pass, in new memory that will + * need to be released. With recurse!=0, it will duplicate any children connected to the item. + * The item->next and ->prev pointers are always zero on return from Duplicate. */ +/* Recursively compare two cJSON items for equality. If either a or b is NULL or invalid, they will be considered unequal. + * case_sensitive determines if object keys are treated case sensitive (1) or case insensitive (0) */ +CJSON_PUBLIC(cJSON_bool) cJSON_Compare(const cJSON *const a, const cJSON *const b, const cJSON_bool case_sensitive); + +/* Minify a strings, remove blank characters(such as ' ', '\t', '\r', '\n') from strings. + * The input pointer json cannot point to a read-only address area, such as a string constant, + * but should point to a readable and writable address area. */ +CJSON_PUBLIC(void) cJSON_Minify(char *json); + +/* Helper functions for creating and adding items to an object at the same time. + * They return the added item or NULL on failure. */ +CJSON_PUBLIC(cJSON *) cJSON_AddNullToObject(cJSON *const object, const char *const name); +CJSON_PUBLIC(cJSON *) cJSON_AddTrueToObject(cJSON *const object, const char *const name); +CJSON_PUBLIC(cJSON *) cJSON_AddFalseToObject(cJSON *const object, const char *const name); +CJSON_PUBLIC(cJSON *) cJSON_AddBoolToObject(cJSON *const object, const char *const name, const cJSON_bool boolean); +CJSON_PUBLIC(cJSON *) cJSON_AddNumberToObject(cJSON *const object, const char *const name, const double number); +CJSON_PUBLIC(cJSON *) cJSON_AddStringToObject(cJSON *const object, const char *const name, const char *const string); +CJSON_PUBLIC(cJSON *) cJSON_AddRawToObject(cJSON *const object, const char *const name, const char *const raw); +CJSON_PUBLIC(cJSON *) cJSON_AddObjectToObject(cJSON *const object, const char *const name); +CJSON_PUBLIC(cJSON *) cJSON_AddArrayToObject(cJSON *const object, const char *const name); + +/* When assigning an integer value, it needs to be propagated to valuedouble too. */ +#define cJSON_SetIntValue(object, number) ((object) ? (object)->valueint = (object)->valuedouble = (number) : (number)) +/* helper for the cJSON_SetNumberValue macro */ +CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number); +#define cJSON_SetNumberValue(object, number) ((object != NULL) ? cJSON_SetNumberHelper(object, (double)number) : (number)) +/* Change the valuestring of a cJSON_String object, only takes effect when type of object is cJSON_String */ +CJSON_PUBLIC(char *) cJSON_SetValuestring(cJSON *object, const char *valuestring); + +/* Macro for iterating over an array or object */ +#define cJSON_ArrayForEach(element, array) for (element = (array != NULL) ? (array)->child : NULL; element != NULL; element = element->next) + +/* malloc/free objects using the malloc/free functions that have been set with cJSON_InitHooks */ +CJSON_PUBLIC(void *) cJSON_malloc(size_t size); +CJSON_PUBLIC(void) cJSON_free(void *object); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/src/cfg.cpp b/src/cfg.cpp new file mode 100644 index 0000000..06bf27f --- /dev/null +++ b/src/cfg.cpp @@ -0,0 +1,1329 @@ +// config functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include + +#include "config.h" +#include "gettext.h" + +#include "cfg.h" +#include "butt.h" +#include "flgui.h" +#include "util.h" +#include "fl_funcs.h" +#include "strfuncs.h" +#include "port_midi.h" + +#ifdef WIN32 +const char CONFIG_FILE[] = "buttrc"; +#else +const char CONFIG_FILE[] = ".buttrc"; +#endif + +const char *lang_array_new[] = {"system", "ar", "de", "en", "es", "fr", "nl", "pt_BR"}; +const char *lang_array_old[] = {"system", "de", "en", "fr", "pt_BR"}; + +config_t cfg; +char *cfg_path; + +int cfg_write_file(char *path) +{ + int i; + FILE *cfg_fd; + char info_buf[256]; + + if (path == NULL) { + path = cfg_path; + } + + cfg_fd = fl_fopen(path, "wb"); + if (cfg_fd == NULL) { + snprintf(info_buf, sizeof(info_buf), _("Could not write to file: %s"), path); + print_info(cfg_path, 1); + return 1; + } + + fprintf(cfg_fd, "#This is a configuration file for butt (broadcast using this tool)\n\n"); + fprintf(cfg_fd, "[main]\n"); + + fprintf(cfg_fd, "bg_color = %d\n", cfg.main.bg_color); + fprintf(cfg_fd, "txt_color = %d\n", cfg.main.txt_color); + + if (cfg.main.num_of_srv > 0) { + fprintf(cfg_fd, + "server = %s\n" + "srv_ent = %s\n", + cfg.main.srv, cfg.main.srv_ent); + } + else { + fprintf(cfg_fd, "server = \n" + "srv_ent = \n"); + } + + if (cfg.main.num_of_icy > 0) { + fprintf(cfg_fd, + "icy = %s\n" + "icy_ent = %s\n", + cfg.main.icy, cfg.main.icy_ent); + } + else { + fprintf(cfg_fd, "icy = \n" + "icy_ent = \n"); + } + + fprintf(cfg_fd, + "num_of_srv = %d\n" + "num_of_icy = %d\n", + cfg.main.num_of_srv, cfg.main.num_of_icy); + + fprintf(cfg_fd, "song_update_url_active = %d\n", cfg.main.song_update_url_active); + fprintf(cfg_fd, "song_update_url_interval = %d\n", cfg.main.song_update_url_interval); + + if (cfg.main.song_update_url != NULL) { + fprintf(cfg_fd, "song_update_url = %s\n", cfg.main.song_update_url); + } + else { + fprintf(cfg_fd, "song_update_url =\n"); + } + + if (cfg.main.song_path != NULL) { + fprintf(cfg_fd, "song_path = %s\n", cfg.main.song_path); + } + else { + fprintf(cfg_fd, "song_path = \n"); + } + + fprintf(cfg_fd, "song_update = %d\n", cfg.main.song_update); + fprintf(cfg_fd, "song_delay = %d\n", cfg.main.song_delay); + + if (cfg.main.song_prefix != NULL) { + char *tmp = strdup(cfg.main.song_prefix); + strrpl(&tmp, (char *)" ", (char *)"%20", MODE_ALL); + fprintf(cfg_fd, "song_prefix = %s\n", tmp); + free(tmp); + } + else + fprintf(cfg_fd, "song_prefix = \n"); + + if (cfg.main.song_suffix != NULL) { + char *tmp = strdup(cfg.main.song_suffix); + strrpl(&tmp, (char *)" ", (char *)"%20", MODE_ALL); + fprintf(cfg_fd, "song_suffix = %s\n", tmp); + free(tmp); + } + else + fprintf(cfg_fd, "song_suffix = \n"); + + fprintf(cfg_fd, "read_last_line = %d\n", cfg.main.read_last_line); + + fprintf(cfg_fd, "app_update_service = %d\n", cfg.main.app_update_service); + fprintf(cfg_fd, "app_update = %d\n", cfg.main.app_update); + fprintf(cfg_fd, "app_artist_title_order = %d\n", cfg.main.app_artist_title_order); + + fprintf(cfg_fd, "gain = %f\n", cfg.main.gain); + + fprintf(cfg_fd, "signal_threshold = %f\n", cfg.main.signal_threshold); + fprintf(cfg_fd, "silence_threshold = %f\n", cfg.main.silence_threshold); + fprintf(cfg_fd, "signal_detection = %d\n", cfg.main.signal_detection); + fprintf(cfg_fd, "silence_detection = %d\n", cfg.main.silence_detection); + fprintf(cfg_fd, "check_for_update = %d\n", cfg.main.check_for_update); + fprintf(cfg_fd, "start_agent = %d\n", cfg.main.start_agent); + fprintf(cfg_fd, "minimize_to_tray = %d\n", cfg.main.minimize_to_tray); + fprintf(cfg_fd, "connect_at_startup = %d\n", cfg.main.connect_at_startup); + fprintf(cfg_fd, "force_reconnecting = %d\n", cfg.main.force_reconnecting); + fprintf(cfg_fd, "reconnect_delay = %d\n", cfg.main.reconnect_delay); + + if (cfg.main.ic_charset != NULL) { + fprintf(cfg_fd, "ic_charset = %s\n", cfg.main.ic_charset); + } + else { + fprintf(cfg_fd, "ic_charset = \n"); + } + + if (cfg.main.log_file != NULL) { + fprintf(cfg_fd, "log_file = %s\n\n", cfg.main.log_file); + } + else { + fprintf(cfg_fd, "log_file = \n\n"); + } + + fprintf(cfg_fd, + "[audio]\n" + "device = %d\n" + "device2 = %d\n" + "dev_remember = %d\n" + "samplerate = %d\n" + "bitrate = %d\n" + "channel = %d\n" + "left_ch = %d\n" + "right_ch = %d\n" + "left_ch2 = %d\n" + "right_ch2 = %d\n" + "codec = %s\n" + "resample_mode = %d\n" + "silence_level = %f\n" + "signal_level = %f\n" + "disable_dithering = %d\n" + "buffer_ms = %d\n", + cfg.audio.dev_num, cfg.audio.dev2_num, cfg.audio.dev_remember, cfg.audio.samplerate, cfg.audio.bitrate, cfg.audio.channel, cfg.audio.left_ch, + cfg.audio.right_ch, cfg.audio.left_ch2, cfg.audio.right_ch2, cfg.audio.codec, cfg.audio.resample_mode, cfg.audio.silence_level, + cfg.audio.signal_level, cfg.audio.disable_dithering, cfg.audio.buffer_ms); + + if (cfg.audio.dev_name != NULL) { + fprintf(cfg_fd, "dev_name = %s\n", cfg.audio.dev_name); + } + else { + fprintf(cfg_fd, "dev_name = \n"); + } + + if (cfg.audio.dev2_name != NULL) { + fprintf(cfg_fd, "dev2_name = %s\n\n", cfg.audio.dev2_name); + } + else { + fprintf(cfg_fd, "dev2_name = \n\n"); + } + + fprintf(cfg_fd, + "[record]\n" + "bitrate = %d\n" + "codec = %s\n" + "start_rec = %d\n" + "stop_rec = %d\n" + "rec_after_launch = %d\n" + "overwrite_files = %d\n" + "sync_to_hour = %d\n" + "split_time = %d\n" + "filename = %s\n" + "signal_threshold = %f\n" + "silence_threshold = %f\n" + "signal_detection = %d\n" + "silence_detection = %d\n" + "folder = %s\n\n", + cfg.rec.bitrate, cfg.rec.codec, cfg.rec.start_rec, cfg.rec.stop_rec, cfg.rec.rec_after_launch, cfg.rec.overwrite_files, cfg.rec.sync_to_hour, + cfg.rec.split_time, cfg.rec.filename, cfg.rec.signal_threshold, cfg.rec.silence_threshold, cfg.rec.signal_detection, cfg.rec.silence_detection, + cfg.rec.folder); + + fprintf(cfg_fd, + "[tls]\n" + "cert_file = %s\n" + "cert_dir = %s\n\n", + cfg.tls.cert_file != NULL ? cfg.tls.cert_file : "", cfg.tls.cert_dir != NULL ? cfg.tls.cert_dir : ""); + + fprintf(cfg_fd, + "[dsp]\n" + "equalizer = %d\n" + "equalizer_rec = %d\n" + "eq_preset = %s\n" + "gain1 = %f\n" + "gain2 = %f\n" + "gain3 = %f\n" + "gain4 = %f\n" + "gain5 = %f\n" + "gain6 = %f\n" + "gain7 = %f\n" + "gain8 = %f\n" + "gain9 = %f\n" + "gain10 = %f\n" + "compressor = %d\n" + "compressor_rec = %d\n" + "aggressive_mode = %d\n" + "threshold = %f\n" + "ratio = %f\n" + "attack = %f\n" + "release = %f\n" + "makeup_gain = %f\n\n", + cfg.dsp.equalizer_stream, cfg.dsp.equalizer_rec, cfg.dsp.eq_preset, cfg.dsp.eq_gain[0], cfg.dsp.eq_gain[1], cfg.dsp.eq_gain[2], cfg.dsp.eq_gain[3], + cfg.dsp.eq_gain[4], cfg.dsp.eq_gain[5], cfg.dsp.eq_gain[6], cfg.dsp.eq_gain[7], cfg.dsp.eq_gain[8], cfg.dsp.eq_gain[9], cfg.dsp.compressor_stream, + cfg.dsp.compressor_rec, cfg.dsp.aggressive_mode, cfg.dsp.threshold, cfg.dsp.ratio, cfg.dsp.attack, cfg.dsp.release, cfg.dsp.makeup_gain); + + fprintf(cfg_fd, + "[mixer]\n" + "primary_device_gain = %f\n" + "primary_device_muted = %d\n" + "secondary_device_gain = %f\n" + "secondary_device_muted = %d\n" + "streaming_gain = %f\n" + "recording_gain = %f\n" + "cross_fader = %f\n\n", + cfg.mixer.primary_device_gain, cfg.mixer.primary_device_muted, cfg.mixer.secondary_device_gain, cfg.mixer.secondary_device_muted, + cfg.mixer.streaming_gain, cfg.mixer.recording_gain, cfg.mixer.cross_fader); + + fprintf(cfg_fd, + "[gui]\n" + "attach = %d\n" + "ontop = %d\n" + "hide_log_window = %d\n" + "remember_pos = %d\n" + "x_pos = %d\n" + "y_pos = %d\n" + "window_height = %d\n" + "lcd_auto = %d\n" + "default_stream_info = %d\n" + "start_minimized = %d\n" + "disable_gain_slider = %d\n" + "show_listeners = %d\n" + "listeners_update_rate = %d\n" + "lang_str = %s\n" + "vu_low_color = %d\n" + "vu_mid_color = %d\n" + "vu_high_color = %d\n" + "vu_mid_range_start = %d\n" + "vu_high_range_start = %d\n" + "always_show_vu_tabs = %d\n" + "window_title = %s\n" + "vu_mode = %d\n\n", + cfg.gui.attach, cfg.gui.ontop, cfg.gui.hide_log_window, cfg.gui.remember_pos, cfg.gui.x_pos, cfg.gui.y_pos, cfg.gui.window_height, cfg.gui.lcd_auto, + cfg.gui.default_stream_info, cfg.gui.start_minimized, cfg.gui.disable_gain_slider, cfg.gui.show_listeners, cfg.gui.listeners_update_rate, + cfg.gui.lang_str, cfg.gui.vu_low_color, cfg.gui.vu_mid_color, cfg.gui.vu_high_color, cfg.gui.vu_mid_range_start, cfg.gui.vu_high_range_start, + cfg.gui.always_show_vu_tabs, cfg.gui.window_title, cfg.gui.vu_mode); + + fprintf(cfg_fd, + "[mp3_codec_stream]\n" + "enc_quality = %d\n" + "stereo_mode = %d\n" + "bitrate_mode = %d\n" + "vbr_quality = %d\n" + "vbr_min_bitrate = %d\n" + "vbr_max_bitrate = %d\n" + "vbr_force_min_bitrate = %d\n" + "resampling_freq = %d\n" + "lowpass_freq_active = %d\n" + "lowpass_freq = %f\n" + "lowpass_width_active = %d\n" + "lowpass_width = %f\n" + "highpass_freq_active = %d\n" + "highpass_freq = %f\n" + "highpass_width_active = %d\n" + "highpass_width = %f\n\n", + cfg.mp3_codec_stream.enc_quality, cfg.mp3_codec_stream.stereo_mode, cfg.mp3_codec_stream.bitrate_mode, cfg.mp3_codec_stream.vbr_quality, + cfg.mp3_codec_stream.vbr_min_bitrate, cfg.mp3_codec_stream.vbr_max_bitrate, cfg.mp3_codec_stream.vbr_force_min_bitrate, + cfg.mp3_codec_stream.resampling_freq, cfg.mp3_codec_stream.lowpass_freq_active, cfg.mp3_codec_stream.lowpass_freq, + cfg.mp3_codec_stream.lowpass_width_active, cfg.mp3_codec_stream.lowpass_width, cfg.mp3_codec_stream.highpass_freq_active, + cfg.mp3_codec_stream.highpass_freq, cfg.mp3_codec_stream.highpass_width_active, cfg.mp3_codec_stream.highpass_width); + + fprintf(cfg_fd, + "[mp3_codec_rec]\n" + "enc_quality = %d\n" + "stereo_mode = %d\n" + "bitrate_mode = %d\n" + "vbr_quality = %d\n" + "vbr_min_bitrate = %d\n" + "vbr_max_bitrate = %d\n" + "vbr_force_min_bitrate = %d\n" + "resampling_freq = %d\n" + "lowpass_freq_active = %d\n" + "lowpass_freq = %f\n" + "lowpass_width_active = %d\n" + "lowpass_width = %f\n" + "highpass_freq_active = %d\n" + "highpass_freq = %f\n" + "highpass_width_active = %d\n" + "highpass_width = %f\n\n", + cfg.mp3_codec_rec.enc_quality, cfg.mp3_codec_rec.stereo_mode, cfg.mp3_codec_rec.bitrate_mode, cfg.mp3_codec_rec.vbr_quality, + cfg.mp3_codec_rec.vbr_min_bitrate, cfg.mp3_codec_rec.vbr_max_bitrate, cfg.mp3_codec_rec.vbr_force_min_bitrate, cfg.mp3_codec_rec.resampling_freq, + cfg.mp3_codec_rec.lowpass_freq_active, cfg.mp3_codec_rec.lowpass_freq, cfg.mp3_codec_rec.lowpass_width_active, cfg.mp3_codec_rec.lowpass_width, + cfg.mp3_codec_rec.highpass_freq_active, cfg.mp3_codec_rec.highpass_freq, cfg.mp3_codec_rec.highpass_width_active, cfg.mp3_codec_rec.highpass_width); + + fprintf(cfg_fd, + "[vorbis_codec_stream]\n" + "bitrate_mode = %d\n" + "vbr_quality = %d\n" + "vbr_min_bitrate = %d\n" + "vbr_max_bitrate = %d\n\n", + cfg.vorbis_codec_stream.bitrate_mode, cfg.vorbis_codec_stream.vbr_quality, cfg.vorbis_codec_stream.vbr_min_bitrate, + cfg.vorbis_codec_stream.vbr_max_bitrate); + + fprintf(cfg_fd, + "[vorbis_codec_rec]\n" + "bitrate_mode = %d\n" + "vbr_quality = %d\n" + "vbr_min_bitrate = %d\n" + "vbr_max_bitrate = %d\n\n", + cfg.vorbis_codec_rec.bitrate_mode, cfg.vorbis_codec_rec.vbr_quality, cfg.vorbis_codec_rec.vbr_min_bitrate, cfg.vorbis_codec_rec.vbr_max_bitrate); + + fprintf(cfg_fd, + "[opus_codec_stream]\n" + "bitrate_mode = %d\n" + "quality = %d\n" + "audio_type = %d\n" + "bandwidth = %d\n\n", + cfg.opus_codec_stream.bitrate_mode, cfg.opus_codec_stream.quality, cfg.opus_codec_stream.audio_type, cfg.opus_codec_stream.bandwidth); + + fprintf(cfg_fd, + "[opus_codec_rec]\n" + "bitrate_mode = %d\n" + "quality = %d\n" + "audio_type = %d\n" + "bandwidth = %d\n\n", + cfg.opus_codec_rec.bitrate_mode, cfg.opus_codec_rec.quality, cfg.opus_codec_rec.audio_type, cfg.opus_codec_rec.bandwidth); + + fprintf(cfg_fd, + "[aac_codec_stream]\n" + "bitrate_mode = %d\n" + "afterburner = %d\n" + "profile = %d\n\n", + cfg.aac_codec_stream.bitrate_mode, cfg.aac_codec_stream.afterburner, cfg.aac_codec_stream.profile); + + fprintf(cfg_fd, + "[aac_codec_rec]\n" + "bitrate_mode = %d\n" + "afterburner = %d\n" + "profile = %d\n\n", + cfg.aac_codec_rec.bitrate_mode, cfg.aac_codec_rec.afterburner, cfg.aac_codec_rec.profile); + + fprintf(cfg_fd, + "[flac_codec_stream]\n" + "bit_depth = %d\n\n", + cfg.flac_codec_stream.bit_depth); + + fprintf(cfg_fd, + "[flac_codec_rec]\n" + "bit_depth = %d\n\n", + cfg.flac_codec_rec.bit_depth); + + fprintf(cfg_fd, + "[wav_codec_rec]\n" + "bit_depth = %d\n\n", + cfg.wav_codec_rec.bit_depth); + + fprintf(cfg_fd, + "[midi]\n" + "dev_name = %s\n\n", + cfg.midi.dev_name); + + for (i = 0; i < MIDI_COMMANDS_COUNT; i++) { + fprintf(cfg_fd, + "[midi_cmd_%u]\n" + "enabled = %u\n" + "channel = %u\n" + "msg_num = %u\n" + "msg_type = %u\n" + "mode = %u\n" + "soft_takeover = %u\n\n", + i, cfg.midi.commands[i].enabled, cfg.midi.commands[i].channel, cfg.midi.commands[i].msg_num, cfg.midi.commands[i].msg_type, + cfg.midi.commands[i].mode, cfg.midi.commands[i].soft_takeover); + } + + for (i = 0; i < cfg.main.num_of_srv; i++) { + if (cfg.srv[i]->type != WEBRTC) { + fprintf(cfg_fd, + "[%s]\n" + "address = %s\n" + "port = %u\n" + "password = %s\n" + "type = %d\n" + "tls = %d\n", + cfg.srv[i]->name, cfg.srv[i]->addr, cfg.srv[i]->port, cfg.srv[i]->pwd, cfg.srv[i]->type, cfg.srv[i]->tls); + } + else { // WEBRTC + fprintf(cfg_fd, + "[%s]\n" + "address = (none)\n" + "port = 0\n" + "password = (none)\n" + "type = %d\n" + "tls = 0\n", + cfg.srv[i]->name, WEBRTC); + } + + if (cfg.srv[i]->custom_listener_url != NULL) { + fprintf(cfg_fd, "custom_listener_url = %s\n", cfg.srv[i]->custom_listener_url); + } + else { + fprintf(cfg_fd, "custom_listener_url = \n"); + } + + if (cfg.srv[i]->custom_listener_mount != NULL) { + fprintf(cfg_fd, "custom_listener_mount = %s\n", cfg.srv[i]->custom_listener_mount); + } + else { + fprintf(cfg_fd, "custom_listener_mount = \n"); + } + + if (cfg.srv[i]->cert_hash != NULL) { + fprintf(cfg_fd, "cert_hash = %s\n", cfg.srv[i]->cert_hash); + } + else { + fprintf(cfg_fd, "cert_hash = \n"); + } + + if (cfg.srv[i]->type == ICECAST) { + fprintf(cfg_fd, "mount = %s\n", cfg.srv[i]->mount); + fprintf(cfg_fd, "usr = %s\n", cfg.srv[i]->usr); + fprintf(cfg_fd, "protocol = %d\n", cfg.srv[i]->icecast_protocol); + } + else { // Shoutcast has no mountpoint and user + fprintf(cfg_fd, "mount = (none)\n"); + fprintf(cfg_fd, "usr = (none)\n"); + } + + if (cfg.srv[i]->type == WEBRTC) { + if (cfg.srv[i]->webrtc_ice != NULL && strlen(cfg.srv[i]->webrtc_ice) > 0) { + fprintf(cfg_fd, "webrtc_ice = %s\n", cfg.srv[i]->webrtc_ice); + } + else { + fprintf(cfg_fd, "webrtc_ice = \n"); + } + + fprintf(cfg_fd, "webrtc_whip = %s\n", cfg.srv[i]->webrtc_whip); + + if (cfg.srv[i]->webrtc_auth != NULL && strlen(cfg.srv[i]->webrtc_auth) > 0) { + fprintf(cfg_fd, "webrtc_auth = %s\n\n", cfg.srv[i]->webrtc_auth); + } + else { + fprintf(cfg_fd, "webrtc_auth = \n\n"); + } + } + else { + fprintf(cfg_fd, "\n"); + } + } + + for (i = 0; i < cfg.main.num_of_icy; i++) { + fprintf(cfg_fd, + "[%s]\n" + "expand_variables = %d\n" + "pub = %s\n", + cfg.icy[i]->name, // + cfg.icy[i]->expand_variables, // + cfg.icy[i]->pub); + + if (cfg.icy[i]->desc != NULL) { + fprintf(cfg_fd, "description = %s\n", cfg.icy[i]->desc); + } + else { + fprintf(cfg_fd, "description = \n"); + } + + if (cfg.icy[i]->genre != NULL) { + fprintf(cfg_fd, "genre = %s\n", cfg.icy[i]->genre); + } + else { + fprintf(cfg_fd, "genre = \n"); + } + + if (cfg.icy[i]->url != NULL) { + fprintf(cfg_fd, "url = %s\n", cfg.icy[i]->url); + } + else { + fprintf(cfg_fd, "url = \n"); + } + + if (cfg.icy[i]->irc != NULL) { + fprintf(cfg_fd, "irc = %s\n", cfg.icy[i]->irc); + } + else { + fprintf(cfg_fd, "irc = \n"); + } + + if (cfg.icy[i]->icq != NULL) { + fprintf(cfg_fd, "icq = %s\n", cfg.icy[i]->icq); + } + else { + fprintf(cfg_fd, "icq = \n"); + } + + if (cfg.icy[i]->aim != NULL) { + fprintf(cfg_fd, "aim = %s\n\n", cfg.icy[i]->aim); + } + else { + fprintf(cfg_fd, "aim = \n\n"); + } + } + + fclose(cfg_fd); + + snprintf(info_buf, sizeof(info_buf), _("Config written to %s"), path); + print_info(info_buf, 0); + + return 0; +} + +int cfg_set_values(char *path) +{ + int i; + char *srv_ent; + char *icy_ent; + char *strtok_buf = NULL; + + if (path == NULL) { + path = cfg_path; + } + + if (cfg_parse_file(path) == -1) { + DEBUG_LOG("Parsing config failed"); + return 1; + } + + cfg.main.log_file = cfg_get_str("main", "log_file", NULL); + cfg.main.ic_charset = cfg_get_str("main", "ic_charset", NULL); + cfg.audio.pcm_list = snd_get_devices(&cfg.audio.dev_count); + cfg.audio.dev_num = cfg_get_int("audio", "device", 0); + cfg.audio.dev2_num = cfg_get_int("audio", "device2", -1); + cfg.audio.dev_name = cfg_get_str("audio", "dev_name", _("Default PCM device (default)")); + cfg.audio.dev2_name = cfg_get_str("audio", "dev2_name", _("None")); + cfg.audio.dev_remember = cfg_get_int("audio", "dev_remember", REMEMBER_BY_NAME); + cfg.audio.samplerate = cfg_get_int("audio", "samplerate", 44100); + cfg.audio.resolution = 16; + cfg.audio.bitrate = cfg_get_int("audio", "bitrate", 128); + cfg.audio.channel = cfg_get_int("audio", "channel", 2); + cfg.audio.left_ch = cfg_get_int("audio", "left_ch", 1); + cfg.audio.right_ch = cfg_get_int("audio", "right_ch", 2); + cfg.audio.left_ch2 = cfg_get_int("audio", "left_ch2", 1); + cfg.audio.right_ch2 = cfg_get_int("audio", "right_ch2", 2); + cfg.audio.buffer_ms = cfg_get_int("audio", "buffer_ms", 50); + cfg.audio.disable_dithering = cfg_get_int("audio", "disable_dithering", 0); + cfg.audio.resample_mode = cfg_get_int("audio", "resample_mode", 0); // 0 = SRC_SINC_BEST_QUALITY + + cfg.audio.codec = cfg_get_str("audio", "codec", "mp3"); + // Make sure that also "opus" and "flac" fit into the codec char array + cfg.audio.codec = (char *)realloc((char *)cfg.audio.codec, 5 * sizeof(char)); + + if (!strcmp(cfg.audio.codec, "aac") && g_aac_lib_available == 0) { + strcpy(cfg.audio.codec, "mp3"); + } + + // Will be interpreted as negative value (-50 dB) + cfg.audio.silence_level = cfg_get_float("audio", "silence_level", 50.0); + cfg.audio.signal_level = cfg_get_float("audio", "signal_level", 50.0); + + cfg.rec.bitrate = cfg_get_int("record", "bitrate", 192); + cfg.rec.start_rec = cfg_get_int("record", "start_rec", 0); + cfg.rec.stop_rec = cfg_get_int("record", "stop_rec", 0); + cfg.rec.rec_after_launch = cfg_get_int("record", "rec_after_launch", 0); + cfg.rec.overwrite_files = cfg_get_int("record", "overwrite_files", 0); + cfg.rec.sync_to_hour = cfg_get_int("record", "sync_to_hour", 0); + cfg.rec.split_time = cfg_get_int("record", "split_time", 0); + cfg.rec.filename = cfg_get_str("record", "filename", "rec_%Y%m%d-%H%M%S_%i.mp3"); + cfg.rec.signal_threshold = cfg_get_float("record", "signal_threshold", 0); + cfg.rec.silence_threshold = cfg_get_float("record", "silence_threshold", 0); + cfg.rec.signal_detection = cfg_get_int("record", "signal_detection", -1); + cfg.rec.silence_detection = cfg_get_int("record", "silence_detection", -1); + + // Backwards compatibility with versions < 0.1.41 + if (cfg.rec.signal_detection == -1) { + cfg.rec.signal_detection = cfg.rec.signal_threshold > 0 ? 1 : 0; + } + if (cfg.rec.silence_detection == -1) { + cfg.rec.silence_detection = cfg.rec.silence_threshold > 0 ? 1 : 0; + } + + cfg.rec.codec = cfg_get_str("record", "codec", "mp3"); + // Make sure that also "opus" and "flac" fit into the codec char array + cfg.rec.codec = (char *)realloc((char *)cfg.rec.codec, 5 * sizeof(char)); + + if (!strcmp(cfg.rec.codec, "aac") && g_aac_lib_available == 0) { + strcpy(cfg.rec.codec, "mp3"); + } + + cfg.rec.path = NULL; // Set to NULL, button_record_cb() may use realloc() + cfg.rec.folder = cfg_get_str("record", "folder", NULL); + if (cfg.rec.folder == NULL) { + char *p; + cfg.rec.folder = (char *)malloc(PATH_MAX * sizeof(char)); +#ifdef WIN32 + p = fl_getenv("USERPROFILE"); + if (p != NULL) { + snprintf(cfg.rec.folder, PATH_MAX, "%s\\Music\\", p); + } + else { + snprintf(cfg.rec.folder, PATH_MAX, "./"); + } +#elif __APPLE__ + p = fl_getenv("HOME"); + if (p != NULL) { + snprintf(cfg.rec.folder, PATH_MAX, "%s/Music/", p); + } + else { + snprintf(cfg.rec.folder, PATH_MAX, "~/"); + } +#else // UNIX + p = fl_getenv("HOME"); + if (p != NULL) { + snprintf(cfg.rec.folder, PATH_MAX, "%s/", p); + } + else { + snprintf(cfg.rec.folder, PATH_MAX, "~/"); + } +#endif + } + + cfg.tls.cert_file = cfg_get_str("tls", "cert_file", NULL); + cfg.tls.cert_dir = cfg_get_str("tls", "cert_dir", NULL); + + cfg.selected_srv = 0; + + cfg.main.num_of_srv = cfg_get_int("main", "num_of_srv", 0); + if (cfg.main.num_of_srv > 0) { + cfg.main.srv = cfg_get_str("main", "server", NULL); + if (cfg.main.srv == NULL) { + fl_alert(_("error while parsing config. Missing main/server entry.\nbutt will start with default settings")); + return 1; + } + + cfg.main.srv_ent = cfg_get_str("main", "srv_ent", NULL); + if (cfg.main.srv_ent == NULL) { + fl_alert(_("error while parsing config. Missing main/srv_ent entry.\nbutt will start with default settings")); + return 1; + } + + cfg.srv = (server_t **)malloc(sizeof(server_t *) * cfg.main.num_of_srv); + + for (i = 0; i < cfg.main.num_of_srv; i++) { + cfg.srv[i] = (server_t *)malloc(sizeof(server_t)); + } + + strtok_buf = strdup(cfg.main.srv_ent); + srv_ent = strtok(strtok_buf, ";"); + + for (i = 0; srv_ent != NULL; i++) { + cfg.srv[i]->name = (char *)malloc(strlen(srv_ent) + 1); + snprintf(cfg.srv[i]->name, strlen(srv_ent) + 1, "%s", srv_ent); + + cfg.srv[i]->type = cfg_get_int(srv_ent, "type", -1); + if (cfg.srv[i]->type == -1) { + fl_alert(_("error while parsing config. Missing type entry for server \"%s\"." + "\nbutt will start with default settings"), + srv_ent); + return 1; + } + + cfg.srv[i]->addr = cfg_get_str(srv_ent, "address", NULL); + if ((cfg.srv[i]->addr) == NULL && (cfg.srv[i]->type != WEBRTC)) { + fl_alert(_("error while parsing config. Missing address entry for server \"%s\"." + "\nbutt will start with default settings"), + srv_ent); + free(strtok_buf); + return 1; + } + + cfg.srv[i]->port = cfg_get_int(srv_ent, "port", -1); + if ((cfg.srv[i]->port) == -1 && (cfg.srv[i]->type != WEBRTC)) { + fl_alert(_("error while parsing config. Missing port entry for server \"%s\"." + "\nbutt will start with default settings"), + srv_ent); + free(strtok_buf); + return 1; + } + + cfg.srv[i]->pwd = cfg_get_str(srv_ent, "password", NULL); + if ((cfg.srv[i]->pwd == NULL) && (cfg.srv[i]->type != WEBRTC)) { + fl_alert(_("error while parsing config. Missing password entry for server \"%s\"." + "\nbutt will start with default settings"), + srv_ent); + free(strtok_buf); + return 1; + } + + cfg.srv[i]->mount = cfg_get_str(srv_ent, "mount", NULL); + if ((cfg.srv[i]->mount == NULL) && (cfg.srv[i]->type == ICECAST)) { + fl_alert(_("error while parsing config. Missing mount entry for server \"%s\"." + "\nbutt will start with default settings"), + srv_ent); + free(strtok_buf); + return 1; + } + + cfg.srv[i]->usr = cfg_get_str(srv_ent, "usr", NULL); + if ((cfg.srv[i]->usr == NULL) && (cfg.srv[i]->type == ICECAST)) { + cfg.srv[i]->usr = (char *)malloc(strlen("source") + 1); + strcpy(cfg.srv[i]->usr, "source"); + } + + cfg.srv[i]->webrtc_ice = cfg_get_str(srv_ent, "webrtc_ice", NULL); + + cfg.srv[i]->webrtc_whip = cfg_get_str(srv_ent, "webrtc_whip", NULL); + if ((cfg.srv[i]->webrtc_whip == NULL) && (cfg.srv[i]->type == WEBRTC)) { + cfg.srv[i]->webrtc_whip = (char *)malloc(strlen("(none)") + 1); + strcpy(cfg.srv[i]->webrtc_whip, "(none)"); + } + + cfg.srv[i]->webrtc_auth = cfg_get_str(srv_ent, "webrtc_auth", NULL); + cfg.srv[i]->icecast_protocol = cfg_get_int(srv_ent, "protocol", ICECAST_PROTOCOL_PUT); + +#ifdef HAVE_LIBSSL + cfg.srv[i]->tls = cfg_get_int(srv_ent, "tls", 0); +#else + cfg.srv[i]->tls = 0; +#endif + cfg.srv[i]->cert_hash = cfg_get_str(srv_ent, "cert_hash", NULL); + if ((cfg.srv[i]->cert_hash != NULL) && (strlen(cfg.srv[i]->cert_hash) != 64)) { + free(cfg.srv[i]->cert_hash); + cfg.srv[i]->cert_hash = NULL; + } + + if (!strcmp(cfg.srv[i]->name, cfg.main.srv)) { + cfg.selected_srv = i; + } + + cfg.srv[i]->custom_listener_url = cfg_get_str(srv_ent, "custom_listener_url", NULL); + cfg.srv[i]->custom_listener_mount = cfg_get_str(srv_ent, "custom_listener_mount", NULL); + + srv_ent = strtok(NULL, ";"); + } + free(strtok_buf); + } // if(cfg.main.num_of_srv > 0) + else { + cfg.main.srv = NULL; + } + + cfg.main.num_of_icy = cfg_get_int("main", "num_of_icy", 0); + + cfg.selected_icy = 0; + if (cfg.main.num_of_icy > 0) { + cfg.main.icy = cfg_get_str("main", "icy", NULL); + if (cfg.main.icy == NULL) { + fl_alert(_("error while parsing config. Missing main/icy entry.\nbutt will start with default settings")); + return 1; + } + cfg.main.icy_ent = cfg_get_str("main", "icy_ent", NULL); // icy entries + if (cfg.main.icy_ent == NULL) { + fl_alert(_("error while parsing config. Missing main/icy_ent entry.\nbutt will start with default settings")); + return 1; + } + + cfg.icy = (icy_t **)malloc(sizeof(icy_t *) * cfg.main.num_of_icy); + + for (i = 0; i < cfg.main.num_of_icy; i++) { + cfg.icy[i] = (icy_t *)malloc(sizeof(icy_t)); + } + + strtok_buf = strdup(cfg.main.icy_ent); + icy_ent = strtok(strtok_buf, ";"); + + for (i = 0; icy_ent != NULL; i++) { + cfg.icy[i]->name = (char *)malloc(strlen(icy_ent) + 1); + snprintf(cfg.icy[i]->name, strlen(icy_ent) + 1, "%s", icy_ent); + + cfg.icy[i]->desc = cfg_get_str(icy_ent, "description", NULL); + cfg.icy[i]->genre = cfg_get_str(icy_ent, "genre", NULL); + cfg.icy[i]->url = cfg_get_str(icy_ent, "url", NULL); + cfg.icy[i]->irc = cfg_get_str(icy_ent, "irc", NULL); + cfg.icy[i]->icq = cfg_get_str(icy_ent, "icq", NULL); + cfg.icy[i]->aim = cfg_get_str(icy_ent, "aim", NULL); + cfg.icy[i]->pub = cfg_get_str(icy_ent, "pub", NULL); + cfg.icy[i]->expand_variables = cfg_get_int(icy_ent, "expand_variables", 0); + if (cfg.icy[i]->pub == NULL) { + fl_alert(_("error while parsing config. Missing pub entry for icy \"%s\"." + "\nbutt will start with default settings"), + icy_ent); + free(strtok_buf); + return 1; + } + + if (!strcmp(cfg.icy[i]->name, cfg.main.icy)) { + cfg.selected_icy = i; + } + + icy_ent = strtok(NULL, ";"); + } + free(strtok_buf); + } // if(cfg.main.num_of_icy > 0) + else { + cfg.main.icy = NULL; + } + + cfg.main.song_path = cfg_get_str("main", "song_path", NULL); + + cfg.main.song_prefix = cfg_get_str("main", "song_prefix", NULL); + if (cfg.main.song_prefix != NULL) { + strrpl(&cfg.main.song_prefix, (char *)"%20", (char *)" ", MODE_ALL); + } + + cfg.main.song_suffix = cfg_get_str("main", "song_suffix", NULL); + if (cfg.main.song_suffix != NULL) { + strrpl(&cfg.main.song_suffix, (char *)"%20", (char *)" ", MODE_ALL); + } + + // song update from URL + cfg.main.song_update_url_active = cfg_get_int("main", "song_update_url_active", 0); + cfg.main.song_update_url_interval = cfg_get_int("main", "song_update_url_interval", 1); + cfg.main.song_update_url = cfg_get_str("main", "song_update_url", NULL); + + // song update from file is default set to off + cfg.main.song_update = cfg_get_int("main", "song_update", 0); + cfg.main.song_delay = cfg_get_int("main", "song_delay", 0); + cfg.main.read_last_line = cfg_get_int("main", "read_last_line", 0); + cfg.main.app_update = cfg_get_int("main", "app_update", 0); + cfg.main.app_update_service = cfg_get_int("main", "app_update_service", 0); + cfg.main.app_artist_title_order = cfg_get_int("main", "app_artist_title_order", APP_TITLE_FIRST); + cfg.main.signal_threshold = cfg_get_float("main", "signal_threshold", 0); + cfg.main.silence_threshold = cfg_get_float("main", "silence_threshold", 0); + cfg.main.signal_detection = cfg_get_int("main", "signal_detection", -1); + cfg.main.silence_detection = cfg_get_int("main", "silence_detection", -1); + + // Backwards compatibility with versions < 0.1.41 + if (cfg.main.signal_detection == -1) { + cfg.main.signal_detection = cfg.main.signal_threshold > 0 ? 1 : 0; + } + if (cfg.main.silence_detection == -1) { + cfg.main.silence_detection = cfg.main.silence_threshold > 0 ? 1 : 0; + } + + cfg.main.connect_at_startup = cfg_get_int("main", "connect_at_startup", 0); + cfg.main.force_reconnecting = cfg_get_int("main", "force_reconnecting", 0); + cfg.main.reconnect_delay = cfg_get_int("main", "reconnect_delay", 1); + cfg.main.check_for_update = cfg_get_int("main", "check_for_update", 1); + cfg.main.start_agent = cfg_get_int("main", "start_agent", 0); + cfg.main.minimize_to_tray = cfg_get_int("main", "minimize_to_tray", 0); + + cfg.main.gain = cfg_get_float("main", "gain", 1.0); + if (cfg.main.gain > util_db_to_factor(24)) { + cfg.main.gain = util_db_to_factor(24); + } + if (cfg.main.gain < 0) { + cfg.main.gain = util_db_to_factor(-24); + } + + // Mixer + cfg.mixer.primary_device_gain = cfg_get_float("mixer", "primary_device_gain", 1.0); + cfg.mixer.primary_device_muted = cfg_get_int("mixer", "primary_device_muted", 0); + cfg.mixer.secondary_device_gain = cfg_get_float("mixer", "secondary_device_gain", 1.0); + cfg.mixer.secondary_device_muted = cfg_get_int("mixer", "secondary_device_muted", 0); + cfg.mixer.streaming_gain = cfg_get_float("mixer", "streaming_gain", 1.0); + cfg.mixer.recording_gain = cfg_get_float("mixer", "recording_gain", 1.0); + cfg.mixer.cross_fader = cfg_get_float("mixer", "cross_fader", 0.0); + + // DSP + cfg.dsp.equalizer_stream = cfg_get_int("dsp", "equalizer", 0); + cfg.dsp.equalizer_rec = cfg_get_int("dsp", "equalizer_rec", -1); + + // Backwards compatability with <= 0.1.40 + if (cfg.dsp.equalizer_rec == -1) { + cfg.dsp.equalizer_rec = cfg.dsp.equalizer_stream; + } + + cfg.dsp.eq_preset = cfg_get_str("dsp", "eq_preset", "Manual"); + + cfg.dsp.eq_gain[0] = cfg_get_float("dsp", "gain1", 0.0); + cfg.dsp.eq_gain[1] = cfg_get_float("dsp", "gain2", 0.0); + cfg.dsp.eq_gain[2] = cfg_get_float("dsp", "gain3", 0.0); + cfg.dsp.eq_gain[3] = cfg_get_float("dsp", "gain4", 0.0); + cfg.dsp.eq_gain[4] = cfg_get_float("dsp", "gain5", 0.0); + cfg.dsp.eq_gain[5] = cfg_get_float("dsp", "gain6", 0.0); + cfg.dsp.eq_gain[6] = cfg_get_float("dsp", "gain7", 0.0); + cfg.dsp.eq_gain[7] = cfg_get_float("dsp", "gain8", 0.0); + cfg.dsp.eq_gain[8] = cfg_get_float("dsp", "gain9", 0.0); + cfg.dsp.eq_gain[9] = cfg_get_float("dsp", "gain10", NAN); + if (isnan(cfg.dsp.eq_gain[9])) { + // Reset all EQ gains if band 10 has no config value. This prevents false values when the user updates from an earlier 5-band EQ to the new + // 10-band EQ + for (int i = 0; i < EQ_BAND_COUNT; i++) { + cfg.dsp.eq_gain[i] = 0.0; + } + } + + cfg.dsp.compressor_stream = cfg_get_int("dsp", "compressor", 0); + cfg.dsp.compressor_rec = cfg_get_int("dsp", "compressor_rec", -1); + + // Backwards compatability with <= 0.1.40 + if (cfg.dsp.compressor_rec == -1) { + cfg.dsp.compressor_rec = cfg.dsp.compressor_stream; + } + + cfg.dsp.aggressive_mode = cfg_get_int("dsp", "aggressive_mode", 0); + cfg.dsp.threshold = cfg_get_float("dsp", "threshold", -20.0); + cfg.dsp.ratio = cfg_get_float("dsp", "ratio", 5.0); + cfg.dsp.attack = cfg_get_float("dsp", "attack", 0.01); + cfg.dsp.release = cfg_get_float("dsp", "release", 1.0); + cfg.dsp.makeup_gain = cfg_get_float("dsp", "makeup_gain", 0.0); + + // MIDI + cfg.midi.dev_name = cfg_get_str("midi", "dev_name", "Disabled"); + char midi_section[16]; + for (i = 0; i < MIDI_COMMANDS_COUNT; i++) { + snprintf(midi_section, sizeof(midi_section), "midi_cmd_%d", i); + cfg.midi.commands[i].enabled = cfg_get_int(midi_section, "enabled", 0); + cfg.midi.commands[i].channel = cfg_get_int(midi_section, "channel", 0); // channel = 0 means all channels are allowed + cfg.midi.commands[i].msg_num = cfg_get_int(midi_section, "msg_num", i); + cfg.midi.commands[i].msg_type = cfg_get_int(midi_section, "msg_type", MIDI_MSG_TYPE_CC); // As of BUTT 0.1.41 "type" defaults to CC. + cfg.midi.commands[i].mode = cfg_get_int(midi_section, "mode", MIDI_MODE_ABSOLUTE); + cfg.midi.commands[i].soft_takeover = cfg_get_int(midi_section, "soft_takeover", 0); + } + + // read GUI stuff + cfg.gui.attach = cfg_get_int("gui", "attach", 0); + cfg.gui.ontop = cfg_get_int("gui", "ontop", 0); + cfg.gui.hide_log_window = cfg_get_int("gui", "hide_log_window", 0); + cfg.gui.remember_pos = cfg_get_int("gui", "remember_pos", 1); + cfg.gui.x_pos = cfg_get_int("gui", "x_pos", -1); + cfg.gui.y_pos = cfg_get_int("gui", "y_pos", -1); + cfg.gui.window_height = cfg_get_int("gui", "window_height", 0); + cfg.gui.lcd_auto = cfg_get_int("gui", "lcd_auto", 0); + cfg.gui.default_stream_info = cfg_get_int("gui", "default_stream_info", STREAM_TIME); + cfg.gui.start_minimized = cfg_get_int("gui", "start_minimized", 0); + cfg.gui.disable_gain_slider = cfg_get_int("gui", "disable_gain_slider", 0); + cfg.gui.show_listeners = cfg_get_int("gui", "show_listeners", 1); + cfg.gui.listeners_update_rate = cfg_get_int("gui", "listeners_update_rate", 10); + cfg.gui.vu_mode = cfg_get_int("gui", "vu_mode", VU_MODE_SOLID); + cfg.gui.always_show_vu_tabs = cfg_get_int("gui", "always_show_vu_tabs", 1); + + cfg.gui.vu_low_color = cfg_get_int("gui", "vu_low_color", (int)fl_rgb_color((uchar)0, (uchar)210, (uchar)0)); // Green + cfg.gui.vu_mid_color = cfg_get_int("gui", "vu_mid_color", (int)fl_rgb_color((uchar)230, (uchar)230, (uchar)0)); // Yellow + cfg.gui.vu_high_color = cfg_get_int("gui", "vu_high_color", (int)fl_rgb_color((uchar)200, (uchar)0, (uchar)0)); // Red + + cfg.gui.vu_mid_range_start = cfg_get_int("gui", "vu_mid_range_start", -12); // dB + cfg.gui.vu_high_range_start = cfg_get_int("gui", "vu_high_range_start", -6); + + int lang_id = cfg_get_int("gui", "lang", -1); + if (lang_id != -1) { // For compatibility with butt configurations <= 0.1.33 + cfg.gui.lang_str = NULL; + lang_id_to_str(lang_id, &cfg.gui.lang_str, LANG_MAPPING_OLD); + } + else { + cfg.gui.lang_str = cfg_get_str("gui", "lang_str", "system"); // butt > 0.1.33 + if (cfg.gui.lang_str == NULL) { + lang_id_to_str(0, &cfg.gui.lang_str, LANG_MAPPING_NEW); + } + } + + cfg.gui.window_title = cfg_get_str("gui", "window_title", NULL); + if (cfg.gui.window_title == NULL) { + cfg.gui.window_title = (char *)malloc(1); + cfg.gui.window_title[0] = '\0'; + } + + // read FLTK related stuff + cfg.main.bg_color = cfg_get_int("main", "bg_color", (int)fl_rgb_color(15, 15, 15)); // dark gray + cfg.main.txt_color = cfg_get_int("main", "txt_color", (int)fl_rgb_color(255, 255, 255)); // white + + // read mp3 codec related stuff + cfg.mp3_codec_stream.enc_quality = cfg_get_int("mp3_codec_stream", "enc_quality", 3); + cfg.mp3_codec_stream.stereo_mode = cfg_get_int("mp3_codec_stream", "stereo_mode", 0); + cfg.mp3_codec_stream.bitrate_mode = cfg_get_int("mp3_codec_stream", "bitrate_mode", CHOICE_CBR); + cfg.mp3_codec_stream.vbr_quality = cfg_get_int("mp3_codec_stream", "vbr_quality", 4); + cfg.mp3_codec_stream.vbr_min_bitrate = cfg_get_int("mp3_codec_stream", "vbr_min_bitrate", 32); + cfg.mp3_codec_stream.vbr_max_bitrate = cfg_get_int("mp3_codec_stream", "vbr_max_bitrate", 320); + cfg.mp3_codec_stream.vbr_force_min_bitrate = cfg_get_int("mp3_codec_stream", "vbr_force_min_bitrate", 0); + cfg.mp3_codec_stream.resampling_freq = cfg_get_int("mp3_codec_stream", "resampling_freq", CHOICE_MP3_RESAMPLING_DISABLED); + cfg.mp3_codec_stream.lowpass_freq_active = cfg_get_int("mp3_codec_stream", "lowpass_freq_active", 0); + cfg.mp3_codec_stream.lowpass_freq = cfg_get_float("mp3_codec_stream", "lowpass_freq", 0); + cfg.mp3_codec_stream.lowpass_width_active = cfg_get_int("mp3_codec_stream", "lowpass_width_active", 0); + cfg.mp3_codec_stream.lowpass_width = cfg_get_float("mp3_codec_stream", "lowpass_width", 0); + cfg.mp3_codec_stream.highpass_freq_active = cfg_get_int("mp3_codec_stream", "highpass_freq_active", 0); + cfg.mp3_codec_stream.highpass_freq = cfg_get_float("mp3_codec_stream", "highpass_freq", 0); + cfg.mp3_codec_stream.highpass_width_active = cfg_get_int("mp3_codec_stream", "highpass_width_active", 0); + cfg.mp3_codec_stream.highpass_width = cfg_get_float("mp3_codec_stream", "highpass_width", 0); + + cfg.mp3_codec_rec.enc_quality = cfg_get_int("mp3_codec_rec", "enc_quality", 3); + cfg.mp3_codec_rec.stereo_mode = cfg_get_int("mp3_codec_rec", "stereo_mode", 0); + cfg.mp3_codec_rec.bitrate_mode = cfg_get_int("mp3_codec_rec", "bitrate_mode", CHOICE_CBR); + cfg.mp3_codec_rec.vbr_quality = cfg_get_int("mp3_codec_rec", "vbr_quality", 4); + cfg.mp3_codec_rec.vbr_min_bitrate = cfg_get_int("mp3_codec_rec", "vbr_min_bitrate", 32); + cfg.mp3_codec_rec.vbr_max_bitrate = cfg_get_int("mp3_codec_rec", "vbr_max_bitrate", 320); + cfg.mp3_codec_rec.vbr_force_min_bitrate = cfg_get_int("mp3_codec_rec", "vbr_force_min_bitrate", 0); + cfg.mp3_codec_rec.resampling_freq = cfg_get_int("mp3_codec_rec", "resampling_freq", CHOICE_MP3_RESAMPLING_DISABLED); + cfg.mp3_codec_rec.lowpass_freq_active = cfg_get_int("mp3_codec_rec", "lowpass_freq_active", 0); + cfg.mp3_codec_rec.lowpass_freq = cfg_get_float("mp3_codec_rec", "lowpass_freq", 0); + cfg.mp3_codec_rec.lowpass_width_active = cfg_get_int("mp3_codec_rec", "lowpass_width_active", 0); + cfg.mp3_codec_rec.lowpass_width = cfg_get_float("mp3_codec_rec", "lowpass_width", 0); + cfg.mp3_codec_rec.highpass_freq_active = cfg_get_int("mp3_codec_rec", "highpass_freq_active", 0); + cfg.mp3_codec_rec.highpass_freq = cfg_get_float("mp3_codec_rec", "highpass_freq", 0); + cfg.mp3_codec_rec.highpass_width_active = cfg_get_int("mp3_codec_rec", "highpass_width_active", 0); + cfg.mp3_codec_rec.highpass_width = cfg_get_float("mp3_codec_rec", "highpass_width", 0); + + // read ogg/vorbis codec related stuff + cfg.vorbis_codec_stream.bitrate_mode = cfg_get_int("vorbis_codec_stream", "bitrate_mode", CHOICE_CBR); + cfg.vorbis_codec_stream.vbr_quality = cfg_get_int("vorbis_codec_stream", "vbr_quality", 0); + cfg.vorbis_codec_stream.vbr_min_bitrate = cfg_get_int("vorbis_codec_stream", "vbr_min_bitrate", 0); + cfg.vorbis_codec_stream.vbr_max_bitrate = cfg_get_int("vorbis_codec_stream", "vbr_max_bitrate", 0); + cfg.vorbis_codec_rec.bitrate_mode = cfg_get_int("vorbis_codec_rec", "bitrate_mode", CHOICE_CBR); + cfg.vorbis_codec_rec.vbr_quality = cfg_get_int("vorbis_codec_rec", "vbr_quality", 0); + cfg.vorbis_codec_rec.vbr_min_bitrate = cfg_get_int("vorbis_codec_rec", "vbr_min_bitrate", 0); // 0 = Auto + cfg.vorbis_codec_rec.vbr_max_bitrate = cfg_get_int("vorbis_codec_rec", "vbr_max_bitrate", 0); // 0 = Auto + + // read opus codec related stuff + cfg.opus_codec_stream.bitrate_mode = cfg_get_int("opus_codec_stream", "bitrate_mode", CHOICE_VBR); + cfg.opus_codec_stream.quality = cfg_get_int("opus_codec_stream", "quality", 0); + cfg.opus_codec_stream.audio_type = cfg_get_int("opus_codec_stream", "audio_type", CHOICE_TYPE_MUSIC); + cfg.opus_codec_stream.bandwidth = cfg_get_int("opus_codec_stream", "bandwidth", 0); + + cfg.opus_codec_rec.bitrate_mode = cfg_get_int("opus_codec_rec", "bitrate_mode", CHOICE_VBR); + cfg.opus_codec_rec.quality = cfg_get_int("opus_codec_rec", "quality", 0); + cfg.opus_codec_rec.audio_type = cfg_get_int("opus_codec_rec", "audio_type", CHOICE_TYPE_MUSIC); + cfg.opus_codec_rec.bandwidth = cfg_get_int("opus_codec_rec", "bandwidth", 0); + + // read flac codec related stuff + cfg.flac_codec_stream.bit_depth = cfg_get_int("flac_codec_stream", "bit_depth", 16); + cfg.flac_codec_rec.bit_depth = cfg_get_int("flac_codec_rec", "bit_depth", 16); + + // read wav codec related stuff + cfg.wav_codec_rec.bit_depth = cfg_get_int("wav_codec_rec", "bit_depth", 16); + + // read aac codec related stuff + cfg.aac_codec_stream.bitrate_mode = cfg_get_int("aac_codec_stream", "bitrate_mode", CHOICE_CBR); + cfg.aac_codec_stream.profile = cfg_get_int("aac_codec_stream", "profile", CHOICE_AAC_PROFILE_AUTO); + cfg.aac_codec_stream.afterburner = cfg_get_int("aac_codec_stream", "afterburner", 0); // Default: After burner on + + cfg.aac_codec_rec.bitrate_mode = cfg_get_int("aac_codec_rec", "bitrate_mode", CHOICE_CBR); + cfg.aac_codec_rec.profile = cfg_get_int("aac_codec_rec", "profile", CHOICE_AAC_PROFILE_AUTO); + cfg.aac_codec_rec.afterburner = cfg_get_int("aac_codec_rec", "afterburner", 0); // Default: After burner on + +#ifdef HAVE_LIBFDK_AAC + // Backward compatability + if (cfg_get_int("audio", "aac_overwrite_aot", -1) != -1) { + switch (cfg_get_int("audio", "aac_aot", -1)) { + case 2: + cfg.aac_codec_stream.profile = CHOICE_AAC_PROFILE_AAC_LC; + cfg.aac_codec_rec.profile = CHOICE_AAC_PROFILE_AAC_LC; + break; + case 5: + cfg.aac_codec_stream.profile = CHOICE_AAC_PROFILE_HE_AACv1; + cfg.aac_codec_rec.profile = CHOICE_AAC_PROFILE_HE_AACv1; + break; + case 29: + cfg.aac_codec_stream.profile = CHOICE_AAC_PROFILE_HE_AACv2; + cfg.aac_codec_rec.profile = CHOICE_AAC_PROFILE_HE_AACv2; + break; + default: + cfg.aac_codec_stream.profile = CHOICE_AAC_PROFILE_AUTO; + cfg.aac_codec_rec.profile = CHOICE_AAC_PROFILE_AUTO; + break; + } + } + +#endif + + return 0; +} + +int cfg_create_default(void) +{ + FILE *cfg_fd; + char *p; + char def_rec_folder[PATH_MAX]; + + cfg_fd = fl_fopen(cfg_path, "wb"); + if (cfg_fd == NULL) { + return 1; + } + +#ifdef WIN32 + p = fl_getenv("USERPROFILE"); + if (p != NULL) { + snprintf(def_rec_folder, PATH_MAX, "%s\\Music\\", p); + } + else { + snprintf(def_rec_folder, PATH_MAX, "./"); + } +#elif __APPLE__ + p = fl_getenv("HOME"); + if (p != NULL) { + snprintf(def_rec_folder, PATH_MAX, "%s/Music/", p); + } + else { + snprintf(def_rec_folder, PATH_MAX, "~/"); + } +#else // UNIX + p = fl_getenv("HOME"); + if (p != NULL) { + snprintf(def_rec_folder, PATH_MAX, "%s/", p); + } + else { + snprintf(def_rec_folder, PATH_MAX, "~/"); + } +#endif + + fprintf(cfg_fd, "#This is a configuration file for butt (broadcast using this tool)\n\n"); + fprintf(cfg_fd, "[main]\n" + "server =\n" + "icy =\n" + "num_of_srv = 0\n" + "num_of_icy = 0\n" + "srv_ent =\n" + "icy_ent =\n" + "song_update_url_active = 0\n" + "song_update_url_interval = 1\n" + "song_update_url =\n" + "song_path =\n" + "song_update = 0\n" + "song_delay = 0\n" + "song_prefix = \n" + "song_suffix = \n" + "app_update = 0\n" + "app_update_service = 0\n" + "app_artist_title_order = 1\n" + "read_last_line = 0\n" + "log_file =\n" + "gain = 1.0\n" + "ic_charset =\n" + "signal_threshhold = 0\n" + "silence_threshhold = 0\n" + "signal_detection = 0\n" + "silence_detection = 0\n" + "check_for_update = 1\n" + "start_agent = 0\n" + "minimize_to_tray = 0\n" + "force_reconnecting = 0\n" + "reconnect_delay = 1\n" + "connect_at_startup = 0\n\n"); + + fprintf(cfg_fd, + "[audio]\n" + "device = default\n" + "samplerate = 44100\n" + "bitrate = 128\n" + "channel = 2\n" + "codec = mp3\n" + "resample_mode = 1\n" // SRC_SINC_MEDIUM_QUALITY + "silence_level = 50.0\n" + "signal_level = 50.0\n" + "disable_dithering = 0\n" + "buffer_ms = 50\n\n"); + + fprintf(cfg_fd, + "[record]\n" + "samplerate = 44100\n" + "bitrate = 192\n" + "channel = 2\n" + "codec = mp3\n" + "start_rec = 0\n" + "stop_rec = 0\n" + "rec_after_launch = 0\n" + "overwrite_files = 0\n" + "sync_to_hour = 0\n" + "split_time = 0\n" + "filename = rec_%%Y%%m%%d-%%H%%M%%S.mp3\n" + "signal_threshhold = 0\n" + "silence_threshhold = 0\n" + "signal_detection = 0\n" + "silence_detection = 0\n" + "folder = %s\n\n", + def_rec_folder); + + fprintf(cfg_fd, "[tls]\n" + "cert_file =\n" + "cert_dir =\n\n"); + + fprintf(cfg_fd, "[dsp]\n" + "equalizer = 0\n" + "eq_preset = Manual\n" + "gain1 = 0.0\n" + "gain2 = 0.0\n" + "gain3 = 0.0\n" + "gain4 = 0.0\n" + "gain5 = 0.0\n" + "gain6 = 0.0\n" + "gain7 = 0.0\n" + "gain8 = 0.0\n" + "gain9 = 0.0\n" + "gain10 = 0.0\n" + "compressor = 0\n" + "aggressive_mode = 0\n" + "threshold = -20.0\n" + "ratio = 5\n" + "attack = 0.01\n" + "release = 1.0\n" + "makeup_gain = 0.0\n"); + + fprintf(cfg_fd, "[gui]\n" + "attach = 0\n" + "ontop = 0\n" + "hide_log_window = 0\n" + "remember_pos = 1\n" + "lcd_auto = 0\n" + "default_stream_info = 0\n" + "start_minimized = 0\n" + "disable_gain_slider = 0\n" + "show_listeners = 1\n" + "listeners_update_rate = 10\n" + "window_title = \n" + "lang_str = system\n\n"); + + fprintf(cfg_fd, "[mp3_codec_stream]\n" + "enc_quality = 3\n" + "stereo_mode = 0\n" + "bitrate_mode = 0\n" + "vbr_quality = 4\n" + "vbr_min_bitrate = 32\n" + "vbr_max_bitrate = 320\n" + "vbr_force_min_bitrate = 0\n" + "resampling_freq = 0\n" + "lowpass_freq_active = 0\n" + "lowpass_freq = 0\n" + "lowpass_width_active = 0\n" + "lowpass_width = 0\n" + "highpass_freq_active = 0\n" + "highpass_freq = 0\n" + "highpass_width_active = 0\n" + "highpass_width = 0\n\n"); + + fprintf(cfg_fd, "[mp3_codec_rec]\n" + "enc_quality = 3\n" + "stereo_mode = 0\n" + "bitrate_mode = 0\n" + "vbr_quality = 4\n" + "vbr_min_bitrate = 32\n" + "vbr_max_bitrate = 320\n" + "vbr_force_min_bitrate = 0\n" + "resampling_freq = 0\n" + "lowpass_freq_active = 0\n" + "lowpass_freq = 0\n" + "lowpass_width_active = 0\n" + "lowpass_width = 0\n" + "highpass_freq_active = 0\n" + "highpass_freq = 0\n" + "highpass_width_active = 0\n" + "highpass_width = 0\n\n"); + + fprintf(cfg_fd, "[vorbis_codec_stream]\n" + "bitrate_mode = 0\n" + "vbr_quality = 0\n" + "vbr_min_bitrate = 0\n" + "vbr_max_bitrate = 0\n\n"); + + fprintf(cfg_fd, "[vorbis_codec_rec]\n" + "bitrate_mode = 0\n" + "vbr_quality = 0\n" + "vbr_min_bitrate = 0\n" + "vbr_max_bitrate = 0\n\n"); + + fprintf(cfg_fd, "[opus_codec_stream]\n" + "bitrate_mode = 1\n" + "quality = 0\n" + "audio_type = 0\n" + "bandwidth = 0\n\n"); + + fprintf(cfg_fd, "[opus_codec_rec]\n" + "bitrate_mode = 1\n" + "quality = 0\n" + "audio_type = 0\n" + "bandwidth = 0\n\n"); + + fprintf(cfg_fd, "[aac_codec_stream]\n" + "bitrate_mode = 0\n" + "afterburner = 0\n" + "profile = 0\n\n"); + + fprintf(cfg_fd, "[aac_codec_rec]\n" + "bitrate_mode = 0\n" + "afterburner = 0\n" + "profile = 0\n\n"); + + fprintf(cfg_fd, "[flac_codec_stream]\n" + "bit_depth = 16\n\n"); + + fprintf(cfg_fd, "[flac_codec_rec]\n" + "bit_depth = 16\n\n"); + + fprintf(cfg_fd, "[wav_codec_rec]\n" + "bit_depth = 16\n\n"); + + fclose(cfg_fd); + + return 0; +} diff --git a/src/cfg.h b/src/cfg.h new file mode 100644 index 0000000..49fcff7 --- /dev/null +++ b/src/cfg.h @@ -0,0 +1,400 @@ +// config functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef CFG_H +#define CFG_H + +#ifndef BUILD_CLIENT +#include "port_audio.h" +#endif +#include "parseconfig.h" + +enum { + SHOUTCAST = 0, + ICECAST = 1, + RADIOCO = 2, + WEBRTC = 3, +}; + +enum { + ICECAST_PROTOCOL_PUT = 0, + ICECAST_PROTOCOL_SOURCE = 1, +}; + +enum { + CHOICE_STEREO = 0, + CHOICE_MONO = 1, +}; + +enum { + CHOICE_MP3 = 0, + CHOICE_OGG = 1, + CHOICE_OPUS = 2, + CHOICE_AAC = 3, + CHOICE_FLAC = 4, + CHOICE_WAV = 5, +}; + +enum { + CHOICE_CBR = 0, + CHOICE_VBR = 1, + CHOICE_ABR = 2, +}; + +enum { + CHOICE_TYPE_MUSIC = 0, + CHOICE_TYPE_SPEECH = 1, +}; + +enum { + CHOICE_AAC_PROFILE_AUTO = 0, + CHOICE_AAC_PROFILE_AAC_LC = 1, + CHOICE_AAC_PROFILE_HE_AACv1 = 2, + CHOICE_AAC_PROFILE_HE_AACv2 = 3, +}; + +enum { + CHOICE_MP3_RESAMPLING_DISABLED = 0, + CHOICE_MP3_RESAMPLING_8000 = 1, + CHOICE_MP3_RESAMPLING_11025 = 2, + CHOICE_MP3_RESAMPLING_12000 = 3, + CHOICE_MP3_RESAMPLING_16000 = 4, + CHOICE_MP3_RESAMPLING_22050 = 5, + CHOICE_MP3_RESAMPLING_24000 = 6, + CHOICE_MP3_RESAMPLING_32000 = 7, + CHOICE_MP3_RESAMPLING_44100 = 8, + CHOICE_MP3_RESAMPLING_48000 = 9, +}; + +enum { + LANG_MAPPING_OLD = 0, + LANG_MAPPING_NEW = 1, +}; + +enum { + LANG_COUNT = 8, +}; + +enum { + MIDI_COMMANDS_COUNT = 14, +}; + +enum { + APP_ARTIST_FIRST = 0, + APP_TITLE_FIRST = 1, +}; + +enum { + VU_MODE_GRADIENT = 0, + VU_MODE_SOLID = 1, +}; + +enum { + REMEMBER_BY_ID = 0, + REMEMBER_BY_NAME = 1, +}; + +extern const char *lang_array_new[]; +extern const char *lang_array_old[]; +extern const char CONFIG_FILE[]; + +typedef struct { + char *name; + char *addr; + char *pwd; + char *mount; // mountpoint for icecast server + char *usr; // user for icecast server + char *cert_hash; // sha256 hash of trusted certificate + char *webrtc_ice; // ICE server for WebRTC + char *webrtc_whip; // WHIP URL for WebRTC + char *webrtc_auth; // WHIP URL Bearer Token for WebRTC + char *custom_listener_url; + char *custom_listener_mount; + int port; + int type; // SHOUTCAST, ICECAST or WEBRTC + int tls; // use tls: 0 = no, 1 = yes + int icecast_protocol; // Icecast protocol: 0 = PUT, 1 = SOURCE +} server_t; + +typedef struct { + int enabled; + int channel; // Any, or 1-16 + int msg_num; // CC number + int msg_type; // Currently unused + int mode; // CC Mode. Absolute or relative + int soft_takeover; // If active, value jumps are prevented + int picked_up; // 0 = not picked up, 1 = picked up (Only relevant if soft_takeover is active) +} midi_command_t; + +typedef struct { + char *name; + char *desc; // description + char *genre; + char *url; + char *irc; + char *icq; + char *aim; + char *pub; + int expand_variables; +} icy_t; + +typedef struct { + int selected_srv; + int selected_icy; + + struct { + char *srv; + char *icy; + char *srv_ent; + char *icy_ent; + char *song; + char *song_path; + FILE *song_fd; + char *song_prefix; + char *song_suffix; + int song_delay; + int song_update; // 1 = song info will be read from file + int read_last_line; + int app_update; + int app_update_service; + int app_artist_title_order; + char *song_update_url; + int song_update_url_active; + int song_update_url_interval; + int num_of_srv; + int num_of_icy; + int bg_color, txt_color; + int connect_at_startup; + int force_reconnecting; + int reconnect_delay; + float silence_threshold; // timeout duration of automatic stream stop + float signal_threshold; // timeout duration of automatic stream start + int signal_detection; + int silence_detection; + int check_for_update; + int start_agent; + int minimize_to_tray; + float gain; + char *log_file; + char *ic_charset; + } main; + + struct { + int dev_count; + int dev_num; + int dev2_num; + char *dev_name; + char *dev2_name; + int dev_remember; // Remember device by ID or Name + snd_dev_t **pcm_list; + int samplerate; + int resolution; + int channel; + int left_ch; + int right_ch; + int left_ch2; + int right_ch2; + int bitrate; + int buffer_ms; + int resample_mode; + float silence_level; + float signal_level; + int disable_dithering; + char *codec; + } audio; + + struct { + char *dev_name; + midi_command_t commands[MIDI_COMMANDS_COUNT]; + } midi; + + struct { + int channel; + int bitrate; + int quality; + int samplerate; + char *codec; + char *filename; + char *folder; + char *path; + FILE *fd; + int start_rec; + int stop_rec; + int overwrite_files; + int rec_after_launch; + int split_time; + int sync_to_hour; + float silence_threshold; + float signal_threshold; + int signal_detection; + int silence_detection; + } rec; + + struct { + char *cert_file; + char *cert_dir; + } tls; + + struct { + int equalizer_stream; + int equalizer_rec; + char *eq_preset; + double eq_gain[10]; + int compressor_stream; + int compressor_rec; + int aggressive_mode; + double threshold, ratio, attack, release, makeup_gain; + } dsp; + + struct { + double primary_device_gain; + int primary_device_muted; + int secondary_device_muted; + double secondary_device_gain; + double streaming_gain; + double recording_gain; + double cross_fader; + float primary_X_fader; + float secondary_X_fader; + } mixer; + + struct { + int attach; + int ontop; + int lcd_auto; + int default_stream_info; + int hide_log_window; + int remember_pos; + int window_height; + int x_pos, y_pos; + char *lang_str; + int vu_mode; + int always_show_vu_tabs; + int vu_low_color; + int vu_mid_color; + int vu_high_color; + int vu_mid_range_start; + int vu_high_range_start; + int start_minimized; + int disable_gain_slider; + int show_listeners; + int listeners_update_rate; + char *window_title; + } gui; + + struct { + int enc_quality; + int stereo_mode; + int bitrate_mode; + int vbr_quality; + int vbr_min_bitrate; + int vbr_max_bitrate; + int vbr_force_min_bitrate; + int resampling_freq; + int lowpass_freq_active; + float lowpass_freq; + int lowpass_width_active; + float lowpass_width; + int highpass_freq_active; + float highpass_freq; + int highpass_width_active; + float highpass_width; + + } mp3_codec_stream; + + struct { + int enc_quality; + int stereo_mode; + int bitrate_mode; + int vbr_quality; + int vbr_min_bitrate; + int vbr_max_bitrate; + int vbr_force_min_bitrate; + int resampling_freq; + int lowpass_freq_active; + float lowpass_freq; + int lowpass_width_active; + float lowpass_width; + int highpass_freq_active; + float highpass_freq; + int highpass_width_active; + float highpass_width; + } mp3_codec_rec; + + struct { + int bitrate_mode; + int vbr_quality; + int vbr_min_bitrate; + int vbr_max_bitrate; + } vorbis_codec_stream; + + struct { + int bitrate_mode; + int vbr_quality; + int vbr_min_bitrate; + int vbr_max_bitrate; + } vorbis_codec_rec; + + struct { + int bitrate_mode; + int quality; + int audio_type; + int bandwidth; + } opus_codec_stream; + + struct { + int bitrate_mode; + int quality; + int audio_type; + int bandwidth; + } opus_codec_rec; + + struct { + int bitrate_mode; + int profile; + int afterburner; + } aac_codec_stream; + + struct { + int bitrate_mode; + int profile; + int afterburner; + } aac_codec_rec; + + struct { + int bit_depth; + } flac_codec_stream; + + struct { + int bit_depth; + } flac_codec_rec; + + struct { + int bit_depth; + } wav_codec_rec; + + server_t **srv; + icy_t **icy; + +} config_t; + +extern char *cfg_path; // Path to config file +extern config_t cfg; // Holds config parameters + +int cfg_write_file(char *path); // Writes current config_t struct to path or cfg_path if path is NULL +int cfg_set_values(char *path); // Reads config file from path or cfg_path if path is NULL and fills the config_t struct +int cfg_create_default(void); // Creates a default config file, if there isn't one yet + +#endif diff --git a/src/command.cpp b/src/command.cpp new file mode 100644 index 0000000..51de6bf --- /dev/null +++ b/src/command.cpp @@ -0,0 +1,423 @@ +// command functions for butt +// +// Copyright 2007-2020 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include + +#ifndef BUILD_CLIENT +#include +#endif + +#ifdef WIN32 +#include +#define usleep(us) Sleep(us / 1000) +#ifndef errno +#define errno WSAGetLastError() +#endif +#ifndef EWOULDBLOCK +#define EWOULDBLOCK WSAEWOULDBLOCK +#endif +#else +#include +#include +#include +#include //defines IPPROTO_TCP on BSD +#include +#include +#include +#endif + +#ifdef WIN32 +typedef int socklen_t; +#endif + +#include "command.h" +#include "sockfuncs.h" + +#ifndef BUILD_CLIENT +#include "timer.h" +#include "ringbuffer.h" +#endif + +int client_sock; +sock_proto_t server_proto; + +#ifndef BUILD_CLIENT + +pthread_t listen_thread_detached; +int listen_sock = -1; +int conn_sock; +int connection_established; +sock_udp_conn_t udp_conn; +ringbuf_t command_fifo; + +void *listen_thread_func(void *data) +{ + timer_ms_t status_timer; + timer_ms_t connection_timer; + command_t command; + int bytes_count; + struct sockaddr_in cli; + socklen_t len; + len = sizeof(cli); + char recv_buf[1024]; + int response = 0; + + rb_init(&command_fifo, COMMAND_FIFO_LEN * sizeof(command_t)); + + timer_init(&status_timer, 0.8); // Use 0.8 s instead of 1.0 s to allow small time fluctations + timer_init(&connection_timer, 5); + connection_established = 0; + + for (;;) { + // printf("num of commands in fifo: %d\n", rb_filled(&command_fifo)/sizeof(command_t)); + if (connection_established == 1 || + rb_space(&command_fifo) < (int)sizeof(command_t)) { // Do not accept new connections while a connection is established or the command fifo is full + // To prevent a deadlock reset the connection in case it stays in "connection_established = 1" for // more then 5 seconds + if (timer_is_elapsed(&connection_timer) == 1) { + if (server_proto == SOCK_PROTO_TCP) { + sock_close(conn_sock); + } + rb_clear(&command_fifo); + connection_established = 0; + } + usleep(100 * 1000); + // printf("continued\n"); + continue; + } + if (server_proto == SOCK_PROTO_TCP) { + conn_sock = accept(listen_sock, (struct sockaddr *)&cli, &len); + if (conn_sock < 0) { // conn_sock < 0 if error + usleep(100 * 1000); + continue; + } + } + else { + conn_sock = listen_sock; + } + sock_nonblock(conn_sock); + + if (server_proto == SOCK_PROTO_TCP) { + bytes_count = sock_recv(conn_sock, recv_buf, sizeof(recv_buf), COMMAND_TIMEOUT); + } + else { + bytes_count = sock_recvfrom(conn_sock, recv_buf, sizeof(recv_buf), &udp_conn, COMMAND_TIMEOUT); + } + + if (bytes_count == SOCK_TIMEOUT) { + if (server_proto == SOCK_PROTO_TCP) { + sock_close(conn_sock); + } + connection_established = 0; + continue; + } + + connection_established = 1; + timer_start(&connection_timer); + + if (bytes_count > 0) { + memcpy((char *)&command, recv_buf, COMMAND_PACKET_SIZE); + if (command.param_size > 0) { + // Limit parameter size to COMMAND_MAX_PARAM_SIZE + command.param_size = command.param_size > COMMAND_MAX_PARAM_SIZE ? COMMAND_MAX_PARAM_SIZE : command.param_size; + + int expected_bytes = COMMAND_PACKET_SIZE + command.param_size; + if (bytes_count < expected_bytes) { + int remaining_bytes = expected_bytes - bytes_count; + bytes_count += sock_recv(conn_sock, recv_buf + bytes_count, remaining_bytes, COMMAND_TIMEOUT); + if (bytes_count != expected_bytes) { + if (server_proto == SOCK_PROTO_TCP) { + sock_close(conn_sock); + } + connection_established = 0; + continue; // Still not all bytes received -> dismiss this command + } + } + command.param = (void *)calloc(command.param_size + 1, sizeof(uint8_t)); + memcpy((char *)command.param, recv_buf + COMMAND_PACKET_SIZE, command.param_size); + } + if (command.cmd == CMD_GET_STATUS) { + if (status_timer.is_running == false) { + timer_start(&status_timer); + } + else if (timer_is_elapsed(&status_timer) == 0) { // Limit status request to approx. one per second + if (server_proto == SOCK_PROTO_TCP) { + sock_close(conn_sock); + } + else { + response = SOCK_ERR_RECV; + sock_sendto(conn_sock, (char *)&response, sizeof(response), &udp_conn, SEND_TIMEOUT); + } + connection_established = 0; + continue; + } + } + else { // (command.cmd != CMD_GET_STATUS) + response = 0; + if (server_proto == SOCK_PROTO_TCP) { + sock_send(conn_sock, (char *)&response, sizeof(response), SEND_TIMEOUT); + sock_close(conn_sock); + connection_established = 0; + } + else { + sock_sendto(conn_sock, (char *)&response, sizeof(response), &udp_conn, SEND_TIMEOUT); + connection_established = 0; + } + } + + command_add_cmd_to_fifo(command); + } + } + + // Detach thread (free ressources) because no one will call pthread_join() on it + pthread_detach(pthread_self()); + + return NULL; +} + +int command_add_cmd_to_fifo(command_t new_cmd) +{ + return rb_write(&command_fifo, (char *)&new_cmd, sizeof(command_t)); +} + +int command_get_cmd_from_fifo(command_t *cmd) +{ + if (rb_filled(&command_fifo) < (int)sizeof(command_t)) { + return CMD_ERR_FIFO_EMPTY; + } + + return rb_read_len(&command_fifo, (char *)cmd, sizeof(command_t)); +} + +int command_start_server(int port, int search_port, int mode, sock_proto_t proto) +{ +#ifdef WIN32 + WSADATA wsa; + WSAStartup(MAKEWORD(2, 2), &wsa); +#endif + + struct sockaddr_in servaddr; + + listen_sock = socket(AF_INET, proto == SOCK_PROTO_TCP ? SOCK_STREAM : SOCK_DGRAM, 0); + if (listen_sock == -1) { + return SOCK_ERR_CREATE; + } + + memset(&servaddr, 0, sizeof(servaddr)); + servaddr.sin_family = AF_INET; + + if (mode == SERVER_MODE_LOCAL) { + servaddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); + } + else { // SERVER_MODE_ALL (accessable from the network) + servaddr.sin_addr.s_addr = htonl(INADDR_ANY); + } + + int val = 1; + setsockopt(listen_sock, SOL_SOCKET, SO_REUSEADDR, (const char *)&val, sizeof(int)); + + int bind_succeeded = 0; + int p; + for (p = port; p < port + 10; p++) { + servaddr.sin_port = htons(p); + + if (bind(listen_sock, (struct sockaddr *)&servaddr, sizeof(servaddr)) == 0) { + bind_succeeded = 1; + break; + } + + if (search_port == 0) { + break; + } + } + + if (bind_succeeded == 0) { + return SOCK_ERR_BIND; + } + + if (proto == SOCK_PROTO_TCP) { + if ((listen(listen_sock, 1)) != 0) { + return SOCK_ERR_LISTEN; + } + } + + if (pthread_create(&listen_thread_detached, NULL, listen_thread_func, NULL) != 0) { + return 0; + } + + server_proto = proto; + + return p; +} + +void command_send_status_reply(status_packet_t *status_packet) +{ + if (server_proto == SOCK_PROTO_TCP) { + sock_send(conn_sock, (char *)status_packet, STATUS_PACKET_SIZE, COMMAND_TIMEOUT); + sock_send(conn_sock, status_packet->song, status_packet->song_len, COMMAND_TIMEOUT); + sock_send(conn_sock, status_packet->rec_path, status_packet->rec_path_len, COMMAND_TIMEOUT); + sock_close(conn_sock); + connection_established = 0; + } + else { + char *udp_buf = (char *)malloc(STATUS_PACKET_SIZE + status_packet->song_len + status_packet->rec_path_len); + memcpy(udp_buf, status_packet, STATUS_PACKET_SIZE); + memcpy(udp_buf + STATUS_PACKET_SIZE, status_packet->song, status_packet->song_len); + memcpy(udp_buf + STATUS_PACKET_SIZE + status_packet->song_len, status_packet->rec_path, status_packet->rec_path_len); + sock_sendto(conn_sock, udp_buf, STATUS_PACKET_SIZE + status_packet->song_len + status_packet->rec_path_len, &udp_conn, COMMAND_TIMEOUT); + connection_established = 0; + free(udp_buf); + } +} + +void command_stop_server(void) +{ + if (listen_sock != -1) { + sock_close(listen_sock); + } +} +#endif // ifndef BUILD_CLIENT + +int command_send_cmd(command_t command, char *addr, int port, sock_proto_t proto) +{ + int ret; + int server_response; + char send_buf[1024]; + + client_sock = sock_connect(addr, port, proto, COMMAND_TIMEOUT); + if (client_sock < 0) { + return CMD_ERR_CONNECT; + } + + memcpy(send_buf, &command, COMMAND_PACKET_SIZE); + memcpy(send_buf + COMMAND_PACKET_SIZE, (char *)command.param, command.param_size); + + ret = sock_send(client_sock, send_buf, COMMAND_PACKET_SIZE + command.param_size, COMMAND_TIMEOUT); + if (ret < 0) { + if (proto == SOCK_PROTO_TCP) { + sock_close(client_sock); + } + return CMD_ERR_SEND_CMD; + } + + if (command.cmd != CMD_GET_STATUS) { + ret = sock_recv(client_sock, (char *)&server_response, sizeof(server_response), COMMAND_TIMEOUT); + if (ret < 0) { + if (proto == SOCK_PROTO_TCP) { + sock_close(client_sock); + } + return CMD_ERR_RECV_RESPONSE; + } + if (proto == SOCK_PROTO_TCP) { + sock_close(client_sock); + } + return server_response; + } + + return 0; +} + +int command_recv_status_reply(status_packet_t *status_packet, sock_proto_t proto) +{ + int ret; + uint32_t is_extended_packet; + + if (proto == SOCK_PROTO_TCP) { + // Receive 32 bit status register + ret = sock_recv(client_sock, (char *)&status_packet->status, sizeof(status_packet->status), COMMAND_TIMEOUT); + if (ret < 0) { + sock_close(client_sock); + return ret; + } + + // Check if status is returned by an old server that returns only the bit status register + is_extended_packet = (status_packet->status & (1 << STATUS_EXTENDED_PACKET)) > 0; + if (is_extended_packet == 0) { + sock_close(client_sock); + return sizeof(status_packet->status); + } + + // Receive version and check status protocol version + ret = sock_recv(client_sock, (char *)&status_packet->version, sizeof(status_packet->version), COMMAND_TIMEOUT); + if (ret < 0) { + sock_close(client_sock); + return ret; + } + if (status_packet->version != STATUS_PACKET_VERSION) { + sock_close(client_sock); + return 0; // Version missmatch + } + + // Receive remaining fixed len status variables + ret = sock_recv(client_sock, ((char *)status_packet) + sizeof(status_packet->status) + sizeof(status_packet->version), + STATUS_PACKET_SIZE - sizeof(status_packet->status) - sizeof(status_packet->version), COMMAND_TIMEOUT); + if (ret < 0) { + sock_close(client_sock); + return ret; + } + + // Receive song title + status_packet->song = (char *)malloc(status_packet->song_len); // song_len includes trailing '\0' + ret = sock_recv(client_sock, status_packet->song, status_packet->song_len, COMMAND_TIMEOUT); + if (ret < 0) { + sock_close(client_sock); + return ret; + } + + // Receive file record path + status_packet->rec_path = (char *)malloc(status_packet->rec_path_len); + ret = sock_recv(client_sock, status_packet->rec_path, status_packet->rec_path_len, COMMAND_TIMEOUT); + if (ret < 0) { + sock_close(client_sock); + return ret; + } + + sock_close(client_sock); + } + else { + char *udp_buf = (char *)malloc(SOCK_MAX_DATAGRAM_SIZE); + + ret = sock_recv(client_sock, udp_buf, SOCK_MAX_DATAGRAM_SIZE, COMMAND_TIMEOUT); + if (ret < 0) { + free(udp_buf); + return CMD_ERR_RECV_STATUS; + } + + if (ret < (int)STATUS_PACKET_SIZE) { + int response = *((int *)udp_buf); + free(udp_buf); + return response; + } + + memcpy((char *)status_packet, udp_buf, STATUS_PACKET_SIZE); + if (status_packet->version != STATUS_PACKET_VERSION) { + free(udp_buf); + return 0; // Version missmatch + } + + // Copy song title + status_packet->song = (char *)malloc(status_packet->song_len); // song_len includes trailing '\0' + memcpy(status_packet->song, udp_buf + STATUS_PACKET_SIZE, status_packet->song_len); + + // Copy file record path + status_packet->rec_path = (char *)malloc(status_packet->rec_path_len); + memcpy(status_packet->rec_path, udp_buf + STATUS_PACKET_SIZE + status_packet->song_len, status_packet->rec_path_len); + + free(udp_buf); + } + + return STATUS_PACKET_SIZE; +} diff --git a/src/command.h b/src/command.h new file mode 100644 index 0000000..dd01c58 --- /dev/null +++ b/src/command.h @@ -0,0 +1,86 @@ +#ifndef COMMAND_H +#define COMMAND_H + +#include +#include "sockfuncs.h" + +#define COMMAND_TIMEOUT 2000 +#define COMMAND_FIFO_LEN 32 +#define COMMAND_PACKET_SIZE (sizeof(command_t) - sizeof(void *)) +#define COMMAND_MAX_PARAM_SIZE 1000 + +#define DEFAULT_PORT 1256 + +#define STATUS_CONNECTED 0 +#define STATUS_CONNECTING 1 +#define STATUS_RECORDING 2 +#define STATUS_SIGNAL_DETECTED 3 +#define STATUS_SILENCE_DETECTED 4 +#define STATUS_EXTENDED_PACKET 31 +#define STATUS_PACKET_VERSION 3 +#define STATUS_PACKET_SIZE (sizeof(status_packet_t) - 2 * sizeof(char *)) + +enum { + CMD_EMPTY = 0, + CMD_CONNECT = 1, + CMD_DISCONNECT = 2, + CMD_START_RECORDING = 3, + CMD_STOP_RECORDING = 4, + CMD_GET_STATUS = 5, + CMD_SPLIT_RECORDING = 6, + CMD_QUIT = 7, + CMD_UPDATE_SONGNAME = 8, + CMD_SET_STREAM_SIGNAL_THRESHOLD = 9, + CMD_SET_STREAM_SILENCE_THRESHOLD = 10, + CMD_SET_RECORD_SIGNAL_THRESHOLD = 11, + CMD_SET_RECORD_SILENCE_THRESHOLD = 12, +}; + +enum { + CMD_ERR_CONNECT = -1, + CMD_ERR_SEND_CMD = -2, + CMD_ERR_RECV_RESPONSE = -3, + CMD_ERR_RECV_STATUS = -4, + CMD_ERR_FIFO_EMPTY = -5, + CMD_ERR_FIFO_FULL = -6, +}; + +enum { + SERVER_MODE_OFF = 0, + SERVER_MODE_LOCAL = 1, + SERVER_MODE_ALL = 2, +}; + +typedef struct command { + uint32_t cmd; + uint32_t param_size; + uint8_t padding[8]; + void *param; +} __attribute__((packed)) command_t; + +typedef struct status_packet { + uint32_t status; + uint16_t version; + int16_t volume_left; + int16_t volume_right; + uint32_t stream_seconds; + uint32_t stream_kByte; + uint32_t record_seconds; + uint32_t record_kByte; + uint16_t song_len; + uint16_t rec_path_len; + int32_t listener_count; + char *song; + char *rec_path; +} __attribute__((packed)) status_packet_t; + +int command_start_server(int port, int search_port, int mode, sock_proto_t proto); +int command_add_cmd_to_fifo(command_t new_cmd); +int command_get_cmd_from_fifo(command_t *cmd); +int command_send_cmd(command_t command, char *addr, int port, sock_proto_t proto); +void command_get_last_cmd(command_t *command); +void command_send_status_reply(status_packet_t *status_packet); +int command_recv_status_reply(status_packet_t *status_packet, sock_proto_t proto); +void command_stop_server(void); + +#endif diff --git a/src/currentTrack.cpp b/src/currentTrack.cpp new file mode 100644 index 0000000..4e17f90 --- /dev/null +++ b/src/currentTrack.cpp @@ -0,0 +1,17 @@ +// +// currentTrack.cpp +// butt +// +// Created by Melchor Garau Madrigal on 22/7/15. +// Copyright (c) 2015 Daniel Nöthen. All rights reserved. +// + +#include "currentTrack.h" + +currentTrackFunction getCurrentTrackFunctionFromId(int i) +{ + switch (i) { + default: + return NULL; + } +} \ No newline at end of file diff --git a/src/currentTrack.h b/src/currentTrack.h new file mode 100644 index 0000000..8083886 --- /dev/null +++ b/src/currentTrack.h @@ -0,0 +1,15 @@ +// +// currentTrack.h +// butt +// +// Created by Melchor Garau Madrigal on 22/7/15. +// Copyright (c) 2015 Daniel Nöthen. All rights reserved. +// + +#ifndef __butt__currentTrack__ +#define __butt__currentTrack__ + +#include +typedef const char *(*currentTrackFunction)(int artist_title_order); + +#endif /* defined(__butt__currentTrack__) */ diff --git a/src/currentTrackLinux.cpp b/src/currentTrackLinux.cpp new file mode 100644 index 0000000..57cecce --- /dev/null +++ b/src/currentTrackLinux.cpp @@ -0,0 +1,260 @@ +#include +#include +#include +#include +#include +#include + +#include "currentTrack.h" + +static DBusError err; +static DBusConnection *conn = NULL; + +static bool dbus_init(void) +{ + if (conn == NULL) { + int ret; + dbus_error_init(&err); + conn = dbus_bus_get(DBUS_BUS_SESSION, &err); + if (dbus_error_is_set(&err)) { + printf("Connection Error: %s\n", err.message); + dbus_error_free(&err); + return false; + } + + ret = dbus_bus_request_name(conn, "me.melchor9000.butt", DBUS_NAME_FLAG_REPLACE_EXISTING, &err); + if (dbus_error_is_set(&err)) { + printf("Name error: %s\n", err.message); + dbus_error_free(&err); + } + if (ret != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) { + return false; + } + } + return true; +} + +struct DBusMethodCall { + const char *target; + const char *object; + const char *interface; + const char *method; + void (*arg_iter)(void *data, DBusMessageIter *args); + void *data; +}; + +static bool dbus_call_method(const struct DBusMethodCall *opt, unsigned n, ...) +{ + DBusMessage *msg; + DBusMessageIter args; + DBusPendingCall *pending; + + va_list va; + va_start(va, n); + + msg = dbus_message_new_method_call(opt->target, opt->object, opt->interface, opt->method); + if (msg == NULL) { + printf("Message Null\n"); + for (unsigned i = 0; i < n; i++) + va_arg(va, void *); + va_end(va); + return false; + } + + dbus_message_iter_init_append(msg, &args); + + for (unsigned i = 0; i < n; i++) { + const char *arg = va_arg(va, const char *); + dbus_message_iter_append_basic(&args, DBUS_TYPE_STRING, &arg); + } + + va_end(va); + dbus_connection_send_with_reply(conn, msg, &pending, -1); + if (pending == NULL) { + printf("Pending call null\n"); + return false; + } + + dbus_connection_flush(conn); + dbus_message_unref(msg); + + dbus_pending_call_block(pending); + msg = dbus_pending_call_steal_reply(pending); + if (msg == NULL) { + printf("Reply NULL\n"); + return false; + } + + dbus_pending_call_unref(pending); + + if (dbus_message_get_type(msg) != DBUS_MESSAGE_TYPE_ERROR) { + if (dbus_message_iter_init(msg, &args)) { + do { + if (opt->arg_iter) { + opt->arg_iter(opt->data, &args); + } + } while (dbus_message_iter_next(&args)); + } + + dbus_message_unref(msg); + return true; + } + else { + dbus_message_unref(msg); + return false; + } +} + +static void playbackstatus(void *data, DBusMessageIter *args) +{ + DBusMessageIter var; + char *str; + dbus_message_iter_recurse(args, &var); + dbus_message_iter_get_basic(&var, &str); + *((char **)data) = strdup(str); +} + +static void metadata(void *data, DBusMessageIter *args) +{ + DBusMessageIter var, arr, var2, var3, arr2; + char *str = NULL; + char **values = (char **)data; + dbus_message_iter_recurse(args, &var); + + dbus_message_iter_recurse(&var, &arr); + do { + dbus_message_iter_recurse(&arr, &var2); + dbus_message_iter_get_basic(&var2, &str); + dbus_message_iter_next(&var2); + if (values[1] == NULL && !strcmp("xesam:artist", str)) { + dbus_message_iter_recurse(&var2, &var3); + dbus_message_iter_recurse(&var3, &arr2); + values[1] = (char *)calloc(1, 1); + int s = 1, didFirst = 0; + do { + dbus_message_iter_get_basic(&arr2, &str); + if (strlen(str)) { + s += strlen(str) + (didFirst ? 2 : 0); + values[1] = (char *)realloc(values[1], s); + if (didFirst) { + strcat(values[1], ", "); + } + strcat(values[1], str); + if (!didFirst) { + didFirst = 1; + } + } + } while (dbus_message_iter_next(&arr2)); + } + else if (values[0] == NULL && !strcmp("xesam:title", str)) { + dbus_message_iter_recurse(&var2, &var3); + dbus_message_iter_get_basic(&var3, &str); + values[0] = strdup(str); + } + } while (dbus_message_iter_next(&arr)); +} + +static char *get_mpris(const char *target, int artist_title_order) +{ + char *playbackStatusValue = NULL; + char *returnString = NULL; + struct DBusMethodCall opt = {target, "/org/mpris/MediaPlayer2", "org.freedesktop.DBus.Properties", "Get", playbackstatus, &playbackStatusValue}; + + dbus_init(); + if (dbus_bus_name_has_owner(conn, target, &err)) { + dbus_call_method(&opt, 2, "org.mpris.MediaPlayer2.Player", "PlaybackStatus"); + if (playbackStatusValue != NULL && strcmp(playbackStatusValue, "Stopped")) { + int len; + char *values[2] = {NULL, NULL}; + opt.arg_iter = metadata; + opt.data = values; + dbus_call_method(&opt, 2, "org.mpris.MediaPlayer2.Player", "Metadata"); + + if (values[0] != NULL && values[1] != NULL) { + len = strlen(values[1]) + 3 + strlen(values[0]) + 1; + returnString = (char *)malloc(len); + if (artist_title_order == 1) { + snprintf(returnString, len, "%s - %s", values[0], values[1]); + } + else { + snprintf(returnString, len, "%s - %s", values[1], values[0]); + } + free(values[0]); + free(values[1]); + } + else if (values[0] != NULL) { + len = strlen(values[0]) + 1; + returnString = (char *)malloc(len); + snprintf(returnString, len, "%s", values[0]); + free(values[0]); + } + else if (values[1] != NULL) { + len = strlen(values[1]) + 1; + returnString = (char *)malloc(len); + snprintf(returnString, len, "%s", values[1]); + free(values[1]); + } + } + if (playbackStatusValue != NULL) { + free(playbackStatusValue); + } + } + return returnString; +} + +const char *getCurrentTrackRhythmbox(int artist_title_order) +{ + return get_mpris("org.gnome.Rhythmbox3", artist_title_order); +} + +const char *getCurrentTrackClementine(int artist_title_order) +{ + return get_mpris("org.mpris.MediaPlayer2.clementine", artist_title_order); +} + +const char *getCurrentTrackSpotify(int artist_title_order) +{ + return get_mpris("org.mpris.MediaPlayer2.spotify", artist_title_order); +} + +const char *getCurrentTrackCantata(int artist_title_order) +{ + return get_mpris("org.mpris.MediaPlayer2.cantata", artist_title_order); +} + +const char *getCurrentTrackBanshee(int artist_title_order) +{ + return get_mpris("org.mpris.MediaPlayer2.banshee", artist_title_order); +} + +const char *getCurrentTrackStrawberry(int artist_title_order) +{ + return get_mpris("org.mpris.MediaPlayer2.strawberry", artist_title_order); +} + +const char *getCurrentTrackPlexamp(int artist_title_order) +{ + return get_mpris("org.mpris.MediaPlayer2.Plexamp", artist_title_order); +} + +currentTrackFunction getCurrentTrackFunctionFromId(int i) +{ + switch (i) { + case 0: + return &getCurrentTrackRhythmbox; + case 1: + return &getCurrentTrackBanshee; + case 2: + return &getCurrentTrackClementine; + case 3: + return &getCurrentTrackSpotify; + case 4: + return &getCurrentTrackCantata; + case 5: + return &getCurrentTrackStrawberry; + case 6: + return &getCurrentTrackPlexamp; + default: + return NULL; + } +} diff --git a/src/dsp.cpp b/src/dsp.cpp new file mode 100644 index 0000000..9279fd4 --- /dev/null +++ b/src/dsp.cpp @@ -0,0 +1,329 @@ +// +// dsp.cpp +// butt +// +// Created by Melchor Garau Madrigal on 16/2/16. +// Copyright © 2016 Daniel Noethen. All rights reserved. +// + +#include "dsp.hpp" +#include +#include +#include +#include "Biquad.h" +#include "cfg.h" + +DSPEffects::DSPEffects(uint32_t frames, uint8_t channels, uint32_t sampleRate) : samplerate(sampleRate) +{ + chans = (channels == 2) ? 2 : 1; + dsp_size = frames * channels; + + eq_active = 0; + drc_active = 0; + + for (uint32_t i = 0; i < eq_band_count; i++) { + eq_bands_left[i] = new Biquad(bq_type_peak, eq_freqs[i] / double(samplerate), 2, cfg.dsp.eq_gain[i]); + eq_bands_right[i] = new Biquad(bq_type_peak, eq_freqs[i] / double(samplerate), 2, cfg.dsp.eq_gain[i]); + } +} + +bool DSPEffects::hasToProcessSamples() +{ + return cfg.main.gain != 1 || eq_active || drc_active; +} + +void DSPEffects::loadEQPreset(const char *preset) +{ + double *gain_vals; + + if (!strcmp(preset, "Acoustic")) { + gain_vals = eq_acoustic; + } + else if (!strcmp(preset, "Bass Booster")) { + gain_vals = eq_bass_booster; + } + else if (!strcmp(preset, "Bass Reducer")) { + gain_vals = eq_bass_reducer; + } + else if (!strcmp(preset, "Classical")) { + gain_vals = eq_classical; + } + else if (!strcmp(preset, "Dance")) { + gain_vals = eq_dance; + } + else if (!strcmp(preset, "Deep")) { + gain_vals = eq_deep; + } + else if (!strcmp(preset, "Electronic")) { + gain_vals = eq_electronic; + } + else if (!strcmp(preset, "Hip-Hop")) { + gain_vals = eq_hiphop; + } + else if (!strcmp(preset, "Jazz")) { + gain_vals = eq_jazz; + } + else if (!strcmp(preset, "Latin")) { + gain_vals = eq_latin; + } + else if (!strcmp(preset, "Loudness")) { + gain_vals = eq_loudness; + } + else if (!strcmp(preset, "Lounge")) { + gain_vals = eq_lounge; + } + else if (!strcmp(preset, "Piano")) { + gain_vals = eq_piano; + } + else if (!strcmp(preset, "RnB")) { + gain_vals = eq_r_n_b; + } + else if (!strcmp(preset, "Rock")) { + gain_vals = eq_rock; + } + else if (!strcmp(preset, "Speech")) { + gain_vals = eq_speech; + } + else if (!strcmp(preset, "Treble Booster")) { + gain_vals = eq_treble_booster; + } + else if (!strcmp(preset, "Treble Reducer")) { + gain_vals = eq_trebles_reducer; + } + else if (!strcmp(preset, "Vocal Booster")) { + gain_vals = eq_vocal_booster; + } + else { + return; + } + + for (uint32_t i = 0; i < eq_band_count; i++) { + setEQband(0, gain_vals[i]); + } +} + +void DSPEffects::setEQband(int band, double gain_val) +{ + eq_bands_left[band]->setPeakGain(gain_val); + eq_bands_right[band]->setPeakGain(gain_val); +} + +/* +double DSPEffects::getEQband(int band) +{ + // return eq_bands_left[band]; // left and right have always the same gain value +}*/ + +double DSPEffects::getEQbandFromPreset(int band, const char *preset) +{ + if (!strcmp(preset, "Acoustic")) { + return eq_acoustic[band]; + } + else if (!strcmp(preset, "Bass Booster")) { + return eq_bass_booster[band]; + } + else if (!strcmp(preset, "Bass Reducer")) { + return eq_bass_reducer[band]; + } + else if (!strcmp(preset, "Classical")) { + return eq_classical[band]; + } + else if (!strcmp(preset, "Dance")) { + return eq_dance[band]; + } + else if (!strcmp(preset, "Deep")) { + return eq_deep[band]; + } + else if (!strcmp(preset, "Electronic")) { + return eq_electronic[band]; + } + else if (!strcmp(preset, "Hip-Hop")) { + return eq_hiphop[band]; + } + else if (!strcmp(preset, "Jazz")) { + return eq_jazz[band]; + } + else if (!strcmp(preset, "Latin")) { + return eq_latin[band]; + } + else if (!strcmp(preset, "Loudness")) { + return eq_loudness[band]; + } + else if (!strcmp(preset, "Lounge")) { + return eq_lounge[band]; + } + else if (!strcmp(preset, "Piano")) { + return eq_piano[band]; + } + else if (!strcmp(preset, "RnB")) { + return eq_r_n_b[band]; + } + else if (!strcmp(preset, "Rock")) { + return eq_rock[band]; + } + else if (!strcmp(preset, "Speech")) { + return eq_speech[band]; + } + else if (!strcmp(preset, "Treble Booster")) { + return eq_treble_booster[band]; + } + else if (!strcmp(preset, "Treble Reducer")) { + return eq_trebles_reducer[band]; + } + else if (!strcmp(preset, "Vocal Booster")) { + return eq_vocal_booster[band]; + } + + return 0; +} + +void DSPEffects::processSamples(float *audio_buf) +{ + if (cfg.main.gain != 1) { + for (uint32_t i = 0; i < dsp_size; i += chans) { + audio_buf[i] *= cfg.main.gain; + + if (chans == 2) { + audio_buf[i + 1] *= cfg.main.gain; + } + } + } + + if (drc_active) { + attack_const = expf(-1.0f / (cfg.dsp.attack * samplerate)); + release_const = expf(-1.0f / (cfg.dsp.release * samplerate)); + + if (cfg.dsp.aggressive_mode == 1) { + lowpass_const = 0; + } + else { + float lowpass_time = std::min(cfg.dsp.attack, cfg.dsp.release); + lowpass_time = std::max(0.002f, lowpass_time); + lowpass_const = expf(-1.0f / (lowpass_time * samplerate)); + } + compress(audio_buf); + } + + if (eq_active) { + for (uint32_t i = 0; i < dsp_size; i += chans) { + float s = audio_buf[i]; + for (int32_t j = eq_band_count - 1; j >= 0; j--) { + s = eq_bands_left[j]->process(s); + } + audio_buf[i] = s; + + if (chans == 2) { + float s = audio_buf[i + 1]; + for (int32_t j = eq_band_count - 1; j >= 0; j--) { + s = eq_bands_right[j]->process(s); + } + audio_buf[i + 1] = s; + } + } + } + + // Clamp to -1.0 .. 1.0 range + for (uint32_t i = 0; i < dsp_size; i++) { + if (audio_buf[i] > 1.0) { + audio_buf[i] = 1.0; + continue; + } + if (audio_buf[i] < -1.0) { + audio_buf[i] = -1.0; + } + } +} + +DSPEffects::~DSPEffects() +{ + for (uint32_t i = 0; i < eq_band_count; i++) { + delete eq_bands_left[i]; + delete eq_bands_right[i]; + } +} + +// loosely based on https://openaudio.blogspot.com/2017/01/basic-dynamic-range-compressor.html +// https://github.com/chipaudette/OpenAudio_ArduinoLibrary/blob/master/AudioEffectCompressor_F32.h +void DSPEffects::compress(float *audio_buf) +{ + float one_minus_attack_const = 1.0f - attack_const; + float one_minus_release_const = 1.0f - release_const; + float c1 = lowpass_const, c2 = 1.0f - c1; + + float ratio = cfg.dsp.ratio; + + if (ratio < 0.001) { + ratio = 1.0f; + } + + is_compressing = false; + + for (uint32_t i = 0; i < dsp_size; i += chans) { + // calculate instantaneous signal power + // (square signal and average channels) + float power = audio_buf[i] * audio_buf[i]; + if (chans == 2) { + power += audio_buf[i + 1] * audio_buf[i + 1]; + power /= 2; + } + + // low-pass filter + power = c1 * prev_power + c2 * power; + prev_power = power; + + // Do not apply compression if signal power is nearly zero to prevent -inf results for log10 calculations + if (power < 1.0E-13) { + continue; + } + + // convert to dB + float power_dB = 10.0f * std::log10(power); + + // calculate instantaneous target gain + float above_threshold = power_dB - cfg.dsp.threshold; + float gain_dB = (above_threshold / ratio) - above_threshold; + + if (above_threshold > 0) { + is_compressing = true; + } + + if (gain_dB > 0.0f) { + gain_dB = 0.0f; + } + + // smooth gain by attack and release + if (std::isnan(prev_gain_dB)) { + prev_gain_dB = 0.0f; + } + + if (gain_dB < prev_gain_dB) { + // attack phase + gain_dB = attack_const * prev_gain_dB + one_minus_attack_const * gain_dB; + } + else { + // release phase + gain_dB = release_const * prev_gain_dB + one_minus_release_const * gain_dB; + } + prev_gain_dB = gain_dB; + + // convert to linear gain + float gain_linear = pow(10, (gain_dB + cfg.dsp.makeup_gain) / 20.0f); + + // apply gain to samples + audio_buf[i] *= gain_linear; + if (chans == 2) { + audio_buf[i + 1] *= gain_linear; + } + } + + // limit the amount that the state of the smoothing filter can go towards -inf + if (prev_power < (1.0E-13)) { + prev_power = 1.0E-13; // never go less than -130 dbFS + } +} + +void DSPEffects::reset_compressor() +{ + prev_power = 1.0; + prev_gain_dB = 0.0; +} diff --git a/src/dsp.hpp b/src/dsp.hpp new file mode 100644 index 0000000..21384e8 --- /dev/null +++ b/src/dsp.hpp @@ -0,0 +1,76 @@ +// +// dsp.hpp +// butt +// +// Created by Melchor Garau Madrigal on 16/2/16. +// Copyright © 2016 Daniel Nöthen. All rights reserved. +// + +#ifndef dsp_hpp +#define dsp_hpp + +#include + +#define EQ_BAND_COUNT (10) + +class DSPEffects { +private: + double eq_acoustic[10] = {5, 5, 4, 1.5, 2.5, 2, 3.5, 4, 3.5, 2.5}; + double eq_bass_booster[10] = {6, 4, 3.5, 3, 2, 0, 0, 0, 0, 0}; + double eq_bass_reducer[10] = {-6, -4, -3.5, -3, -2, 0, 0, 0, 0, 0}; + double eq_classical[10] = {4.5, 3.5, 3, 3, -2, -2, 0, 2.5, 3, 3.5}; + double eq_dance[10] = {3.5, 6.5, 5, 0, 2.5, 3.5, 6, 4.5, 4, 0}; + double eq_deep[10] = {5, 3.5, 2, 1, 3, 3, 2, -2.5, -3.5, 4}; + double eq_electronic[10] = {4, 3.8, 2, 0, -2.5, 2.5, 2.5, 2, 4, 4.5}; + double eq_hiphop[10] = {5, 4, 2, 3, -1, -1, 2, -0.5, 2.5, 3}; + double eq_jazz[10] = {4, 3, 2, 2.5, -2, -2, 0, 2, 3, 3.5}; + double eq_latin[10] = {4, 3, 0, 0, -2, -2, -2, 0, 3, 4}; + double eq_loudness[10] = {6.5, 4, 0, 0, -2, 0, -1, -5, 5, 1.5}; + double eq_lounge[10] = {-3, -2, 0, 1.5, 4, 3, 0, -1.5, 2, 1}; + double eq_piano[10] = {3, 2.5, 0, 3, 3, 2, 3.5, 4, 3, 3.5}; + double eq_pop[10] = {-1.5, -1, 0, 2.5, 4, 4, 2.5, 0, -1.5, -2}; + double eq_r_n_b[10] = {3, 7.5, 6, 2, -2.5, -2, 2.8, 2.9, 3, 3.5}; + double eq_rock[10] = {5.5, 4, 3, 2, -0.5, -1, 1, 2.5, 3.5, 4}; + double eq_small_speakers[10] = {6, 4, 3.5, 3, 2, 0, -2, -3, -3.5, -4}; + double eq_speech[10] = {-3.5, -0.5, 0, 0.5, 3.5, 4.5, 4.5, 4, 3, 0}; + double eq_treble_booster[10] = {0, 0, 0, 0, 0, 2, 3, 3.5, 4, 5.5}; + double eq_trebles_reducer[10] = {0, 0, 0, 0, 0, -2, -3, -3.5, -4, -5.5}; + double eq_vocal_booster[10] = {-2, -3, -3, 2, 4, 4, 3.5, 2, 0, -2}; + + + double eq_freqs[EQ_BAND_COUNT] = {32, 64, 125, 250, 500, 1000, 2000, 4000, 8000, 16000}; + + + uint32_t dsp_size; + uint32_t samplerate; + uint8_t chans; + class Biquad *eq_bands_left[EQ_BAND_COUNT]; + class Biquad *eq_bands_right[EQ_BAND_COUNT]; + + + float attack_const, release_const, lowpass_const; + float prev_power = 1.0; + float prev_gain_dB = 0.0; + + void compress(float *audio_buf); + +public: + DSPEffects(uint32_t frames, uint8_t channels, uint32_t sampleRate); + ~DSPEffects(); + + uint32_t eq_band_count = EQ_BAND_COUNT; + int eq_active; + int drc_active; + bool is_compressing; + bool hasToProcessSamples(); + void loadEQPreset(const char *preset); + void setEQband(int band, double gain_val); + double getEQband(int band); + double getEQbandFromPreset(int band, const char* preset); + + + void processSamples(float* audio_buf); + void reset_compressor(); +}; + +#endif /* dsp_hpp */ diff --git a/src/flac_encode.cpp b/src/flac_encode.cpp new file mode 100644 index 0000000..d3f9b09 --- /dev/null +++ b/src/flac_encode.cpp @@ -0,0 +1,352 @@ +// flac encoding functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include +#include + +#include "flac_encode.h" + +#define INT24_MAX ((1 << 23) - 1) +#define INT24_MIN (-(1 << 23)) + +FLAC__uint64 g_bytes_written = 0; + +static void progress_callback(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 samples_written, unsigned frames_written, + unsigned total_frames_estimate, void *client_data); + +static FLAC__StreamEncoderWriteStatus ogg_stream_callback(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, + unsigned current_frame, void *client_data); + +uint8_t *g_enc_p = NULL; +uint8_t *g_hdr_p; +uint8_t g_hdr[1024]; + +int g_hdr_written; +int g_hdr_size = 0; + +static bool set_settings(flac_enc *flac) +{ + FLAC__bool ret = true; + ret &= FLAC__stream_encoder_set_verify(flac->encoder, false); + ret &= FLAC__stream_encoder_set_compression_level(flac->encoder, 5); + ret &= FLAC__stream_encoder_set_channels(flac->encoder, flac->channel); + ret &= FLAC__stream_encoder_set_bits_per_sample(flac->encoder, flac->bit_depth); + ret &= FLAC__stream_encoder_set_sample_rate(flac->encoder, flac->samplerate); + ret &= FLAC__stream_encoder_set_total_samples_estimate(flac->encoder, 0); + ret &= FLAC__stream_encoder_set_ogg_serial_number(flac->encoder, rand()); + + return ret; +} + +static void inject_new_song_title(flac_enc *flac) +{ + int comment_len; + + if (flac->vorbis_comment.length > 0) { + for (uint32_t i = 0; i < flac->vorbis_comment.data.vorbis_comment.num_comments; i++) + free(flac->vorbis_comment.data.vorbis_comment.comments[i].entry); + + free(flac->vorbis_comment.data.vorbis_comment.comments); + memset(&flac->vorbis_comment, 0, sizeof(FLAC__StreamMetadata)); + } + + comment_len = strlen(flac->song_title); + + flac->vorbis_comment.is_last = true; + flac->vorbis_comment.type = FLAC__METADATA_TYPE_VORBIS_COMMENT; + flac->vorbis_comment.length = 3 * sizeof(uint32_t) + comment_len; // size of data field with ".length" and ".num_comments" variables included + flac->vorbis_comment.data.vorbis_comment.vendor_string.length = 0; + flac->vorbis_comment.data.vorbis_comment.vendor_string.entry = 0; + flac->vorbis_comment.data.vorbis_comment.num_comments = 1; + + flac->vorbis_comment.data.vorbis_comment.comments = (FLAC__StreamMetadata_VorbisComment_Entry *)malloc( + flac->vorbis_comment.data.vorbis_comment.num_comments * sizeof(FLAC__StreamMetadata_VorbisComment_Entry)); + + flac->vorbis_comment.data.vorbis_comment.comments[0].length = comment_len; + flac->vorbis_comment.data.vorbis_comment.comments[0].entry = (FLAC__byte *)malloc(comment_len + 1); + + memcpy(flac->vorbis_comment.data.vorbis_comment.comments[0].entry, flac->song_title, comment_len + 1); +} + +int flac_enc_init(flac_enc *flac) +{ + FLAC__bool ret = true; + + if ((flac->encoder = FLAC__stream_encoder_new()) == NULL) { + fprintf(stderr, "ERROR: allocating encoder\n"); + return 1; + } + memset(&flac->vorbis_comment, 0, sizeof(FLAC__StreamMetadata)); + + if (flac->enc_type == FLAC_ENC_TYPE_STREAM) { + ret = flac_enc_init_ogg_stream(flac); + } + + if (ret == true) { + flac->state = FLAC_STATE_OK; + return 0; + } + else { + return 1; + } +} + +int flac_enc_init_FILE(flac_enc *flac, FILE *fout) +{ + FLAC__StreamEncoderInitStatus init_status; + + set_settings(flac); + + init_status = FLAC__stream_encoder_init_FILE(flac->encoder, fout, progress_callback, /*client_data=*/NULL); + if (init_status != FLAC__STREAM_ENCODER_INIT_STATUS_OK) { + fprintf(stderr, "ERROR: initializing encoder: %s\n", FLAC__StreamEncoderInitStatusString[init_status]); + + return 1; + } + + return 0; +} + +FLAC__bool flac_enc_init_ogg_stream(flac_enc *flac) +{ + FLAC__StreamEncoderInitStatus init_status; + + g_hdr_written = 0; + g_hdr_size = 0; + g_hdr_p = g_hdr; + + set_settings(flac); + + if (flac->state == FLAC_STATE_UPDATE_META_DATA) { + inject_new_song_title(flac); + FLAC__StreamMetadata *comment_pointer = &flac->vorbis_comment; + FLAC__stream_encoder_set_metadata(flac->encoder, &comment_pointer, 1); + flac->state = FLAC_STATE_OK; + } + + init_status = FLAC__stream_encoder_init_ogg_stream(flac->encoder, NULL, ogg_stream_callback, NULL, NULL, NULL, NULL); + if (init_status != FLAC__STREAM_ENCODER_INIT_STATUS_OK) { + fprintf(stderr, "ERROR: initializing encoder: %s\n", FLAC__StreamEncoderInitStatusString[init_status]); + return false; + } + + flac->state = FLAC_STATE_OK; + + return true; +} + +void flac_update_song_title(flac_enc *flac, char *song_title) +{ + snprintf(flac->song_title, sizeof(flac->song_title), "TITLE=%s", song_title); + flac->state = FLAC_STATE_NEW_SONG_AVAILABLE; +} + +void flac_set_initial_song_title(flac_enc *flac, char *song_title) +{ + snprintf(flac->song_title, sizeof(flac->song_title), "TITLE=%s", song_title); + flac->state = FLAC_STATE_UPDATE_META_DATA; + flac_enc_reinit(flac); +} + +int flac_enc_encode(flac_enc *flac, float *pcm_float, int samples_per_chan, int channel) +{ + int i; + int samples_left; + int chunk_size; + int32_t *pcm_int32; + + int samples_written = 0; + + chunk_size = 2048; + if (chunk_size > samples_per_chan) { + chunk_size = samples_per_chan; + } + + samples_left = samples_per_chan; + + pcm_int32 = (int32_t *)pcm_float; + while (samples_left > 0) { + for (i = 0; i < chunk_size * channel; i++) { + if (pcm_float[i] > 0) { + if (flac->bit_depth == 16) { + pcm_int32[i] = (int32_t)round(fmin(pcm_float[i + samples_written] * INT16_MAX, INT16_MAX)); + } + else { // 24 bit + pcm_int32[i] = (int32_t)round(fmin(pcm_float[i + samples_written] * INT24_MAX, INT24_MAX)); + } + } + else { + if (flac->bit_depth == 16) { + pcm_int32[i] = (int32_t)round(fmax(-pcm_float[i + samples_written] * INT16_MIN, INT16_MIN)); + } + else { // 24 bit + pcm_int32[i] = (int32_t)round(fmax(-pcm_float[i + samples_written] * INT24_MIN, INT24_MIN)); + } + } + } + + FLAC__stream_encoder_process_interleaved(flac->encoder, pcm_int32, chunk_size); + + samples_written += chunk_size * channel; + samples_left -= chunk_size; + + if (samples_left < chunk_size) { + chunk_size = samples_left; + } + } + + return 0; +} + +int flac_enc_encode_stream(flac_enc *flac, float *pcm_float, uint8_t *enc_buf, int samples_per_chan, int channel, int new_stream) +{ + int i; + int samples_left; + int chunk_size; + int bytes_written; + int32_t *pcm_int32; + + g_enc_p = enc_buf; + + if (g_hdr_written == 0) { + memcpy(g_enc_p, g_hdr, g_hdr_size); + g_enc_p += g_hdr_size; + g_hdr_written = 1; + } + + int samples_written = 0; + + chunk_size = 2048; + if (chunk_size > samples_per_chan) { + chunk_size = samples_per_chan; + } + + samples_left = samples_per_chan; + + pcm_int32 = (int32_t *)pcm_float; + float sum; + while (samples_left > 0) { + // Convert 16bit samples to 32bit samples + sum = 0; + for (i = 0; i < chunk_size * channel; i++) { + sum += abs(pcm_float[i + samples_written]); + + if (pcm_float[i + samples_written] > 0) { + if (flac->bit_depth == 16) { + pcm_int32[i] = (int32_t)round(fmin(pcm_float[i + samples_written] * INT16_MAX, INT16_MAX)); + } + else { // 24 bit + pcm_int32[i] = (int32_t)round(fmin(pcm_float[i + samples_written] * INT24_MAX, INT24_MAX)); + } + } + else { + if (flac->bit_depth == 16) { + pcm_int32[i] = (int32_t)round(fmax(-pcm_float[i + samples_written] * INT16_MIN, INT16_MIN)); + } + else { // 24 bit + pcm_int32[i] = (int32_t)round(fmax(-pcm_float[i + samples_written] * INT24_MIN, INT24_MIN)); + } + } + } + + // Add some noise with minimum volume in case the audio data is totaly silent. + // This makes sure the FLAC encoder returns encoded data. + // Otherwise, if the encoder receives 100 % silence, no encoded audio data + // would be send to the streaming server and thus would drop the connection. + if (sum == 0) { + for (i = 0; i < chunk_size * channel; i++) { + pcm_int32[i] = (rand() % 3) - 1; + } + } + + FLAC__stream_encoder_process_interleaved(flac->encoder, pcm_int32, chunk_size); + + samples_written += chunk_size * channel; + samples_left -= chunk_size; + + if (samples_left < chunk_size) { + chunk_size = samples_left; + } + } + + if (flac->state == FLAC_STATE_NEW_SONG_AVAILABLE) { + FLAC__stream_encoder_finish(flac->encoder); + flac->state = FLAC_STATE_UPDATE_META_DATA; + } + + bytes_written = (int)(g_enc_p - enc_buf); + + return bytes_written; +} + +int flac_enc_get_samplerate(flac_enc *flac) +{ + return FLAC__stream_encoder_get_sample_rate(flac->encoder); +} + +int flac_enc_reinit(flac_enc *flac) +{ + flac_enc_close(flac); + return flac_enc_init(flac); +} + +void flac_enc_close_file(flac_enc *flac) +{ + if (flac->encoder != NULL) { + FLAC__stream_encoder_finish(flac->encoder); + flac_enc_close(flac); + } +} + +void flac_enc_close(flac_enc *flac) +{ + if (flac->encoder != NULL) { + FLAC__stream_encoder_delete(flac->encoder); + } + + flac->encoder = NULL; +} + +void progress_callback(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 samples_written, unsigned frames_written, + unsigned total_frames_estimate, void *client_data) +{ + g_bytes_written = bytes_written; +} + +FLAC__StreamEncoderWriteStatus ogg_stream_callback(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, + unsigned current_frame, void *client_data) +{ + if (current_frame == 0) { + // assemble header + memcpy(g_hdr_p, buffer, bytes); + g_hdr_p += bytes; + g_hdr_size += bytes; + return FLAC__STREAM_ENCODER_WRITE_STATUS_OK; + } + + if (g_enc_p != NULL) { + memcpy(g_enc_p, buffer, bytes); + g_enc_p += bytes; + } + + return FLAC__STREAM_ENCODER_WRITE_STATUS_OK; +} + +FLAC__uint64 flac_enc_get_bytes_written(void) +{ + return g_bytes_written; +} diff --git a/src/flac_encode.h b/src/flac_encode.h new file mode 100644 index 0000000..3fd4b16 --- /dev/null +++ b/src/flac_encode.h @@ -0,0 +1,55 @@ +// flac encoding functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef FLAC_ENCODE_H +#define FLAC_ENCODE_H + +#include + +#define FLAC_ENC_TYPE_REC 0 +#define FLAC_ENC_TYPE_STREAM 1 + +#define FLAC_STATE_OK 0 +#define FLAC_STATE_NEW_SONG_AVAILABLE 1 +#define FLAC_STATE_UPDATE_META_DATA 2 + +struct flac_enc { + FLAC__StreamEncoder *encoder; + int bitrate; + int samplerate; + int channel; + int enc_type; + char song_title[256]; + int state; + int bit_depth; + FLAC__StreamMetadata vorbis_comment; +}; + +int flac_enc_init(flac_enc *flac); +int flac_enc_init_FILE(flac_enc *flac, FILE *fout); +int flac_enc_encode(flac_enc *flac, float *pcm_buf, int samples_per_chan, int channel); +int flac_enc_encode_stream(flac_enc *flac, float *pcm_buf, uint8_t *enc_buf, int samples_per_chan, int channel, int new_stream); +FLAC__bool flac_enc_init_ogg_stream(flac_enc *flac); + +void flac_update_song_title(flac_enc *flac, char *song_title); +void flac_set_initial_song_title(flac_enc *flac, char *song_title); + +int flac_enc_get_samplerate(flac_enc *flac); +int flac_enc_reinit(flac_enc *flac); +FLAC__uint64 flac_enc_get_bytes_written(void); +void flac_enc_close(flac_enc *flac); +void flac_enc_close_file(flac_enc *flac); + +#endif diff --git a/src/icecast.cpp b/src/icecast.cpp new file mode 100644 index 0000000..a899bb2 --- /dev/null +++ b/src/icecast.cpp @@ -0,0 +1,766 @@ +// icecast functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include + +#ifdef WIN32 +#include +#define usleep(us) Sleep(us / 1000) +// #define close(s) closesocket(s) +#else +#include +#include +#include +#include //defines IPPROTO_TCP on BSD +#include +#endif + +#include + +#include "config.h" +#include "gettext.h" +#include "cfg.h" +#include "butt.h" +#include "util.h" +#include "timer.h" +#include "icecast.h" +#include "strfuncs.h" +#include "sockfuncs.h" +#include "parseconfig.h" +#include "fl_funcs.h" +#include "url.h" +#include "flgui.h" +#include "cJSON.h" +#include "uri_encode.h" + +#ifdef HAVE_LIBSSL +#include "tls.h" +#endif + +#ifdef HAVE_LIBSSL +tls_t stream_tls; +#endif + +int server_type = IC_TYPE_UNKNOWN; + +int ic_recv(char *buf, int buf_len); + +int ic_connect(void) +{ + int ret; + int retval; + int tries = 2; + int opus_supported = 0; + char auth[150]; + char b64_auth[200]; + char recv_buf[1000]; + char send_buf[2048]; + char msg[256]; + char *b64_enc; + char *http_retval; + static bool error_printed = 0; + + server_type = IC_TYPE_UNKNOWN; + memset(recv_buf, 0, sizeof(recv_buf)); + + for (int try_cnt = 0; try_cnt < tries; try_cnt++) { + if (cfg.srv[cfg.selected_srv]->icecast_protocol == ICECAST_PROTOCOL_SOURCE) { + try_cnt++; // Start with SOURCE method and skip PUT try + } + stream_socket = sock_connect(cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port, SOCK_PROTO_TCP, CONN_TIMEOUT); + + if (stream_socket < 0) { + switch (stream_socket) { + case SOCK_ERR_CREATE: + if (!error_printed) { + print_info(_("\nconnect: Could not create network socket"), 1); + error_printed = 1; + } + if (cfg.main.force_reconnecting == 1) { + ret = IC_RETRY; + } + else { + ret = IC_ABORT; + } + break; + case SOCK_ERR_RESOLVE: + if (!error_printed) { + print_info(_("\nconnect: Error resolving server address"), 1); + error_printed = 1; + } + ret = IC_RETRY; + break; + case SOCK_TIMEOUT: + case SOCK_INVALID: + ret = IC_RETRY; + break; + default: + if (cfg.main.force_reconnecting == 1) { + ret = IC_RETRY; + } + else { + ret = IC_ABORT; + } + break; + } + + return ret; + } + +#ifdef HAVE_LIBSSL + if (cfg.srv[cfg.selected_srv]->tls == 1) { + stream_tls.host = cfg.srv[cfg.selected_srv]->addr; + stream_tls.socket = stream_socket; + stream_tls.cert_file = cfg.tls.cert_file; + stream_tls.cert_dir = cfg.tls.cert_dir; + + if ((ret = tls_setup(&stream_tls)) != TLS_OK) { + // Check if the user wants to ignore a certificate verification error + int ignore_verfication_error; + if ((cfg.srv[cfg.selected_srv]->cert_hash != NULL) && (!strcmp(stream_tls.sha256, cfg.srv[cfg.selected_srv]->cert_hash))) { + ignore_verfication_error = 1; + } + else { + ignore_verfication_error = 0; + } + + if (ret == TLS_TIMEOUT) { + print_info(_("\nconnect: SSL connection timed out. Trying again..."), 1); + ic_disconnect(); + return IC_RETRY; + } + else if ((ret == TLS_CHECK_CERT) || (ret == TLS_CHECK_HOST)) { + if (ignore_verfication_error == 0) { + snprintf(msg, sizeof(msg), + _("SSL/TLS certificate verification failed\nReason: %s\n\n" + "Do you still want to trust this certificate?\n" + "Trusting will be permanent and can be revoked\n" + "in the server settings."), + stream_tls.last_err); + + ask_user_set_msg(msg); + ask_user_set_hash(stream_tls.sha256); + ic_disconnect(); + return IC_ASK; + } + } + else { + if (!error_printed) { + snprintf(msg, sizeof(msg), + _("\nconnect: SSL connection failed\n" + "Reason: %s"), + stream_tls.last_err); + print_info(msg, 1); + } + ic_disconnect(); + if (cfg.main.force_reconnecting == 1) { + error_printed = 1; + return IC_RETRY; + } + else { + return IC_ABORT; + } + } + } + } +#endif // HAVE_LIBSSL + if (try_cnt == 0) { + // Try PUT method first. Supported since icecast 2.4.0 + if (cfg.srv[cfg.selected_srv]->mount[0] != '/') { + snprintf(send_buf, sizeof(send_buf), "PUT /%s HTTP/1.1\r\n", cfg.srv[cfg.selected_srv]->mount); + } + else { + snprintf(send_buf, sizeof(send_buf), "PUT %s HTTP/1.1\r\n", cfg.srv[cfg.selected_srv]->mount); + } + + opus_supported = 1; + } + else { + if (cfg.srv[cfg.selected_srv]->mount[0] != '/') { + snprintf(send_buf, sizeof(send_buf), "SOURCE /%s HTTP/1.0\r\n", cfg.srv[cfg.selected_srv]->mount); + } + else { + snprintf(send_buf, sizeof(send_buf), "SOURCE %s HTTP/1.0\r\n", cfg.srv[cfg.selected_srv]->mount); + } + } + + snprintf(auth, sizeof(auth), "%s:%s", cfg.srv[cfg.selected_srv]->usr, cfg.srv[cfg.selected_srv]->pwd); + b64_enc = util_base64_enc(auth); + snprintf(b64_auth, sizeof(b64_auth), "%s", b64_enc); + free(b64_enc); + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "Authorization: Basic %s\r\n", b64_auth); + + // Make butt compatible to proxies/load balancers. Thanks to boyska + if (cfg.srv[cfg.selected_srv]->port == 80) { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "Host: %s\r\n", cfg.srv[cfg.selected_srv]->addr); + } + else { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "Host: %s:%d\r\n", cfg.srv[cfg.selected_srv]->addr, + cfg.srv[cfg.selected_srv]->port); + } + + // ic_send(send_buf, (int)strlen(send_buf)); + + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "User-Agent: %s\r\n", PACKAGE_STRING); + // ic_send(send_buf, (int)strlen(send_buf)); + + if (!strcmp(cfg.audio.codec, "mp3")) { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "Content-Type: audio/mpeg\r\n"); + } + else if (!strcmp(cfg.audio.codec, "aac")) { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "Content-Type: audio/aac\r\n"); + } + else { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "Content-Type: audio/ogg\r\n"); + } + + // Do not send bitrate information if flac is used + if (strcmp(cfg.audio.codec, "flac")) { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "ice-bitrate: %d\r\n", cfg.audio.bitrate); + } + + if (cfg.main.num_of_icy > 0) { + char *icy_name = strdup(cfg.icy[cfg.selected_icy]->name); + if (cfg.icy[cfg.selected_icy]->expand_variables == 1) { + expand_string(&icy_name); + strrpl(&icy_name, (char *)"%N", cfg.srv[cfg.selected_srv]->name, MODE_ALL); + } + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "ice-name: %s\r\n", icy_name); + free(icy_name); + } + else { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "ice-name: no name\r\n"); + } + + if (cfg.main.num_of_icy > 0) { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "ice-public: %s\r\n", cfg.icy[cfg.selected_icy]->pub); + } + else { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "ice-public: 0\r\n"); + } + + if (cfg.main.num_of_icy > 0) { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "ice-url: %s\r\n", cfg.icy[cfg.selected_icy]->url); + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "ice-genre: %s\r\n", cfg.icy[cfg.selected_icy]->genre); + + if (cfg.icy[cfg.selected_icy]->desc != NULL && strlen(cfg.icy[cfg.selected_icy]->desc) > 0) { + char *icy_desc = strdup(cfg.icy[cfg.selected_icy]->desc); + if (cfg.icy[cfg.selected_icy]->expand_variables == 1) { + expand_string(&icy_desc); + strrpl(&icy_desc, (char *)"%N", cfg.srv[cfg.selected_srv]->name, MODE_ALL); + } + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "ice-description: %s\r\n", icy_desc); + free(icy_desc); + } + } + + // Send audio settings + if (!strcmp(cfg.audio.codec, "flac")) { // Do not send bitrate information if flac is used + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), + "ice-audio-info: " + "ice-channels=%d;" + "ice-samplerate=%d" + "\r\n", + cfg.audio.channel, strcmp(cfg.audio.codec, "opus") == 0 ? 48000 : cfg.audio.samplerate); + } + else { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), + "ice-audio-info: " + "ice-bitrate=%d;" + "ice-channels=%d;" + "ice-samplerate=%d" + "\r\n", + cfg.audio.bitrate, cfg.audio.channel, strcmp(cfg.audio.codec, "opus") == 0 ? 48000 : cfg.audio.samplerate); + } + + // ic_send(send_buf, (int)strlen(send_buf)); + + if (try_cnt == 0) // PUT + { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "Expect: 100-continue\r\n"); + // ic_send(send_buf, (int)strlen(send_buf)); + } + + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "\r\n"); + + ic_send(send_buf, (int)strlen(send_buf)); + + ret = ic_recv(recv_buf, sizeof(recv_buf) - 1); + + // MARK: DEBUG + // sprintf(recv_buf, "FOOHTTP/1.1 100 Continue\nContent-Length: 0\r\n\r\n"); + // print_info(recv_buf, 1); + + if (ret == SOCK_ERR_RECV) { + if (try_cnt == 0) { + ic_disconnect(); + continue; // try SOURCE method if PUT method did not work + } + else { + usleep(100 * 1000); + ic_disconnect(); + return IC_RETRY; + } + } + if (ret == SOCK_TIMEOUT) { + print_info(_("\nconnect: connection timed out. Trying again..."), 1); + usleep(100 * 1000); + ic_disconnect(); + return IC_RETRY; + } + if (ret < 0) { + // print_info("\nconnect: error while receiving server response\nThe server might require SSL/TLS", 1); + usleep(100 * 1000); + ic_disconnect(); + return IC_RETRY; + } + + char *temp = strdup(recv_buf); + // We need to extract the HTTP return value from the HTTP response + // to see if the login was successfull (HTTP/1.0 200 OK) + http_retval = strchr(temp, ' '); + if (http_retval == NULL) { + usleep(100 * 1000); + ic_disconnect(); + free(temp); + return IC_RETRY; + } + // point to the beginning of the HTTP return value + http_retval++; + http_retval[3] = '\0'; + + retval = atoi(http_retval); + free(temp); + + // Workaround for liquidsoap, icecast-kh and AIS Streaming Server (used by iHeart.com) + if (retval == 100) { + if (strstr(recv_buf, " 401 ") != NULL) { // Wrong password + retval = 401; + } + + if (strstr(recv_buf, " 403 ") != NULL) { // Mounpoint in use (Needed since kh14) + retval = 403; + } + + if (strstr(recv_buf, " 400 ") != NULL) { // AIS Streaming Server always answers with code 400 when PUT method is used + retval = 400; + } + } + + if (retval != 200 && retval != 100) { + switch (retval) { + case 400: + if (try_cnt == 0) { + ic_disconnect(); // This brings compatibility wit AIS Streaming Server. Because they don't understand the PUT method they answer with an 400 + opus_supported = 1; + usleep(100000); + continue; // Let's try the SOURCE method then... + } + print_info(_("\nconnect: server answered with 400!\n"), 1); + ic_disconnect(); + return IC_ABORT; + break; + case 401: + if (!error_printed) { + print_info(_("\nconnect: invalid user/password!\n"), 1); + } + ic_disconnect(); + if (cfg.main.force_reconnecting == 1) { + error_printed = 1; + return IC_RETRY; + } + else { + return IC_ABORT; + } + break; + case 403: // mountpoint already in use + usleep(100000); + ic_disconnect(); + return IC_RETRY; + break; + case 404: + if (try_cnt == 0) { + ic_disconnect(); // This brings compatibility to airtime server. Because they don't understand the PUT method they answer with an 404 + opus_supported = 1; // Airtimes supports Opus + usleep(100000); + continue; // Let's try the SOURCE method then... + } + print_info(_("\nconnect: server answered with 404!\n"), 1); + + ic_disconnect(); + return IC_ABORT; + break; + default: + if (!error_printed) { + snprintf(msg, sizeof(msg), _("\nconnect: server answered with %d!\n"), retval); + print_info(msg, 1); + } + ic_disconnect(); + if (cfg.main.force_reconnecting == 1) { + error_printed = 1; + return IC_RETRY; + } + else { + return IC_ABORT; + } + } + } + + // At this point the connection has been established and encoded data + // can be send to the server + + // In case Opus is selected we need to verifiy if it is supported by + // the server + if (!strcmp(cfg.audio.codec, "opus")) { + if (opus_supported == 1) // The server has at least version 2.4.0 (PUT method worked) or it is an airtime server -> opus is supported. + { + break; + } + else { + print_info(_("\nERROR: Opus is not supported by your\nIcecast server (>=1.4.0 required)!\n"), 1); + ic_disconnect(); + return IC_ABORT; + } + } + + break; + } + + connected = 1; + error_printed = 0; + + timer_init(&stream_timer, 1); // starts the "online" timer + timer_start(&stream_timer); + + return IC_OK; +} + +int ic_send(char *buf, int buf_len) +{ + int ret; + if (cfg.srv[cfg.selected_srv]->tls == 1) { +#ifdef HAVE_LIBSSL + ret = tls_send(&stream_tls, buf, buf_len, SEND_TIMEOUT); + if (ret == TLS_SENDERR) +#endif + ret = -1; + } + else { + ret = sock_send(stream_socket, buf, buf_len, SEND_TIMEOUT); + if (ret == SOCK_TIMEOUT) { + ret = -1; + } + } + + return ret; +} + +int ic_recv(char *buf, int buf_len) +{ + int ret; + if (cfg.srv[cfg.selected_srv]->tls == 1) { +#ifdef HAVE_LIBSSL + ret = tls_recv(&stream_tls, buf, buf_len, 5 * RECV_TIMEOUT); + if (ret != TLS_TIMEOUT) + return ret; + else +#endif + return SOCK_TIMEOUT; + } + else { + return sock_recv(stream_socket, buf, buf_len, 5 * RECV_TIMEOUT); + } +} + +int ic_update_song(char *song_name) +{ + int ret; + int web_socket; + char send_buf[1024]; + char auth[150]; + char *song_buf; + char *mount; + char *b64_enc; +#ifdef HAVE_LIBSSL + tls_t web_tls; +#endif + + web_socket = sock_connect(cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port, SOCK_PROTO_TCP, CONN_TIMEOUT); + + if (web_socket < 0) { + switch (web_socket) { + case SOCK_ERR_CREATE: + print_info(_("\nupdate_song: could not create network socket"), 1); + ret = IC_ABORT; + break; + case SOCK_ERR_RESOLVE: + print_info(_("\nupdate_song: error resolving server address"), 1); + ret = IC_ABORT; + break; + case SOCK_TIMEOUT: + case SOCK_INVALID: + ret = IC_RETRY; + break; + default: + ret = IC_ABORT; + } + + return ret; + } + +#ifdef HAVE_LIBSSL + if (cfg.srv[cfg.selected_srv]->tls == 1) { + web_tls.host = cfg.srv[cfg.selected_srv]->addr; + web_tls.socket = web_socket; + web_tls.cert_file = cfg.tls.cert_file; + web_tls.cert_dir = cfg.tls.cert_dir; + web_tls.skip_verification = 0; + + if ((cfg.srv[cfg.selected_srv]->cert_hash != NULL) && (!strcmp(stream_tls.sha256, cfg.srv[cfg.selected_srv]->cert_hash))) { + web_tls.skip_verification = 1; + } + + if (tls_setup(&web_tls) != TLS_OK) { + sock_close(web_socket); + return IC_ABORT; + } + } +#endif + + song_buf = (char *)malloc(strlen(song_name) * 3 + 1); + uri_encode(song_name, strlen(song_name), song_buf); + + mount = (char *)malloc(strlen(cfg.srv[cfg.selected_srv]->mount) + 2); + + if (cfg.srv[cfg.selected_srv]->mount[0] != '/') { + sprintf(mount, "/%s", cfg.srv[cfg.selected_srv]->mount); + } + else { + strcpy(mount, cfg.srv[cfg.selected_srv]->mount); + } + + snprintf(auth, sizeof(auth), "%s:%s", cfg.srv[cfg.selected_srv]->usr, cfg.srv[cfg.selected_srv]->pwd); + b64_enc = util_base64_enc(auth); + if (cfg.main.ic_charset != NULL) { + snprintf(send_buf, sizeof(send_buf), + "GET /admin/metadata?mode=updinfo&mount=%s&charset=%s&song=%s " + "HTTP/1.0\r\n" + "User-Agent: %s\r\n" + "Authorization: Basic %s\r\n", + mount, cfg.main.ic_charset, song_buf, PACKAGE_STRING, b64_enc); + } + else { + snprintf(send_buf, sizeof(send_buf), + "GET /admin/metadata?mode=updinfo&mount=%s&song=%s " + "HTTP/1.0\r\n" + "User-Agent: %s\r\n" + "Authorization: Basic %s\r\n", + mount, song_buf, PACKAGE_STRING, b64_enc); + } + free(b64_enc); + + if (cfg.srv[cfg.selected_srv]->port == 80) { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "Host: %s\r\n\r\n", cfg.srv[cfg.selected_srv]->addr); + } + else { + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "Host: %s:%d\r\n\r\n", cfg.srv[cfg.selected_srv]->addr, + cfg.srv[cfg.selected_srv]->port); + } + + if (cfg.srv[cfg.selected_srv]->tls == 1) { +#ifdef HAVE_LIBSSL + tls_send(&web_tls, send_buf, (int)strlen(send_buf), SEND_TIMEOUT); + tls_close(&web_tls); +#endif + } + else { + sock_send(web_socket, send_buf, (int)strlen(send_buf), SEND_TIMEOUT); + } + + sock_close(web_socket); + + free(song_buf); + free(mount); + + return IC_OK; +} + +void ic_disconnect(void) +{ +#ifdef HAVE_LIBSSL + if (cfg.srv[cfg.selected_srv]->tls == 1) { + tls_close(&stream_tls); + } +#endif + + sock_close(stream_socket); +} + +int ic_parse_7_xsl_response(char *response) +{ + char *p = response; + int num_fields = 0; + while (*(p++)) { + if (*p == ',') { + num_fields++; + } + } + if (num_fields == 6) { + p = strchr(response, '>'); // Point to end of the HTML part + if (p != NULL) { + p++; // Point to the listener number + char *p2 = strchr(p, ','); // Point to the first delimiter + if (p2 != NULL) { + *p2 = '\0'; // Null terminate the listener number string + } + server_type = IC_TYPE_KH; + return atoi(p); + } + } + return -1; +} + +int ic_parse_json_xsl_response(char *response, char *mount) +{ + cJSON *answer_obj = cJSON_Parse(response); + + if (answer_obj != NULL) { + cJSON *icestats = cJSON_GetObjectItemCaseSensitive(answer_obj, "icestats"); + cJSON *sources = cJSON_GetObjectItemCaseSensitive(icestats, "source"); + + // There is more than one source connected to the icecast server, + // so we have to find the correct listeners entry by searching for our mountpoint + if (cJSON_IsArray(sources) == true) { + char tmp_mount[128]; + if (mount != NULL) { + if (strrchr(mount, '/') != NULL) { + mount++; + } + snprintf(tmp_mount, sizeof(tmp_mount), "%s", mount); + } + else { + snprintf(tmp_mount, sizeof(tmp_mount), "%s", "stream"); + } + cJSON *source; + cJSON_ArrayForEach(source, sources) + { + cJSON *listen_url = cJSON_GetObjectItemCaseSensitive(source, "listenurl"); + if (cJSON_IsString(listen_url) == true) { + char *json_mount = strrchr(cJSON_GetStringValue(listen_url), '/'); + if (json_mount != NULL) { + json_mount++; + + if (strcmp(json_mount, tmp_mount) == 0) { + cJSON *listeners = cJSON_GetObjectItemCaseSensitive(source, "listeners"); + if (cJSON_IsNumber(listeners) == true) { + int num = listeners->valueint; + cJSON_Delete(answer_obj); + return num; + } + } + } + } + } + } + else { // There is only one source is connected to the server + cJSON *listeners = cJSON_GetObjectItemCaseSensitive(sources, "listeners"); + if (cJSON_IsNumber(listeners) == true) { + int num = listeners->valueint; + cJSON_Delete(answer_obj); + return num; + } + } + } + return -1; +} + +int ic_get_listener_count_from_url(char *url, char *mount) +{ + uint32_t data_size; + char recv_buf[100 * 1024]; + + if (strstr(url, "/status-json.xsl") != NULL) { + data_size = url_get_listener_count(url, recv_buf, sizeof(recv_buf)); + if (data_size > 0) { + return ic_parse_json_xsl_response(recv_buf, mount); + } + } + else if (strstr(url, "/7.xsl") != NULL) { + data_size = url_get_listener_count(url, recv_buf, sizeof(recv_buf)); + if (data_size > 0) { + return ic_parse_7_xsl_response(recv_buf); + } + } + + return -1; +} + +int ic_get_listener_count(void) +{ + uint32_t data_size; + char url[256]; + char proto[8]; + char recv_buf[100 * 1024]; + + if (cfg.srv[cfg.selected_srv]->tls == 1) { + strncpy(proto, "https", sizeof(proto)); + } + else { + strncpy(proto, "http", sizeof(proto)); + } + + if (server_type == IC_TYPE_UNKNOWN || server_type == IC_TYPE_VANILLA) { + snprintf(url, sizeof(url), "%s://%s:%d/status-json.xsl", proto, cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port); + data_size = url_get_listener_count(url, recv_buf, sizeof(recv_buf)); + + if (data_size > 0) { + char *mount; + if (cfg.srv[cfg.selected_srv]->custom_listener_mount != NULL && strlen(cfg.srv[cfg.selected_srv]->custom_listener_mount) > 0) { + mount = cfg.srv[cfg.selected_srv]->custom_listener_mount; + } + else { + mount = cfg.srv[cfg.selected_srv]->mount; + } + int listener = ic_parse_json_xsl_response(recv_buf, mount); + if (listener != -1) { + server_type = IC_TYPE_VANILLA; + } + return listener; + } + } + + // status-json.xsl not available (probably a icecast-kh server), try 7.xsl + // 7.xls format (first number of comma seperated string is the listeners number): + /* + + 0,1,0,unlimited,0,, + */ + + if (server_type == IC_TYPE_UNKNOWN || server_type == IC_TYPE_KH) { + snprintf(url, sizeof(url), "%s://%s:%d/7.xsl", proto, cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port); + data_size = url_get_listener_count(url, recv_buf, sizeof(recv_buf)); + + if (data_size > 0) { + int listener = ic_parse_7_xsl_response(recv_buf); + if (listener != -1) { + server_type = IC_TYPE_KH; + } + return listener; + } + } + return -1; +} diff --git a/src/icecast.h b/src/icecast.h new file mode 100644 index 0000000..95b9e10 --- /dev/null +++ b/src/icecast.h @@ -0,0 +1,40 @@ +// icecast functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef ICECAST_H +#define ICECAST_H + +enum { + IC_OK = 0, + IC_RETRY = 1, + IC_ABORT = 2, + IC_ASK = 3, +}; + +enum { + IC_TYPE_UNKNOWN = -1, + IC_TYPE_KH = 0, + IC_TYPE_VANILLA = 1, +}; + +int ic_init(void); +int ic_connect(void); +int ic_send(char *buf, int buf_len); +int ic_update_song(char *song_name); +int ic_get_listener_count(void); +int ic_get_listener_count_from_url(char *url, char *mount); +void ic_disconnect(void); + +#endif diff --git a/src/lame_encode.cpp b/src/lame_encode.cpp new file mode 100644 index 0000000..6fd165f --- /dev/null +++ b/src/lame_encode.cpp @@ -0,0 +1,168 @@ +// lame encoding functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include + +#include "gettext.h" +#include "lame_encode.h" +#include "fl_funcs.h" + +int lame_enc_init(lame_enc *lame) +{ + int rc; + char info_buf[256]; + + lame->gfp = lame_init(); + + lame_set_num_channels(lame->gfp, lame->channel); + lame_set_in_samplerate(lame->gfp, lame->samplerate_in); + lame_set_out_samplerate(lame->gfp, lame->samplerate_out); + lame_set_brate(lame->gfp, lame->bitrate); + lame_set_quality(lame->gfp, lame->enc_quality); + lame_set_VBR_q(lame->gfp, lame->vbr_quality); + lame_set_VBR_min_bitrate_kbps(lame->gfp, lame->vbr_min_bitrate); + lame_set_VBR_mean_bitrate_kbps(lame->gfp, lame->bitrate); + lame_set_VBR_max_bitrate_kbps(lame->gfp, lame->vbr_max_bitrate); + lame_set_VBR_hard_min(lame->gfp, lame->vbr_force_min_bitrate); + + if (lame->stereo_mode > -1) { + lame_set_mode(lame->gfp, (MPEG_mode)lame->stereo_mode); + } + + if (lame->bitrate_mode == 0) { // CBR + lame_set_VBR(lame->gfp, vbr_off); + } + + if (lame->bitrate_mode == 1) { // VBR + lame_set_VBR(lame->gfp, vbr_default); + } + + if (lame->bitrate_mode == 2) { // ABR + lame_set_VBR(lame->gfp, vbr_abr); + } + + if (lame->lowpass_freq > 0) { + lame_set_lowpassfreq(lame->gfp, lame->lowpass_freq * 1000); + } + + if (lame->lowpass_width > 0) { + lame_set_lowpasswidth(lame->gfp, lame->lowpass_width * 1000); + } + + if (lame->highpass_freq > 0) { + lame_set_highpassfreq(lame->gfp, lame->highpass_freq * 1000); + } + + if (lame->highpass_width > 0) { + lame_set_highpasswidth(lame->gfp, lame->highpass_width * 1000); + } + + if ((rc = lame_init_params(lame->gfp)) < 0) { + snprintf(info_buf, sizeof(info_buf), _("unable to init lame params %d"), rc); + + print_info(info_buf, 1); + return 1; + } + + /* + printf("MP3 Quality: %d\n", lame_get_quality(lame->gfp)); + printf("MP3 Stereo Mode: %d\n", lame_get_mode(lame->gfp)); + printf("MP3 Bitrate Mode: %d\n", lame_get_VBR(lame->gfp)); + printf("MP3 vbr: %d\n", lame_get_VBR(lame->gfp)); + printf("MP3 vbr quality: %d\n", lame_get_VBR_q(lame->gfp)); + printf("MP3 vbr mean bitrate: %d\n", lame_get_VBR_mean_bitrate_kbps(lame->gfp)); + printf("MP3 vbr min bitrate: %d\n", lame_get_VBR_min_bitrate_kbps(lame->gfp)); + printf("MP3 vbr max bitrate: %d\n", lame_get_VBR_max_bitrate_kbps(lame->gfp)); + printf("MP3 lowpass freq: %d\n", lame_get_lowpassfreq(lame->gfp)); + printf("MP3 lowpass width: %d\n", lame_get_lowpasswidth(lame->gfp)); + printf("MP3 highpass freq: %d\n", lame_get_highpassfreq(lame->gfp)); + printf("MP3 highpass width: %d\n", lame_get_highpasswidth(lame->gfp)); + printf("MP3 output sample rate: %d\n", lame_get_out_samplerate(lame->gfp)); + printf("MP3 vbr force min br: %d\n", lame_get_VBR_hard_min(lame->gfp)); + printf("\n"); + */ + + // printf("MP3 bitrate: %d\n", lame->bitrate); + + lame->state = LAME_READY; + return 0; +} + +int lame_enc_reinit(lame_enc *lame) +{ + if (lame != NULL) { + lame_enc_close(lame); + return lame_enc_init(lame); + } + return 1; +} + +int lame_enc_get_samplerate(lame_enc *lame) +{ + return lame_get_out_samplerate(lame->gfp); +} + +int lame_enc_flush_file(lame_enc *lame, FILE *file) +{ + int bytes_flushed; + unsigned char buf[8192]; + + lame->state = LAME_BUSY; + bytes_flushed = lame_encode_flush(lame->gfp, (unsigned char *)buf, sizeof(buf)); + + if (bytes_flushed > 0) { + fwrite(buf, 1, bytes_flushed, file); + // lame_mp3_tags_fid(lame->gfp, file); + // lame_init_bitstream(lame->gfp); + } + + lame->state = LAME_READY; + return bytes_flushed; +} + +void lame_enc_close(lame_enc *lame) +{ + while (lame->state == LAME_BUSY) + ; + + if (lame->gfp != NULL) { + lame_close(lame->gfp); + } + + lame->gfp = NULL; +} + +int lame_enc_encode(lame_enc *lame, float *pcm_buf, char *enc_buf, int samples, int buf_size) +{ + int rc; + + if (samples == 0 || lame->gfp == NULL) { + return 0; + } + + lame->state = LAME_BUSY; + + if (lame->channel == 2) { // stereo + rc = lame_encode_buffer_interleaved_ieee_float(lame->gfp, pcm_buf, samples, (unsigned char *)enc_buf, buf_size); + } + else { // mono + rc = lame_encode_buffer_ieee_float(lame->gfp, pcm_buf, pcm_buf, samples, (unsigned char *)enc_buf, buf_size); + } + + lame->state = LAME_READY; + + return rc; +} diff --git a/src/lame_encode.h b/src/lame_encode.h new file mode 100644 index 0000000..0a3c0b4 --- /dev/null +++ b/src/lame_encode.h @@ -0,0 +1,56 @@ +// lame encoding functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef LAME_ENCODE_H +#define LAME_ENCODE_H + +#include +#include + +struct lame_enc { + lame_global_flags *gfp; + int bitrate; + int samplerate_in; + int samplerate_out; + int channel; + volatile int state; + + int enc_quality; + int stereo_mode; + int bitrate_mode; + int vbr_quality; + int vbr_min_bitrate; + int vbr_max_bitrate; + int vbr_force_min_bitrate; + + float lowpass_freq; + float lowpass_width; + float highpass_freq; + float highpass_width; +}; + +enum { + LAME_READY = 0, + LAME_BUSY = 1, +}; + +int lame_enc_init(lame_enc *lame); +int lame_enc_get_samplerate(lame_enc *lame); +int lame_enc_encode(lame_enc *lame, float *pcm_buf, char *enc_buf, int samples, int buf_size); +int lame_enc_flush_file(lame_enc *lame, FILE *file); +int lame_enc_reinit(lame_enc *lame); +void lame_enc_close(lame_enc *lame); + +#endif diff --git a/src/logos.h b/src/logos.h new file mode 100644 index 0000000..d944614 --- /dev/null +++ b/src/logos.h @@ -0,0 +1,1955 @@ +static const unsigned char radio_co_logo[] = { + 0, 0, 0, 0, 255, 255, 255, 19, 255, 255, 255, 68, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, + 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, + 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, + 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, + 255, 255, 255, 66, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, + 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, + 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, + 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 66, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, + 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, + 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, + 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, + 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 66, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, + 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, + 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, + 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 67, 255, + 255, 255, 67, 255, 255, 255, 67, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 67, 255, 255, 255, 66, 255, 255, 255, 12, 0, 0, 0, 0, + 255, 255, 255, 62, 255, 255, 255, 242, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 230, 255, 255, 255, 45, + 255, 255, 255, 223, 255, 255, 255, 255, 255, 255, 255, 249, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, + 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, + 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, + 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, + 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, + 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, + 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, + 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, + 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, + 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, + 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, + 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, + 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, + 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, + 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, + 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 248, 255, 255, 255, 255, 255, 255, 255, 194, + 255, 255, 255, 255, 255, 255, 255, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 254, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, + 255, 255, 255, 255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, + 255, 255, 255, 255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 233, + 255, 255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 231, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 254, 254, 254, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, + 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, + 241, 241, 241, 255, 210, 210, 210, 255, 234, 234, 234, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 254, 254, 254, 255, 222, 222, 222, 255, 247, 247, 247, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 243, 243, 243, 255, 225, + 225, 225, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 221, 221, 221, 255, + 35, 35, 35, 255, 102, 102, 102, 255, 38, 38, 38, 255, 212, 212, 212, 255, 255, 255, 255, 255, 252, 252, 252, 255, 254, 254, 254, 255, 255, 255, 255, + 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, + 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 254, 254, 254, 255, + 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 253, 253, 253, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 255, 255, + 255, 255, 251, 251, 251, 255, 66, 66, 66, 255, 226, 226, 226, 255, 255, 255, 255, 255, 252, 252, 252, 255, 255, 255, 255, 255, 208, 208, 208, 255, 98, + 98, 98, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 116, 116, 116, 255, + 174, 174, 174, 255, 255, 255, 255, 255, 237, 237, 237, 255, 245, 245, 245, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 102, 102, 102, 255, 227, 227, 227, 255, 255, 255, 255, 255, 252, 252, 252, 255, 255, 255, 255, 255, 210, 210, 210, 255, 125, + 125, 125, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 174, 174, 174, 255, + 81, 81, 81, 255, 229, 229, 229, 255, 255, 255, 255, 255, 255, 255, 255, 255, 252, 252, 252, 255, 166, 166, 166, 255, 148, 148, 148, 255, 105, 105, 105, + 255, 131, 131, 131, 255, 237, 237, 237, 255, 255, 255, 255, 255, 252, 252, 252, 255, 168, 168, 168, 255, 97, 97, 97, 255, 127, 127, 127, 255, 230, 230, + 230, 255, 255, 255, 255, 255, 212, 212, 212, 255, 143, 143, 143, 255, 133, 133, 133, 255, 97, 97, 97, 255, 207, 207, 207, 255, 255, 255, 255, 255, 253, + 253, 253, 255, 178, 178, 178, 255, 103, 103, 103, 255, 137, 137, 137, 255, 244, 244, 244, 255, 255, 255, 255, 255, 201, 201, 201, 255, 105, 105, 105, 255, + 106, 106, 106, 255, 202, 202, 202, 255, 255, 255, 255, 255, 239, 239, 239, 255, 158, 158, 158, 255, 139, 139, 139, 255, 155, 155, 155, 255, 255, 255, 255, + 255, 185, 185, 185, 255, 110, 110, 110, 255, 132, 132, 132, 255, 232, 232, 232, 255, 255, 255, 255, 255, 251, 251, 251, 255, 163, 163, 163, 255, 95, 95, + 95, 255, 144, 144, 144, 255, 68, 68, 68, 255, 229, 229, 229, 255, 255, 255, 255, 255, 252, 252, 252, 255, 255, 255, 255, 255, 214, 214, 214, 255, 71, + 71, 71, 255, 143, 143, 143, 255, 91, 91, 91, 255, 178, 178, 178, 255, 255, 255, 255, 255, 180, 180, 180, 255, 196, 196, 196, 255, 255, 255, 255, 255, + 253, 253, 253, 255, 154, 154, 154, 255, 227, 227, 227, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 253, 253, 253, 255, + 174, 174, 174, 255, 34, 34, 34, 255, 123, 123, 123, 255, 243, 243, 243, 255, 255, 255, 255, 255, 61, 61, 61, 255, 142, 142, 142, 255, 233, 233, 233, + 255, 158, 158, 158, 255, 87, 87, 87, 255, 255, 255, 255, 255, 164, 164, 164, 255, 94, 94, 94, 255, 231, 231, 231, 255, 173, 173, 173, 255, 53, 53, + 53, 255, 255, 255, 255, 255, 194, 194, 194, 255, 0, 0, 0, 255, 215, 215, 215, 255, 208, 208, 208, 255, 0, 0, 0, 255, 239, 239, 239, 255, 223, + 223, 223, 255, 0, 0, 0, 255, 233, 233, 233, 255, 219, 219, 219, 255, 255, 255, 255, 255, 218, 218, 218, 255, 0, 0, 0, 255, 212, 212, 212, 255, + 212, 212, 212, 255, 0, 0, 0, 255, 222, 222, 222, 255, 244, 244, 244, 255, 0, 0, 0, 255, 170, 170, 170, 255, 245, 245, 245, 255, 201, 201, 201, + 255, 58, 58, 58, 255, 231, 231, 231, 255, 182, 182, 182, 255, 72, 72, 72, 255, 255, 255, 255, 255, 163, 163, 163, 255, 98, 98, 98, 255, 230, 230, + 230, 255, 186, 186, 186, 255, 0, 0, 0, 255, 232, 232, 232, 255, 255, 255, 255, 255, 252, 252, 252, 255, 255, 255, 255, 255, 217, 217, 217, 255, 0, + 0, 0, 255, 201, 201, 201, 255, 224, 224, 224, 255, 48, 48, 48, 255, 197, 197, 197, 255, 225, 225, 225, 255, 19, 19, 19, 255, 255, 255, 255, 255, + 217, 217, 217, 255, 62, 62, 62, 255, 252, 252, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 250, 250, 250, 255, 138, 138, 138, 255, 131, 131, 131, 255, 255, 255, 255, 255, 101, 101, 101, 255, 238, 238, 238, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 86, 86, 86, 255, 221, 221, 221, 255, 105, 105, 105, 255, 230, 230, 230, 255, 255, 255, 255, 255, 255, 255, 255, 255, 99, 99, + 99, 255, 225, 225, 225, 255, 200, 200, 200, 255, 146, 146, 146, 255, 255, 255, 255, 255, 255, 255, 255, 255, 137, 137, 137, 255, 193, 193, 193, 255, 254, + 254, 254, 255, 116, 116, 116, 255, 110, 110, 110, 255, 199, 199, 199, 255, 255, 255, 255, 255, 151, 151, 151, 255, 176, 176, 176, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 175, 175, 175, 255, 161, 161, 161, 255, 246, 246, 246, 255, 85, 85, 85, 255, 254, 254, 254, 255, 255, 255, 255, 255, 145, 145, 145, + 255, 93, 93, 93, 255, 145, 145, 145, 255, 134, 134, 134, 255, 85, 85, 85, 255, 229, 229, 229, 255, 98, 98, 98, 255, 231, 231, 231, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 98, 98, 98, 255, 227, 227, 227, 255, 255, 255, 255, 255, 252, 252, 252, 255, 255, 255, 255, 255, 210, 210, 210, 255, 123, + 123, 123, 255, 255, 255, 255, 255, 255, 255, 255, 255, 216, 216, 216, 255, 98, 98, 98, 255, 255, 255, 255, 255, 114, 114, 114, 255, 199, 199, 199, 255, + 147, 147, 147, 255, 185, 185, 185, 255, 255, 255, 255, 255, 252, 252, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 200, 200, 200, 255, + 237, 237, 237, 255, 255, 255, 255, 255, 211, 211, 211, 255, 73, 73, 73, 255, 255, 255, 255, 255, 94, 94, 94, 255, 217, 217, 217, 255, 255, 255, 255, + 255, 235, 235, 235, 255, 35, 35, 35, 255, 239, 239, 239, 255, 114, 114, 114, 255, 195, 195, 195, 255, 255, 255, 255, 255, 245, 245, 245, 255, 38, 38, + 38, 255, 238, 238, 238, 255, 198, 198, 198, 255, 139, 139, 139, 255, 255, 255, 255, 255, 255, 255, 255, 255, 149, 149, 149, 255, 190, 190, 190, 255, 255, + 255, 255, 255, 249, 249, 249, 255, 233, 233, 233, 255, 44, 44, 44, 255, 206, 206, 206, 255, 189, 189, 189, 255, 125, 125, 125, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 127, 127, 127, 255, 183, 183, 183, 255, 245, 245, 245, 255, 85, 85, 85, 255, 244, 244, 244, 255, 255, 255, 255, 255, 158, 158, 158, + 255, 146, 146, 146, 255, 255, 255, 255, 255, 246, 246, 246, 255, 233, 233, 233, 255, 255, 255, 255, 255, 99, 99, 99, 255, 196, 196, 196, 255, 255, 255, + 255, 255, 247, 247, 247, 255, 76, 76, 76, 255, 229, 229, 229, 255, 255, 255, 255, 255, 252, 252, 252, 255, 255, 255, 255, 255, 213, 213, 213, 255, 99, + 99, 99, 255, 255, 255, 255, 255, 255, 255, 255, 255, 174, 174, 174, 255, 125, 125, 125, 255, 255, 255, 255, 255, 217, 217, 217, 255, 0, 0, 0, 255, + 90, 90, 90, 255, 245, 245, 245, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 146, 146, 146, 255, + 46, 46, 46, 255, 136, 136, 136, 255, 0, 0, 0, 255, 195, 195, 195, 255, 255, 255, 255, 255, 95, 95, 95, 255, 67, 67, 67, 255, 151, 151, 151, + 255, 43, 43, 43, 255, 169, 169, 169, 255, 255, 255, 255, 255, 214, 214, 214, 255, 17, 17, 17, 255, 147, 147, 147, 255, 74, 74, 74, 255, 152, 152, + 152, 255, 255, 255, 255, 255, 182, 182, 182, 255, 131, 131, 131, 255, 255, 255, 255, 255, 255, 255, 255, 255, 132, 132, 132, 255, 194, 194, 194, 255, 234, + 234, 234, 255, 92, 92, 92, 255, 181, 181, 181, 255, 79, 79, 79, 255, 216, 216, 216, 255, 252, 252, 252, 255, 84, 84, 84, 255, 122, 122, 122, 255, + 122, 122, 122, 255, 89, 89, 89, 255, 251, 251, 251, 255, 236, 236, 236, 255, 57, 57, 57, 255, 247, 247, 247, 255, 255, 255, 255, 255, 239, 239, 239, + 255, 90, 90, 90, 255, 156, 156, 156, 255, 144, 144, 144, 255, 133, 133, 133, 255, 255, 255, 255, 255, 214, 214, 214, 255, 0, 0, 0, 255, 143, 143, + 143, 255, 111, 111, 111, 255, 0, 0, 0, 255, 230, 230, 230, 255, 255, 255, 255, 255, 252, 252, 252, 255, 255, 255, 255, 255, 215, 215, 215, 255, 0, + 0, 0, 255, 126, 126, 126, 255, 134, 134, 134, 255, 34, 34, 34, 255, 228, 228, 228, 255, 255, 255, 255, 255, 255, 255, 255, 255, 97, 97, 97, 255, + 164, 164, 164, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 221, 221, 221, 255, 190, 190, 190, 255, 223, 223, 223, 255, 255, 255, 255, 255, 253, 253, 253, 255, 110, 110, 110, 255, 205, 205, 205, 255, 198, 198, 198, + 255, 217, 217, 217, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 235, 235, 235, 255, 190, 190, 190, 255, 215, 215, 215, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 236, 236, 236, 255, 227, 227, 227, 255, 255, 255, 255, 255, 255, 255, 255, 255, 228, 228, 228, 255, 237, 237, 237, 255, 255, + 255, 255, 255, 219, 219, 219, 255, 185, 185, 185, 255, 225, 225, 225, 255, 255, 255, 255, 255, 255, 255, 255, 255, 249, 249, 249, 255, 199, 199, 199, 255, + 199, 199, 199, 255, 249, 249, 249, 255, 255, 255, 255, 255, 248, 248, 248, 255, 221, 221, 221, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, + 255, 246, 246, 246, 255, 195, 195, 195, 255, 199, 199, 199, 255, 245, 245, 245, 255, 255, 255, 255, 255, 255, 255, 255, 255, 234, 234, 234, 255, 190, 190, + 190, 255, 219, 219, 219, 255, 222, 222, 222, 255, 246, 246, 246, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 243, 243, 243, 255, 223, + 223, 223, 255, 214, 214, 214, 255, 191, 191, 191, 255, 241, 241, 241, 255, 255, 255, 255, 255, 255, 255, 255, 255, 247, 247, 247, 255, 81, 81, 81, 255, + 233, 233, 233, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 80, 80, 80, 255, 232, 232, 232, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 251, 251, 251, 255, 255, 255, 255, 255, 175, 175, 175, 255, 124, 124, 124, 255, + 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 254, 254, 255, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 255, 255, 255, 255, 254, 254, 254, 255, 145, 145, 145, 255, 232, 232, 232, 255, 255, 255, 255, + 255, 252, 252, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 253, 253, 253, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, + 255, 255, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, + 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 254, 254, 254, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, + 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, + 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 142, 142, 142, 255, 220, 220, 220, 255, + 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, + 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 252, 243, 243, 255, 253, 248, 248, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 241, + 197, 197, 255, 224, 87, 87, 255, 226, 110, 110, 255, 245, 218, 218, 255, 255, 255, 255, 255, 255, 254, 254, 255, 254, 253, 253, 255, 255, 254, 254, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 252, 243, 243, 255, 222, + 71, 71, 255, 222, 77, 77, 255, 220, 44, 44, 255, 228, 124, 124, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 254, 253, 253, 255, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 247, 225, 225, 255, 237, 181, 181, 255, 255, 255, 255, 255, 252, 244, 244, 255, 224, + 97, 97, 255, 223, 84, 84, 255, 222, 70, 70, 255, 229, 132, 132, 255, 255, 255, 255, 255, 251, 241, 241, 255, 237, 178, 178, 255, 251, 240, 240, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 253, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 252, 243, 243, 255, 235, 172, 172, 255, 221, 55, 55, 255, 223, 74, 74, 255, 254, 249, 249, 255, 252, 246, 246, 255, 224, + 91, 91, 255, 223, 82, 82, 255, 222, 65, 65, 255, 228, 129, 129, 255, 255, 255, 255, 255, 248, 229, 229, 255, 219, 0, 0, 255, 224, 93, 93, 255, + 240, 192, 192, 255, 254, 252, 252, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 255, 255, 255, 254, 253, + 253, 255, 240, 195, 195, 255, 224, 93, 93, 255, 221, 43, 43, 255, 222, 78, 78, 255, 226, 107, 107, 255, 254, 250, 250, 255, 252, 245, 245, 255, 224, + 91, 91, 255, 223, 83, 83, 255, 222, 65, 65, 255, 228, 129, 129, 255, 255, 255, 255, 255, 248, 231, 231, 255, 222, 75, 75, 255, 223, 81, 81, 255, + 220, 31, 31, 255, 227, 119, 119, 255, 244, 213, 213, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, + 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 245, 217, 217, 255, 227, 122, + 122, 255, 220, 31, 31, 255, 222, 78, 78, 255, 224, 92, 92, 255, 222, 75, 75, 255, 225, 101, 101, 255, 254, 250, 250, 255, 252, 246, 246, 255, 224, + 91, 91, 255, 223, 83, 83, 255, 222, 65, 65, 255, 228, 129, 129, 255, 255, 255, 255, 255, 248, 230, 230, 255, 221, 63, 63, 255, 223, 86, 86, 255, + 224, 91, 91, 255, 222, 68, 68, 255, 221, 42, 42, 255, 231, 147, 147, 255, 249, 233, 233, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 253, 255, 255, 255, 255, 255, 241, 200, 200, 255, 219, 0, 0, 255, 222, 70, + 70, 255, 224, 90, 90, 255, 223, 84, 84, 255, 223, 83, 83, 255, 222, 74, 74, 255, 225, 103, 103, 255, 254, 250, 250, 255, 252, 245, 245, 255, 224, + 91, 91, 255, 223, 83, 83, 255, 222, 65, 65, 255, 228, 129, 129, 255, 255, 255, 255, 255, 248, 231, 231, 255, 222, 65, 65, 255, 223, 84, 84, 255, + 223, 81, 81, 255, 223, 86, 86, 255, 223, 89, 89, 255, 221, 53, 53, 255, 222, 63, 63, 255, 248, 227, 227, 255, 255, 255, 255, 255, 255, 254, 254, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 250, 250, 250, 255, 231, 232, 232, 255, 230, 230, 230, 255, 242, 242, 242, 255, 255, 255, 255, + 255, 212, 212, 213, 255, 233, 233, 233, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 132, 132, 255, 221, 63, 63, 255, 224, 91, + 91, 255, 223, 81, 81, 255, 223, 82, 82, 255, 223, 84, 84, 255, 223, 81, 81, 255, 225, 97, 97, 255, 253, 249, 249, 255, 252, 245, 245, 255, 224, + 90, 90, 255, 223, 83, 83, 255, 222, 66, 66, 255, 228, 128, 128, 255, 255, 255, 255, 255, 248, 229, 229, 255, 221, 61, 61, 255, 224, 90, 90, 255, + 223, 81, 81, 255, 223, 82, 82, 255, 223, 81, 81, 255, 224, 96, 96, 255, 220, 31, 31, 255, 236, 174, 174, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 253, 253, + 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, + 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, + 253, 253, 253, 255, 252, 252, 252, 255, 255, 255, 255, 255, 228, 228, 228, 255, 0, 0, 0, 255, 0, 0, 0, 255, 172, 172, 172, 255, 193, 193, 193, + 255, 0, 0, 0, 255, 47, 48, 50, 255, 239, 239, 239, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 253, 253, 253, 255, 253, 253, + 253, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 254, 254, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 253, 253, 253, + 255, 253, 253, 253, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 136, 136, 255, 221, 63, 63, 255, 223, 86, + 86, 255, 223, 82, 82, 255, 223, 82, 82, 255, 223, 86, 86, 255, 220, 27, 27, 255, 227, 118, 118, 255, 254, 252, 252, 255, 252, 246, 246, 255, 224, + 94, 94, 255, 223, 82, 82, 255, 222, 64, 64, 255, 229, 133, 133, 255, 255, 255, 255, 255, 249, 235, 235, 255, 222, 70, 70, 255, 221, 59, 59, 255, + 223, 86, 86, 255, 223, 81, 81, 255, 223, 82, 82, 255, 223, 88, 88, 255, 221, 46, 46, 255, 236, 172, 172, 255, 255, 255, 255, 255, 254, 254, 254, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 227, 227, 227, 255, 0, 0, 0, 255, 0, 0, 0, 255, 175, 175, 175, 255, 184, 184, 184, + 255, 0, 0, 0, 255, 0, 0, 0, 255, 234, 234, 235, 255, 255, 255, 255, 255, 252, 252, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 135, 135, 255, 221, 61, 61, 255, 223, 87, + 87, 255, 223, 82, 82, 255, 223, 86, 86, 255, 222, 67, 67, 255, 234, 167, 167, 255, 252, 245, 245, 255, 255, 255, 255, 255, 249, 231, 231, 255, 222, + 73, 73, 255, 223, 87, 87, 255, 222, 72, 72, 255, 226, 114, 114, 255, 254, 251, 251, 255, 255, 255, 255, 255, 249, 234, 234, 255, 229, 138, 138, 255, + 222, 68, 68, 255, 223, 86, 86, 255, 223, 81, 81, 255, 224, 89, 89, 255, 220, 41, 41, 255, 236, 173, 173, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 250, 250, 250, 255, 246, 246, 246, 255, 247, 247, 247, 255, 255, 255, 255, 255, 221, 221, + 221, 255, 236, 236, 236, 255, 255, 255, 255, 255, 255, 255, 255, 255, 247, 247, 247, 255, 217, 217, 217, 255, 208, 208, 208, 255, 218, 218, 219, 255, 252, + 252, 252, 255, 252, 252, 252, 255, 245, 245, 245, 255, 247, 247, 247, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 239, 239, 239, 255, + 214, 214, 214, 255, 211, 211, 211, 255, 243, 243, 243, 255, 235, 235, 235, 255, 0, 0, 0, 255, 0, 0, 0, 255, 166, 166, 166, 255, 251, 251, 252, + 255, 170, 170, 170, 255, 206, 206, 206, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 253, 253, 253, 255, 224, 224, 224, 255, 212, 212, + 212, 255, 216, 216, 216, 255, 242, 242, 242, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 251, 251, 251, 255, 221, 221, 221, 255, 211, 212, 212, 255, 220, 220, 220, 255, 248, 248, 248, 255, + 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 232, 233, 233, 255, 213, 213, 213, + 255, 213, 213, 214, 255, 232, 232, 232, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 135, 135, 255, 221, 61, 61, 255, 223, 87, + 87, 255, 223, 83, 83, 255, 223, 80, 80, 255, 224, 85, 85, 255, 253, 245, 245, 255, 255, 255, 255, 255, 244, 211, 211, 255, 226, 110, 110, 255, 222, + 74, 74, 255, 223, 84, 84, 255, 223, 85, 85, 255, 222, 70, 70, 255, 229, 135, 135, 255, 247, 227, 227, 255, 255, 255, 255, 255, 246, 222, 222, 255, + 221, 44, 44, 255, 223, 88, 88, 255, 223, 81, 81, 255, 224, 89, 89, 255, 220, 41, 41, 255, 236, 172, 172, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 176, 176, 176, 255, 0, 0, 0, 255, 94, 95, 95, 255, 145, 146, 146, 255, 0, 0, + 0, 255, 191, 191, 191, 255, 255, 255, 255, 255, 198, 198, 198, 255, 61, 62, 63, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 124, + 124, 125, 255, 126, 127, 128, 255, 30, 31, 32, 255, 98, 99, 99, 255, 247, 247, 247, 255, 255, 255, 255, 255, 172, 172, 173, 255, 0, 0, 3, 255, + 0, 0, 0, 255, 0, 0, 0, 255, 57, 58, 59, 255, 146, 147, 147, 255, 47, 48, 49, 255, 0, 0, 0, 255, 171, 171, 172, 255, 176, 177, 177, + 255, 76, 77, 77, 255, 86, 87, 88, 255, 223, 223, 223, 255, 255, 255, 255, 255, 215, 215, 215, 255, 96, 97, 98, 255, 0, 0, 0, 255, 0, 0, + 0, 255, 0, 0, 0, 255, 44, 45, 47, 255, 175, 175, 175, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 254, + 254, 254, 255, 255, 255, 255, 255, 210, 210, 211, 255, 84, 85, 86, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 71, 72, 73, 255, + 197, 197, 197, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 241, 241, 241, 255, 136, 137, 137, 255, 0, 0, 0, 255, 0, 0, 0, + 255, 0, 0, 0, 255, 0, 0, 0, 255, 135, 135, 135, 255, 240, 240, 240, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 135, 135, 255, 221, 61, 61, 255, 223, 87, + 87, 255, 223, 83, 83, 255, 223, 79, 79, 255, 224, 90, 90, 255, 252, 243, 243, 255, 253, 246, 246, 255, 222, 69, 69, 255, 221, 62, 62, 255, 223, + 87, 87, 255, 223, 81, 81, 255, 223, 81, 81, 255, 224, 90, 90, 255, 220, 8, 8, 255, 228, 126, 126, 255, 255, 255, 255, 255, 246, 220, 220, 255, + 221, 52, 52, 255, 223, 87, 87, 255, 223, 81, 81, 255, 224, 89, 89, 255, 220, 41, 41, 255, 236, 172, 172, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 167, 167, 167, 255, 0, 0, 0, 255, 6, 10, 14, 255, 0, 0, 0, 255, 0, 0, + 0, 255, 202, 202, 202, 255, 215, 215, 215, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, + 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 52, 53, 55, 255, 252, 252, 252, 255, 172, 172, 172, 255, 0, 0, 0, 255, 22, 24, 25, 255, + 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 42, 44, 45, 255, 0, 0, 0, 255, 173, 173, 173, 255, 163, 163, 163, + 255, 0, 0, 0, 255, 0, 0, 0, 255, 230, 230, 231, 255, 224, 224, 224, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, + 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 154, 154, 155, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 255, + 255, 255, 255, 208, 208, 208, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, + 0, 0, 0, 255, 189, 189, 189, 255, 255, 255, 255, 255, 243, 243, 244, 255, 82, 83, 84, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, + 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 77, 78, 79, 255, 244, 244, 244, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 135, 135, 255, 221, 61, 61, 255, 223, 87, + 87, 255, 223, 83, 83, 255, 223, 79, 79, 255, 224, 88, 88, 255, 252, 245, 245, 255, 253, 246, 246, 255, 224, 95, 95, 255, 223, 82, 82, 255, 223, + 83, 83, 255, 223, 82, 82, 255, 223, 82, 82, 255, 223, 87, 87, 255, 222, 68, 68, 255, 229, 134, 134, 255, 255, 255, 255, 255, 246, 221, 221, 255, + 221, 50, 50, 255, 223, 87, 87, 255, 223, 81, 81, 255, 224, 89, 89, 255, 220, 41, 41, 255, 236, 172, 172, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 169, 169, 170, 255, 0, 0, 0, 255, 29, 31, 32, 255, 57, 58, 59, 255, 153, 154, + 154, 255, 221, 221, 221, 255, 92, 93, 94, 255, 0, 0, 0, 255, 0, 0, 0, 255, 131, 131, 131, 255, 210, 210, 210, 255, 191, 192, 192, 255, 71, + 72, 73, 255, 0, 0, 0, 255, 0, 0, 0, 255, 95, 96, 96, 255, 219, 219, 219, 255, 0, 0, 0, 255, 30, 32, 33, 255, 0, 0, 0, 255, + 158, 159, 159, 255, 213, 213, 213, 255, 179, 179, 180, 255, 35, 36, 38, 255, 25, 27, 29, 255, 0, 0, 0, 255, 172, 172, 173, 255, 166, 167, 167, + 255, 0, 0, 0, 255, 0, 0, 0, 255, 220, 220, 221, 255, 111, 111, 112, 255, 0, 0, 0, 255, 0, 0, 0, 255, 135, 135, 136, 255, 211, 211, + 212, 255, 180, 180, 180, 255, 11, 15, 18, 255, 39, 40, 41, 255, 0, 0, 0, 255, 214, 214, 214, 255, 255, 255, 255, 255, 255, 255, 255, 255, 248, + 248, 248, 255, 69, 70, 71, 255, 0, 0, 0, 255, 0, 0, 0, 255, 148, 148, 148, 255, 213, 213, 213, 255, 176, 176, 176, 255, 0, 0, 0, 255, + 0, 0, 0, 255, 0, 0, 0, 255, 238, 238, 239, 255, 175, 175, 175, 255, 0, 0, 0, 255, 17, 20, 22, 255, 85, 85, 86, 255, 200, 200, 200, + 255, 201, 201, 202, 255, 88, 89, 89, 255, 12, 15, 18, 255, 0, 0, 0, 255, 162, 162, 162, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 135, 135, 255, 221, 61, 61, 255, 223, 87, + 87, 255, 223, 83, 83, 255, 223, 79, 79, 255, 224, 88, 88, 255, 252, 245, 245, 255, 253, 247, 247, 255, 224, 95, 95, 255, 222, 77, 77, 255, 223, + 84, 84, 255, 223, 82, 82, 255, 223, 82, 82, 255, 223, 87, 87, 255, 221, 61, 61, 255, 229, 136, 136, 255, 255, 255, 255, 255, 246, 221, 221, 255, + 221, 51, 51, 255, 223, 87, 87, 255, 223, 81, 81, 255, 224, 89, 89, 255, 220, 41, 41, 255, 236, 172, 172, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 169, 169, 169, 255, 0, 0, 0, 255, 0, 0, 0, 255, 196, 197, 197, 255, 255, 255, + 255, 255, 223, 223, 223, 255, 0, 0, 0, 255, 0, 0, 0, 255, 115, 116, 116, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 222, + 222, 222, 255, 0, 0, 0, 255, 0, 0, 0, 255, 105, 105, 106, 255, 172, 172, 173, 255, 0, 0, 0, 255, 0, 0, 0, 255, 165, 165, 165, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 200, 200, 200, 255, 0, 0, 0, 255, 0, 0, 0, 255, 172, 172, 173, 255, 166, 166, 167, + 255, 0, 0, 0, 255, 52, 53, 55, 255, 182, 182, 183, 255, 38, 40, 41, 255, 0, 0, 0, 255, 120, 120, 121, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 193, 194, 194, 255, 0, 0, 0, 255, 0, 0, 0, 255, 157, 157, 158, 255, 255, 255, 255, 255, 255, 255, 255, 255, 212, + 212, 212, 255, 0, 0, 0, 255, 0, 0, 0, 255, 136, 137, 137, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 204, 204, 204, 255, + 151, 152, 152, 255, 154, 154, 154, 255, 211, 212, 212, 255, 108, 109, 109, 255, 0, 0, 0, 255, 29, 31, 33, 255, 233, 233, 233, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 234, 234, 234, 255, 35, 37, 39, 255, 0, 0, 0, 255, 82, 83, 84, 255, 249, 249, 249, 255, 255, 255, 255, 255, 254, 254, + 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 135, 135, 255, 221, 61, 61, 255, 223, 87, + 87, 255, 223, 83, 83, 255, 223, 79, 79, 255, 224, 88, 88, 255, 252, 244, 244, 255, 252, 245, 245, 255, 223, 72, 72, 255, 223, 84, 84, 255, 223, + 88, 88, 255, 223, 81, 81, 255, 223, 81, 81, 255, 224, 93, 93, 255, 221, 61, 61, 255, 227, 122, 122, 255, 255, 255, 255, 255, 246, 220, 220, 255, + 221, 51, 51, 255, 223, 87, 87, 255, 223, 81, 81, 255, 224, 89, 89, 255, 220, 41, 41, 255, 236, 172, 172, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 169, 169, 169, 255, 0, 0, 0, 255, 0, 0, 0, 255, 225, 225, 225, 255, 255, 255, + 255, 255, 200, 200, 201, 255, 0, 0, 0, 255, 0, 0, 0, 255, 184, 185, 185, 255, 255, 255, 255, 255, 249, 249, 249, 255, 252, 252, 252, 255, 254, + 254, 254, 255, 100, 101, 102, 255, 0, 0, 0, 255, 104, 104, 105, 255, 147, 148, 148, 255, 0, 0, 0, 255, 0, 0, 0, 255, 220, 221, 221, 255, + 255, 255, 255, 255, 249, 249, 249, 255, 255, 255, 255, 255, 244, 244, 244, 255, 62, 63, 64, 255, 0, 0, 0, 255, 173, 174, 174, 255, 166, 167, 167, + 255, 0, 0, 0, 255, 63, 64, 65, 255, 157, 158, 158, 255, 20, 22, 24, 255, 0, 0, 0, 255, 187, 187, 187, 255, 255, 255, 255, 255, 248, 248, + 248, 255, 255, 255, 255, 255, 240, 240, 240, 255, 33, 35, 37, 255, 0, 0, 0, 255, 133, 134, 134, 255, 255, 255, 255, 255, 255, 255, 255, 255, 196, + 196, 196, 255, 0, 0, 0, 255, 0, 0, 0, 255, 201, 201, 201, 255, 255, 255, 255, 255, 249, 249, 249, 255, 251, 251, 251, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 247, 247, 247, 255, 45, 46, 48, 255, 0, 0, 0, 255, 125, 125, 125, 255, 255, 255, 255, 255, 251, 251, 251, + 255, 250, 250, 250, 255, 255, 255, 255, 255, 127, 127, 128, 255, 0, 0, 0, 255, 46, 48, 49, 255, 238, 238, 238, 255, 255, 255, 255, 255, 254, 254, + 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 135, 135, 255, 221, 61, 61, 255, 223, 87, + 87, 255, 223, 83, 83, 255, 222, 78, 78, 255, 224, 91, 91, 255, 253, 246, 246, 255, 255, 254, 254, 255, 232, 149, 149, 255, 220, 26, 26, 255, 222, + 71, 71, 255, 224, 91, 91, 255, 223, 89, 89, 255, 221, 61, 61, 255, 221, 42, 42, 255, 237, 180, 180, 255, 255, 255, 255, 255, 247, 224, 224, 255, + 221, 50, 50, 255, 223, 88, 88, 255, 223, 81, 81, 255, 224, 89, 89, 255, 220, 41, 41, 255, 236, 172, 172, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 169, 169, 169, 255, 0, 0, 0, 255, 0, 0, 0, 255, 222, 222, 222, 255, 255, 255, + 255, 255, 209, 209, 209, 255, 0, 0, 0, 255, 0, 0, 0, 255, 154, 154, 155, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 244, + 244, 244, 255, 57, 59, 60, 255, 0, 0, 0, 255, 105, 105, 106, 255, 160, 160, 161, 255, 0, 0, 0, 255, 0, 0, 0, 255, 198, 198, 198, 255, + 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 227, 227, 227, 255, 0, 0, 0, 255, 0, 0, 0, 255, 173, 173, 173, 255, 166, 167, 167, + 255, 0, 0, 0, 255, 60, 61, 62, 255, 167, 167, 168, 255, 26, 28, 30, 255, 0, 0, 0, 255, 158, 159, 159, 255, 255, 255, 255, 255, 254, 254, + 254, 255, 255, 255, 255, 255, 224, 224, 224, 255, 0, 0, 0, 255, 0, 0, 0, 255, 142, 142, 142, 255, 255, 255, 255, 255, 255, 255, 255, 255, 203, + 203, 203, 255, 0, 0, 0, 255, 0, 0, 0, 255, 176, 176, 176, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 241, 241, 241, 255, + 215, 215, 216, 255, 221, 221, 221, 255, 224, 225, 225, 255, 80, 81, 82, 255, 0, 0, 0, 255, 86, 87, 88, 255, 252, 252, 252, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 254, 254, 254, 255, 92, 93, 93, 255, 0, 0, 0, 255, 64, 65, 66, 255, 243, 243, 243, 255, 255, 255, 255, 255, 254, 254, + 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 135, 135, 255, 221, 61, 61, 255, 223, 87, + 87, 255, 223, 82, 82, 255, 223, 85, 85, 255, 222, 70, 70, 255, 245, 215, 215, 255, 255, 255, 255, 255, 255, 255, 255, 255, 243, 208, 208, 255, 226, + 113, 113, 255, 220, 32, 32, 255, 221, 44, 44, 255, 230, 138, 138, 255, 247, 225, 225, 255, 255, 255, 255, 255, 255, 255, 255, 255, 238, 187, 187, 255, + 221, 52, 52, 255, 223, 88, 88, 255, 223, 81, 81, 255, 224, 89, 89, 255, 220, 41, 41, 255, 236, 172, 172, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 169, 169, 169, 255, 0, 0, 0, 255, 0, 0, 0, 255, 224, 224, 224, 255, 255, 255, + 255, 255, 235, 235, 235, 255, 0, 0, 0, 255, 24, 25, 27, 255, 0, 0, 0, 255, 196, 196, 196, 255, 249, 249, 249, 255, 241, 241, 242, 255, 146, + 146, 146, 255, 0, 0, 0, 255, 0, 0, 0, 255, 100, 101, 101, 255, 200, 200, 200, 255, 0, 0, 0, 255, 7, 11, 14, 255, 67, 68, 69, 255, + 220, 220, 221, 255, 250, 250, 250, 255, 233, 233, 233, 255, 114, 114, 115, 255, 0, 0, 0, 255, 0, 0, 0, 255, 172, 172, 172, 255, 166, 166, 166, + 255, 0, 0, 0, 255, 24, 26, 29, 255, 204, 204, 204, 255, 67, 67, 68, 255, 0, 0, 0, 255, 0, 0, 0, 255, 201, 202, 202, 255, 251, 251, + 251, 255, 234, 235, 235, 255, 110, 110, 111, 255, 0, 0, 0, 255, 0, 0, 0, 255, 196, 196, 196, 255, 248, 248, 248, 255, 229, 229, 229, 255, 239, + 239, 239, 255, 0, 0, 0, 255, 0, 0, 3, 255, 41, 43, 44, 255, 213, 213, 213, 255, 251, 251, 251, 255, 230, 231, 231, 255, 96, 97, 98, 255, + 0, 0, 0, 255, 0, 0, 0, 255, 214, 214, 214, 255, 144, 144, 144, 255, 0, 0, 0, 255, 0, 0, 0, 255, 160, 161, 161, 255, 245, 245, 246, + 255, 246, 246, 247, 255, 166, 166, 166, 255, 0, 0, 0, 255, 0, 0, 0, 255, 127, 127, 128, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 230, 136, 136, 255, 221, 60, 60, 255, 223, 87, + 87, 255, 223, 82, 82, 255, 223, 83, 83, 255, 223, 79, 79, 255, 222, 74, 74, 255, 236, 174, 174, 255, 252, 244, 244, 255, 255, 255, 255, 255, 254, + 251, 251, 255, 238, 186, 186, 255, 242, 201, 201, 255, 255, 255, 255, 255, 255, 255, 255, 255, 249, 232, 232, 255, 232, 150, 150, 255, 221, 62, 62, 255, + 223, 84, 84, 255, 223, 82, 82, 255, 223, 82, 82, 255, 223, 89, 89, 255, 220, 41, 41, 255, 236, 173, 173, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 171, 171, 171, 255, 0, 0, 0, 255, 0, 0, 0, 255, 226, 226, 226, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 155, 155, 155, 255, 0, 0, 0, 255, 46, 47, 48, 255, 0, 0, 0, 255, 77, 78, 79, 255, 54, 55, 56, 255, 0, + 0, 0, 255, 33, 34, 35, 255, 0, 0, 2, 255, 82, 83, 83, 255, 245, 245, 245, 255, 113, 113, 114, 255, 0, 0, 0, 255, 27, 29, 30, 255, + 0, 0, 0, 255, 85, 86, 87, 255, 23, 26, 28, 255, 0, 0, 0, 255, 53, 54, 55, 255, 0, 0, 0, 255, 174, 174, 174, 255, 168, 168, 169, + 255, 0, 0, 0, 255, 0, 0, 0, 255, 232, 232, 232, 255, 179, 179, 180, 255, 0, 0, 0, 255, 37, 38, 40, 255, 0, 0, 0, 255, 81, 81, + 82, 255, 29, 31, 33, 255, 0, 0, 0, 255, 0, 0, 0, 255, 92, 92, 93, 255, 232, 232, 232, 255, 86, 86, 87, 255, 0, 0, 0, 255, 209, + 209, 209, 255, 179, 179, 179, 255, 0, 0, 0, 255, 27, 29, 30, 255, 0, 0, 0, 255, 84, 85, 86, 255, 12, 16, 19, 255, 0, 0, 1, 255, + 0, 0, 0, 255, 127, 128, 128, 255, 255, 255, 255, 255, 217, 218, 218, 255, 0, 0, 0, 255, 11, 14, 16, 255, 0, 0, 0, 255, 62, 63, 64, + 255, 65, 66, 67, 255, 0, 0, 0, 255, 8, 12, 14, 255, 0, 0, 0, 255, 218, 218, 218, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 132, 132, 255, 222, 69, 69, 255, 223, 86, + 86, 255, 223, 82, 82, 255, 223, 82, 82, 255, 223, 83, 83, 255, 223, 83, 83, 255, 220, 39, 39, 255, 224, 96, 96, 255, 240, 195, 195, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 246, 246, 255, 236, 175, 175, 255, 222, 71, 71, 255, 221, 52, 52, 255, 223, 86, 86, 255, + 223, 82, 82, 255, 223, 82, 82, 255, 223, 81, 81, 255, 224, 90, 90, 255, 221, 51, 51, 255, 235, 170, 170, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 160, 160, 161, 255, 0, 0, 0, 255, 0, 0, 0, 255, 223, 223, 223, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 249, 249, 249, 255, 127, 128, 128, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 19, + 22, 25, 255, 28, 31, 34, 255, 0, 0, 0, 255, 0, 0, 0, 255, 250, 250, 250, 255, 239, 239, 239, 255, 81, 82, 83, 255, 0, 0, 0, 255, + 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 93, 94, 94, 255, 0, 0, 0, 255, 0, 0, 0, 255, 165, 165, 165, 255, 157, 157, 158, + 255, 0, 0, 0, 255, 0, 0, 0, 255, 222, 222, 222, 255, 255, 255, 255, 255, 150, 151, 151, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, + 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 76, 77, 78, 255, 239, 239, 239, 255, 232, 232, 232, 255, 0, 0, 0, 255, 0, 0, 0, 255, 170, + 171, 171, 255, 255, 255, 255, 255, 150, 150, 151, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, + 124, 124, 125, 255, 246, 246, 246, 255, 255, 255, 255, 255, 255, 255, 255, 255, 199, 200, 200, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, + 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 199, 199, 199, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 255, 255, 255, 234, 162, 162, 255, 219, 0, 0, 255, 224, 93, + 93, 255, 223, 86, 86, 255, 223, 81, 81, 255, 223, 82, 82, 255, 223, 83, 83, 255, 224, 90, 90, 255, 222, 76, 76, 255, 220, 29, 29, 255, 228, + 125, 125, 255, 244, 213, 213, 255, 241, 200, 200, 255, 225, 98, 98, 255, 220, 35, 35, 255, 223, 83, 83, 255, 223, 89, 89, 255, 223, 82, 82, 255, + 223, 82, 82, 255, 223, 82, 82, 255, 223, 88, 88, 255, 223, 89, 89, 255, 218, 0, 0, 255, 241, 200, 200, 255, 255, 255, 255, 255, 254, 253, 253, + 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 223, 224, 224, 255, 194, 195, 195, 255, 197, 197, 198, 255, 243, 243, 243, 255, 255, 255, + 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 204, 204, 205, 255, 156, 156, 156, 255, 142, 143, 143, 255, 158, 158, 159, 255, 223, + 223, 223, 255, 219, 219, 219, 255, 193, 193, 193, 255, 204, 205, 205, 255, 250, 250, 250, 255, 255, 255, 255, 255, 248, 248, 248, 255, 191, 191, 191, 255, + 149, 149, 149, 255, 143, 143, 144, 255, 184, 184, 184, 255, 242, 242, 242, 255, 206, 206, 206, 255, 191, 191, 192, 255, 225, 225, 225, 255, 223, 223, 223, + 255, 194, 194, 194, 255, 197, 198, 198, 255, 241, 242, 242, 255, 255, 255, 255, 255, 255, 255, 255, 255, 218, 218, 219, 255, 166, 166, 167, 255, 143, 144, + 144, 255, 152, 152, 153, 255, 195, 195, 195, 255, 249, 249, 249, 255, 255, 255, 255, 255, 255, 255, 255, 255, 199, 200, 200, 255, 168, 168, 168, 255, 245, + 245, 246, 255, 255, 255, 255, 255, 255, 255, 255, 255, 217, 217, 218, 255, 164, 164, 164, 255, 142, 142, 143, 255, 157, 158, 158, 255, 206, 207, 207, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 235, 235, 235, 255, 179, 179, 180, 255, 146, 147, 147, + 255, 147, 147, 147, 255, 178, 178, 179, 255, 234, 235, 235, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 255, 255, 255, 252, 245, 245, 255, 232, 152, 152, 255, 221, 44, + 44, 255, 222, 65, 65, 255, 224, 90, 90, 255, 223, 84, 84, 255, 223, 82, 82, 255, 223, 81, 81, 255, 223, 85, 85, 255, 224, 90, 90, 255, 222, + 64, 64, 255, 221, 47, 47, 255, 221, 45, 45, 255, 222, 73, 73, 255, 224, 90, 90, 255, 223, 83, 83, 255, 223, 81, 81, 255, 223, 82, 82, 255, + 223, 86, 86, 255, 223, 89, 89, 255, 221, 53, 53, 255, 222, 64, 64, 255, 237, 180, 180, 255, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, + 254, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 245, 216, + 216, 255, 228, 124, 124, 255, 220, 30, 30, 255, 222, 77, 77, 255, 224, 90, 90, 255, 223, 82, 82, 255, 223, 82, 82, 255, 223, 81, 81, 255, 223, + 86, 86, 255, 223, 88, 88, 255, 223, 88, 88, 255, 223, 85, 85, 255, 223, 82, 82, 255, 223, 81, 81, 255, 223, 84, 84, 255, 224, 90, 90, 255, + 222, 67, 67, 255, 221, 41, 41, 255, 231, 148, 148, 255, 249, 231, 231, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 254, 254, 255, 253, 253, 253, 255, 253, + 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, + 254, 254, 254, 255, 254, 254, 254, 255, 253, 253, 253, 255, 254, 254, 254, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 254, 254, 255, 254, 254, 254, + 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 254, + 254, 255, 254, 254, 254, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, + 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 254, 254, 255, 253, 253, 253, 255, 253, 253, 253, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 253, 253, 253, 255, 254, 254, 254, + 255, 254, 254, 254, 255, 253, 253, 253, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 254, 254, 255, 255, 255, + 255, 255, 255, 253, 253, 255, 240, 196, 196, 255, 224, 95, 95, 255, 220, 38, 38, 255, 223, 85, 85, 255, 223, 88, 88, 255, 223, 82, 82, 255, 223, + 81, 81, 255, 223, 82, 82, 255, 223, 82, 82, 255, 223, 81, 81, 255, 223, 83, 83, 255, 224, 90, 90, 255, 222, 78, 78, 255, 220, 30, 30, 255, + 227, 120, 120, 255, 245, 214, 214, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, + 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 252, 243, 243, 255, 235, 172, 172, 255, 222, 65, 65, 255, 221, 54, 54, 255, 223, 89, 89, 255, 223, + 86, 86, 255, 223, 81, 81, 255, 223, 81, 81, 255, 223, 88, 88, 255, 223, 85, 85, 255, 220, 38, 38, 255, 224, 91, 91, 255, 240, 193, 193, 255, + 254, 252, 252, 255, 255, 255, 255, 255, 255, 254, 254, 255, 255, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 254, 254, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 248, 230, 230, 255, 231, 145, 145, 255, 221, 41, 41, 255, 222, + 68, 68, 255, 224, 90, 90, 255, 223, 89, 89, 255, 221, 56, 56, 255, 222, 63, 63, 255, 235, 170, 170, 255, 252, 242, 242, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 244, 212, 212, 255, 227, + 118, 118, 255, 220, 37, 37, 255, 221, 47, 47, 255, 230, 142, 142, 255, 248, 228, 228, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 253, 255, + 255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 255, 255, 254, 254, 255, 255, 255, 255, 255, 254, + 250, 250, 255, 244, 212, 212, 255, 246, 220, 220, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 253, 255, 255, 254, 254, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 253, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 254, 253, 253, 255, 254, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 232, + 255, 255, 255, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 231, + 255, 255, 255, 255, 255, 255, 255, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 255, 255, 255, 255, 255, 255, 255, 233, + 255, 255, 255, 223, 255, 255, 255, 255, 255, 255, 255, 249, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 252, 255, 255, 255, + 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, + 255, 253, 255, 255, 255, 252, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, + 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 253, + 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, + 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, + 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, + 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, + 255, 255, 255, 252, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, + 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, + 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, + 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 252, 255, 255, 255, 253, + 255, 255, 255, 252, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, + 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, + 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 253, 255, + 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 255, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 248, 255, 255, 255, 255, 255, 255, 255, 194, + 255, 255, 255, 62, 255, 255, 255, 242, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 230, 255, 255, 255, 45, + 0, 0, 0, 0, 255, 255, 255, 20, 255, 255, 255, 68, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, + 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, + 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, + 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, + 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, + 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, + 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, + 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, + 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, + 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, + 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, + 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, + 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, + 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, + 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, + 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 66, 255, 255, 255, 13, 0, 0, 0, 0}; + +static const unsigned char live365_logo[] = { + 218, 240, 246, 255, 221, 241, 247, 255, 225, 243, 248, 255, 228, 245, 249, 255, 231, 246, 250, 255, 234, 247, 251, 255, 236, 248, 251, 255, 239, 249, 252, + 255, 241, 250, 252, 255, 243, 251, 252, 255, 245, 251, 253, 255, 246, 252, 254, 255, 247, 252, 253, 255, 248, 253, 254, 255, 249, 253, 254, 255, 250, 253, + 254, 255, 251, 254, 254, 255, 251, 253, 254, 255, 251, 253, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 253, 254, 255, 255, 253, 254, 255, 255, 252, + 254, 254, 255, 253, 254, 254, 255, 253, 255, 255, 255, 253, 254, 254, 255, 253, 254, 255, 255, 253, 254, 255, 255, 252, 253, 254, 255, 252, 253, 253, 255, + 252, 253, 253, 255, 252, 254, 254, 255, 252, 253, 254, 255, 251, 254, 255, 255, 251, 254, 254, 255, 250, 253, 254, 255, 250, 254, 255, 255, 249, 253, 254, + 255, 247, 253, 254, 255, 247, 253, 254, 255, 245, 252, 254, 255, 243, 252, 254, 255, 241, 251, 254, 255, 239, 250, 253, 255, 236, 250, 253, 255, 233, 249, + 253, 255, 230, 248, 252, 255, 226, 247, 252, 255, 221, 241, 247, 255, 218, 230, 239, 255, 214, 236, 244, 255, 209, 241, 249, 255, 205, 241, 249, 255, 201, + 239, 248, 255, 197, 238, 247, 255, 193, 236, 246, 255, 189, 235, 245, 255, 185, 233, 245, 255, 183, 230, 242, 255, 182, 230, 243, 255, 180, 229, 243, 255, + 179, 227, 241, 255, 191, 198, 216, 255, 183, 220, 238, 255, 176, 225, 241, 255, 175, 224, 241, 255, 174, 223, 241, 255, 172, 222, 240, 255, 170, 221, 239, + 255, 171, 221, 239, 255, 171, 220, 239, 255, 172, 220, 239, 255, 172, 220, 239, 255, 172, 220, 239, 255, 173, 219, 239, 255, 173, 219, 239, 255, 173, 218, + 239, 255, 218, 222, 231, 255, 234, 222, 224, 255, 231, 218, 221, 255, 224, 210, 217, 255, 212, 198, 211, 255, 198, 184, 206, 255, 185, 179, 206, 255, 180, + 180, 207, 255, 181, 180, 207, 255, 181, 181, 208, 255, 191, 188, 211, 255, 186, 185, 212, 255, 184, 189, 217, 255, 185, 186, 214, 255, 186, 201, 228, 255, + 187, 194, 220, 255, 187, 202, 227, 255, 187, 216, 240, 255, 187, 211, 236, 255, 188, 207, 233, 255, 188, 203, 228, 255, 189, 192, 219, 255, 195, 182, 213, + 255, 202, 179, 211, 255, 195, 186, 215, 255, 192, 193, 220, 255, 190, 213, 236, 255, 192, 190, 218, 255, 208, 201, 227, 255, 197, 204, 229, 255, 190, 202, + 226, 255, 191, 202, 226, 255, 190, 201, 226, 255, 190, 201, 225, 255, 191, 201, 225, 255, 191, 202, 225, 255, 192, 202, 225, 255, 192, 202, 225, 255, 191, + 202, 225, 255, 191, 202, 225, 255, 190, 201, 224, 255, 190, 200, 223, 255, 189, 198, 220, 255, 188, 197, 219, 255, 187, 200, 223, 255, 186, 201, 224, 255, + 219, 240, 245, 255, 223, 242, 247, 255, 226, 244, 248, 255, 230, 245, 249, 255, 233, 247, 251, 255, 236, 249, 252, 255, 238, 249, 252, 255, 240, 250, 253, + 255, 242, 251, 253, 255, 244, 252, 253, 255, 246, 252, 253, 255, 247, 253, 254, 255, 248, 253, 254, 255, 249, 254, 254, 255, 250, 253, 254, 255, 251, 254, + 255, 255, 252, 254, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 253, 254, 255, 255, 253, 254, 254, 255, 253, 254, 254, 255, 253, 254, 254, 255, 253, + 254, 254, 255, 254, 255, 255, 255, 254, 255, 255, 255, 253, 254, 254, 255, 253, 254, 254, 255, 253, 254, 254, 255, 253, 254, 254, 255, 252, 253, 253, 255, + 252, 253, 253, 255, 252, 254, 255, 255, 252, 254, 255, 255, 251, 254, 254, 255, 251, 254, 255, 255, 250, 253, 254, 255, 249, 253, 254, 255, 248, 253, 254, + 255, 247, 253, 254, 255, 246, 252, 254, 255, 244, 252, 254, 255, 243, 252, 254, 255, 241, 251, 253, 255, 238, 250, 253, 255, 236, 250, 253, 255, 233, 249, + 253, 255, 231, 249, 252, 255, 228, 242, 248, 255, 222, 233, 241, 255, 221, 244, 250, 255, 218, 245, 251, 255, 215, 244, 251, 255, 210, 244, 251, 255, 206, + 242, 250, 255, 202, 242, 250, 255, 197, 241, 250, 255, 192, 239, 249, 255, 187, 238, 249, 255, 184, 236, 247, 255, 182, 236, 248, 255, 180, 235, 248, 255, + 178, 233, 247, 255, 202, 205, 218, 255, 193, 208, 226, 255, 175, 230, 245, 255, 174, 228, 244, 255, 174, 227, 244, 255, 171, 225, 242, 255, 169, 223, 241, + 255, 169, 221, 240, 255, 170, 220, 239, 255, 170, 219, 238, 255, 170, 218, 238, 255, 170, 218, 237, 255, 170, 217, 237, 255, 170, 216, 236, 255, 185, 217, + 234, 255, 236, 226, 227, 255, 234, 225, 226, 255, 230, 219, 223, 255, 219, 205, 215, 255, 205, 192, 209, 255, 193, 182, 205, 255, 184, 178, 204, 255, 181, + 175, 204, 255, 178, 174, 204, 255, 178, 174, 205, 255, 186, 182, 207, 255, 191, 177, 205, 255, 187, 173, 204, 255, 184, 176, 207, 255, 182, 195, 221, 255, + 183, 192, 218, 255, 184, 200, 226, 255, 184, 204, 230, 255, 184, 214, 238, 255, 184, 215, 239, 255, 184, 206, 231, 255, 185, 194, 220, 255, 190, 176, 208, + 255, 196, 175, 208, 255, 190, 185, 214, 255, 187, 200, 224, 255, 188, 217, 238, 255, 187, 191, 218, 255, 194, 194, 220, 255, 206, 206, 231, 255, 188, 203, + 227, 255, 187, 203, 227, 255, 187, 203, 226, 255, 187, 203, 227, 255, 188, 203, 226, 255, 188, 203, 226, 255, 189, 203, 226, 255, 189, 203, 226, 255, 189, + 203, 226, 255, 189, 203, 226, 255, 189, 203, 225, 255, 188, 202, 224, 255, 187, 199, 221, 255, 187, 197, 219, 255, 186, 201, 224, 255, 185, 204, 226, 255, + 220, 242, 247, 255, 224, 244, 248, 255, 228, 245, 249, 255, 231, 246, 250, 255, 234, 248, 251, 255, 237, 249, 252, 255, 239, 250, 252, 255, 242, 251, 253, + 255, 244, 251, 253, 255, 245, 251, 253, 255, 247, 252, 253, 255, 248, 253, 254, 255, 249, 253, 254, 255, 250, 253, 254, 255, 251, 254, 254, 255, 251, 254, + 254, 255, 252, 254, 255, 255, 252, 254, 255, 255, 253, 254, 255, 255, 253, 254, 255, 255, 253, 254, 254, 255, 253, 254, 255, 255, 253, 254, 254, 255, 254, + 255, 255, 255, 254, 254, 255, 255, 253, 254, 254, 255, 254, 255, 255, 255, 253, 254, 254, 255, 253, 254, 254, 255, 253, 253, 254, 255, 253, 254, 254, 255, + 253, 254, 254, 255, 253, 254, 254, 255, 253, 254, 255, 255, 252, 254, 255, 255, 252, 254, 254, 255, 251, 254, 255, 255, 251, 254, 254, 255, 250, 254, 255, + 255, 250, 253, 254, 255, 249, 253, 255, 255, 247, 253, 254, 255, 246, 253, 255, 255, 245, 252, 254, 255, 243, 252, 254, 255, 240, 251, 254, 255, 238, 251, + 254, 255, 233, 244, 249, 255, 230, 239, 245, 255, 230, 248, 252, 255, 226, 248, 253, 255, 223, 247, 252, 255, 219, 246, 252, 255, 215, 244, 252, 255, 210, + 243, 251, 255, 205, 242, 250, 255, 200, 240, 249, 255, 195, 238, 248, 255, 190, 236, 247, 255, 184, 233, 245, 255, 182, 233, 245, 255, 180, 231, 244, 255, + 181, 230, 243, 255, 216, 214, 225, 255, 195, 204, 224, 255, 174, 225, 241, 255, 173, 224, 239, 255, 172, 222, 239, 255, 169, 220, 238, 255, 167, 218, 237, + 255, 168, 217, 236, 255, 168, 216, 236, 255, 168, 216, 235, 255, 168, 215, 235, 255, 168, 215, 235, 255, 168, 215, 235, 255, 168, 214, 235, 255, 209, 223, + 232, 255, 236, 227, 228, 255, 234, 226, 227, 255, 228, 217, 223, 255, 213, 200, 212, 255, 199, 187, 206, 255, 188, 178, 203, 255, 181, 171, 202, 255, 177, + 168, 201, 255, 175, 169, 201, 255, 175, 171, 203, 255, 181, 175, 204, 255, 200, 191, 210, 255, 184, 173, 204, 255, 179, 184, 212, 255, 179, 196, 222, 255, + 179, 182, 209, 255, 180, 185, 212, 255, 180, 194, 219, 255, 180, 207, 232, 255, 180, 215, 239, 255, 181, 209, 234, 255, 182, 195, 222, 255, 185, 175, 207, + 255, 189, 173, 206, 255, 185, 185, 213, 255, 184, 207, 230, 255, 184, 215, 236, 255, 184, 190, 216, 255, 185, 193, 217, 255, 204, 203, 228, 255, 191, 203, + 227, 255, 186, 201, 225, 255, 185, 201, 224, 255, 184, 201, 224, 255, 185, 201, 224, 255, 186, 200, 223, 255, 186, 201, 223, 255, 187, 201, 223, 255, 187, + 201, 223, 255, 187, 201, 223, 255, 187, 200, 222, 255, 187, 199, 221, 255, 186, 197, 218, 255, 185, 195, 217, 255, 185, 199, 222, 255, 184, 202, 224, 255, + 222, 240, 245, 255, 226, 242, 247, 255, 229, 244, 248, 255, 230, 244, 247, 255, 215, 226, 229, 255, 214, 223, 226, 255, 216, 224, 227, 255, 218, 225, 227, + 255, 219, 226, 228, 255, 221, 226, 228, 255, 223, 227, 228, 255, 223, 227, 228, 255, 224, 228, 228, 255, 225, 228, 228, 255, 226, 228, 228, 255, 226, 228, + 229, 255, 227, 228, 229, 255, 227, 229, 229, 255, 228, 229, 229, 255, 228, 229, 229, 255, 228, 229, 229, 255, 228, 228, 229, 255, 228, 229, 229, 255, 228, + 229, 229, 255, 228, 228, 228, 255, 228, 228, 228, 255, 228, 228, 229, 255, 228, 228, 228, 255, 228, 228, 228, 255, 227, 228, 228, 255, 227, 228, 228, 255, + 227, 228, 228, 255, 227, 229, 229, 255, 227, 228, 228, 255, 227, 228, 229, 255, 227, 228, 229, 255, 226, 228, 229, 255, 226, 228, 228, 255, 225, 227, 228, + 255, 224, 227, 228, 255, 223, 227, 228, 255, 222, 227, 228, 255, 220, 227, 228, 255, 219, 227, 228, 255, 217, 226, 227, 255, 214, 225, 227, 255, 211, 221, + 225, 255, 208, 216, 220, 255, 206, 222, 226, 255, 203, 222, 226, 255, 200, 221, 226, 255, 196, 220, 226, 255, 193, 219, 225, 255, 190, 219, 225, 255, 198, + 231, 238, 255, 203, 240, 249, 255, 200, 240, 249, 255, 195, 238, 248, 255, 190, 237, 247, 255, 185, 234, 246, 255, 182, 234, 246, 255, 180, 233, 246, 255, + 185, 234, 245, 255, 219, 217, 228, 255, 194, 199, 218, 255, 173, 230, 245, 255, 172, 229, 244, 255, 171, 228, 244, 255, 168, 226, 243, 255, 166, 225, 242, + 255, 166, 224, 242, 255, 166, 223, 241, 255, 166, 222, 241, 255, 166, 222, 241, 255, 166, 221, 240, 255, 165, 221, 240, 255, 166, 220, 239, 255, 228, 227, + 229, 255, 235, 226, 227, 255, 232, 224, 226, 255, 223, 212, 219, 255, 211, 198, 210, 255, 198, 185, 205, 255, 189, 179, 203, 255, 184, 174, 202, 255, 179, + 168, 200, 255, 180, 170, 201, 255, 181, 172, 201, 255, 181, 167, 200, 255, 182, 170, 202, 255, 178, 171, 204, 255, 175, 185, 213, 255, 176, 194, 220, 255, + 177, 186, 214, 255, 176, 181, 209, 255, 177, 187, 213, 255, 177, 201, 226, 255, 177, 209, 233, 255, 178, 210, 235, 255, 179, 200, 225, 255, 180, 176, 207, + 255, 185, 171, 204, 255, 181, 186, 212, 255, 181, 216, 237, 255, 182, 215, 236, 255, 182, 193, 217, 255, 182, 197, 220, 255, 197, 209, 232, 255, 191, 201, + 225, 255, 188, 200, 223, 255, 182, 199, 222, 255, 182, 199, 222, 255, 182, 199, 222, 255, 183, 199, 222, 255, 183, 199, 222, 255, 184, 200, 222, 255, 185, + 200, 222, 255, 185, 200, 222, 255, 185, 200, 222, 255, 185, 199, 221, 255, 185, 197, 219, 255, 184, 196, 217, 255, 184, 200, 222, 255, 183, 203, 225, 255, + 223, 244, 249, 255, 227, 246, 250, 255, 230, 247, 251, 255, 140, 149, 151, 255, 14, 15, 15, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, + 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, + 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, + 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 7, 7, 7, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, + 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, + 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 6, 6, + 6, 255, 6, 6, 6, 255, 6, 6, 6, 255, 5, 6, 6, 255, 5, 6, 6, 255, 5, 6, 6, 255, 5, 6, 6, 255, 6, 6, 7, 255, 41, + 46, 48, 255, 200, 232, 239, 255, 206, 243, 252, 255, 202, 242, 251, 255, 196, 240, 250, 255, 187, 238, 249, 255, 187, 238, 249, 255, 182, 236, 248, 255, + 181, 233, 245, 255, 218, 218, 228, 255, 195, 197, 215, 255, 172, 230, 245, 255, 172, 229, 244, 255, 170, 227, 243, 255, 166, 224, 241, 255, 164, 222, 240, + 255, 164, 221, 239, 255, 164, 219, 238, 255, 164, 219, 237, 255, 163, 217, 237, 255, 163, 217, 236, 255, 163, 215, 235, 255, 174, 217, 235, 255, 234, 227, + 227, 255, 224, 215, 220, 255, 217, 207, 216, 255, 209, 198, 210, 255, 203, 191, 207, 255, 194, 183, 203, 255, 190, 177, 201, 255, 193, 180, 201, 255, 188, + 178, 201, 255, 185, 177, 202, 255, 178, 163, 198, 255, 176, 164, 199, 255, 174, 173, 203, 255, 171, 173, 204, 255, 172, 177, 206, 255, 173, 185, 213, 255, + 174, 189, 216, 255, 175, 187, 215, 255, 174, 183, 210, 255, 174, 190, 215, 255, 174, 203, 228, 255, 175, 206, 230, 255, 176, 192, 218, 255, 178, 174, 204, + 255, 182, 168, 203, 255, 179, 187, 212, 255, 178, 217, 238, 255, 179, 214, 235, 255, 179, 193, 217, 255, 179, 201, 223, 255, 193, 217, 238, 255, 189, 204, + 227, 255, 182, 203, 225, 255, 180, 202, 224, 255, 180, 201, 224, 255, 180, 201, 223, 255, 180, 201, 223, 255, 181, 201, 223, 255, 182, 202, 223, 255, 182, + 202, 223, 255, 183, 201, 223, 255, 183, 201, 223, 255, 183, 200, 221, 255, 183, 198, 219, 255, 183, 196, 217, 255, 183, 200, 222, 255, 182, 204, 227, 255, + 224, 242, 247, 255, 228, 244, 248, 255, 231, 245, 249, 255, 143, 151, 152, 255, 81, 85, 86, 255, 84, 87, 88, 255, 86, 89, 89, 255, 86, 89, 89, + 255, 87, 89, 89, 255, 87, 89, 89, 255, 88, 89, 89, 255, 88, 89, 90, 255, 89, 89, 90, 255, 89, 89, 90, 255, 89, 90, 90, 255, 89, 90, + 90, 255, 89, 90, 90, 255, 90, 90, 90, 255, 90, 90, 90, 255, 90, 90, 90, 255, 90, 90, 90, 255, 90, 90, 90, 255, 90, 90, 90, 255, 90, + 90, 90, 255, 90, 90, 90, 255, 90, 90, 90, 255, 82, 82, 82, 255, 14, 14, 14, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, + 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, + 255, 0, 0, 0, 255, 1, 1, 1, 255, 1, 1, 1, 255, 9, 9, 9, 255, 8, 8, 8, 255, 1, 1, 1, 255, 0, 0, 0, 255, 0, 0, + 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 4, + 4, 4, 255, 184, 216, 222, 255, 203, 241, 249, 255, 198, 240, 249, 255, 193, 238, 248, 255, 187, 235, 245, 255, 184, 235, 246, 255, 180, 233, 246, 255, + 179, 230, 242, 255, 207, 208, 223, 255, 197, 192, 211, 255, 173, 225, 241, 255, 170, 227, 242, 255, 169, 225, 241, 255, 165, 223, 240, 255, 162, 221, 239, + 255, 162, 221, 239, 255, 162, 220, 239, 255, 162, 220, 239, 255, 161, 220, 238, 255, 161, 219, 238, 255, 160, 219, 238, 255, 185, 221, 235, 255, 212, 200, + 210, 255, 223, 213, 218, 255, 223, 213, 219, 255, 202, 191, 206, 255, 193, 181, 201, 255, 189, 177, 199, 255, 191, 178, 200, 255, 193, 180, 200, 255, 192, + 188, 205, 255, 179, 167, 198, 255, 177, 166, 198, 255, 174, 168, 199, 255, 169, 165, 199, 255, 170, 164, 199, 255, 172, 164, 199, 255, 172, 166, 201, 255, + 171, 177, 207, 255, 172, 193, 220, 255, 176, 193, 220, 255, 171, 188, 214, 255, 172, 197, 221, 255, 173, 199, 223, 255, 173, 183, 210, 255, 176, 169, 202, + 255, 179, 166, 201, 255, 176, 187, 213, 255, 176, 218, 239, 255, 177, 208, 230, 255, 177, 193, 216, 255, 177, 201, 224, 255, 187, 219, 239, 255, 199, 204, + 227, 255, 183, 200, 223, 255, 181, 199, 221, 255, 178, 199, 221, 255, 178, 198, 220, 255, 178, 198, 220, 255, 179, 198, 221, 255, 179, 198, 220, 255, 180, + 198, 220, 255, 181, 199, 220, 255, 181, 198, 220, 255, 182, 198, 219, 255, 182, 196, 217, 255, 182, 194, 215, 255, 181, 198, 219, 255, 181, 202, 224, 255, + 225, 243, 248, 255, 229, 245, 249, 255, 232, 247, 250, 255, 204, 215, 218, 255, 184, 193, 195, 255, 232, 241, 244, 255, 242, 250, 252, 255, 244, 251, 252, + 255, 245, 251, 252, 255, 246, 251, 252, 255, 248, 252, 253, 255, 250, 253, 253, 255, 250, 252, 253, 255, 250, 252, 252, 255, 251, 253, 253, 255, 251, 252, + 252, 255, 252, 253, 253, 255, 253, 254, 254, 255, 252, 253, 253, 255, 252, 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 252, + 252, 252, 255, 253, 253, 253, 255, 254, 254, 254, 255, 252, 252, 252, 255, 82, 82, 82, 255, 1, 1, 1, 255, 0, 0, 0, 255, 1, 1, 1, 255, + 1, 1, 1, 255, 15, 15, 15, 255, 21, 21, 21, 255, 5, 5, 5, 255, 1, 1, 1, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, + 255, 1, 1, 1, 255, 19, 20, 20, 255, 111, 113, 114, 255, 192, 196, 198, 255, 117, 120, 121, 255, 1, 1, 1, 255, 0, 0, 0, 255, 1, 1, + 1, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 0, 1, 1, 255, 0, 0, 0, 255, 0, 0, 0, 255, 4, + 4, 4, 255, 189, 217, 223, 255, 209, 243, 251, 255, 205, 242, 251, 255, 200, 241, 250, 255, 190, 238, 249, 255, 192, 239, 250, 255, 187, 236, 248, 255, + 181, 202, 222, 255, 184, 181, 209, 255, 180, 173, 204, 255, 190, 189, 215, 255, 185, 232, 246, 255, 168, 231, 246, 255, 163, 229, 245, 255, 160, 227, 244, + 255, 160, 226, 243, 255, 160, 225, 243, 255, 159, 224, 241, 255, 159, 223, 241, 255, 158, 222, 241, 255, 158, 221, 240, 255, 174, 222, 237, 255, 222, 210, + 214, 255, 202, 190, 204, 255, 199, 189, 205, 255, 202, 189, 203, 255, 206, 193, 205, 255, 198, 185, 201, 255, 195, 183, 201, 255, 193, 182, 201, 255, 190, + 185, 204, 255, 176, 166, 197, 255, 183, 179, 201, 255, 165, 163, 199, 255, 165, 166, 200, 255, 167, 165, 200, 255, 169, 163, 199, 255, 173, 160, 197, 255, + 171, 165, 200, 255, 170, 184, 213, 255, 173, 199, 224, 255, 170, 189, 215, 255, 169, 191, 215, 255, 170, 192, 217, 255, 171, 176, 205, 255, 175, 162, 199, + 255, 176, 168, 202, 255, 174, 195, 218, 255, 174, 216, 237, 255, 175, 196, 219, 255, 175, 199, 221, 255, 175, 202, 224, 255, 181, 220, 239, 255, 208, 206, + 230, 255, 183, 200, 222, 255, 176, 199, 220, 255, 176, 198, 220, 255, 176, 198, 220, 255, 176, 198, 220, 255, 176, 198, 220, 255, 177, 199, 220, 255, 178, + 199, 220, 255, 179, 200, 221, 255, 179, 200, 220, 255, 180, 199, 219, 255, 180, 197, 218, 255, 180, 194, 215, 255, 180, 199, 220, 255, 180, 204, 225, 255, + 226, 244, 249, 255, 230, 246, 250, 255, 233, 247, 250, 255, 99, 104, 105, 255, 7, 7, 7, 255, 206, 214, 216, 255, 242, 250, 252, 255, 245, 251, 253, + 255, 180, 183, 184, 255, 172, 175, 176, 255, 249, 252, 253, 255, 251, 253, 254, 255, 239, 241, 241, 255, 140, 141, 141, 255, 218, 219, 220, 255, 146, 147, + 147, 255, 230, 231, 231, 255, 248, 249, 249, 255, 154, 154, 154, 255, 204, 204, 204, 255, 163, 163, 163, 255, 145, 145, 145, 255, 145, 145, 145, 255, 167, + 167, 167, 255, 250, 250, 250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 86, 86, 86, 255, 1, 1, 1, 255, 2, 2, 2, 255, 70, 70, 70, 255, + 181, 181, 181, 255, 227, 227, 227, 255, 231, 231, 231, 255, 206, 207, 207, 255, 94, 95, 95, 255, 3, 3, 3, 255, 0, 0, 0, 255, 1, 1, 1, + 255, 65, 66, 66, 255, 213, 215, 216, 255, 248, 251, 252, 255, 244, 248, 248, 255, 143, 145, 146, 255, 4, 4, 4, 255, 8, 8, 8, 255, 141, 142, + 145, 255, 163, 166, 169, 255, 163, 167, 171, 255, 164, 172, 175, 255, 163, 173, 176, 255, 47, 50, 51, 255, 0, 0, 0, 255, 0, 0, 0, 255, 4, + 4, 4, 255, 192, 218, 224, 255, 211, 243, 251, 255, 206, 242, 251, 255, 201, 240, 250, 255, 192, 237, 248, 255, 191, 237, 248, 255, 184, 220, 233, 255, + 195, 197, 213, 255, 179, 175, 204, 255, 176, 172, 202, 255, 184, 171, 203, 255, 180, 184, 212, 255, 175, 204, 225, 255, 162, 224, 241, 255, 158, 221, 239, + 255, 158, 220, 239, 255, 158, 219, 238, 255, 158, 218, 237, 255, 158, 217, 237, 255, 158, 217, 236, 255, 158, 216, 236, 255, 160, 216, 236, 255, 221, 216, + 220, 255, 209, 198, 208, 255, 203, 197, 210, 255, 205, 192, 204, 255, 221, 209, 214, 255, 206, 194, 205, 255, 192, 180, 199, 255, 192, 185, 202, 255, 188, + 181, 203, 255, 181, 173, 199, 255, 180, 179, 204, 255, 161, 166, 201, 255, 162, 166, 201, 255, 162, 166, 201, 255, 164, 166, 201, 255, 166, 164, 199, 255, + 171, 158, 195, 255, 168, 168, 201, 255, 168, 193, 220, 255, 168, 188, 215, 255, 167, 189, 214, 255, 168, 188, 213, 255, 171, 165, 200, 255, 174, 159, 198, + 255, 173, 170, 202, 255, 171, 197, 219, 255, 172, 209, 231, 255, 173, 189, 213, 255, 173, 205, 226, 255, 173, 203, 224, 255, 174, 217, 236, 255, 198, 205, + 227, 255, 180, 201, 223, 255, 174, 200, 221, 255, 174, 200, 221, 255, 174, 200, 221, 255, 174, 200, 221, 255, 175, 199, 221, 255, 175, 199, 221, 255, 176, + 200, 221, 255, 177, 200, 221, 255, 177, 200, 221, 255, 178, 199, 219, 255, 179, 197, 217, 255, 179, 194, 215, 255, 179, 198, 219, 255, 179, 204, 225, 255, + 227, 243, 247, 255, 230, 245, 249, 255, 233, 246, 250, 255, 96, 101, 102, 255, 1, 1, 1, 255, 206, 213, 215, 255, 243, 250, 252, 255, 245, 250, 251, + 255, 104, 106, 107, 255, 84, 86, 86, 255, 249, 252, 252, 255, 250, 253, 253, 255, 222, 224, 225, 255, 9, 9, 9, 255, 189, 190, 190, 255, 38, 38, + 38, 255, 170, 171, 171, 255, 236, 237, 237, 255, 22, 22, 22, 255, 184, 184, 184, 255, 50, 50, 50, 255, 44, 44, 44, 255, 77, 77, 77, 255, 114, + 114, 114, 255, 246, 246, 246, 255, 255, 255, 255, 255, 255, 255, 255, 255, 85, 85, 85, 255, 1, 1, 1, 255, 4, 4, 4, 255, 153, 153, 153, 255, + 251, 251, 251, 255, 236, 237, 237, 255, 241, 242, 242, 255, 252, 253, 253, 255, 246, 247, 247, 255, 63, 64, 64, 255, 2, 2, 2, 255, 64, 65, 65, + 255, 234, 236, 236, 255, 248, 250, 252, 255, 184, 186, 187, 255, 49, 49, 50, 255, 1, 1, 1, 255, 0, 0, 0, 255, 12, 12, 12, 255, 209, 210, + 214, 255, 233, 234, 239, 255, 231, 231, 238, 255, 228, 229, 237, 255, 212, 217, 223, 255, 39, 40, 42, 255, 1, 1, 1, 255, 0, 0, 0, 255, 4, + 4, 4, 255, 185, 209, 217, 255, 205, 241, 249, 255, 201, 238, 247, 255, 197, 237, 247, 255, 191, 234, 245, 255, 190, 225, 237, 255, 190, 202, 218, 255, + 203, 203, 217, 255, 181, 177, 205, 255, 179, 175, 203, 255, 182, 173, 203, 255, 177, 177, 207, 255, 169, 210, 230, 255, 165, 214, 233, 255, 160, 225, 242, + 255, 160, 226, 243, 255, 161, 225, 242, 255, 161, 225, 242, 255, 161, 225, 241, 255, 161, 224, 241, 255, 161, 224, 242, 255, 165, 224, 241, 255, 220, 213, + 218, 255, 222, 210, 215, 255, 226, 214, 218, 255, 230, 220, 221, 255, 223, 211, 215, 255, 203, 190, 204, 255, 188, 175, 198, 255, 192, 186, 205, 255, 194, + 192, 208, 255, 190, 186, 205, 255, 179, 178, 205, 255, 166, 175, 206, 255, 166, 171, 204, 255, 166, 171, 204, 255, 167, 171, 204, 255, 168, 171, 204, 255, + 174, 165, 199, 255, 171, 168, 201, 255, 169, 189, 216, 255, 169, 192, 218, 255, 169, 188, 212, 255, 171, 183, 210, 255, 175, 166, 201, 255, 177, 163, 199, + 255, 176, 175, 205, 255, 174, 202, 223, 255, 175, 199, 223, 255, 175, 190, 214, 255, 175, 207, 228, 255, 175, 212, 232, 255, 175, 214, 232, 255, 185, 203, + 224, 255, 183, 202, 222, 255, 179, 200, 221, 255, 175, 199, 220, 255, 174, 198, 219, 255, 175, 198, 219, 255, 175, 198, 219, 255, 175, 199, 219, 255, 176, + 198, 219, 255, 176, 198, 218, 255, 177, 199, 218, 255, 178, 197, 218, 255, 178, 196, 216, 255, 178, 193, 213, 255, 179, 197, 217, 255, 178, 203, 223, 255, + 227, 246, 251, 255, 231, 248, 251, 255, 234, 248, 251, 255, 96, 101, 103, 255, 1, 1, 1, 255, 207, 214, 216, 255, 243, 251, 252, 255, 245, 251, 253, + 255, 105, 107, 107, 255, 82, 83, 84, 255, 249, 252, 252, 255, 251, 253, 254, 255, 223, 225, 225, 255, 9, 9, 9, 255, 207, 207, 208, 255, 76, 76, + 76, 255, 130, 130, 130, 255, 211, 212, 212, 255, 23, 23, 23, 255, 218, 218, 218, 255, 51, 51, 51, 255, 143, 143, 143, 255, 254, 254, 254, 255, 254, + 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 85, 85, 85, 255, 1, 1, 1, 255, 1, 1, 1, 255, 30, 30, 30, 255, + 110, 110, 110, 255, 40, 40, 40, 255, 73, 73, 73, 255, 254, 254, 254, 255, 253, 253, 253, 255, 122, 122, 122, 255, 14, 14, 14, 255, 207, 207, 208, + 255, 249, 250, 251, 255, 196, 196, 197, 255, 50, 51, 51, 255, 28, 28, 28, 255, 2, 2, 2, 255, 1, 1, 1, 255, 15, 15, 15, 255, 224, 228, + 231, 255, 235, 235, 240, 255, 130, 130, 133, 255, 81, 81, 84, 255, 72, 72, 74, 255, 10, 10, 10, 255, 0, 0, 0, 255, 0, 0, 0, 255, 5, + 5, 5, 255, 182, 184, 198, 255, 204, 215, 229, 255, 203, 219, 232, 255, 201, 221, 235, 255, 192, 219, 232, 255, 198, 229, 241, 255, 191, 202, 218, 255, + 200, 201, 214, 255, 179, 177, 204, 255, 178, 174, 202, 255, 179, 173, 202, 255, 178, 176, 205, 255, 171, 204, 225, 255, 169, 191, 217, 255, 167, 205, 227, + 255, 162, 227, 243, 255, 162, 226, 242, 255, 163, 225, 242, 255, 163, 224, 241, 255, 163, 223, 240, 255, 163, 222, 240, 255, 188, 222, 235, 255, 221, 207, + 212, 255, 227, 214, 218, 255, 236, 228, 228, 255, 231, 222, 223, 255, 217, 205, 212, 255, 197, 185, 201, 255, 187, 172, 198, 255, 187, 179, 201, 255, 185, + 181, 203, 255, 183, 179, 202, 255, 176, 176, 203, 255, 170, 184, 213, 255, 169, 174, 206, 255, 169, 173, 205, 255, 169, 173, 205, 255, 170, 173, 205, 255, + 174, 168, 200, 255, 172, 170, 202, 255, 170, 187, 214, 255, 171, 186, 212, 255, 171, 186, 210, 255, 171, 180, 207, 255, 177, 167, 201, 255, 179, 167, 201, + 255, 175, 183, 208, 255, 174, 206, 226, 255, 175, 187, 212, 255, 176, 197, 218, 255, 175, 202, 223, 255, 175, 214, 233, 255, 176, 212, 231, 255, 183, 204, + 225, 255, 185, 204, 224, 255, 177, 201, 221, 255, 175, 201, 221, 255, 175, 200, 220, 255, 175, 200, 220, 255, 175, 200, 220, 255, 175, 200, 220, 255, 175, + 200, 220, 255, 175, 200, 220, 255, 176, 200, 220, 255, 176, 199, 219, 255, 177, 197, 218, 255, 177, 195, 214, 255, 177, 198, 218, 255, 177, 205, 225, 255, + 227, 243, 248, 255, 231, 245, 249, 255, 234, 247, 250, 255, 96, 101, 102, 255, 1, 1, 1, 255, 207, 214, 215, 255, 243, 250, 252, 255, 245, 250, 252, + 255, 104, 107, 107, 255, 79, 80, 80, 255, 249, 252, 252, 255, 251, 253, 253, 255, 223, 224, 225, 255, 9, 9, 9, 255, 210, 211, 212, 255, 125, 125, + 126, 255, 83, 83, 83, 255, 172, 172, 172, 255, 48, 48, 48, 255, 244, 244, 244, 255, 51, 51, 51, 255, 141, 141, 141, 255, 248, 248, 248, 255, 251, + 251, 251, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 85, 85, 85, 255, 1, 1, 1, 255, 0, 0, 0, 255, 1, 1, 1, 255, + 48, 48, 48, 255, 101, 101, 101, 255, 161, 162, 162, 255, 253, 254, 254, 255, 250, 251, 251, 255, 77, 77, 78, 255, 77, 77, 77, 255, 250, 250, 251, + 255, 251, 251, 252, 255, 245, 246, 247, 255, 241, 243, 243, 255, 237, 240, 240, 255, 147, 149, 150, 255, 11, 11, 11, 255, 25, 25, 26, 255, 237, 242, + 245, 255, 236, 236, 241, 255, 131, 131, 135, 255, 79, 80, 82, 255, 15, 16, 16, 255, 0, 0, 0, 255, 1, 1, 1, 255, 1, 1, 1, 255, 5, + 5, 5, 255, 185, 189, 201, 255, 202, 203, 221, 255, 197, 198, 217, 255, 194, 194, 214, 255, 192, 192, 213, 255, 195, 207, 222, 255, 190, 202, 219, 255, + 184, 183, 207, 255, 179, 177, 204, 255, 177, 174, 202, 255, 178, 172, 201, 255, 179, 173, 202, 255, 182, 192, 215, 255, 182, 183, 208, 255, 179, 200, 221, + 255, 163, 223, 240, 255, 163, 223, 240, 255, 163, 223, 239, 255, 164, 222, 239, 255, 164, 222, 239, 255, 166, 221, 239, 255, 215, 220, 225, 255, 218, 204, + 210, 255, 228, 218, 220, 255, 238, 231, 231, 255, 228, 220, 222, 255, 210, 198, 207, 255, 195, 182, 200, 255, 187, 171, 197, 255, 185, 170, 198, 255, 182, + 177, 201, 255, 177, 173, 200, 255, 177, 176, 202, 255, 171, 183, 211, 255, 170, 180, 209, 255, 170, 174, 205, 255, 170, 174, 205, 255, 171, 173, 204, 255, + 174, 170, 201, 255, 170, 175, 205, 255, 170, 187, 213, 255, 170, 183, 210, 255, 171, 182, 208, 255, 176, 173, 204, 255, 179, 169, 201, 255, 181, 169, 202, + 255, 173, 192, 214, 255, 174, 203, 223, 255, 176, 181, 208, 255, 175, 199, 219, 255, 176, 196, 217, 255, 176, 215, 233, 255, 176, 216, 234, 255, 181, 204, + 224, 255, 191, 206, 226, 255, 175, 202, 221, 255, 174, 202, 221, 255, 175, 201, 221, 255, 174, 201, 220, 255, 174, 201, 220, 255, 174, 200, 220, 255, 174, + 200, 220, 255, 174, 200, 220, 255, 174, 200, 219, 255, 174, 199, 218, 255, 175, 197, 217, 255, 176, 193, 213, 255, 176, 196, 216, 255, 176, 203, 224, 255, + 227, 246, 250, 255, 231, 247, 251, 255, 234, 248, 251, 255, 97, 102, 103, 255, 1, 1, 1, 255, 207, 215, 216, 255, 244, 251, 253, 255, 246, 251, 252, + 255, 105, 107, 107, 255, 76, 77, 77, 255, 250, 252, 253, 255, 251, 253, 254, 255, 223, 224, 225, 255, 9, 9, 9, 255, 210, 211, 211, 255, 175, 176, + 176, 255, 49, 49, 49, 255, 133, 133, 133, 255, 95, 95, 95, 255, 253, 253, 253, 255, 50, 50, 50, 255, 22, 22, 22, 255, 38, 38, 38, 255, 141, + 141, 141, 255, 253, 253, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 85, 85, 85, 255, 1, 1, 1, 255, 0, 0, 0, 255, 1, 1, 1, 255, + 120, 120, 120, 255, 252, 252, 252, 255, 253, 253, 253, 255, 253, 253, 253, 255, 179, 179, 180, 255, 11, 11, 11, 255, 135, 135, 135, 255, 252, 253, 253, + 255, 251, 253, 254, 255, 211, 214, 214, 255, 193, 196, 196, 255, 244, 249, 250, 255, 246, 251, 252, 255, 102, 104, 105, 255, 41, 41, 42, 255, 239, 240, + 244, 255, 235, 235, 241, 255, 233, 238, 243, 255, 232, 247, 251, 255, 189, 203, 206, 255, 31, 33, 34, 255, 2, 2, 2, 255, 1, 1, 1, 255, 6, + 6, 6, 255, 191, 216, 222, 255, 208, 237, 246, 255, 199, 222, 235, 255, 196, 214, 228, 255, 195, 212, 226, 255, 193, 204, 221, 255, 187, 193, 214, 255, + 181, 181, 207, 255, 178, 178, 204, 255, 177, 175, 202, 255, 181, 174, 202, 255, 180, 174, 202, 255, 203, 211, 219, 255, 191, 202, 215, 255, 187, 224, 233, + 255, 164, 230, 245, 255, 164, 229, 244, 255, 165, 228, 244, 255, 165, 227, 244, 255, 166, 227, 243, 255, 185, 226, 238, 255, 223, 210, 213, 255, 213, 199, + 207, 255, 211, 196, 205, 255, 234, 226, 226, 255, 226, 214, 218, 255, 209, 195, 205, 255, 195, 182, 200, 255, 189, 174, 198, 255, 187, 171, 198, 255, 183, + 176, 200, 255, 176, 172, 199, 255, 178, 174, 200, 255, 175, 172, 202, 255, 172, 176, 206, 255, 171, 177, 207, 255, 171, 175, 205, 255, 172, 173, 203, 255, + 171, 174, 204, 255, 171, 184, 209, 255, 172, 183, 210, 255, 170, 182, 208, 255, 174, 176, 205, 255, 180, 171, 202, 255, 182, 173, 203, 255, 180, 176, 204, + 255, 174, 191, 212, 255, 176, 197, 218, 255, 177, 181, 208, 255, 175, 193, 214, 255, 175, 197, 218, 255, 176, 214, 232, 255, 177, 221, 238, 255, 176, 207, + 226, 255, 192, 207, 227, 255, 175, 200, 219, 255, 174, 199, 218, 255, 174, 199, 218, 255, 174, 199, 218, 255, 174, 199, 218, 255, 173, 199, 218, 255, 174, + 198, 218, 255, 174, 198, 218, 255, 174, 197, 217, 255, 174, 196, 216, 255, 174, 195, 214, 255, 174, 193, 212, 255, 175, 195, 214, 255, 175, 202, 222, 255, + 227, 245, 249, 255, 231, 246, 250, 255, 234, 248, 251, 255, 97, 101, 102, 255, 1, 1, 1, 255, 207, 214, 216, 255, 244, 250, 252, 255, 245, 250, 251, + 255, 104, 107, 107, 255, 72, 73, 73, 255, 249, 252, 252, 255, 251, 253, 253, 255, 223, 224, 225, 255, 9, 9, 9, 255, 209, 210, 210, 255, 214, 215, + 215, 255, 32, 32, 32, 255, 68, 69, 69, 255, 149, 149, 149, 255, 253, 253, 253, 255, 51, 51, 51, 255, 114, 114, 114, 255, 201, 201, 201, 255, 226, + 226, 226, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 84, 84, 84, 255, 1, 1, 1, 255, 0, 0, 0, 255, 1, 1, 1, 255, + 61, 61, 61, 255, 118, 118, 118, 255, 167, 168, 168, 255, 253, 254, 254, 255, 249, 250, 250, 255, 109, 109, 109, 255, 148, 148, 149, 255, 253, 254, 254, + 255, 245, 247, 247, 255, 43, 43, 43, 255, 12, 12, 12, 255, 193, 194, 195, 255, 245, 246, 248, 255, 161, 162, 164, 255, 31, 31, 32, 255, 109, 111, + 112, 255, 89, 91, 92, 255, 142, 147, 148, 255, 240, 251, 254, 255, 237, 249, 252, 255, 120, 127, 130, 255, 3, 3, 3, 255, 2, 2, 2, 255, 6, + 7, 7, 255, 198, 219, 225, 255, 218, 245, 253, 255, 214, 244, 252, 255, 209, 243, 251, 255, 198, 236, 246, 255, 193, 212, 228, 255, 188, 199, 217, 255, + 189, 189, 210, 255, 179, 178, 204, 255, 178, 176, 202, 255, 181, 174, 202, 255, 182, 173, 202, 255, 173, 217, 233, 255, 168, 202, 223, 255, 166, 222, 239, + 255, 165, 225, 241, 255, 166, 224, 240, 255, 166, 224, 240, 255, 167, 223, 239, 255, 167, 222, 239, 255, 187, 222, 233, 255, 212, 195, 206, 255, 204, 186, + 201, 255, 207, 190, 203, 255, 230, 221, 223, 255, 226, 215, 217, 255, 213, 198, 207, 255, 206, 192, 204, 255, 195, 180, 200, 255, 191, 175, 199, 255, 189, + 174, 200, 255, 182, 175, 200, 255, 177, 173, 200, 255, 178, 172, 200, 255, 179, 172, 202, 255, 176, 173, 203, 255, 176, 173, 204, 255, 176, 175, 205, 255, + 174, 181, 207, 255, 173, 182, 208, 255, 173, 180, 208, 255, 174, 177, 205, 255, 176, 179, 206, 255, 179, 180, 207, 255, 181, 176, 204, 255, 179, 180, 207, + 255, 175, 190, 211, 255, 184, 193, 214, 255, 177, 183, 209, 255, 176, 186, 210, 255, 175, 195, 216, 255, 176, 211, 230, 255, 176, 219, 236, 255, 175, 214, + 231, 255, 191, 212, 230, 255, 176, 203, 221, 255, 174, 201, 220, 255, 174, 201, 220, 255, 174, 201, 220, 255, 174, 201, 220, 255, 173, 201, 220, 255, 173, + 201, 220, 255, 173, 201, 220, 255, 173, 200, 220, 255, 173, 199, 218, 255, 173, 197, 216, 255, 173, 194, 213, 255, 174, 197, 215, 255, 173, 205, 224, 255, + 227, 244, 248, 255, 231, 246, 250, 255, 233, 247, 250, 255, 97, 101, 102, 255, 1, 1, 1, 255, 207, 214, 216, 255, 244, 250, 252, 255, 246, 251, 252, + 255, 105, 107, 107, 255, 69, 70, 70, 255, 249, 251, 252, 255, 250, 252, 253, 255, 223, 224, 225, 255, 9, 9, 9, 255, 210, 210, 211, 255, 246, 247, + 247, 255, 39, 39, 39, 255, 12, 12, 12, 255, 199, 199, 199, 255, 253, 253, 253, 255, 51, 51, 51, 255, 142, 142, 142, 255, 253, 253, 253, 255, 254, + 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 84, 84, 84, 255, 1, 1, 1, 255, 0, 0, 0, 255, 0, 0, 0, 255, + 1, 1, 1, 255, 3, 3, 3, 255, 34, 34, 34, 255, 251, 252, 252, 255, 253, 254, 254, 255, 182, 182, 182, 255, 109, 109, 110, 255, 251, 252, 253, + 255, 248, 249, 250, 255, 63, 63, 63, 255, 19, 19, 19, 255, 203, 205, 206, 255, 247, 250, 252, 255, 146, 149, 150, 255, 2, 2, 2, 255, 3, 3, + 3, 255, 3, 3, 3, 255, 7, 7, 7, 255, 222, 236, 239, 255, 231, 248, 252, 255, 136, 147, 150, 255, 3, 3, 3, 255, 2, 2, 2, 255, 7, + 7, 7, 255, 190, 217, 224, 255, 209, 243, 251, 255, 205, 242, 250, 255, 201, 240, 249, 255, 194, 237, 247, 255, 191, 229, 241, 255, 190, 211, 226, 255, + 193, 197, 213, 255, 180, 179, 204, 255, 177, 176, 202, 255, 182, 175, 201, 255, 176, 174, 202, 255, 177, 190, 213, 255, 169, 219, 236, 255, 166, 228, 243, + 255, 167, 227, 243, 255, 167, 227, 242, 255, 168, 227, 242, 255, 169, 226, 242, 255, 169, 226, 241, 255, 171, 226, 241, 255, 182, 216, 232, 255, 195, 205, + 220, 255, 231, 223, 223, 255, 231, 223, 223, 255, 225, 212, 215, 255, 215, 200, 208, 255, 220, 207, 212, 255, 204, 190, 204, 255, 197, 180, 200, 255, 196, + 179, 201, 255, 194, 178, 201, 255, 186, 177, 202, 255, 181, 176, 202, 255, 184, 176, 202, 255, 184, 176, 201, 255, 184, 177, 203, 255, 181, 179, 206, 255, + 176, 185, 210, 255, 175, 191, 212, 255, 175, 180, 207, 255, 175, 179, 207, 255, 177, 184, 209, 255, 176, 189, 213, 255, 177, 185, 210, 255, 183, 182, 207, + 255, 177, 194, 213, 255, 186, 185, 209, 255, 179, 185, 208, 255, 181, 181, 206, 255, 178, 189, 211, 255, 175, 207, 225, 255, 176, 211, 229, 255, 176, 216, + 232, 255, 189, 215, 233, 255, 176, 203, 221, 255, 174, 203, 220, 255, 174, 202, 220, 255, 174, 202, 219, 255, 173, 201, 219, 255, 173, 200, 219, 255, 173, + 200, 219, 255, 173, 200, 218, 255, 172, 198, 217, 255, 172, 197, 216, 255, 172, 196, 215, 255, 172, 193, 212, 255, 172, 194, 214, 255, 173, 203, 222, 255, + 227, 246, 251, 255, 231, 248, 252, 255, 234, 249, 252, 255, 96, 102, 103, 255, 1, 1, 1, 255, 207, 215, 216, 255, 244, 251, 253, 255, 246, 251, 252, + 255, 105, 107, 108, 255, 42, 42, 42, 255, 150, 151, 151, 255, 152, 153, 154, 255, 212, 214, 215, 255, 9, 9, 9, 255, 210, 211, 211, 255, 251, 252, + 252, 255, 87, 87, 87, 255, 22, 22, 22, 255, 240, 240, 240, 255, 253, 253, 253, 255, 51, 51, 51, 255, 86, 86, 86, 255, 150, 150, 150, 255, 171, + 171, 171, 255, 250, 250, 250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 84, 84, 84, 255, 1, 1, 1, 255, 2, 2, 2, 255, 34, 34, 34, 255, + 39, 39, 39, 255, 65, 65, 65, 255, 180, 181, 181, 255, 253, 254, 254, 255, 252, 253, 253, 255, 129, 129, 129, 255, 30, 30, 30, 255, 223, 224, 225, + 255, 250, 251, 252, 255, 223, 225, 226, 255, 203, 206, 207, 255, 248, 252, 253, 255, 232, 237, 238, 255, 54, 55, 55, 255, 14, 15, 15, 255, 12, 12, + 12, 255, 18, 20, 20, 255, 106, 111, 113, 255, 238, 250, 253, 255, 232, 245, 249, 255, 87, 92, 93, 255, 4, 4, 4, 255, 3, 3, 3, 255, 8, + 8, 8, 255, 199, 220, 225, 255, 221, 246, 253, 255, 218, 244, 252, 255, 213, 244, 252, 255, 203, 242, 251, 255, 206, 242, 252, 255, 194, 225, 239, 255, + 205, 213, 221, 255, 182, 181, 205, 255, 178, 177, 202, 255, 182, 175, 202, 255, 179, 182, 208, 255, 186, 229, 243, 255, 171, 233, 247, 255, 168, 232, 246, + 255, 169, 231, 246, 255, 170, 230, 245, 255, 170, 229, 245, 255, 170, 229, 243, 255, 171, 228, 243, 255, 172, 228, 243, 255, 172, 227, 243, 255, 179, 225, + 241, 255, 225, 213, 218, 255, 217, 202, 210, 255, 207, 187, 200, 255, 223, 209, 214, 255, 224, 213, 216, 255, 211, 197, 207, 255, 201, 184, 202, 255, 202, + 185, 203, 255, 202, 186, 203, 255, 202, 186, 204, 255, 199, 186, 205, 255, 193, 182, 204, 255, 188, 181, 205, 255, 184, 187, 210, 255, 180, 203, 224, 255, + 177, 209, 226, 255, 177, 195, 215, 255, 178, 185, 210, 255, 177, 197, 214, 255, 177, 204, 219, 255, 180, 194, 215, 255, 179, 195, 216, 255, 186, 183, 207, + 255, 183, 195, 214, 255, 187, 185, 209, 255, 184, 185, 208, 255, 186, 182, 207, 255, 184, 187, 209, 255, 177, 204, 222, 255, 177, 203, 220, 255, 176, 208, + 225, 255, 180, 209, 227, 255, 176, 203, 220, 255, 175, 202, 219, 255, 174, 201, 219, 255, 174, 200, 218, 255, 174, 200, 218, 255, 173, 200, 218, 255, 173, + 199, 218, 255, 172, 199, 218, 255, 172, 198, 217, 255, 172, 197, 216, 255, 171, 196, 215, 255, 172, 193, 211, 255, 172, 194, 213, 255, 171, 202, 221, 255, + 226, 244, 248, 255, 230, 245, 249, 255, 233, 247, 250, 255, 96, 101, 102, 255, 1, 1, 1, 255, 206, 214, 216, 255, 243, 250, 252, 255, 245, 251, 252, + 255, 136, 138, 139, 255, 59, 60, 60, 255, 59, 60, 60, 255, 65, 66, 66, 255, 208, 210, 211, 255, 62, 62, 62, 255, 218, 219, 220, 255, 252, 253, + 253, 255, 162, 163, 163, 255, 102, 102, 102, 255, 253, 254, 254, 255, 254, 254, 254, 255, 91, 91, 91, 255, 56, 56, 56, 255, 55, 55, 55, 255, 95, + 95, 95, 255, 246, 246, 246, 255, 255, 255, 255, 255, 254, 254, 254, 255, 83, 83, 83, 255, 1, 1, 1, 255, 9, 9, 9, 255, 191, 191, 191, 255, + 237, 237, 237, 255, 246, 246, 246, 255, 252, 252, 252, 255, 251, 251, 252, 255, 168, 168, 168, 255, 16, 16, 16, 255, 1, 1, 1, 255, 46, 46, 46, + 255, 171, 172, 172, 255, 232, 234, 234, 255, 236, 238, 238, 255, 183, 186, 186, 255, 61, 62, 62, 255, 4, 4, 4, 255, 98, 100, 101, 255, 218, 224, + 225, 255, 220, 227, 229, 255, 236, 245, 248, 255, 238, 249, 252, 255, 155, 165, 167, 255, 12, 13, 13, 255, 4, 4, 4, 255, 4, 4, 4, 255, 9, + 9, 9, 255, 196, 219, 224, 255, 215, 244, 252, 255, 211, 243, 251, 255, 206, 242, 250, 255, 198, 239, 248, 255, 198, 239, 248, 255, 191, 221, 233, 255, + 192, 195, 212, 255, 184, 183, 206, 255, 179, 178, 203, 255, 178, 176, 201, 255, 178, 175, 202, 255, 188, 194, 216, 255, 173, 228, 242, 255, 170, 226, 241, + 255, 171, 225, 240, 255, 172, 225, 240, 255, 172, 225, 239, 255, 173, 224, 239, 255, 174, 224, 239, 255, 174, 224, 239, 255, 175, 223, 240, 255, 176, 223, + 240, 255, 205, 221, 230, 255, 229, 217, 219, 255, 227, 216, 219, 255, 234, 224, 222, 255, 228, 216, 217, 255, 215, 200, 209, 255, 206, 189, 203, 255, 207, + 190, 204, 255, 207, 191, 205, 255, 208, 194, 208, 255, 202, 200, 213, 255, 198, 197, 213, 255, 185, 197, 215, 255, 180, 207, 224, 255, 180, 213, 229, 255, + 180, 204, 221, 255, 181, 186, 210, 255, 186, 189, 211, 255, 183, 201, 216, 255, 179, 218, 229, 255, 182, 214, 227, 255, 188, 189, 211, 255, 188, 184, 208, + 255, 187, 193, 212, 255, 187, 186, 209, 255, 187, 184, 208, 255, 190, 186, 208, 255, 187, 190, 210, 255, 179, 199, 217, 255, 184, 198, 216, 255, 183, 203, + 219, 255, 180, 208, 224, 255, 178, 206, 222, 255, 176, 204, 221, 255, 175, 204, 221, 255, 174, 204, 221, 255, 174, 203, 220, 255, 173, 203, 220, 255, 173, + 203, 220, 255, 172, 202, 220, 255, 171, 201, 219, 255, 171, 200, 218, 255, 171, 198, 216, 255, 171, 195, 213, 255, 171, 196, 214, 255, 170, 204, 223, 255, + 226, 246, 251, 255, 230, 248, 252, 255, 233, 249, 252, 255, 96, 102, 103, 255, 1, 1, 1, 255, 205, 213, 215, 255, 243, 251, 252, 255, 246, 252, 253, + 255, 246, 251, 252, 255, 247, 251, 252, 255, 248, 251, 252, 255, 249, 251, 252, 255, 251, 253, 254, 255, 250, 252, 252, 255, 252, 253, 253, 255, 253, 254, + 254, 255, 252, 252, 253, 255, 251, 251, 252, 255, 253, 253, 254, 255, 254, 254, 254, 255, 252, 252, 252, 255, 252, 252, 252, 255, 252, 252, 252, 255, 252, + 252, 252, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 83, 83, 83, 255, 1, 1, 1, 255, 2, 2, 2, 255, 112, 112, 112, 255, + 179, 179, 179, 255, 177, 177, 177, 255, 148, 148, 148, 255, 69, 69, 69, 255, 4, 4, 4, 255, 0, 0, 0, 255, 0, 0, 0, 255, 1, 1, 1, + 255, 1, 1, 1, 255, 2, 3, 3, 255, 5, 5, 5, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 35, 36, 36, 255, 198, 206, + 207, 255, 200, 209, 211, 255, 168, 177, 179, 255, 89, 94, 96, 255, 8, 8, 8, 255, 5, 5, 5, 255, 4, 4, 4, 255, 5, 5, 5, 255, 10, + 10, 10, 255, 193, 218, 224, 255, 214, 244, 251, 255, 210, 243, 251, 255, 207, 242, 250, 255, 199, 239, 249, 255, 200, 240, 250, 255, 194, 207, 221, 255, + 189, 189, 209, 255, 183, 181, 205, 255, 180, 178, 203, 255, 179, 177, 201, 255, 178, 176, 201, 255, 183, 179, 204, 255, 176, 232, 246, 255, 173, 232, 246, + 255, 172, 232, 246, 255, 173, 232, 246, 255, 174, 231, 245, 255, 175, 231, 245, 255, 176, 231, 245, 255, 177, 231, 245, 255, 177, 230, 245, 255, 178, 230, + 245, 255, 194, 228, 240, 255, 233, 223, 225, 255, 228, 217, 219, 255, 233, 224, 223, 255, 229, 217, 218, 255, 215, 201, 209, 255, 210, 193, 205, 255, 211, + 195, 207, 255, 209, 201, 213, 255, 201, 209, 222, 255, 196, 208, 222, 255, 200, 199, 214, 255, 191, 197, 215, 255, 183, 213, 228, 255, 183, 217, 232, 255, + 184, 207, 224, 255, 187, 186, 210, 255, 195, 188, 208, 255, 192, 195, 213, 255, 185, 220, 229, 255, 195, 231, 237, 255, 203, 217, 225, 255, 209, 201, 216, + 255, 209, 205, 219, 255, 204, 205, 219, 255, 205, 198, 216, 255, 201, 198, 215, 255, 192, 198, 215, 255, 184, 199, 217, 255, 195, 196, 213, 255, 192, 204, + 219, 255, 180, 207, 223, 255, 179, 205, 222, 255, 176, 204, 220, 255, 176, 203, 220, 255, 175, 203, 219, 255, 174, 203, 219, 255, 173, 202, 219, 255, 173, + 201, 218, 255, 172, 200, 218, 255, 172, 199, 218, 255, 171, 198, 216, 255, 171, 197, 215, 255, 170, 194, 212, 255, 170, 194, 212, 255, 169, 201, 220, 255, + 225, 244, 249, 255, 229, 246, 250, 255, 232, 247, 250, 255, 96, 101, 103, 255, 1, 1, 1, 255, 87, 90, 91, 255, 133, 137, 138, 255, 134, 138, 139, + 255, 135, 138, 139, 255, 136, 139, 139, 255, 136, 139, 139, 255, 138, 139, 139, 255, 138, 139, 140, 255, 138, 139, 140, 255, 139, 139, 140, 255, 139, 139, + 140, 255, 139, 139, 140, 255, 139, 139, 140, 255, 140, 140, 140, 255, 140, 140, 140, 255, 140, 140, 140, 255, 140, 140, 140, 255, 140, 140, 140, 255, 140, + 140, 140, 255, 140, 140, 140, 255, 144, 145, 145, 255, 237, 237, 237, 255, 82, 82, 82, 255, 1, 1, 1, 255, 0, 0, 0, 255, 1, 1, 1, 255, + 1, 1, 1, 255, 1, 1, 1, 255, 2, 2, 2, 255, 1, 1, 1, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, + 255, 0, 0, 0, 255, 0, 0, 0, 255, 1, 1, 1, 255, 1, 1, 1, 255, 0, 0, 0, 255, 1, 1, 1, 255, 1, 1, 1, 255, 7, 7, + 7, 255, 9, 9, 9, 255, 4, 4, 4, 255, 4, 4, 4, 255, 4, 4, 4, 255, 4, 4, 4, 255, 5, 5, 5, 255, 6, 6, 6, 255, 12, + 12, 12, 255, 202, 220, 226, 255, 223, 246, 253, 255, 220, 245, 253, 255, 215, 245, 252, 255, 205, 242, 251, 255, 207, 242, 252, 255, 195, 208, 222, 255, + 189, 189, 209, 255, 183, 182, 205, 255, 181, 179, 203, 255, 180, 178, 201, 255, 180, 177, 201, 255, 181, 177, 202, 255, 179, 229, 243, 255, 174, 231, 245, + 255, 175, 231, 244, 255, 176, 230, 244, 255, 177, 229, 243, 255, 178, 229, 243, 255, 178, 228, 242, 255, 179, 228, 242, 255, 180, 227, 242, 255, 180, 227, + 242, 255, 192, 226, 240, 255, 230, 220, 222, 255, 230, 219, 220, 255, 232, 223, 222, 255, 225, 213, 216, 255, 215, 200, 208, 255, 213, 198, 210, 255, 211, + 205, 218, 255, 210, 206, 219, 255, 212, 202, 214, 255, 212, 200, 212, 255, 207, 197, 212, 255, 194, 203, 218, 255, 186, 216, 230, 255, 186, 223, 236, 255, + 192, 199, 217, 255, 195, 189, 210, 255, 200, 190, 209, 255, 204, 195, 210, 255, 207, 213, 221, 255, 225, 227, 226, 255, 235, 220, 215, 255, 236, 224, 223, + 255, 242, 232, 232, 255, 244, 234, 234, 255, 245, 235, 234, 255, 244, 235, 235, 255, 233, 228, 233, 255, 203, 210, 223, 255, 200, 197, 213, 255, 199, 206, + 221, 255, 181, 207, 222, 255, 183, 206, 223, 255, 180, 205, 221, 255, 182, 205, 221, 255, 177, 204, 220, 255, 175, 203, 219, 255, 175, 202, 219, 255, 174, + 202, 219, 255, 173, 201, 218, 255, 172, 200, 218, 255, 171, 199, 217, 255, 171, 198, 215, 255, 170, 194, 212, 255, 170, 194, 212, 255, 169, 202, 219, 255, + 224, 245, 250, 255, 228, 246, 251, 255, 231, 248, 251, 255, 101, 107, 109, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, + 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, + 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, + 2, 2, 255, 2, 2, 2, 255, 13, 13, 13, 255, 217, 217, 217, 255, 82, 82, 82, 255, 2, 2, 2, 255, 1, 1, 1, 255, 1, 1, 1, 255, + 1, 1, 1, 255, 1, 1, 1, 255, 1, 1, 1, 255, 1, 1, 1, 255, 1, 1, 1, 255, 1, 1, 1, 255, 1, 1, 1, 255, 1, 1, 1, + 255, 1, 1, 1, 255, 2, 2, 2, 255, 2, 2, 2, 255, 2, 2, 2, 255, 1, 1, 1, 255, 2, 2, 2, 255, 3, 3, 3, 255, 3, 3, + 3, 255, 3, 3, 3, 255, 4, 4, 4, 255, 5, 5, 5, 255, 6, 6, 6, 255, 7, 7, 7, 255, 8, 8, 8, 255, 9, 9, 9, 255, 18, + 19, 20, 255, 195, 221, 227, 255, 211, 243, 250, 255, 207, 242, 250, 255, 203, 241, 249, 255, 197, 237, 247, 255, 196, 238, 248, 255, 194, 208, 222, 255, + 190, 190, 210, 255, 185, 182, 207, 255, 182, 180, 203, 255, 182, 179, 202, 255, 181, 178, 202, 255, 182, 178, 202, 255, 184, 221, 237, 255, 177, 229, 242, + 255, 177, 228, 242, 255, 179, 228, 242, 255, 179, 228, 241, 255, 180, 228, 242, 255, 181, 228, 242, 255, 182, 227, 241, 255, 183, 227, 241, 255, 184, 227, + 242, 255, 185, 227, 242, 255, 223, 226, 230, 255, 235, 226, 226, 255, 227, 216, 219, 255, 218, 204, 211, 255, 215, 199, 209, 255, 217, 203, 213, 255, 218, + 205, 214, 255, 218, 201, 211, 255, 216, 200, 210, 255, 213, 199, 211, 255, 209, 198, 212, 255, 203, 203, 217, 255, 191, 215, 228, 255, 196, 209, 223, 255, + 200, 193, 212, 255, 205, 196, 211, 255, 211, 200, 211, 255, 222, 208, 212, 255, 234, 221, 215, 255, 239, 224, 214, 255, 234, 219, 215, 255, 232, 217, 217, + 255, 243, 229, 227, 255, 246, 233, 231, 255, 248, 236, 233, 255, 248, 237, 233, 255, 248, 237, 233, 255, 244, 236, 236, 255, 220, 219, 227, 255, 202, 212, + 227, 255, 185, 211, 226, 255, 180, 209, 224, 255, 180, 208, 223, 255, 180, 207, 223, 255, 177, 206, 222, 255, 176, 206, 222, 255, 175, 205, 221, 255, 174, + 205, 221, 255, 173, 204, 221, 255, 172, 203, 220, 255, 172, 202, 219, 255, 170, 200, 217, 255, 169, 197, 214, 255, 168, 195, 213, 255, 168, 204, 221, 255, + 223, 246, 251, 255, 227, 247, 251, 255, 231, 248, 252, 255, 196, 209, 212, 255, 107, 112, 113, 255, 99, 103, 103, 255, 100, 103, 104, 255, 100, 102, 103, + 255, 101, 101, 102, 255, 101, 102, 102, 255, 102, 102, 103, 255, 103, 103, 104, 255, 104, 104, 105, 255, 105, 105, 105, 255, 105, 106, 106, 255, 106, 106, + 106, 255, 106, 106, 106, 255, 106, 106, 107, 255, 106, 106, 106, 255, 106, 106, 106, 255, 106, 106, 106, 255, 106, 106, 106, 255, 106, 106, 107, 255, 106, + 106, 107, 255, 107, 107, 107, 255, 112, 112, 112, 255, 232, 232, 232, 255, 152, 153, 153, 255, 107, 108, 108, 255, 107, 107, 108, 255, 107, 107, 107, 255, + 107, 107, 107, 255, 107, 108, 108, 255, 107, 107, 108, 255, 107, 108, 108, 255, 107, 107, 108, 255, 107, 107, 108, 255, 107, 107, 107, 255, 106, 107, 108, + 255, 106, 107, 107, 255, 106, 108, 108, 255, 105, 108, 108, 255, 104, 107, 107, 255, 104, 107, 108, 255, 104, 107, 108, 255, 103, 107, 108, 255, 103, 107, + 108, 255, 102, 108, 109, 255, 102, 108, 109, 255, 101, 108, 110, 255, 101, 108, 110, 255, 100, 109, 111, 255, 100, 109, 112, 255, 99, 110, 112, 255, 138, + 153, 156, 255, 221, 244, 250, 255, 221, 246, 252, 255, 218, 245, 252, 255, 215, 244, 252, 255, 207, 242, 251, 255, 209, 242, 251, 255, 196, 211, 224, 255, + 191, 191, 210, 255, 186, 184, 207, 255, 184, 181, 204, 255, 184, 180, 203, 255, 183, 179, 203, 255, 183, 179, 203, 255, 188, 223, 238, 255, 181, 235, 248, + 255, 181, 235, 247, 255, 182, 235, 247, 255, 183, 234, 247, 255, 184, 234, 246, 255, 184, 234, 246, 255, 185, 233, 246, 255, 186, 233, 245, 255, 187, 233, + 245, 255, 187, 232, 245, 255, 213, 229, 236, 255, 232, 220, 222, 255, 220, 206, 213, 255, 218, 201, 210, 255, 221, 204, 212, 255, 223, 206, 213, 255, 222, + 204, 212, 255, 218, 202, 212, 255, 217, 201, 212, 255, 215, 201, 213, 255, 213, 200, 213, 255, 211, 201, 214, 255, 208, 204, 217, 255, 208, 200, 214, 255, + 210, 201, 213, 255, 222, 209, 214, 255, 229, 214, 214, 255, 239, 224, 215, 255, 243, 229, 215, 255, 240, 224, 215, 255, 235, 219, 215, 255, 231, 214, 216, + 255, 242, 225, 223, 255, 244, 228, 224, 255, 248, 234, 229, 255, 249, 236, 231, 255, 249, 237, 232, 255, 250, 237, 233, 255, 246, 237, 235, 255, 227, 226, + 235, 255, 193, 212, 226, 255, 184, 209, 223, 255, 184, 207, 222, 255, 180, 206, 221, 255, 178, 206, 221, 255, 177, 205, 220, 255, 176, 204, 220, 255, 175, + 204, 219, 255, 174, 202, 218, 255, 173, 201, 218, 255, 172, 200, 216, 255, 170, 198, 215, 255, 169, 195, 212, 255, 169, 193, 211, 255, 167, 200, 217, 255, + 222, 243, 248, 255, 226, 245, 249, 255, 229, 246, 250, 255, 232, 247, 251, 255, 235, 248, 251, 255, 238, 250, 252, 255, 241, 250, 253, 255, 243, 247, 250, + 255, 244, 245, 248, 255, 246, 246, 249, 255, 247, 247, 249, 255, 248, 248, 251, 255, 249, 250, 252, 255, 251, 254, 254, 255, 252, 254, 254, 255, 252, 254, + 254, 255, 253, 253, 254, 255, 253, 253, 253, 255, 253, 253, 254, 255, 253, 253, 254, 255, 254, 254, 254, 255, 254, 254, 255, 255, 254, 254, 255, 255, 254, + 254, 254, 255, 254, 255, 255, 255, 254, 254, 254, 255, 254, 254, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, + 253, 254, 254, 255, 253, 254, 254, 255, 254, 254, 255, 255, 253, 254, 255, 255, 253, 255, 255, 255, 253, 255, 255, 255, 252, 254, 254, 255, 252, 254, 254, + 255, 252, 254, 255, 255, 251, 253, 254, 255, 251, 254, 255, 255, 250, 253, 254, 255, 249, 253, 254, 255, 248, 253, 254, 255, 246, 252, 254, 255, 245, 252, + 254, 255, 244, 251, 254, 255, 242, 251, 254, 255, 239, 250, 254, 255, 237, 250, 254, 255, 236, 249, 254, 255, 233, 248, 254, 255, 230, 248, 254, 255, 227, + 247, 253, 255, 224, 246, 253, 255, 221, 246, 252, 255, 217, 245, 252, 255, 213, 244, 251, 255, 204, 241, 250, 255, 206, 242, 251, 255, 197, 213, 226, 255, + 191, 192, 211, 255, 187, 184, 207, 255, 186, 182, 205, 255, 185, 181, 204, 255, 185, 181, 203, 255, 185, 180, 203, 255, 190, 216, 232, 255, 183, 232, 244, + 255, 184, 231, 243, 255, 185, 230, 243, 255, 186, 230, 243, 255, 187, 230, 242, 255, 187, 230, 242, 255, 189, 229, 241, 255, 189, 228, 241, 255, 190, 228, + 241, 255, 191, 228, 241, 255, 195, 226, 239, 255, 224, 221, 225, 255, 225, 209, 215, 255, 222, 210, 216, 255, 214, 217, 226, 255, 206, 220, 230, 255, 216, + 214, 222, 255, 216, 203, 214, 255, 216, 202, 214, 255, 216, 203, 214, 255, 216, 204, 215, 255, 217, 206, 216, 255, 216, 206, 216, 255, 216, 206, 215, 255, + 230, 216, 216, 255, 237, 222, 216, 255, 241, 226, 217, 255, 245, 231, 217, 255, 244, 230, 217, 255, 239, 224, 216, 255, 228, 213, 216, 255, 235, 217, 219, + 255, 241, 223, 222, 255, 242, 225, 223, 255, 248, 235, 230, 255, 249, 236, 229, 255, 249, 236, 230, 255, 250, 236, 230, 255, 250, 238, 232, 255, 247, 237, + 236, 255, 214, 223, 232, 255, 186, 211, 224, 255, 182, 209, 223, 255, 182, 208, 222, 255, 180, 207, 222, 255, 179, 206, 221, 255, 178, 205, 220, 255, 176, + 204, 220, 255, 175, 203, 219, 255, 174, 203, 219, 255, 172, 201, 218, 255, 171, 199, 216, 255, 169, 196, 213, 255, 169, 194, 211, 255, 167, 201, 217, 255, + 221, 246, 251, 255, 226, 247, 252, 255, 230, 248, 252, 255, 233, 249, 253, 255, 236, 250, 253, 255, 240, 251, 254, 255, 242, 251, 253, 255, 242, 243, 247, + 255, 243, 244, 248, 255, 245, 245, 248, 255, 246, 246, 249, 255, 248, 248, 250, 255, 249, 249, 251, 255, 250, 251, 252, 255, 250, 251, 252, 255, 251, 252, + 253, 255, 252, 253, 254, 255, 253, 254, 254, 255, 253, 254, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 253, 253, 254, 255, 254, 254, 254, 255, 254, + 254, 254, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 254, 254, 255, 253, 254, 254, 255, 253, 254, 254, 255, 253, 254, 254, 255, + 253, 254, 254, 255, 253, 254, 254, 255, 253, 254, 254, 255, 253, 254, 255, 255, 252, 254, 255, 255, 252, 254, 254, 255, 251, 253, 254, 255, 251, 254, 255, + 255, 250, 254, 255, 255, 249, 253, 255, 255, 248, 253, 254, 255, 246, 252, 254, 255, 245, 252, 254, 255, 243, 252, 254, 255, 241, 251, 253, 255, 239, 251, + 254, 255, 236, 250, 254, 255, 234, 250, 253, 255, 232, 249, 253, 255, 229, 248, 253, 255, 226, 247, 252, 255, 223, 247, 252, 255, 221, 246, 252, 255, 218, + 246, 252, 255, 215, 245, 251, 255, 213, 244, 251, 255, 210, 243, 251, 255, 206, 242, 251, 255, 200, 239, 249, 255, 202, 240, 249, 255, 197, 215, 227, 255, + 192, 192, 211, 255, 189, 185, 208, 255, 188, 183, 205, 255, 187, 183, 204, 255, 187, 182, 204, 255, 187, 183, 205, 255, 190, 217, 233, 255, 187, 234, 246, + 255, 187, 233, 245, 255, 188, 233, 245, 255, 189, 233, 245, 255, 190, 233, 245, 255, 191, 233, 244, 255, 192, 233, 244, 255, 193, 232, 244, 255, 193, 232, + 244, 255, 194, 232, 244, 255, 195, 231, 243, 255, 199, 219, 230, 255, 211, 210, 221, 255, 205, 213, 224, 255, 197, 227, 239, 255, 198, 230, 241, 255, 203, + 227, 238, 255, 220, 209, 219, 255, 219, 207, 217, 255, 219, 207, 217, 255, 220, 209, 218, 255, 223, 213, 220, 255, 223, 213, 219, 255, 233, 221, 219, 255, + 240, 226, 219, 255, 243, 230, 219, 255, 244, 230, 218, 255, 245, 234, 219, 255, 244, 230, 218, 255, 233, 219, 217, 255, 221, 207, 215, 255, 231, 214, 218, + 255, 242, 225, 223, 255, 243, 226, 223, 255, 248, 235, 229, 255, 249, 236, 230, 255, 249, 236, 229, 255, 249, 234, 227, 255, 249, 234, 227, 255, 250, 238, + 233, 255, 245, 237, 235, 255, 215, 223, 232, 255, 186, 212, 226, 255, 184, 211, 225, 255, 182, 210, 224, 255, 180, 209, 223, 255, 179, 208, 223, 255, 177, + 207, 222, 255, 176, 206, 222, 255, 175, 205, 221, 255, 173, 204, 220, 255, 172, 201, 217, 255, 171, 199, 214, 255, 170, 196, 213, 255, 169, 202, 218, 255, + 220, 242, 248, 255, 223, 244, 249, 255, 227, 245, 250, 255, 230, 246, 250, 255, 233, 247, 251, 255, 236, 249, 252, 255, 239, 247, 250, 255, 240, 241, 246, + 255, 243, 250, 252, 255, 244, 245, 249, 255, 245, 245, 248, 255, 247, 247, 250, 255, 248, 249, 251, 255, 249, 251, 252, 255, 250, 252, 253, 255, 251, 254, + 254, 255, 252, 254, 254, 255, 252, 254, 255, 255, 252, 254, 254, 255, 253, 254, 254, 255, 253, 253, 254, 255, 253, 254, 254, 255, 253, 254, 255, 255, 253, + 254, 255, 255, 253, 254, 254, 255, 253, 255, 255, 255, 253, 254, 254, 255, 253, 254, 254, 255, 253, 254, 254, 255, 253, 253, 254, 255, 253, 253, 254, 255, + 252, 253, 254, 255, 253, 254, 255, 255, 253, 254, 255, 255, 253, 254, 255, 255, 252, 254, 254, 255, 252, 254, 254, 255, 251, 254, 255, 255, 251, 254, 255, + 255, 250, 253, 254, 255, 250, 253, 254, 255, 249, 253, 255, 255, 248, 253, 254, 255, 247, 252, 254, 255, 246, 252, 254, 255, 245, 252, 254, 255, 243, 252, + 254, 255, 242, 251, 254, 255, 241, 251, 254, 255, 239, 250, 254, 255, 238, 250, 253, 255, 236, 249, 254, 255, 234, 249, 254, 255, 232, 248, 253, 255, 230, + 248, 253, 255, 228, 248, 253, 255, 226, 247, 253, 255, 223, 246, 253, 255, 220, 245, 253, 255, 210, 243, 251, 255, 214, 244, 252, 255, 204, 224, 235, 255, + 193, 192, 211, 255, 190, 185, 208, 255, 190, 185, 206, 255, 190, 184, 205, 255, 189, 184, 206, 255, 191, 185, 207, 255, 194, 232, 244, 255, 192, 237, 249, + 255, 192, 237, 248, 255, 191, 236, 248, 255, 192, 236, 247, 255, 193, 236, 247, 255, 194, 235, 246, 255, 195, 235, 246, 255, 196, 235, 245, 255, 197, 234, + 245, 255, 198, 234, 245, 255, 199, 233, 243, 255, 202, 221, 231, 255, 211, 211, 222, 255, 208, 215, 225, 255, 201, 228, 239, 255, 201, 231, 241, 255, 202, + 231, 240, 255, 223, 225, 229, 255, 228, 217, 222, 255, 226, 215, 221, 255, 226, 217, 222, 255, 229, 221, 224, 255, 233, 223, 223, 255, 241, 228, 221, 255, + 243, 231, 221, 255, 243, 230, 221, 255, 242, 227, 219, 255, 246, 234, 221, 255, 244, 232, 220, 255, 229, 214, 217, 255, 222, 209, 217, 255, 227, 212, 217, + 255, 243, 226, 224, 255, 243, 227, 224, 255, 247, 232, 227, 255, 249, 236, 229, 255, 250, 237, 230, 255, 248, 232, 226, 255, 249, 234, 226, 255, 250, 237, + 230, 255, 249, 238, 232, 255, 246, 236, 236, 255, 211, 220, 230, 255, 188, 211, 224, 255, 184, 210, 223, 255, 182, 208, 222, 255, 181, 207, 221, 255, 180, + 206, 221, 255, 178, 205, 220, 255, 177, 204, 219, 255, 175, 202, 217, 255, 174, 200, 216, 255, 173, 197, 213, 255, 172, 194, 211, 255, 170, 199, 216, 255, + 218, 244, 250, 255, 223, 245, 250, 255, 226, 247, 251, 255, 230, 248, 252, 255, 234, 249, 252, 255, 236, 249, 253, 255, 238, 243, 247, 255, 239, 244, 248, + 255, 244, 252, 254, 255, 245, 251, 253, 255, 244, 245, 248, 255, 246, 247, 250, 255, 247, 249, 251, 255, 249, 250, 252, 255, 251, 254, 254, 255, 252, 254, + 255, 255, 252, 254, 255, 255, 252, 254, 254, 255, 253, 254, 254, 255, 252, 253, 253, 255, 253, 254, 254, 255, 254, 254, 255, 255, 254, 254, 255, 255, 254, + 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 253, 254, 255, 255, 253, 255, 255, 255, 252, 253, 254, 255, 252, 253, 254, 255, + 252, 253, 253, 255, 253, 254, 255, 255, 253, 254, 255, 255, 252, 254, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 251, 253, 254, 255, 251, 254, 255, + 255, 250, 253, 254, 255, 249, 253, 254, 255, 248, 253, 254, 255, 247, 252, 254, 255, 246, 252, 254, 255, 244, 252, 254, 255, 242, 251, 254, 255, 240, 250, + 253, 255, 238, 250, 253, 255, 236, 249, 253, 255, 234, 249, 253, 255, 230, 248, 252, 255, 228, 247, 252, 255, 225, 247, 252, 255, 223, 246, 252, 255, 219, + 245, 251, 255, 216, 244, 251, 255, 213, 243, 251, 255, 210, 243, 251, 255, 208, 241, 250, 255, 201, 238, 248, 255, 202, 239, 249, 255, 200, 235, 245, 255, + 195, 201, 219, 255, 192, 186, 208, 255, 192, 186, 207, 255, 192, 185, 207, 255, 193, 188, 208, 255, 194, 207, 224, 255, 193, 233, 244, 255, 193, 232, 243, + 255, 194, 232, 243, 255, 195, 232, 243, 255, 196, 232, 243, 255, 197, 231, 243, 255, 198, 231, 242, 255, 199, 231, 242, 255, 200, 231, 242, 255, 201, 231, + 242, 255, 201, 231, 241, 255, 202, 230, 240, 255, 205, 221, 231, 255, 214, 214, 224, 255, 211, 216, 227, 255, 204, 228, 238, 255, 205, 230, 240, 255, 205, + 230, 239, 255, 208, 230, 238, 255, 230, 228, 230, 255, 235, 225, 226, 255, 234, 225, 226, 255, 236, 227, 227, 255, 242, 231, 225, 255, 243, 231, 223, 255, + 243, 230, 223, 255, 243, 229, 222, 255, 241, 227, 221, 255, 247, 236, 223, 255, 244, 233, 222, 255, 229, 214, 219, 255, 223, 211, 219, 255, 225, 213, 219, + 255, 243, 226, 224, 255, 244, 227, 225, 255, 246, 230, 226, 255, 249, 235, 229, 255, 250, 237, 230, 255, 248, 233, 227, 255, 251, 239, 231, 255, 251, 237, + 229, 255, 246, 228, 224, 255, 250, 238, 233, 255, 245, 235, 237, 255, 208, 219, 231, 255, 195, 214, 227, 255, 198, 213, 227, 255, 189, 211, 224, 255, 182, + 208, 222, 255, 180, 207, 221, 255, 179, 206, 221, 255, 177, 205, 219, 255, 176, 202, 218, 255, 174, 200, 216, 255, 173, 196, 213, 255, 172, 201, 217, 255, + 217, 243, 249, 255, 221, 245, 250, 255, 225, 246, 251, 255, 228, 247, 251, 255, 231, 248, 252, 255, 234, 247, 251, 255, 235, 236, 242, 255, 239, 248, 251, + 255, 241, 251, 253, 255, 243, 251, 253, 255, 243, 244, 248, 255, 246, 250, 252, 255, 248, 253, 254, 255, 248, 253, 254, 255, 250, 253, 254, 255, 250, 253, + 254, 255, 251, 253, 254, 255, 251, 252, 253, 255, 251, 252, 253, 255, 252, 253, 254, 255, 252, 254, 255, 255, 252, 254, 255, 255, 252, 254, 255, 255, 252, + 254, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 252, 253, 253, 255, 251, 253, 253, 255, + 251, 253, 253, 255, 251, 254, 255, 255, 251, 253, 254, 255, 251, 254, 254, 255, 250, 254, 254, 255, 250, 253, 254, 255, 249, 253, 254, 255, 248, 253, 254, + 255, 247, 253, 254, 255, 246, 252, 254, 255, 245, 252, 254, 255, 243, 252, 254, 255, 241, 251, 253, 255, 240, 251, 253, 255, 238, 250, 253, 255, 237, 250, + 253, 255, 235, 249, 253, 255, 233, 249, 253, 255, 231, 248, 252, 255, 229, 247, 253, 255, 227, 247, 252, 255, 225, 246, 252, 255, 223, 246, 252, 255, 221, + 245, 252, 255, 219, 245, 252, 255, 218, 245, 252, 255, 216, 243, 252, 255, 214, 243, 251, 255, 206, 241, 250, 255, 209, 242, 250, 255, 209, 242, 250, 255, + 203, 235, 246, 255, 195, 215, 230, 255, 195, 210, 226, 255, 196, 215, 230, 255, 198, 227, 239, 255, 201, 237, 248, 255, 198, 238, 248, 255, 197, 237, 248, + 255, 197, 237, 248, 255, 198, 237, 248, 255, 199, 237, 248, 255, 200, 237, 247, 255, 202, 237, 247, 255, 202, 237, 246, 255, 203, 237, 246, 255, 204, 236, + 246, 255, 205, 236, 246, 255, 206, 235, 244, 255, 208, 225, 234, 255, 216, 216, 226, 255, 214, 219, 228, 255, 208, 232, 241, 255, 208, 235, 243, 255, 209, + 235, 243, 255, 209, 234, 243, 255, 214, 235, 242, 255, 239, 233, 231, 255, 239, 230, 229, 255, 240, 232, 229, 255, 244, 234, 225, 255, 242, 230, 224, 255, + 244, 233, 225, 255, 242, 229, 224, 255, 238, 224, 222, 255, 247, 236, 225, 255, 244, 232, 224, 255, 228, 215, 221, 255, 225, 214, 221, 255, 226, 215, 221, + 255, 242, 226, 225, 255, 244, 228, 226, 255, 244, 228, 225, 255, 248, 235, 229, 255, 250, 238, 231, 255, 249, 236, 230, 255, 251, 239, 231, 255, 251, 239, + 231, 255, 246, 228, 223, 255, 248, 232, 227, 255, 249, 237, 233, 255, 241, 234, 237, 255, 243, 229, 239, 255, 238, 223, 236, 255, 225, 220, 233, 255, 212, + 216, 230, 255, 194, 211, 225, 255, 181, 208, 222, 255, 179, 206, 221, 255, 178, 205, 219, 255, 176, 202, 217, 255, 175, 197, 213, 255, 173, 202, 218, 255, + 214, 240, 247, 255, 218, 242, 248, 255, 222, 244, 249, 255, 225, 245, 250, 255, 229, 246, 251, 255, 231, 241, 247, 255, 233, 237, 243, 255, 238, 250, 252, + 255, 240, 250, 253, 255, 242, 248, 251, 255, 242, 243, 247, 255, 245, 252, 253, 255, 247, 253, 254, 255, 248, 253, 254, 255, 249, 253, 254, 255, 250, 253, + 254, 255, 250, 251, 252, 255, 250, 252, 253, 255, 251, 254, 254, 255, 252, 254, 254, 255, 252, 254, 255, 255, 252, 254, 255, 255, 253, 254, 254, 255, 253, + 254, 254, 255, 253, 254, 254, 255, 253, 254, 254, 255, 252, 254, 254, 255, 253, 254, 255, 255, 253, 254, 255, 255, 251, 253, 253, 255, 251, 252, 253, 255, + 250, 252, 253, 255, 252, 254, 254, 255, 252, 254, 254, 255, 251, 254, 254, 255, 252, 254, 255, 255, 251, 254, 255, 255, 251, 253, 254, 255, 250, 253, 254, + 255, 250, 253, 254, 255, 249, 253, 254, 255, 248, 253, 254, 255, 247, 252, 254, 255, 246, 252, 254, 255, 245, 252, 254, 255, 244, 251, 254, 255, 242, 251, + 254, 255, 241, 251, 254, 255, 240, 250, 254, 255, 238, 249, 254, 255, 236, 249, 254, 255, 234, 249, 254, 255, 231, 248, 253, 255, 230, 248, 253, 255, 227, + 247, 253, 255, 225, 246, 252, 255, 222, 246, 252, 255, 220, 245, 252, 255, 217, 244, 252, 255, 210, 241, 250, 255, 212, 242, 251, 255, 212, 242, 251, 255, + 210, 241, 250, 255, 208, 240, 250, 255, 206, 240, 249, 255, 205, 239, 249, 255, 204, 238, 249, 255, 203, 238, 248, 255, 202, 237, 248, 255, 200, 237, 247, + 255, 201, 237, 246, 255, 202, 236, 246, 255, 203, 236, 246, 255, 204, 236, 245, 255, 205, 236, 245, 255, 206, 235, 245, 255, 207, 235, 244, 255, 208, 235, + 244, 255, 209, 235, 244, 255, 209, 234, 243, 255, 212, 226, 235, 255, 219, 219, 228, 255, 218, 221, 230, 255, 211, 232, 240, 255, 212, 234, 242, 255, 212, + 234, 242, 255, 212, 234, 242, 255, 213, 234, 242, 255, 233, 232, 233, 255, 241, 232, 231, 255, 243, 234, 229, 255, 242, 231, 227, 255, 244, 234, 227, 255, + 241, 231, 226, 255, 239, 226, 225, 255, 238, 224, 224, 255, 246, 236, 227, 255, 243, 232, 226, 255, 228, 216, 222, 255, 227, 217, 224, 255, 228, 218, 224, + 255, 242, 227, 226, 255, 244, 228, 227, 255, 245, 228, 226, 255, 248, 234, 229, 255, 249, 237, 231, 255, 250, 237, 231, 255, 251, 238, 231, 255, 252, 241, + 232, 255, 251, 238, 230, 255, 246, 226, 222, 255, 249, 237, 231, 255, 245, 236, 234, 255, 244, 232, 238, 255, 232, 221, 233, 255, 215, 216, 229, 255, 206, + 213, 226, 255, 190, 209, 223, 255, 184, 207, 221, 255, 182, 206, 220, 255, 180, 203, 218, 255, 178, 201, 216, 255, 177, 197, 213, 255, 175, 200, 215, 255, + 215, 244, 251, 255, 219, 245, 251, 255, 223, 247, 252, 255, 227, 248, 252, 255, 230, 248, 252, 255, 228, 233, 241, 255, 234, 242, 247, 255, 240, 251, 253, + 255, 242, 251, 253, 255, 238, 242, 247, 255, 242, 246, 250, 255, 246, 252, 254, 255, 248, 253, 254, 255, 248, 253, 254, 255, 247, 251, 252, 255, 248, 249, + 251, 255, 250, 252, 253, 255, 251, 253, 254, 255, 251, 254, 255, 255, 251, 254, 254, 255, 252, 254, 255, 255, 252, 254, 254, 255, 252, 254, 254, 255, 252, + 254, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 252, 254, 254, 255, 250, 252, 253, 255, 249, 251, 252, 255, + 249, 252, 253, 255, 250, 253, 254, 255, 251, 254, 255, 255, 250, 253, 254, 255, 249, 253, 254, 255, 248, 253, 254, 255, 248, 253, 254, 255, 246, 252, 254, + 255, 246, 252, 254, 255, 244, 252, 253, 255, 243, 251, 253, 255, 241, 251, 254, 255, 239, 250, 253, 255, 237, 250, 253, 255, 236, 250, 253, 255, 234, 249, + 253, 255, 231, 248, 253, 255, 229, 248, 253, 255, 227, 247, 252, 255, 224, 247, 252, 255, 222, 246, 252, 255, 219, 245, 251, 255, 217, 244, 251, 255, 215, + 243, 251, 255, 212, 243, 250, 255, 210, 242, 250, 255, 209, 241, 250, 255, 207, 240, 249, 255, 203, 238, 247, 255, 204, 239, 247, 255, 204, 238, 247, 255, + 204, 238, 248, 255, 203, 238, 247, 255, 203, 237, 246, 255, 203, 236, 246, 255, 203, 236, 246, 255, 204, 236, 245, 255, 203, 235, 245, 255, 203, 235, 245, + 255, 204, 235, 244, 255, 205, 235, 244, 255, 207, 235, 244, 255, 208, 235, 244, 255, 209, 235, 244, 255, 210, 235, 244, 255, 211, 235, 244, 255, 212, 235, + 244, 255, 212, 235, 244, 255, 213, 235, 243, 255, 215, 228, 236, 255, 222, 221, 230, 255, 220, 224, 231, 255, 215, 233, 241, 255, 215, 235, 243, 255, 216, + 235, 243, 255, 216, 236, 243, 255, 219, 236, 242, 255, 237, 226, 228, 255, 240, 230, 229, 255, 244, 234, 230, 255, 244, 234, 229, 255, 249, 241, 231, 255, + 236, 225, 226, 255, 240, 228, 227, 255, 237, 224, 226, 255, 246, 236, 229, 255, 242, 232, 228, 255, 230, 219, 225, 255, 230, 220, 226, 255, 231, 222, 226, + 255, 241, 227, 227, 255, 242, 227, 227, 255, 245, 229, 228, 255, 247, 233, 229, 255, 250, 236, 231, 255, 250, 238, 231, 255, 251, 239, 231, 255, 252, 241, + 233, 255, 252, 241, 232, 255, 247, 230, 225, 255, 249, 236, 229, 255, 247, 237, 233, 255, 243, 235, 236, 255, 220, 225, 233, 255, 196, 215, 227, 255, 192, + 213, 225, 255, 189, 212, 224, 255, 188, 210, 224, 255, 184, 209, 222, 255, 182, 206, 220, 255, 181, 204, 218, 255, 179, 199, 215, 255, 177, 201, 217, 255, + 210, 239, 247, 255, 214, 241, 248, 255, 217, 242, 249, 255, 220, 243, 249, 255, 224, 241, 247, 255, 226, 228, 238, 255, 230, 246, 250, 255, 233, 248, 251, + 255, 236, 247, 250, 255, 236, 237, 243, 255, 239, 247, 250, 255, 241, 250, 251, 255, 244, 250, 251, 255, 244, 246, 249, 255, 244, 247, 250, 255, 246, 251, + 253, 255, 248, 253, 254, 255, 248, 253, 254, 255, 249, 253, 254, 255, 249, 253, 254, 255, 250, 253, 254, 255, 250, 253, 254, 255, 250, 253, 254, 255, 250, + 253, 254, 255, 251, 254, 254, 255, 251, 254, 255, 255, 250, 253, 254, 255, 251, 253, 254, 255, 250, 253, 254, 255, 248, 251, 252, 255, 248, 250, 251, 255, + 248, 251, 252, 255, 250, 253, 254, 255, 250, 253, 254, 255, 249, 253, 254, 255, 249, 253, 254, 255, 248, 253, 254, 255, 248, 252, 254, 255, 247, 252, 254, + 255, 246, 252, 254, 255, 245, 252, 254, 255, 244, 252, 254, 255, 243, 251, 254, 255, 242, 251, 254, 255, 241, 251, 254, 255, 240, 251, 254, 255, 239, 250, + 254, 255, 237, 250, 254, 255, 237, 249, 254, 255, 235, 249, 254, 255, 233, 249, 254, 255, 231, 248, 253, 255, 230, 248, 253, 255, 228, 247, 253, 255, 227, + 247, 253, 255, 225, 246, 253, 255, 223, 246, 253, 255, 222, 246, 253, 255, 220, 245, 253, 255, 213, 243, 252, 255, 216, 243, 252, 255, 216, 243, 252, 255, + 215, 243, 252, 255, 214, 243, 251, 255, 213, 242, 251, 255, 212, 241, 251, 255, 211, 241, 250, 255, 210, 241, 250, 255, 208, 241, 250, 255, 208, 240, 249, + 255, 208, 240, 249, 255, 209, 240, 249, 255, 210, 240, 249, 255, 211, 240, 248, 255, 212, 240, 248, 255, 213, 240, 248, 255, 214, 240, 248, 255, 215, 239, + 247, 255, 216, 239, 247, 255, 216, 239, 246, 255, 218, 231, 239, 255, 225, 224, 232, 255, 223, 226, 233, 255, 218, 236, 243, 255, 219, 239, 246, 255, 219, + 239, 245, 255, 219, 238, 245, 255, 232, 234, 237, 255, 242, 231, 229, 255, 243, 233, 230, 255, 245, 236, 231, 255, 248, 241, 232, 255, 247, 239, 232, 255, + 235, 223, 227, 255, 243, 232, 230, 255, 238, 226, 228, 255, 245, 235, 230, 255, 242, 232, 229, 255, 233, 223, 227, 255, 234, 225, 228, 255, 234, 225, 228, + 255, 243, 230, 229, 255, 241, 227, 228, 255, 244, 229, 229, 255, 246, 232, 229, 255, 249, 236, 231, 255, 250, 238, 231, 255, 251, 239, 232, 255, 252, 240, + 232, 255, 252, 242, 233, 255, 249, 234, 227, 255, 249, 233, 226, 255, 249, 238, 233, 255, 246, 236, 234, 255, 242, 234, 236, 255, 233, 226, 234, 255, 217, + 219, 230, 255, 204, 216, 228, 255, 201, 213, 227, 255, 201, 212, 226, 255, 197, 209, 223, 255, 185, 206, 219, 255, 181, 200, 216, 255, 179, 202, 217, 255, + 210, 243, 250, 255, 215, 244, 251, 255, 218, 245, 252, 255, 218, 239, 245, 255, 223, 234, 242, 255, 225, 233, 242, 255, 233, 249, 253, 255, 236, 250, 253, + 255, 235, 242, 248, 255, 234, 237, 243, 255, 237, 246, 248, 255, 239, 246, 248, 255, 241, 244, 247, 255, 241, 246, 248, 255, 242, 247, 249, 255, 244, 247, + 249, 255, 245, 249, 251, 255, 249, 253, 254, 255, 250, 253, 254, 255, 251, 254, 254, 255, 251, 254, 255, 255, 251, 254, 255, 255, 251, 254, 254, 255, 251, + 254, 254, 255, 252, 254, 255, 255, 252, 254, 255, 255, 251, 253, 254, 255, 251, 254, 254, 255, 251, 253, 254, 255, 248, 251, 253, 255, 247, 250, 251, 255, + 247, 250, 252, 255, 250, 253, 254, 255, 250, 254, 255, 255, 250, 253, 254, 255, 250, 253, 255, 255, 249, 253, 254, 255, 248, 253, 254, 255, 247, 252, 254, + 255, 246, 252, 254, 255, 246, 252, 254, 255, 244, 251, 254, 255, 243, 251, 254, 255, 241, 250, 253, 255, 240, 250, 253, 255, 238, 250, 253, 255, 236, 249, + 254, 255, 235, 249, 253, 255, 233, 248, 253, 255, 230, 248, 253, 255, 228, 247, 252, 255, 226, 246, 252, 255, 224, 246, 252, 255, 222, 245, 252, 255, 220, + 245, 252, 255, 218, 244, 252, 255, 216, 244, 251, 255, 214, 242, 250, 255, 213, 242, 250, 255, 208, 239, 249, 255, 209, 240, 249, 255, 209, 240, 249, 255, + 209, 239, 249, 255, 209, 239, 248, 255, 209, 239, 247, 255, 208, 238, 247, 255, 209, 238, 247, 255, 209, 238, 247, 255, 209, 237, 246, 255, 209, 237, 246, + 255, 211, 237, 245, 255, 212, 237, 245, 255, 214, 237, 245, 255, 215, 237, 245, 255, 215, 237, 245, 255, 217, 237, 244, 255, 218, 237, 245, 255, 218, 237, + 245, 255, 219, 237, 244, 255, 220, 237, 244, 255, 222, 232, 238, 255, 228, 227, 233, 255, 227, 228, 235, 255, 222, 235, 241, 255, 222, 238, 244, 255, 222, + 238, 244, 255, 223, 238, 244, 255, 243, 236, 234, 255, 242, 232, 231, 255, 245, 236, 233, 255, 249, 242, 234, 255, 250, 243, 235, 255, 242, 233, 232, 255, + 239, 228, 231, 255, 242, 232, 231, 255, 238, 228, 230, 255, 244, 234, 231, 255, 242, 232, 231, 255, 235, 226, 230, 255, 237, 229, 231, 255, 236, 228, 230, + 255, 243, 231, 231, 255, 242, 229, 229, 255, 243, 229, 229, 255, 247, 233, 230, 255, 249, 236, 231, 255, 250, 239, 233, 255, 251, 240, 233, 255, 252, 241, + 233, 255, 253, 243, 234, 255, 250, 236, 229, 255, 249, 233, 226, 255, 250, 238, 232, 255, 247, 237, 234, 255, 244, 236, 235, 255, 245, 234, 235, 255, 247, + 226, 230, 255, 241, 221, 228, 255, 237, 222, 232, 255, 217, 216, 229, 255, 191, 208, 221, 255, 185, 205, 219, 255, 183, 201, 216, 255, 181, 201, 216, 255, + 206, 240, 248, 255, 211, 242, 249, 255, 215, 243, 250, 255, 217, 238, 245, 255, 218, 221, 233, 255, 223, 240, 247, 255, 224, 242, 248, 255, 226, 238, 245, + 255, 230, 232, 240, 255, 237, 242, 245, 255, 244, 248, 249, 255, 237, 240, 245, 255, 238, 244, 247, 255, 239, 245, 248, 255, 241, 245, 248, 255, 242, 245, + 248, 255, 243, 245, 248, 255, 244, 247, 250, 255, 246, 252, 254, 255, 247, 253, 254, 255, 248, 252, 254, 255, 248, 253, 254, 255, 248, 253, 254, 255, 248, + 253, 254, 255, 248, 253, 254, 255, 248, 253, 254, 255, 248, 253, 254, 255, 248, 253, 254, 255, 248, 252, 254, 255, 246, 250, 252, 255, 246, 249, 251, 255, + 245, 249, 251, 255, 246, 252, 254, 255, 246, 252, 254, 255, 246, 252, 254, 255, 245, 252, 254, 255, 244, 252, 253, 255, 243, 252, 254, 255, 242, 251, 253, + 255, 241, 251, 253, 255, 239, 251, 253, 255, 238, 250, 253, 255, 236, 250, 253, 255, 235, 249, 253, 255, 233, 248, 253, 255, 231, 248, 253, 255, 230, 247, + 252, 255, 228, 247, 252, 255, 226, 247, 252, 255, 224, 247, 252, 255, 222, 246, 251, 255, 221, 245, 252, 255, 220, 245, 251, 255, 218, 244, 251, 255, 217, + 243, 251, 255, 216, 243, 250, 255, 214, 243, 250, 255, 214, 242, 250, 255, 213, 242, 250, 255, 209, 240, 248, 255, 211, 240, 249, 255, 212, 240, 249, 255, + 212, 240, 248, 255, 212, 240, 248, 255, 213, 240, 248, 255, 213, 240, 248, 255, 213, 239, 248, 255, 213, 239, 247, 255, 213, 239, 247, 255, 213, 239, 247, + 255, 214, 239, 247, 255, 216, 239, 247, 255, 217, 239, 247, 255, 218, 240, 247, 255, 219, 240, 247, 255, 220, 240, 247, 255, 221, 240, 247, 255, 221, 240, + 247, 255, 223, 240, 247, 255, 223, 240, 246, 255, 225, 235, 241, 255, 231, 229, 235, 255, 230, 230, 236, 255, 225, 238, 244, 255, 225, 241, 246, 255, 225, + 241, 246, 255, 232, 240, 244, 255, 244, 235, 233, 255, 241, 231, 233, 255, 242, 233, 233, 255, 248, 240, 235, 255, 249, 243, 236, 255, 240, 230, 232, 255, + 240, 231, 233, 255, 241, 232, 233, 255, 239, 230, 232, 255, 245, 235, 233, 255, 242, 233, 233, 255, 239, 231, 233, 255, 240, 232, 233, 255, 238, 230, 232, + 255, 244, 233, 232, 255, 245, 232, 232, 255, 242, 229, 230, 255, 246, 233, 231, 255, 248, 236, 232, 255, 251, 240, 234, 255, 252, 241, 234, 255, 252, 241, + 233, 255, 253, 242, 233, 255, 251, 240, 231, 255, 248, 231, 225, 255, 251, 239, 231, 255, 248, 238, 234, 255, 246, 236, 234, 255, 244, 236, 235, 255, 245, + 235, 232, 255, 215, 220, 228, 255, 199, 215, 227, 255, 193, 213, 226, 255, 189, 210, 223, 255, 187, 208, 221, 255, 185, 204, 218, 255, 183, 204, 218, 255, + 203, 229, 238, 255, 208, 237, 245, 255, 212, 240, 247, 255, 214, 232, 241, 255, 215, 219, 232, 255, 220, 238, 244, 255, 222, 229, 238, 255, 224, 232, 240, + 255, 228, 230, 239, 255, 248, 250, 250, 255, 243, 245, 248, 255, 238, 242, 246, 255, 235, 244, 246, 255, 237, 243, 246, 255, 238, 243, 247, 255, 240, 242, + 247, 255, 241, 242, 247, 255, 243, 243, 248, 255, 244, 248, 251, 255, 247, 253, 254, 255, 248, 253, 254, 255, 248, 252, 254, 255, 248, 253, 254, 255, 249, + 253, 254, 255, 249, 252, 253, 255, 249, 253, 254, 255, 248, 252, 254, 255, 249, 253, 254, 255, 248, 253, 254, 255, 244, 249, 251, 255, 245, 248, 249, 255, + 244, 249, 250, 255, 247, 252, 254, 255, 248, 253, 254, 255, 248, 253, 254, 255, 247, 252, 254, 255, 246, 252, 254, 255, 246, 252, 254, 255, 245, 251, 253, + 255, 245, 251, 253, 255, 243, 251, 253, 255, 242, 251, 254, 255, 241, 251, 254, 255, 240, 250, 253, 255, 240, 250, 254, 255, 238, 249, 254, 255, 236, 249, + 254, 255, 235, 249, 254, 255, 234, 248, 254, 255, 232, 249, 253, 255, 231, 248, 253, 255, 229, 247, 253, 255, 228, 247, 253, 255, 226, 246, 253, 255, 224, + 246, 253, 255, 223, 245, 253, 255, 222, 245, 252, 255, 221, 244, 252, 255, 219, 244, 251, 255, 214, 242, 251, 255, 216, 242, 251, 255, 217, 243, 251, 255, + 217, 242, 251, 255, 216, 242, 250, 255, 216, 242, 250, 255, 216, 241, 250, 255, 216, 241, 249, 255, 215, 241, 249, 255, 215, 241, 248, 255, 216, 241, 248, + 255, 217, 241, 248, 255, 219, 241, 247, 255, 220, 241, 248, 255, 221, 241, 247, 255, 222, 241, 247, 255, 223, 241, 247, 255, 224, 241, 247, 255, 224, 241, + 247, 255, 225, 241, 247, 255, 226, 241, 247, 255, 228, 236, 242, 255, 233, 231, 237, 255, 233, 232, 238, 255, 228, 239, 244, 255, 228, 242, 246, 255, 228, + 242, 246, 255, 231, 242, 245, 255, 240, 234, 236, 255, 242, 233, 235, 255, 241, 232, 234, 255, 242, 234, 235, 255, 242, 234, 235, 255, 242, 234, 235, 255, + 241, 233, 235, 255, 241, 233, 235, 255, 241, 232, 234, 255, 246, 238, 236, 255, 242, 234, 235, 255, 244, 236, 235, 255, 241, 234, 235, 255, 240, 232, 234, + 255, 245, 235, 234, 255, 246, 235, 234, 255, 243, 231, 232, 255, 244, 232, 232, 255, 248, 235, 233, 255, 250, 239, 234, 255, 252, 242, 234, 255, 252, 242, + 234, 255, 252, 242, 233, 255, 252, 242, 233, 255, 249, 234, 228, 255, 251, 238, 230, 255, 249, 239, 234, 255, 247, 237, 234, 255, 245, 236, 234, 255, 246, + 237, 235, 255, 237, 232, 229, 255, 197, 215, 226, 255, 198, 215, 226, 255, 191, 211, 224, 255, 189, 208, 221, 255, 187, 204, 218, 255, 185, 203, 218, 255, + 200, 218, 229, 255, 203, 220, 231, 255, 207, 236, 244, 255, 210, 219, 232, 255, 214, 228, 239, 255, 216, 232, 240, 255, 219, 226, 236, 255, 222, 228, 237, + 255, 228, 232, 240, 255, 242, 245, 247, 255, 233, 235, 242, 255, 234, 242, 245, 255, 232, 241, 245, 255, 234, 240, 245, 255, 235, 239, 244, 255, 237, 238, + 245, 255, 238, 239, 245, 255, 240, 240, 246, 255, 241, 242, 247, 255, 244, 251, 253, 255, 246, 252, 254, 255, 246, 252, 254, 255, 246, 252, 254, 255, 247, + 252, 254, 255, 247, 252, 254, 255, 247, 252, 254, 255, 246, 252, 253, 255, 246, 252, 254, 255, 245, 252, 253, 255, 242, 248, 250, 255, 241, 246, 248, 255, + 240, 246, 249, 255, 243, 251, 253, 255, 244, 251, 253, 255, 243, 251, 253, 255, 242, 251, 253, 255, 240, 250, 252, 255, 238, 248, 250, 255, 240, 246, 247, + 255, 233, 242, 246, 255, 235, 248, 252, 255, 234, 248, 252, 255, 233, 248, 252, 255, 231, 247, 252, 255, 228, 246, 251, 255, 227, 246, 251, 255, 225, 246, + 251, 255, 222, 245, 251, 255, 221, 245, 250, 255, 219, 244, 250, 255, 217, 243, 250, 255, 215, 242, 250, 255, 214, 242, 249, 255, 212, 241, 249, 255, 211, + 240, 248, 255, 210, 240, 248, 255, 210, 239, 248, 255, 209, 239, 247, 255, 209, 239, 247, 255, 208, 237, 246, 255, 209, 238, 246, 255, 210, 238, 246, 255, + 211, 237, 246, 255, 212, 237, 245, 255, 213, 237, 245, 255, 214, 237, 245, 255, 215, 237, 245, 255, 217, 237, 245, 255, 218, 238, 245, 255, 219, 237, 244, + 255, 221, 238, 245, 255, 222, 238, 245, 255, 223, 239, 245, 255, 224, 239, 245, 255, 225, 239, 245, 255, 226, 239, 245, 255, 226, 239, 245, 255, 227, 240, + 245, 255, 228, 240, 246, 255, 229, 240, 245, 255, 231, 237, 241, 255, 235, 233, 238, 255, 235, 234, 239, 255, 231, 240, 244, 255, 231, 241, 246, 255, 231, + 242, 246, 255, 231, 242, 246, 255, 234, 241, 244, 255, 243, 236, 237, 255, 244, 235, 237, 255, 244, 236, 237, 255, 243, 235, 237, 255, 246, 238, 238, 255, + 246, 239, 238, 255, 244, 237, 237, 255, 243, 235, 236, 255, 247, 240, 238, 255, 246, 238, 238, 255, 247, 240, 238, 255, 243, 236, 237, 255, 241, 234, 236, + 255, 246, 238, 236, 255, 247, 237, 235, 255, 245, 235, 234, 255, 243, 232, 233, 255, 249, 237, 234, 255, 250, 239, 235, 255, 252, 242, 236, 255, 252, 243, + 235, 255, 252, 242, 233, 255, 252, 242, 234, 255, 250, 236, 230, 255, 251, 239, 231, 255, 250, 240, 234, 255, 248, 238, 235, 255, 246, 236, 234, 255, 245, + 236, 234, 255, 249, 239, 234, 255, 222, 226, 227, 255, 196, 213, 225, 255, 194, 211, 223, 255, 191, 209, 222, 255, 189, 205, 219, 255, 187, 203, 218, 255, + 198, 215, 227, 255, 200, 220, 232, 255, 204, 221, 232, 255, 207, 208, 226, 255, 210, 223, 236, 255, 215, 230, 239, 255, 216, 225, 235, 255, 218, 220, 233, + 255, 222, 234, 240, 255, 226, 230, 239, 255, 227, 236, 242, 255, 228, 237, 243, 255, 230, 236, 243, 255, 231, 236, 243, 255, 233, 235, 243, 255, 234, 235, + 243, 255, 236, 236, 244, 255, 237, 237, 244, 255, 238, 238, 245, 255, 240, 247, 250, 255, 242, 249, 252, 255, 242, 249, 252, 255, 243, 249, 252, 255, 243, + 250, 252, 255, 243, 250, 252, 255, 243, 250, 252, 255, 243, 250, 252, 255, 243, 250, 252, 255, 242, 249, 252, 255, 240, 246, 249, 255, 239, 245, 247, 255, + 238, 245, 248, 255, 241, 249, 251, 255, 241, 249, 252, 255, 241, 249, 251, 255, 243, 249, 249, 255, 245, 248, 247, 255, 246, 247, 246, 255, 243, 244, 244, + 255, 229, 235, 241, 255, 235, 247, 251, 255, 234, 246, 250, 255, 232, 246, 250, 255, 231, 246, 250, 255, 230, 245, 250, 255, 228, 244, 250, 255, 227, 244, + 250, 255, 226, 244, 250, 255, 224, 244, 250, 255, 223, 243, 249, 255, 222, 242, 249, 255, 220, 242, 249, 255, 220, 242, 249, 255, 219, 242, 249, 255, 218, + 241, 249, 255, 217, 241, 249, 255, 217, 241, 249, 255, 216, 241, 249, 255, 216, 240, 249, 255, 213, 240, 248, 255, 215, 240, 249, 255, 217, 241, 248, 255, + 217, 240, 248, 255, 217, 240, 248, 255, 218, 240, 248, 255, 218, 240, 248, 255, 219, 241, 248, 255, 220, 241, 247, 255, 221, 241, 248, 255, 223, 241, 248, + 255, 224, 241, 247, 255, 225, 241, 247, 255, 226, 242, 247, 255, 227, 241, 247, 255, 228, 242, 247, 255, 229, 242, 247, 255, 230, 243, 248, 255, 231, 243, + 247, 255, 231, 243, 247, 255, 232, 243, 248, 255, 233, 240, 244, 255, 237, 235, 240, 255, 237, 236, 241, 255, 233, 242, 246, 255, 233, 244, 248, 255, 234, + 244, 248, 255, 233, 244, 247, 255, 234, 244, 248, 255, 244, 239, 240, 255, 245, 237, 239, 255, 244, 237, 239, 255, 246, 238, 239, 255, 248, 241, 240, 255, + 248, 241, 240, 255, 246, 239, 239, 255, 244, 237, 238, 255, 248, 242, 239, 255, 248, 242, 240, 255, 248, 242, 239, 255, 244, 238, 238, 255, 242, 236, 237, + 255, 247, 239, 237, 255, 248, 239, 237, 255, 248, 239, 236, 255, 241, 232, 234, 255, 249, 239, 236, 255, 249, 238, 235, 255, 252, 243, 236, 255, 253, 244, + 236, 255, 252, 242, 234, 255, 253, 243, 235, 255, 250, 235, 229, 255, 251, 240, 232, 255, 250, 241, 234, 255, 249, 239, 235, 255, 247, 237, 235, 255, 246, + 236, 235, 255, 244, 237, 236, 255, 249, 239, 231, 255, 206, 220, 227, 255, 196, 214, 225, 255, 194, 211, 224, 255, 191, 207, 220, 255, 189, 205, 219, 255, + 194, 211, 225, 255, 197, 220, 233, 255, 201, 214, 229, 255, 204, 208, 225, 255, 207, 215, 230, 255, 212, 225, 236, 255, 213, 224, 236, 255, 216, 220, 232, + 255, 218, 228, 237, 255, 221, 229, 238, 255, 223, 234, 240, 255, 225, 234, 241, 255, 227, 234, 241, 255, 229, 234, 242, 255, 231, 234, 242, 255, 233, 235, + 243, 255, 237, 237, 244, 255, 239, 239, 245, 255, 240, 241, 246, 255, 237, 243, 248, 255, 237, 243, 248, 255, 237, 244, 248, 255, 238, 244, 248, 255, 238, + 244, 248, 255, 238, 244, 248, 255, 238, 244, 248, 255, 238, 244, 247, 255, 238, 244, 247, 255, 237, 243, 247, 255, 237, 243, 247, 255, 236, 243, 246, 255, + 236, 242, 246, 255, 235, 242, 246, 255, 242, 246, 247, 255, 245, 247, 246, 255, 244, 245, 245, 255, 240, 242, 243, 255, 236, 239, 241, 255, 232, 236, 239, + 255, 227, 231, 236, 255, 224, 234, 240, 255, 222, 233, 238, 255, 220, 231, 238, 255, 218, 230, 236, 255, 216, 228, 235, 255, 215, 227, 233, 255, 213, 225, + 233, 255, 212, 224, 231, 255, 210, 223, 230, 255, 209, 221, 229, 255, 209, 220, 228, 255, 209, 218, 227, 255, 209, 217, 226, 255, 209, 217, 225, 255, 210, + 216, 225, 255, 210, 216, 225, 255, 212, 216, 225, 255, 213, 216, 225, 255, 215, 216, 225, 255, 215, 218, 227, 255, 217, 217, 226, 255, 220, 218, 226, 255, + 222, 219, 227, 255, 223, 220, 228, 255, 225, 222, 229, 255, 227, 222, 230, 255, 228, 225, 232, 255, 230, 230, 236, 255, 236, 235, 239, 255, 240, 237, 239, + 255, 240, 236, 239, 255, 238, 235, 238, 255, 236, 233, 237, 255, 236, 233, 238, 255, 236, 233, 238, 255, 236, 234, 239, 255, 237, 235, 239, 255, 237, 236, + 240, 255, 238, 237, 241, 255, 238, 237, 241, 255, 239, 237, 241, 255, 240, 238, 241, 255, 240, 238, 242, 255, 239, 239, 243, 255, 239, 240, 243, 255, 239, + 240, 244, 255, 239, 240, 244, 255, 240, 241, 244, 255, 245, 241, 242, 255, 247, 241, 241, 255, 246, 240, 240, 255, 248, 243, 241, 255, 248, 243, 241, 255, + 249, 244, 242, 255, 247, 241, 241, 255, 246, 239, 240, 255, 248, 242, 240, 255, 249, 244, 241, 255, 249, 243, 241, 255, 246, 240, 241, 255, 243, 237, 239, + 255, 248, 241, 239, 255, 249, 240, 239, 255, 249, 241, 238, 255, 241, 233, 236, 255, 250, 240, 237, 255, 249, 237, 236, 255, 252, 244, 238, 255, 252, 244, + 237, 255, 253, 244, 236, 255, 253, 243, 235, 255, 249, 235, 229, 255, 251, 240, 233, 255, 251, 241, 235, 255, 249, 240, 235, 255, 248, 238, 235, 255, 246, + 237, 235, 255, 244, 236, 235, 255, 247, 238, 235, 255, 234, 229, 226, 255, 201, 208, 222, 255, 199, 205, 220, 255, 197, 203, 218, 255, 193, 201, 216, 255, + 192, 209, 224, 255, 195, 211, 226, 255, 198, 201, 220, 255, 202, 212, 227, 255, 206, 218, 230, 255, 211, 221, 232, 255, 210, 214, 229, 255, 214, 219, 231, + 255, 218, 225, 236, 255, 224, 236, 241, 255, 231, 241, 245, 255, 236, 243, 247, 255, 242, 245, 249, 255, 246, 249, 250, 255, 249, 251, 252, 255, 251, 252, + 253, 255, 252, 253, 253, 255, 253, 253, 253, 255, 250, 252, 252, 255, 239, 244, 248, 255, 234, 241, 246, 255, 235, 242, 246, 255, 235, 242, 246, 255, 235, + 242, 246, 255, 236, 242, 246, 255, 236, 242, 246, 255, 236, 242, 246, 255, 236, 242, 246, 255, 236, 241, 245, 255, 235, 241, 245, 255, 235, 241, 245, 255, + 234, 240, 244, 255, 234, 240, 244, 255, 240, 243, 244, 255, 236, 239, 242, 255, 232, 236, 240, 255, 230, 235, 239, 255, 229, 233, 237, 255, 228, 232, 237, + 255, 225, 229, 235, 255, 222, 231, 238, 255, 222, 230, 236, 255, 220, 228, 235, 255, 219, 227, 233, 255, 217, 225, 232, 255, 216, 224, 231, 255, 215, 222, + 229, 255, 213, 221, 228, 255, 212, 219, 227, 255, 211, 218, 226, 255, 210, 217, 225, 255, 210, 216, 224, 255, 210, 214, 224, 255, 211, 214, 223, 255, 212, + 214, 223, 255, 212, 214, 223, 255, 214, 214, 223, 255, 216, 214, 223, 255, 217, 214, 223, 255, 219, 214, 223, 255, 221, 215, 224, 255, 223, 217, 225, 255, + 225, 218, 226, 255, 226, 219, 227, 255, 228, 221, 228, 255, 228, 224, 231, 255, 224, 233, 239, 255, 233, 236, 240, 255, 239, 238, 241, 255, 244, 239, 241, + 255, 244, 239, 241, 255, 245, 240, 243, 255, 243, 238, 242, 255, 238, 235, 239, 255, 238, 234, 238, 255, 239, 235, 239, 255, 239, 236, 240, 255, 240, 237, + 241, 255, 240, 237, 241, 255, 240, 238, 242, 255, 241, 239, 242, 255, 241, 239, 243, 255, 241, 240, 243, 255, 241, 241, 244, 255, 241, 241, 244, 255, 242, + 241, 245, 255, 242, 242, 245, 255, 242, 242, 245, 255, 241, 242, 245, 255, 246, 243, 244, 255, 247, 241, 242, 255, 251, 246, 243, 255, 248, 243, 242, 255, + 250, 245, 243, 255, 248, 242, 243, 255, 246, 241, 241, 255, 248, 243, 242, 255, 249, 244, 243, 255, 250, 245, 242, 255, 247, 242, 242, 255, 244, 240, 241, + 255, 248, 242, 240, 255, 249, 241, 241, 255, 250, 243, 240, 255, 242, 235, 237, 255, 250, 241, 239, 255, 249, 239, 237, 255, 252, 243, 238, 255, 253, 245, + 238, 255, 253, 245, 238, 255, 253, 244, 236, 255, 249, 235, 229, 255, 251, 240, 233, 255, 251, 241, 235, 255, 250, 241, 236, 255, 249, 239, 236, 255, 247, + 237, 235, 255, 244, 236, 235, 255, 244, 236, 235, 255, 250, 239, 231, 255, 213, 214, 223, 255, 201, 206, 220, 255, 200, 204, 219, 255, 197, 201, 217, 255, + 189, 209, 224, 255, 193, 206, 223, 255, 197, 199, 219, 255, 203, 212, 225, 255, 212, 216, 227, 255, 220, 222, 230, 255, 211, 214, 228, 255, 226, 229, 238, + 255, 246, 249, 249, 255, 250, 252, 252, 255, 250, 252, 253, 255, 249, 251, 252, 255, 247, 251, 252, 255, 250, 253, 254, 255, 246, 251, 252, 255, 241, 248, + 250, 255, 236, 243, 247, 255, 233, 241, 245, 255, 231, 239, 245, 255, 231, 239, 244, 255, 231, 239, 245, 255, 232, 239, 245, 255, 232, 240, 245, 255, 233, + 240, 245, 255, 233, 240, 245, 255, 233, 240, 245, 255, 233, 239, 244, 255, 233, 239, 244, 255, 232, 239, 243, 255, 232, 238, 243, 255, 231, 238, 243, 255, + 230, 238, 242, 255, 230, 237, 242, 255, 231, 236, 240, 255, 230, 234, 239, 255, 227, 232, 237, 255, 226, 231, 236, 255, 225, 230, 235, 255, 225, 229, 234, + 255, 224, 227, 233, 255, 218, 226, 235, 255, 217, 228, 234, 255, 216, 226, 233, 255, 214, 225, 231, 255, 214, 223, 231, 255, 213, 222, 230, 255, 212, 221, + 228, 255, 211, 220, 227, 255, 211, 218, 226, 255, 210, 217, 225, 255, 210, 216, 225, 255, 211, 215, 224, 255, 211, 215, 224, 255, 212, 215, 223, 255, 213, + 215, 223, 255, 214, 215, 223, 255, 216, 215, 223, 255, 217, 216, 223, 255, 219, 216, 224, 255, 221, 216, 224, 255, 223, 217, 225, 255, 225, 219, 226, 255, + 227, 220, 227, 255, 229, 221, 228, 255, 230, 224, 230, 255, 226, 232, 238, 255, 233, 230, 235, 255, 240, 232, 234, 255, 245, 234, 234, 255, 249, 238, 234, + 255, 248, 239, 236, 255, 246, 237, 238, 255, 244, 237, 240, 255, 240, 237, 240, 255, 241, 237, 240, 255, 241, 237, 241, 255, 242, 238, 241, 255, 242, 238, + 242, 255, 242, 239, 243, 255, 243, 240, 243, 255, 243, 241, 244, 255, 243, 241, 244, 255, 243, 242, 245, 255, 243, 242, 245, 255, 244, 243, 245, 255, 244, + 243, 246, 255, 244, 243, 246, 255, 244, 243, 246, 255, 243, 244, 246, 255, 244, 244, 246, 255, 249, 244, 244, 255, 251, 247, 245, 255, 249, 243, 243, 255, + 251, 247, 245, 255, 248, 243, 244, 255, 247, 242, 243, 255, 249, 245, 244, 255, 249, 245, 243, 255, 251, 247, 244, 255, 248, 244, 243, 255, 247, 242, 242, + 255, 248, 242, 242, 255, 249, 242, 241, 255, 251, 245, 242, 255, 243, 237, 239, 255, 250, 241, 239, 255, 250, 241, 239, 255, 250, 242, 239, 255, 253, 245, + 239, 255, 253, 246, 239, 255, 253, 244, 237, 255, 250, 237, 231, 255, 251, 239, 232, 255, 250, 240, 234, 255, 250, 241, 237, 255, 249, 240, 236, 255, 247, + 238, 237, 255, 244, 236, 236, 255, 242, 235, 235, 255, 247, 237, 233, 255, 233, 228, 228, 255, 205, 208, 222, 255, 203, 206, 220, 255, 199, 203, 219, 255, + 187, 206, 222, 255, 190, 197, 218, 255, 195, 202, 220, 255, 198, 207, 224, 255, 203, 207, 224, 255, 208, 211, 226, 255, 205, 209, 227, 255, 213, 225, 235, + 255, 218, 227, 237, 255, 220, 229, 238, 255, 219, 230, 239, 255, 220, 230, 239, 255, 221, 231, 241, 255, 228, 239, 245, 255, 227, 237, 243, 255, 226, 234, + 242, 255, 228, 234, 242, 255, 229, 235, 242, 255, 230, 236, 242, 255, 231, 236, 243, 255, 232, 237, 243, 255, 232, 237, 243, 255, 233, 238, 243, 255, 234, + 238, 243, 255, 234, 238, 243, 255, 234, 238, 243, 255, 234, 237, 242, 255, 235, 237, 242, 255, 236, 237, 242, 255, 236, 237, 241, 255, 235, 237, 241, 255, + 234, 236, 240, 255, 233, 235, 240, 255, 230, 234, 238, 255, 226, 231, 236, 255, 224, 228, 235, 255, 222, 228, 234, 255, 223, 227, 233, 255, 222, 226, 232, + 255, 221, 224, 231, 255, 217, 221, 231, 255, 222, 225, 232, 255, 223, 224, 230, 255, 224, 223, 229, 255, 224, 222, 228, 255, 223, 221, 227, 255, 223, 220, + 226, 255, 222, 219, 225, 255, 222, 218, 224, 255, 222, 217, 223, 255, 222, 216, 222, 255, 222, 216, 222, 255, 223, 216, 222, 255, 223, 215, 221, 255, 224, + 216, 222, 255, 225, 216, 222, 255, 226, 216, 222, 255, 228, 216, 222, 255, 229, 217, 223, 255, 229, 217, 223, 255, 231, 218, 224, 255, 233, 220, 225, 255, + 235, 222, 227, 255, 236, 223, 228, 255, 232, 229, 233, 255, 231, 228, 233, 255, 240, 227, 231, 255, 245, 231, 232, 255, 249, 237, 233, 255, 253, 247, 239, + 255, 252, 246, 242, 255, 250, 239, 236, 255, 247, 236, 237, 255, 244, 235, 238, 255, 242, 237, 240, 255, 245, 239, 241, 255, 245, 240, 242, 255, 246, 240, + 243, 255, 246, 241, 243, 255, 246, 242, 244, 255, 246, 242, 244, 255, 246, 243, 245, 255, 247, 244, 246, 255, 247, 244, 246, 255, 247, 244, 246, 255, 247, + 245, 247, 255, 247, 245, 247, 255, 247, 245, 247, 255, 246, 245, 247, 255, 247, 246, 247, 255, 252, 249, 247, 255, 250, 246, 246, 255, 250, 245, 245, 255, + 251, 248, 246, 255, 249, 245, 245, 255, 249, 245, 245, 255, 248, 245, 245, 255, 249, 245, 245, 255, 251, 247, 245, 255, 250, 246, 245, 255, 248, 244, 244, + 255, 249, 244, 244, 255, 249, 243, 243, 255, 252, 247, 243, 255, 244, 238, 240, 255, 249, 242, 241, 255, 251, 244, 241, 255, 250, 241, 240, 255, 253, 246, + 240, 255, 253, 246, 240, 255, 252, 244, 238, 255, 250, 239, 233, 255, 251, 239, 233, 255, 250, 240, 235, 255, 250, 241, 237, 255, 249, 241, 238, 255, 246, + 238, 237, 255, 243, 236, 236, 255, 242, 235, 235, 255, 243, 235, 234, 255, 249, 239, 231, 255, 217, 213, 223, 255, 209, 207, 220, 255, 207, 203, 218, 255, + 185, 201, 220, 255, 189, 191, 213, 255, 193, 203, 221, 255, 194, 202, 221, 255, 195, 204, 224, 255, 198, 199, 221, 255, 201, 211, 228, 255, 205, 219, 233, + 255, 210, 220, 233, 255, 211, 222, 235, 255, 213, 224, 236, 255, 215, 226, 237, 255, 217, 227, 238, 255, 219, 228, 239, 255, 221, 230, 240, 255, 223, 231, + 240, 255, 225, 232, 241, 255, 226, 232, 241, 255, 227, 233, 241, 255, 228, 234, 241, 255, 230, 234, 242, 255, 231, 234, 241, 255, 231, 235, 242, 255, 232, + 235, 242, 255, 233, 235, 241, 255, 233, 235, 241, 255, 233, 235, 240, 255, 233, 235, 240, 255, 233, 233, 239, 255, 231, 231, 237, 255, 230, 230, 237, 255, + 228, 229, 236, 255, 226, 228, 235, 255, 225, 227, 234, 255, 225, 229, 234, 255, 222, 226, 233, 255, 220, 224, 232, 255, 219, 224, 230, 255, 219, 224, 230, + 255, 218, 222, 230, 255, 216, 218, 228, 255, 211, 216, 229, 255, 208, 209, 224, 255, 214, 211, 224, 255, 226, 219, 225, 255, 227, 219, 225, 255, 227, 218, + 224, 255, 227, 218, 223, 255, 227, 217, 222, 255, 227, 216, 221, 255, 228, 215, 221, 255, 228, 215, 221, 255, 226, 217, 222, 255, 221, 219, 225, 255, 220, + 216, 223, 255, 218, 208, 219, 255, 218, 207, 220, 255, 220, 209, 220, 255, 222, 211, 222, 255, 223, 211, 223, 255, 225, 213, 224, 255, 227, 216, 225, 255, + 229, 217, 226, 255, 232, 220, 228, 255, 233, 227, 233, 255, 238, 226, 231, 255, 244, 231, 233, 255, 251, 247, 246, 255, 252, 245, 239, 255, 254, 254, 254, + 255, 254, 253, 251, 255, 251, 245, 243, 255, 249, 243, 241, 255, 246, 237, 238, 255, 244, 237, 240, 255, 247, 240, 242, 255, 248, 241, 242, 255, 248, 242, + 243, 255, 248, 243, 244, 255, 248, 243, 245, 255, 249, 244, 245, 255, 249, 244, 246, 255, 248, 245, 246, 255, 249, 246, 247, 255, 249, 246, 247, 255, 249, + 246, 247, 255, 249, 246, 247, 255, 249, 247, 248, 255, 249, 247, 248, 255, 250, 248, 248, 255, 252, 249, 248, 255, 250, 246, 246, 255, 250, 246, 246, 255, + 251, 248, 247, 255, 250, 247, 247, 255, 251, 248, 247, 255, 249, 245, 246, 255, 250, 246, 246, 255, 252, 248, 246, 255, 250, 246, 246, 255, 248, 245, 245, + 255, 250, 245, 245, 255, 249, 244, 244, 255, 253, 248, 245, 255, 246, 241, 242, 255, 248, 241, 242, 255, 252, 245, 242, 255, 249, 242, 240, 255, 253, 247, + 242, 255, 253, 247, 241, 255, 253, 245, 239, 255, 251, 241, 235, 255, 251, 240, 235, 255, 250, 240, 236, 255, 250, 241, 238, 255, 249, 241, 238, 255, 246, + 239, 238, 255, 243, 237, 237, 255, 241, 236, 237, 255, 242, 235, 234, 255, 247, 237, 232, 255, 236, 228, 227, 255, 213, 208, 220, 255, 209, 204, 218, 255, + 191, 199, 217, 255, 191, 196, 215, 255, 191, 198, 218, 255, 195, 205, 223, 255, 195, 204, 223, 255, 195, 197, 220, 255, 203, 213, 228, 255, 206, 215, 231, + 255, 210, 216, 230, 255, 211, 219, 233, 255, 213, 221, 234, 255, 215, 223, 235, 255, 218, 224, 236, 255, 220, 225, 237, 255, 221, 227, 237, 255, 223, 228, + 238, 255, 225, 229, 238, 255, 226, 229, 239, 255, 227, 230, 239, 255, 228, 231, 239, 255, 229, 232, 239, 255, 230, 232, 240, 255, 231, 232, 239, 255, 231, + 232, 240, 255, 232, 232, 239, 255, 232, 232, 238, 255, 232, 232, 239, 255, 233, 232, 238, 255, 233, 231, 235, 255, 233, 230, 235, 255, 233, 231, 234, 255, + 234, 231, 234, 255, 233, 231, 234, 255, 233, 232, 233, 255, 223, 227, 233, 255, 219, 223, 231, 255, 217, 222, 229, 255, 216, 221, 230, 255, 215, 220, 228, + 255, 214, 219, 227, 255, 214, 216, 225, 255, 208, 214, 227, 255, 203, 203, 222, 255, 202, 202, 221, 255, 209, 208, 222, 255, 225, 217, 223, 255, 226, 217, + 223, 255, 225, 216, 221, 255, 226, 215, 221, 255, 226, 215, 220, 255, 226, 214, 220, 255, 221, 215, 222, 255, 202, 220, 230, 255, 201, 216, 227, 255, 203, + 202, 219, 255, 204, 200, 218, 255, 206, 204, 220, 255, 209, 207, 222, 255, 211, 209, 223, 255, 213, 211, 224, 255, 216, 213, 226, 255, 219, 215, 227, 255, + 221, 218, 229, 255, 224, 220, 230, 255, 228, 223, 232, 255, 236, 226, 232, 255, 244, 231, 232, 255, 250, 241, 238, 255, 253, 247, 241, 255, 255, 255, 255, + 255, 255, 254, 252, 255, 252, 246, 242, 255, 251, 244, 240, 255, 247, 238, 240, 255, 246, 238, 241, 255, 247, 241, 243, 255, 248, 242, 243, 255, 249, 243, + 245, 255, 249, 244, 245, 255, 248, 244, 245, 255, 249, 245, 246, 255, 249, 245, 246, 255, 249, 246, 247, 255, 249, 246, 248, 255, 249, 247, 248, 255, 249, + 247, 248, 255, 249, 247, 248, 255, 249, 248, 249, 255, 249, 248, 249, 255, 251, 248, 248, 255, 251, 248, 248, 255, 250, 247, 247, 255, 251, 247, 248, 255, + 253, 250, 249, 255, 252, 249, 248, 255, 251, 249, 248, 255, 249, 246, 247, 255, 250, 247, 247, 255, 252, 249, 248, 255, 251, 248, 247, 255, 249, 246, 247, + 255, 251, 247, 246, 255, 249, 245, 245, 255, 253, 249, 246, 255, 248, 243, 243, 255, 248, 242, 242, 255, 252, 246, 244, 255, 251, 244, 242, 255, 253, 248, + 243, 255, 253, 247, 242, 255, 253, 246, 240, 255, 251, 242, 237, 255, 251, 242, 237, 255, 249, 239, 236, 255, 250, 241, 238, 255, 249, 241, 238, 255, 246, + 239, 239, 255, 244, 237, 238, 255, 241, 236, 237, 255, 242, 235, 235, 255, 245, 236, 233, 255, 250, 239, 231, 255, 220, 213, 222, 255, 211, 205, 218, 255, + 180, 181, 206, 255, 182, 193, 215, 255, 185, 203, 222, 255, 187, 205, 224, 255, 189, 196, 218, 255, 192, 199, 221, 255, 195, 211, 228, 255, 197, 214, 230, + 255, 202, 213, 229, 255, 203, 217, 232, 255, 205, 219, 233, 255, 207, 220, 234, 255, 209, 222, 235, 255, 211, 223, 236, 255, 213, 224, 236, 255, 215, 226, + 237, 255, 217, 226, 237, 255, 219, 227, 238, 255, 221, 228, 238, 255, 222, 228, 238, 255, 223, 229, 238, 255, 224, 229, 238, 255, 225, 229, 238, 255, 226, + 230, 238, 255, 227, 230, 237, 255, 227, 230, 237, 255, 227, 229, 237, 255, 235, 232, 235, 255, 244, 236, 234, 255, 246, 238, 234, 255, 247, 240, 234, 255, + 248, 241, 235, 255, 246, 240, 234, 255, 247, 241, 235, 255, 227, 229, 231, 255, 216, 221, 228, 255, 214, 219, 227, 255, 213, 218, 227, 255, 212, 217, 226, + 255, 212, 216, 225, 255, 213, 214, 223, 255, 208, 210, 224, 255, 201, 200, 220, 255, 199, 198, 219, 255, 201, 199, 218, 255, 220, 214, 222, 255, 222, 214, + 221, 255, 222, 213, 220, 255, 222, 213, 220, 255, 222, 213, 220, 255, 223, 212, 219, 255, 206, 209, 220, 255, 199, 206, 220, 255, 201, 201, 217, 255, 204, + 199, 216, 255, 205, 200, 219, 255, 207, 204, 220, 255, 209, 208, 222, 255, 191, 190, 202, 255, 215, 212, 225, 255, 217, 215, 226, 255, 205, 202, 213, 255, + 216, 213, 223, 255, 225, 222, 231, 255, 230, 225, 233, 255, 237, 227, 233, 255, 246, 232, 232, 255, 250, 238, 235, 255, 253, 247, 243, 255, 254, 254, 254, + 255, 254, 254, 253, 255, 252, 245, 240, 255, 250, 242, 241, 255, 247, 239, 241, 255, 247, 240, 242, 255, 248, 242, 243, 255, 228, 223, 225, 255, 249, 244, + 245, 255, 249, 244, 246, 255, 250, 246, 247, 255, 250, 246, 247, 255, 250, 247, 248, 255, 250, 247, 248, 255, 250, 247, 248, 255, 250, 248, 249, 255, 250, + 248, 249, 255, 250, 248, 249, 255, 250, 248, 249, 255, 251, 249, 249, 255, 251, 248, 248, 255, 251, 248, 249, 255, 251, 249, 248, 255, 253, 250, 249, 255, + 253, 251, 249, 255, 252, 250, 249, 255, 252, 249, 249, 255, 250, 248, 248, 255, 251, 248, 248, 255, 252, 250, 248, 255, 252, 249, 248, 255, 250, 247, 247, + 255, 252, 248, 247, 255, 251, 246, 246, 255, 253, 249, 247, 255, 250, 245, 245, 255, 249, 244, 244, 255, 252, 247, 244, 255, 252, 246, 243, 255, 253, 247, + 243, 255, 254, 249, 243, 255, 253, 247, 242, 255, 252, 244, 239, 255, 249, 240, 237, 255, 249, 238, 236, 255, 238, 228, 225, 255, 236, 227, 225, 255, 231, + 224, 223, 255, 240, 234, 234, 255, 243, 236, 237, 255, 242, 236, 236, 255, 244, 236, 234, 255, 249, 238, 231, 255, 237, 228, 226, 255, 212, 205, 219, 255, + 178, 180, 205, 255, 180, 194, 216, 255, 182, 197, 218, 255, 184, 197, 219, 255, 186, 188, 214, 255, 189, 201, 222, 255, 192, 205, 225, 255, 194, 208, 227, + 255, 210, 218, 229, 255, 200, 213, 229, 255, 200, 213, 230, 255, 203, 215, 231, 255, 205, 217, 232, 255, 206, 218, 233, 255, 208, 219, 233, 255, 210, 220, + 234, 255, 212, 221, 234, 255, 214, 222, 235, 255, 215, 223, 235, 255, 216, 223, 235, 255, 218, 224, 235, 255, 219, 224, 235, 255, 220, 225, 235, 255, 221, + 225, 235, 255, 221, 225, 234, 255, 222, 225, 234, 255, 222, 224, 233, 255, 231, 227, 232, 255, 239, 230, 230, 255, 241, 231, 230, 255, 241, 232, 230, 255, + 241, 232, 230, 255, 240, 232, 230, 255, 239, 232, 229, 255, 228, 226, 228, 255, 214, 218, 226, 255, 212, 216, 226, 255, 209, 214, 225, 255, 209, 213, 223, + 255, 209, 213, 222, 255, 210, 211, 222, 255, 209, 208, 221, 255, 199, 199, 218, 255, 197, 195, 216, 255, 197, 195, 215, 255, 212, 208, 219, 255, 214, 209, + 218, 255, 214, 209, 218, 255, 214, 208, 218, 255, 215, 208, 218, 255, 216, 208, 217, 255, 201, 198, 215, 255, 199, 195, 215, 255, 201, 195, 213, 255, 202, + 196, 215, 255, 205, 199, 218, 255, 208, 203, 220, 255, 210, 207, 222, 255, 123, 121, 130, 255, 179, 176, 186, 255, 216, 212, 224, 255, 98, 96, 101, 255, + 221, 217, 227, 255, 227, 222, 232, 255, 232, 224, 233, 255, 236, 226, 233, 255, 245, 231, 233, 255, 248, 236, 236, 255, 252, 247, 243, 255, 255, 255, 254, + 255, 254, 254, 252, 255, 252, 245, 240, 255, 249, 242, 242, 255, 247, 240, 242, 255, 247, 241, 243, 255, 240, 235, 237, 255, 142, 140, 140, 255, 249, 245, + 246, 255, 249, 246, 247, 255, 249, 246, 247, 255, 249, 247, 248, 255, 249, 247, 248, 255, 163, 161, 162, 255, 250, 248, 249, 255, 250, 248, 249, 255, 250, + 249, 250, 255, 250, 249, 250, 255, 250, 249, 250, 255, 251, 249, 250, 255, 251, 249, 249, 255, 251, 249, 249, 255, 252, 249, 249, 255, 253, 251, 250, 255, + 253, 251, 250, 255, 252, 250, 249, 255, 252, 250, 249, 255, 251, 248, 249, 255, 251, 248, 249, 255, 253, 250, 249, 255, 252, 250, 249, 255, 220, 218, 218, + 255, 194, 192, 192, 255, 252, 248, 248, 255, 253, 250, 247, 255, 251, 247, 246, 255, 249, 245, 245, 255, 252, 247, 245, 255, 253, 248, 245, 255, 253, 248, + 244, 255, 254, 249, 244, 255, 253, 248, 243, 255, 252, 244, 240, 255, 250, 242, 239, 255, 250, 241, 239, 255, 166, 160, 158, 255, 195, 188, 187, 255, 163, + 158, 157, 255, 217, 211, 211, 255, 244, 238, 237, 255, 243, 236, 236, 255, 244, 236, 235, 255, 247, 237, 233, 255, 251, 239, 229, 255, 218, 212, 222, 255, + 175, 183, 207, 255, 177, 196, 217, 255, 180, 198, 218, 255, 182, 193, 216, 255, 184, 188, 215, 255, 186, 204, 223, 255, 189, 206, 225, 255, 191, 208, 226, + 255, 202, 214, 228, 255, 198, 213, 229, 255, 197, 213, 229, 255, 199, 214, 231, 255, 202, 216, 231, 255, 204, 217, 232, 255, 206, 218, 233, 255, 208, 220, + 233, 255, 210, 221, 234, 255, 212, 221, 234, 255, 213, 222, 234, 255, 215, 223, 235, 255, 217, 223, 234, 255, 218, 224, 234, 255, 218, 224, 234, 255, 220, + 224, 234, 255, 221, 224, 234, 255, 221, 224, 233, 255, 220, 223, 233, 255, 228, 224, 230, 255, 235, 225, 227, 255, 237, 227, 228, 255, 237, 227, 227, 255, + 237, 228, 227, 255, 236, 227, 227, 255, 235, 227, 226, 255, 228, 224, 225, 255, 212, 216, 224, 255, 209, 213, 224, 255, 206, 211, 222, 255, 206, 210, 221, + 255, 205, 210, 221, 255, 207, 209, 219, 255, 209, 205, 218, 255, 200, 202, 219, 255, 194, 192, 214, 255, 194, 193, 213, 255, 212, 208, 218, 255, 216, 210, + 219, 255, 216, 209, 219, 255, 216, 210, 218, 255, 217, 209, 218, 255, 218, 210, 218, 255, 202, 198, 215, 255, 198, 195, 215, 255, 201, 195, 214, 255, 203, + 197, 216, 255, 206, 198, 217, 255, 208, 202, 220, 255, 211, 205, 222, 255, 201, 197, 211, 255, 102, 100, 106, 255, 127, 124, 131, 255, 186, 182, 192, 255, + 225, 219, 230, 255, 156, 152, 159, 255, 116, 112, 117, 255, 173, 166, 171, 255, 243, 230, 234, 255, 167, 159, 159, 255, 250, 241, 237, 255, 195, 192, 188, + 255, 231, 228, 225, 255, 169, 164, 163, 255, 145, 141, 142, 255, 177, 172, 174, 255, 248, 243, 245, 255, 231, 227, 228, 255, 186, 183, 184, 255, 224, 220, + 221, 255, 138, 136, 137, 255, 122, 121, 122, 255, 196, 194, 195, 255, 220, 218, 219, 255, 62, 62, 62, 255, 150, 149, 150, 255, 250, 249, 250, 255, 169, + 168, 169, 255, 125, 124, 125, 255, 189, 189, 189, 255, 251, 250, 250, 255, 151, 150, 150, 255, 110, 109, 109, 255, 228, 227, 227, 255, 134, 133, 133, 255, + 128, 127, 127, 255, 179, 178, 178, 255, 252, 250, 250, 255, 203, 201, 201, 255, 127, 126, 126, 255, 156, 155, 154, 255, 253, 251, 250, 255, 111, 110, 110, + 255, 98, 97, 97, 255, 226, 223, 223, 255, 254, 251, 249, 255, 244, 240, 239, 255, 144, 142, 142, 255, 111, 109, 108, 255, 245, 241, 238, 255, 138, 135, + 133, 255, 137, 134, 132, 255, 165, 162, 158, 255, 251, 245, 241, 255, 177, 171, 170, 255, 126, 122, 121, 255, 91, 88, 87, 255, 225, 217, 216, 255, 167, + 161, 160, 255, 246, 239, 238, 255, 200, 194, 194, 255, 123, 119, 119, 255, 145, 140, 140, 255, 246, 236, 233, 255, 250, 239, 230, 255, 237, 228, 225, 255, + 173, 184, 209, 255, 175, 192, 214, 255, 178, 194, 216, 255, 181, 186, 211, 255, 182, 193, 217, 255, 184, 200, 221, 255, 186, 201, 222, 255, 188, 204, 224, + 255, 190, 205, 224, 255, 193, 207, 226, 255, 195, 208, 227, 255, 197, 210, 228, 255, 199, 211, 229, 255, 201, 213, 229, 255, 203, 214, 230, 255, 204, 215, + 230, 255, 206, 216, 231, 255, 208, 217, 231, 255, 210, 217, 231, 255, 211, 218, 231, 255, 212, 218, 231, 255, 213, 219, 231, 255, 214, 219, 231, 255, 215, + 219, 231, 255, 216, 220, 230, 255, 217, 220, 230, 255, 216, 218, 230, 255, 224, 219, 227, 255, 230, 220, 224, 255, 232, 221, 224, 255, 232, 221, 224, 255, + 232, 222, 224, 255, 231, 222, 223, 255, 226, 219, 222, 255, 226, 220, 222, 255, 211, 213, 222, 255, 206, 211, 221, 255, 204, 208, 220, 255, 202, 208, 219, + 255, 203, 207, 219, 255, 205, 206, 217, 255, 209, 203, 216, 255, 201, 203, 218, 255, 192, 190, 212, 255, 192, 190, 211, 255, 208, 204, 216, 255, 211, 206, + 216, 255, 211, 206, 216, 255, 212, 206, 216, 255, 213, 206, 216, 255, 214, 207, 217, 255, 201, 197, 215, 255, 199, 194, 214, 255, 201, 195, 214, 255, 203, + 197, 216, 255, 206, 199, 217, 255, 209, 201, 220, 255, 212, 205, 222, 255, 214, 209, 224, 255, 100, 98, 104, 255, 124, 121, 128, 255, 223, 218, 229, 255, + 188, 183, 192, 255, 133, 129, 134, 255, 234, 226, 234, 255, 98, 95, 98, 255, 243, 232, 234, 255, 113, 108, 108, 255, 249, 239, 237, 255, 128, 126, 121, + 255, 238, 232, 228, 255, 97, 94, 94, 255, 215, 209, 210, 255, 248, 243, 245, 255, 249, 244, 246, 255, 194, 191, 193, 255, 167, 165, 166, 255, 181, 178, + 180, 255, 157, 156, 156, 255, 247, 245, 246, 255, 105, 104, 104, 255, 251, 249, 250, 255, 119, 118, 119, 255, 251, 250, 251, 255, 207, 206, 207, 255, 151, + 150, 151, 255, 251, 250, 251, 255, 110, 110, 110, 255, 242, 242, 243, 255, 77, 77, 77, 255, 248, 247, 246, 255, 214, 212, 212, 255, 127, 127, 126, 255, + 254, 252, 251, 255, 103, 103, 102, 255, 248, 247, 247, 255, 111, 111, 111, 255, 252, 250, 250, 255, 126, 126, 125, 255, 236, 235, 234, 255, 151, 149, 150, + 255, 221, 220, 219, 255, 252, 250, 249, 255, 254, 251, 249, 255, 213, 210, 210, 255, 105, 103, 103, 255, 251, 247, 246, 255, 142, 140, 139, 255, 205, 201, + 199, 255, 219, 216, 213, 255, 104, 102, 100, 255, 228, 221, 219, 255, 116, 113, 112, 255, 249, 241, 239, 255, 70, 68, 68, 255, 248, 240, 238, 255, 112, + 108, 108, 255, 244, 236, 235, 255, 104, 100, 100, 255, 244, 237, 236, 255, 132, 128, 128, 255, 214, 205, 204, 255, 249, 238, 231, 255, 252, 240, 227, 255, + 174, 185, 208, 255, 173, 190, 213, 255, 178, 192, 213, 255, 178, 180, 207, 255, 180, 195, 217, 255, 182, 197, 219, 255, 184, 200, 221, 255, 186, 201, 222, + 255, 188, 203, 223, 255, 190, 204, 224, 255, 192, 206, 225, 255, 194, 207, 226, 255, 196, 209, 227, 255, 199, 210, 227, 255, 201, 212, 228, 255, 203, 213, + 228, 255, 204, 214, 229, 255, 206, 214, 229, 255, 208, 215, 229, 255, 210, 216, 230, 255, 211, 216, 230, 255, 212, 217, 230, 255, 214, 217, 229, 255, 215, + 217, 229, 255, 215, 217, 229, 255, 216, 217, 228, 255, 215, 216, 227, 255, 220, 215, 224, 255, 226, 215, 222, 255, 227, 216, 221, 255, 227, 216, 221, 255, + 226, 215, 221, 255, 225, 216, 220, 255, 215, 208, 217, 255, 220, 214, 219, 255, 209, 208, 219, 255, 204, 208, 219, 255, 202, 206, 218, 255, 200, 205, 217, + 255, 200, 205, 217, 255, 202, 204, 216, 255, 208, 202, 214, 255, 206, 199, 215, 255, 191, 188, 210, 255, 190, 188, 209, 255, 209, 204, 216, 255, 212, 206, + 217, 255, 213, 207, 216, 255, 213, 207, 216, 255, 215, 208, 217, 255, 216, 209, 217, 255, 201, 197, 215, 255, 198, 194, 214, 255, 201, 195, 213, 255, 203, + 197, 216, 255, 206, 199, 218, 255, 209, 202, 220, 255, 212, 206, 223, 255, 216, 209, 225, 255, 120, 117, 125, 255, 199, 195, 206, 255, 224, 220, 231, 255, + 140, 136, 143, 255, 192, 187, 194, 255, 234, 227, 235, 255, 106, 102, 105, 255, 222, 213, 215, 255, 137, 133, 131, 255, 251, 244, 240, 255, 116, 115, 110, + 255, 252, 248, 243, 255, 113, 111, 110, 255, 250, 245, 244, 255, 248, 244, 245, 255, 249, 245, 246, 255, 166, 163, 164, 255, 198, 196, 197, 255, 151, 149, + 150, 255, 211, 210, 210, 255, 251, 249, 250, 255, 115, 114, 115, 255, 251, 250, 250, 255, 117, 117, 117, 255, 252, 251, 251, 255, 155, 154, 155, 255, 120, + 119, 120, 255, 140, 139, 140, 255, 136, 135, 136, 255, 212, 212, 212, 255, 153, 152, 153, 255, 253, 252, 252, 255, 183, 183, 182, 255, 183, 182, 182, 255, + 253, 253, 252, 255, 116, 116, 116, 255, 217, 216, 216, 255, 86, 85, 85, 255, 140, 139, 139, 255, 119, 119, 119, 255, 241, 240, 239, 255, 121, 120, 120, + 255, 248, 246, 246, 255, 253, 251, 250, 255, 254, 251, 250, 255, 183, 181, 180, 255, 183, 181, 181, 255, 253, 250, 248, 255, 115, 114, 113, 255, 254, 250, + 247, 255, 226, 223, 219, 255, 137, 134, 132, 255, 179, 174, 173, 255, 187, 183, 180, 255, 251, 244, 242, 255, 107, 104, 103, 255, 249, 242, 240, 255, 113, + 110, 109, 255, 213, 206, 204, 255, 145, 140, 140, 255, 245, 238, 237, 255, 137, 133, 133, 255, 216, 208, 208, 255, 248, 237, 232, 255, 251, 239, 228, 255, + 175, 184, 206, 255, 172, 191, 213, 255, 177, 182, 206, 255, 176, 183, 209, 255, 178, 196, 217, 255, 179, 197, 219, 255, 181, 199, 220, 255, 183, 201, 221, + 255, 186, 202, 222, 255, 188, 203, 223, 255, 190, 205, 224, 255, 192, 206, 225, 255, 195, 208, 225, 255, 197, 209, 226, 255, 199, 210, 227, 255, 200, 211, + 228, 255, 203, 212, 228, 255, 205, 213, 228, 255, 207, 213, 228, 255, 208, 214, 228, 255, 210, 214, 228, 255, 211, 215, 228, 255, 212, 215, 228, 255, 213, + 215, 228, 255, 214, 215, 227, 255, 214, 215, 227, 255, 213, 214, 226, 255, 217, 212, 222, 255, 221, 210, 218, 255, 222, 210, 218, 255, 221, 210, 217, 255, + 220, 209, 217, 255, 219, 210, 217, 255, 211, 203, 215, 255, 217, 211, 218, 255, 203, 201, 214, 255, 202, 205, 217, 255, 200, 203, 215, 255, 198, 202, 215, + 255, 197, 202, 214, 255, 199, 201, 214, 255, 205, 201, 213, 255, 213, 199, 212, 255, 191, 190, 210, 255, 189, 186, 207, 255, 208, 203, 215, 255, 211, 206, + 215, 255, 212, 206, 216, 255, 214, 207, 217, 255, 215, 207, 217, 255, 216, 208, 217, 255, 201, 198, 215, 255, 198, 194, 214, 255, 201, 195, 213, 255, 204, + 198, 217, 255, 207, 201, 219, 255, 210, 203, 221, 255, 213, 206, 223, 255, 216, 210, 225, 255, 100, 97, 103, 255, 221, 216, 228, 255, 225, 221, 231, 255, + 147, 144, 150, 255, 174, 169, 175, 255, 212, 205, 212, 255, 116, 113, 116, 255, 207, 200, 202, 255, 131, 127, 125, 255, 240, 235, 229, 255, 88, 87, 86, + 255, 254, 252, 247, 255, 114, 112, 110, 255, 250, 246, 246, 255, 250, 245, 247, 255, 250, 246, 247, 255, 136, 134, 135, 255, 229, 227, 227, 255, 119, 118, + 119, 255, 242, 240, 241, 255, 234, 232, 233, 255, 129, 129, 129, 255, 247, 245, 246, 255, 102, 102, 102, 255, 251, 250, 251, 255, 164, 163, 164, 255, 195, + 195, 195, 255, 233, 232, 233, 255, 194, 193, 194, 255, 183, 182, 183, 255, 183, 183, 183, 255, 253, 252, 253, 255, 153, 153, 152, 255, 214, 213, 213, 255, + 254, 253, 252, 255, 114, 114, 114, 255, 225, 224, 224, 255, 133, 133, 133, 255, 249, 248, 248, 255, 178, 177, 177, 255, 253, 252, 252, 255, 108, 107, 107, + 255, 245, 243, 243, 255, 253, 251, 251, 255, 254, 252, 250, 255, 153, 151, 150, 255, 212, 210, 210, 255, 253, 251, 249, 255, 107, 106, 105, 255, 241, 237, + 234, 255, 142, 141, 139, 255, 168, 165, 163, 255, 183, 179, 177, 255, 163, 159, 158, 255, 222, 216, 214, 255, 83, 81, 80, 255, 249, 241, 240, 255, 114, + 111, 111, 255, 219, 212, 211, 255, 124, 120, 119, 255, 239, 232, 232, 255, 102, 99, 99, 255, 244, 235, 235, 255, 247, 236, 233, 255, 251, 238, 229, 255, + 181, 185, 204, 255, 173, 185, 207, 255, 172, 172, 200, 255, 174, 183, 208, 255, 175, 190, 213, 255, 177, 192, 215, 255, 179, 194, 216, 255, 181, 195, 217, + 255, 183, 197, 218, 255, 186, 198, 219, 255, 188, 199, 220, 255, 190, 201, 221, 255, 192, 202, 222, 255, 193, 204, 223, 255, 196, 205, 224, 255, 198, 205, + 224, 255, 200, 206, 224, 255, 202, 207, 225, 255, 203, 208, 224, 255, 205, 209, 225, 255, 206, 209, 224, 255, 208, 209, 225, 255, 209, 210, 224, 255, 210, + 210, 224, 255, 211, 210, 224, 255, 211, 210, 224, 255, 211, 209, 222, 255, 214, 207, 219, 255, 218, 205, 216, 255, 218, 205, 215, 255, 217, 205, 214, 255, + 215, 204, 214, 255, 214, 204, 213, 255, 206, 198, 212, 255, 214, 209, 217, 255, 195, 194, 212, 255, 200, 203, 215, 255, 197, 201, 214, 255, 196, 200, 214, + 255, 195, 199, 212, 255, 197, 199, 212, 255, 202, 199, 211, 255, 215, 197, 210, 255, 196, 194, 211, 255, 187, 184, 204, 255, 204, 200, 212, 255, 207, 202, + 213, 255, 208, 202, 214, 255, 209, 203, 214, 255, 211, 205, 215, 255, 212, 205, 216, 255, 200, 196, 214, 255, 199, 194, 214, 255, 201, 196, 214, 255, 204, + 199, 217, 255, 207, 201, 220, 255, 210, 204, 222, 255, 213, 207, 224, 255, 217, 211, 226, 255, 163, 159, 169, 255, 223, 218, 230, 255, 227, 222, 232, 255, + 225, 220, 229, 255, 132, 128, 133, 255, 135, 131, 136, 255, 229, 222, 229, 255, 243, 236, 239, 255, 148, 144, 145, 255, 149, 144, 144, 255, 182, 180, 175, + 255, 252, 247, 244, 255, 183, 179, 180, 255, 249, 245, 246, 255, 249, 245, 247, 255, 249, 246, 248, 255, 186, 184, 185, 255, 250, 248, 249, 255, 184, 182, + 183, 255, 251, 249, 250, 255, 232, 231, 231, 255, 204, 203, 204, 255, 252, 251, 251, 255, 158, 158, 158, 255, 206, 206, 206, 255, 246, 246, 246, 255, 141, + 141, 141, 255, 146, 145, 146, 255, 243, 242, 243, 255, 208, 207, 208, 255, 230, 229, 230, 255, 253, 253, 253, 255, 193, 193, 192, 255, 246, 246, 245, 255, + 250, 249, 249, 255, 189, 188, 188, 255, 253, 252, 253, 255, 167, 166, 167, 255, 134, 134, 134, 255, 223, 222, 222, 255, 254, 253, 252, 255, 203, 202, 202, + 255, 163, 162, 162, 255, 253, 252, 251, 255, 255, 253, 251, 255, 193, 191, 190, 255, 244, 241, 242, 255, 253, 251, 249, 255, 222, 220, 218, 255, 131, 129, + 128, 255, 165, 163, 161, 255, 223, 220, 217, 255, 250, 245, 243, 255, 145, 143, 141, 255, 156, 152, 151, 255, 181, 176, 175, 255, 244, 237, 236, 255, 190, + 184, 183, 255, 249, 241, 240, 255, 166, 161, 160, 255, 129, 124, 124, 255, 216, 210, 210, 255, 244, 236, 236, 255, 246, 236, 233, 255, 250, 238, 230, 255, + 185, 188, 204, 255, 172, 177, 200, 255, 171, 172, 199, 255, 172, 191, 213, 255, 174, 193, 214, 255, 176, 195, 216, 255, 177, 196, 217, 255, 180, 197, 218, + 255, 182, 199, 219, 255, 184, 200, 220, 255, 187, 201, 221, 255, 189, 202, 221, 255, 191, 203, 222, 255, 193, 204, 223, 255, 196, 205, 222, 255, 199, 205, + 223, 255, 201, 206, 223, 255, 204, 206, 223, 255, 205, 206, 223, 255, 205, 206, 222, 255, 206, 206, 222, 255, 208, 205, 221, 255, 208, 205, 221, 255, 209, + 206, 221, 255, 210, 205, 219, 255, 210, 204, 218, 255, 209, 202, 217, 255, 209, 199, 214, 255, 209, 195, 210, 255, 207, 194, 209, 255, 209, 195, 209, 255, + 206, 193, 208, 255, 205, 196, 209, 255, 200, 191, 208, 255, 206, 199, 210, 255, 193, 192, 211, 255, 197, 198, 212, 255, 196, 198, 212, 255, 194, 198, 211, + 255, 194, 197, 211, 255, 194, 197, 210, 255, 200, 197, 210, 255, 214, 197, 209, 255, 201, 195, 211, 255, 186, 183, 202, 255, 208, 201, 213, 255, 211, 205, + 215, 255, 213, 206, 215, 255, 214, 207, 215, 255, 215, 208, 217, 255, 217, 209, 217, 255, 202, 197, 215, 255, 198, 194, 214, 255, 201, 196, 213, 255, 205, + 199, 217, 255, 207, 202, 220, 255, 211, 205, 222, 255, 215, 208, 224, 255, 217, 212, 227, 255, 221, 216, 229, 255, 224, 219, 231, 255, 228, 222, 232, 255, + 231, 225, 234, 255, 234, 228, 236, 255, 236, 230, 238, 255, 238, 231, 238, 255, 244, 237, 240, 255, 246, 239, 241, 255, 247, 240, 241, 255, 251, 246, 243, + 255, 249, 244, 244, 255, 248, 244, 245, 255, 249, 246, 247, 255, 250, 247, 248, 255, 250, 248, 249, 255, 251, 249, 250, 255, 251, 249, 250, 255, 251, 249, + 250, 255, 252, 251, 251, 255, 252, 251, 251, 255, 252, 251, 252, 255, 252, 251, 252, 255, 252, 252, 252, 255, 252, 252, 252, 255, 252, 252, 252, 255, 253, + 253, 253, 255, 252, 252, 252, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 254, 255, 254, 254, 253, 255, 255, 254, 253, 255, 254, 254, 253, 255, + 254, 254, 253, 255, 253, 253, 252, 255, 253, 252, 252, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 252, 252, 255, 254, 253, 253, 255, 253, 252, 252, + 255, 253, 252, 251, 255, 254, 252, 252, 255, 255, 253, 252, 255, 254, 252, 251, 255, 251, 249, 250, 255, 254, 252, 250, 255, 254, 252, 250, 255, 254, 251, + 248, 255, 254, 251, 248, 255, 253, 249, 246, 255, 253, 248, 245, 255, 253, 248, 246, 255, 252, 246, 244, 255, 251, 245, 243, 255, 250, 243, 242, 255, 250, + 243, 242, 255, 249, 242, 241, 255, 248, 240, 240, 255, 245, 238, 238, 255, 244, 237, 237, 255, 244, 236, 236, 255, 246, 235, 234, 255, 249, 237, 231, 255, + 179, 185, 203, 255, 168, 167, 194, 255, 169, 175, 200, 255, 170, 184, 209, 255, 172, 186, 210, 255, 174, 187, 211, 255, 176, 189, 212, 255, 178, 190, 214, + 255, 180, 192, 214, 255, 182, 193, 216, 255, 184, 195, 216, 255, 186, 196, 218, 255, 188, 197, 218, 255, 190, 187, 210, 255, 203, 188, 209, 255, 207, 189, + 209, 255, 210, 190, 208, 255, 213, 192, 208, 255, 215, 193, 208, 255, 216, 194, 208, 255, 217, 194, 208, 255, 216, 191, 208, 255, 216, 191, 207, 255, 217, + 192, 208, 255, 219, 194, 207, 255, 220, 195, 206, 255, 219, 195, 205, 255, 218, 194, 204, 255, 212, 189, 204, 255, 202, 184, 204, 255, 209, 188, 203, 255, + 209, 188, 203, 255, 206, 186, 202, 255, 194, 185, 204, 255, 203, 194, 208, 255, 193, 186, 204, 255, 191, 195, 211, 255, 195, 197, 211, 255, 193, 196, 209, + 255, 192, 196, 209, 255, 192, 196, 209, 255, 197, 195, 209, 255, 209, 196, 209, 255, 210, 194, 209, 255, 186, 183, 201, 255, 202, 197, 210, 255, 205, 201, + 212, 255, 207, 202, 213, 255, 209, 203, 214, 255, 210, 204, 215, 255, 212, 205, 216, 255, 201, 197, 214, 255, 199, 195, 215, 255, 201, 197, 214, 255, 205, + 200, 218, 255, 208, 203, 221, 255, 211, 206, 223, 255, 215, 209, 225, 255, 218, 212, 227, 255, 221, 216, 229, 255, 225, 219, 231, 255, 228, 223, 233, 255, + 231, 226, 235, 255, 235, 229, 237, 255, 237, 231, 238, 255, 238, 232, 239, 255, 244, 238, 241, 255, 245, 240, 242, 255, 244, 239, 243, 255, 244, 240, 244, + 255, 246, 242, 245, 255, 248, 245, 246, 255, 249, 246, 248, 255, 250, 247, 248, 255, 250, 248, 249, 255, 251, 249, 250, 255, 251, 249, 250, 255, 252, 250, + 251, 255, 252, 251, 251, 255, 252, 251, 251, 255, 252, 252, 252, 255, 252, 251, 252, 255, 253, 252, 253, 255, 252, 252, 252, 255, 253, 252, 252, 255, 253, + 253, 253, 255, 253, 252, 253, 255, 253, 253, 253, 255, 254, 253, 254, 255, 253, 253, 253, 255, 254, 253, 253, 255, 255, 254, 254, 255, 255, 254, 254, 255, + 254, 253, 253, 255, 253, 253, 253, 255, 254, 253, 253, 255, 254, 253, 253, 255, 254, 253, 253, 255, 253, 253, 253, 255, 253, 253, 252, 255, 253, 252, 252, + 255, 253, 252, 252, 255, 254, 253, 252, 255, 255, 254, 252, 255, 254, 253, 251, 255, 252, 250, 251, 255, 254, 252, 250, 255, 254, 252, 250, 255, 254, 252, + 249, 255, 254, 251, 249, 255, 253, 249, 247, 255, 253, 248, 246, 255, 252, 247, 246, 255, 252, 247, 245, 255, 251, 245, 244, 255, 250, 243, 242, 255, 250, + 243, 242, 255, 249, 242, 241, 255, 248, 241, 240, 255, 246, 238, 238, 255, 245, 238, 238, 255, 243, 236, 236, 255, 245, 236, 234, 255, 249, 237, 232, 255, + 169, 174, 197, 255, 166, 165, 191, 255, 168, 180, 204, 255, 169, 186, 209, 255, 171, 187, 210, 255, 173, 189, 211, 255, 175, 190, 212, 255, 177, 191, 213, + 255, 179, 193, 214, 255, 182, 194, 215, 255, 184, 195, 216, 255, 187, 196, 217, 255, 189, 194, 215, 255, 198, 180, 205, 255, 196, 181, 204, 255, 195, 181, + 204, 255, 195, 182, 204, 255, 196, 182, 204, 255, 196, 183, 204, 255, 197, 183, 204, 255, 198, 183, 204, 255, 198, 183, 204, 255, 197, 183, 204, 255, 199, + 184, 204, 255, 201, 185, 204, 255, 199, 184, 203, 255, 199, 184, 202, 255, 202, 186, 202, 255, 203, 187, 201, 255, 206, 191, 201, 255, 204, 189, 200, 255, + 194, 181, 199, 255, 201, 181, 200, 255, 191, 180, 201, 255, 199, 190, 205, 255, 191, 182, 202, 255, 188, 184, 204, 255, 194, 195, 208, 255, 193, 194, 208, + 255, 192, 194, 207, 255, 192, 194, 208, 255, 195, 194, 207, 255, 203, 195, 207, 255, 215, 193, 206, 255, 190, 187, 204, 255, 203, 197, 210, 255, 207, 202, + 212, 255, 208, 203, 213, 255, 210, 204, 214, 255, 212, 205, 215, 255, 213, 207, 216, 255, 201, 198, 214, 255, 198, 195, 215, 255, 202, 197, 214, 255, 205, + 200, 217, 255, 209, 204, 221, 255, 211, 207, 223, 255, 215, 210, 225, 255, 218, 213, 227, 255, 222, 217, 230, 255, 225, 220, 231, 255, 228, 223, 234, 255, + 232, 226, 235, 255, 235, 230, 237, 255, 237, 232, 239, 255, 239, 233, 240, 255, 244, 238, 242, 255, 245, 240, 243, 255, 244, 240, 243, 255, 247, 242, 244, + 255, 249, 246, 247, 255, 248, 245, 247, 255, 249, 247, 248, 255, 250, 248, 249, 255, 250, 249, 250, 255, 251, 249, 250, 255, 251, 249, 250, 255, 251, 250, + 251, 255, 252, 251, 252, 255, 252, 251, 252, 255, 252, 252, 252, 255, 253, 252, 252, 255, 253, 252, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, + 253, 253, 255, 253, 253, 254, 255, 253, 253, 254, 255, 253, 253, 253, 255, 253, 253, 254, 255, 254, 254, 253, 255, 254, 254, 253, 255, 254, 254, 253, 255, + 254, 253, 253, 255, 253, 253, 254, 255, 253, 253, 253, 255, 253, 253, 254, 255, 253, 253, 254, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 254, + 255, 253, 253, 254, 255, 253, 253, 253, 255, 254, 253, 253, 255, 255, 253, 252, 255, 252, 251, 251, 255, 253, 251, 251, 255, 254, 252, 251, 255, 255, 252, + 250, 255, 254, 252, 249, 255, 253, 250, 247, 255, 253, 248, 246, 255, 251, 246, 245, 255, 252, 247, 245, 255, 251, 245, 244, 255, 250, 243, 242, 255, 248, + 241, 241, 255, 248, 240, 240, 255, 247, 240, 240, 255, 246, 239, 239, 255, 245, 238, 238, 255, 244, 236, 237, 255, 245, 235, 235, 255, 248, 236, 232, 255, + 165, 164, 190, 255, 165, 168, 193, 255, 166, 182, 206, 255, 168, 183, 207, 255, 170, 185, 208, 255, 172, 186, 209, 255, 174, 188, 210, 255, 176, 189, 211, + 255, 178, 190, 212, 255, 181, 191, 213, 255, 183, 192, 214, 255, 185, 193, 214, 255, 187, 191, 213, 255, 197, 177, 202, 255, 191, 179, 201, 255, 223, 204, + 204, 255, 231, 212, 205, 255, 206, 189, 202, 255, 229, 209, 205, 255, 220, 201, 203, 255, 231, 211, 204, 255, 223, 202, 203, 255, 196, 180, 201, 255, 229, + 209, 204, 255, 247, 229, 207, 255, 233, 211, 204, 255, 225, 205, 202, 255, 250, 232, 206, 255, 240, 217, 202, 255, 253, 234, 206, 255, 252, 231, 204, 255, + 223, 203, 198, 255, 199, 178, 198, 255, 189, 178, 199, 255, 196, 186, 203, 255, 188, 179, 200, 255, 184, 176, 198, 255, 192, 192, 206, 255, 192, 192, 207, + 255, 192, 193, 206, 255, 192, 193, 206, 255, 194, 194, 207, 255, 200, 194, 206, 255, 212, 193, 206, 255, 197, 191, 208, 255, 202, 196, 210, 255, 207, 201, + 213, 255, 209, 203, 213, 255, 210, 204, 214, 255, 212, 206, 215, 255, 214, 207, 216, 255, 201, 198, 214, 255, 199, 195, 215, 255, 202, 198, 214, 255, 206, + 202, 218, 255, 209, 204, 221, 255, 212, 208, 224, 255, 215, 211, 226, 255, 219, 214, 228, 255, 222, 218, 230, 255, 225, 221, 232, 255, 229, 224, 234, 255, + 231, 226, 236, 255, 235, 230, 238, 255, 237, 232, 239, 255, 239, 234, 241, 255, 244, 240, 242, 255, 246, 241, 243, 255, 244, 240, 244, 255, 249, 244, 245, + 255, 251, 247, 248, 255, 248, 245, 247, 255, 250, 248, 248, 255, 251, 249, 249, 255, 251, 249, 250, 255, 252, 250, 251, 255, 251, 250, 251, 255, 252, 251, + 252, 255, 253, 252, 252, 255, 253, 252, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 253, 254, 255, 254, 253, 254, 255, 254, + 253, 254, 255, 253, 253, 253, 255, 254, 253, 254, 255, 254, 253, 254, 255, 254, 254, 254, 255, 254, 254, 253, 255, 254, 254, 254, 255, 253, 253, 254, 255, + 254, 254, 254, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 253, 254, 255, 253, 253, 254, 255, 253, 253, 254, + 255, 253, 253, 254, 255, 253, 253, 254, 255, 253, 253, 253, 255, 254, 253, 252, 255, 253, 252, 251, 255, 253, 252, 251, 255, 255, 253, 251, 255, 255, 253, + 250, 255, 254, 252, 249, 255, 253, 250, 248, 255, 252, 248, 247, 255, 250, 246, 245, 255, 252, 247, 245, 255, 251, 246, 245, 255, 250, 244, 243, 255, 249, + 242, 242, 255, 248, 241, 241, 255, 248, 241, 240, 255, 247, 240, 240, 255, 246, 239, 239, 255, 244, 237, 237, 255, 244, 235, 235, 255, 247, 236, 232, 255, + 163, 162, 187, 255, 165, 171, 195, 255, 166, 175, 202, 255, 167, 177, 204, 255, 169, 178, 205, 255, 171, 179, 205, 255, 172, 180, 206, 255, 175, 181, 207, + 255, 176, 182, 208, 255, 178, 184, 209, 255, 181, 185, 210, 255, 183, 186, 210, 255, 184, 184, 209, 255, 196, 174, 199, 255, 222, 200, 199, 255, 252, 232, + 207, 255, 251, 230, 206, 255, 246, 224, 205, 255, 246, 226, 206, 255, 250, 229, 206, 255, 245, 223, 204, 255, 233, 210, 202, 255, 193, 177, 198, 255, 237, + 217, 204, 255, 254, 237, 207, 255, 250, 229, 204, 255, 226, 204, 200, 255, 254, 236, 205, 255, 243, 218, 200, 255, 254, 234, 204, 255, 242, 217, 199, 255, + 237, 214, 197, 255, 201, 177, 195, 255, 186, 175, 196, 255, 193, 182, 200, 255, 185, 176, 198, 255, 182, 173, 195, 255, 189, 185, 201, 255, 192, 192, 205, + 255, 192, 191, 205, 255, 192, 193, 205, 255, 194, 193, 206, 255, 198, 194, 206, 255, 208, 194, 206, 255, 202, 191, 208, 255, 196, 191, 208, 255, 200, 195, + 210, 255, 201, 197, 211, 255, 203, 199, 212, 255, 205, 201, 213, 255, 207, 202, 215, 255, 200, 196, 214, 255, 199, 196, 214, 255, 202, 199, 214, 255, 206, + 202, 218, 255, 209, 205, 222, 255, 213, 209, 224, 255, 216, 212, 226, 255, 219, 215, 228, 255, 223, 220, 231, 255, 228, 223, 233, 255, 232, 226, 235, 255, + 233, 228, 237, 255, 236, 231, 238, 255, 239, 234, 240, 255, 240, 235, 241, 255, 243, 239, 242, 255, 246, 241, 243, 255, 244, 241, 245, 255, 249, 245, 246, + 255, 251, 248, 249, 255, 248, 246, 248, 255, 250, 249, 250, 255, 251, 249, 250, 255, 251, 250, 250, 255, 252, 250, 251, 255, 252, 251, 251, 255, 252, 251, + 252, 255, 253, 252, 252, 255, 253, 252, 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 253, 254, 255, 254, 253, 254, 255, 254, 253, 254, 255, 254, + 253, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 254, 254, 255, 254, 254, 254, 255, 212, 212, 212, 255, + 225, 225, 225, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 253, 253, 254, 255, 253, 253, 254, 255, 254, 254, 254, 255, 253, 253, 254, + 255, 253, 253, 254, 255, 253, 253, 254, 255, 253, 253, 253, 255, 253, 253, 253, 255, 253, 252, 253, 255, 253, 252, 252, 255, 254, 253, 251, 255, 254, 252, + 250, 255, 153, 152, 150, 255, 166, 163, 162, 255, 252, 248, 247, 255, 250, 246, 246, 255, 251, 246, 246, 255, 252, 247, 246, 255, 250, 245, 244, 255, 249, + 243, 243, 255, 248, 242, 242, 255, 248, 241, 241, 255, 247, 240, 240, 255, 246, 238, 239, 255, 243, 237, 238, 255, 244, 235, 236, 255, 247, 236, 233, 255, + 163, 161, 187, 255, 165, 178, 199, 255, 166, 180, 204, 255, 167, 180, 205, 255, 170, 182, 205, 255, 171, 182, 206, 255, 174, 184, 207, 255, 176, 185, 208, + 255, 178, 186, 208, 255, 179, 187, 209, 255, 182, 188, 210, 255, 184, 189, 210, 255, 185, 187, 209, 255, 194, 172, 197, 255, 229, 203, 198, 255, 251, 229, + 204, 255, 243, 219, 202, 255, 250, 230, 205, 255, 246, 224, 203, 255, 254, 236, 207, 255, 253, 232, 204, 255, 235, 212, 200, 255, 192, 173, 196, 255, 239, + 219, 202, 255, 251, 227, 202, 255, 254, 236, 205, 255, 231, 206, 197, 255, 254, 235, 203, 255, 243, 217, 198, 255, 254, 234, 202, 255, 252, 230, 200, 255, + 229, 206, 195, 255, 199, 175, 193, 255, 184, 172, 194, 255, 189, 178, 199, 255, 183, 173, 196, 255, 180, 172, 194, 255, 184, 178, 196, 255, 193, 190, 204, + 255, 192, 191, 205, 255, 193, 192, 205, 255, 194, 194, 206, 255, 196, 195, 206, 255, 203, 195, 206, 255, 202, 190, 207, 255, 202, 196, 210, 255, 206, 200, + 211, 255, 207, 201, 212, 255, 209, 203, 214, 255, 211, 204, 215, 255, 213, 206, 216, 255, 201, 198, 214, 255, 199, 196, 214, 255, 202, 199, 215, 255, 206, + 202, 218, 255, 209, 206, 222, 255, 213, 209, 225, 255, 216, 212, 227, 255, 220, 216, 229, 255, 227, 222, 232, 255, 237, 231, 235, 255, 239, 231, 235, 255, + 241, 232, 237, 255, 243, 236, 239, 255, 245, 239, 242, 255, 248, 241, 243, 255, 250, 243, 246, 255, 251, 245, 247, 255, 250, 246, 247, 255, 251, 247, 248, + 255, 252, 249, 250, 255, 251, 249, 250, 255, 243, 242, 242, 255, 203, 201, 202, 255, 242, 240, 240, 255, 254, 252, 252, 255, 218, 216, 216, 255, 231, 229, + 229, 255, 211, 210, 210, 255, 254, 253, 253, 255, 255, 254, 253, 255, 227, 227, 227, 255, 211, 210, 210, 255, 255, 254, 254, 255, 254, 253, 253, 255, 255, + 254, 254, 255, 255, 254, 254, 255, 254, 254, 254, 255, 245, 245, 245, 255, 205, 204, 204, 255, 240, 240, 240, 255, 241, 241, 241, 255, 64, 64, 64, 255, + 135, 135, 135, 255, 246, 246, 246, 255, 250, 250, 250, 255, 205, 205, 205, 255, 237, 237, 237, 255, 254, 254, 254, 255, 224, 224, 224, 255, 229, 229, 229, + 255, 208, 208, 208, 255, 252, 252, 253, 255, 254, 254, 253, 255, 255, 254, 253, 255, 252, 251, 251, 255, 208, 208, 208, 255, 228, 227, 226, 255, 254, 253, + 251, 255, 77, 76, 76, 255, 141, 140, 139, 255, 205, 203, 203, 255, 249, 245, 245, 255, 250, 246, 246, 255, 233, 228, 227, 255, 202, 198, 198, 255, 245, + 239, 239, 255, 243, 237, 237, 255, 204, 199, 199, 255, 219, 212, 213, 255, 217, 211, 212, 255, 243, 236, 238, 255, 243, 235, 236, 255, 246, 235, 234, 255, + 165, 165, 189, 255, 170, 179, 198, 255, 178, 182, 201, 255, 166, 171, 200, 255, 167, 172, 201, 255, 169, 173, 202, 255, 171, 174, 203, 255, 172, 175, 203, + 255, 174, 177, 204, 255, 176, 177, 204, 255, 178, 179, 205, 255, 180, 179, 206, 255, 182, 179, 204, 255, 192, 170, 195, 255, 226, 200, 195, 255, 252, 229, + 202, 255, 241, 216, 199, 255, 250, 229, 203, 255, 244, 221, 201, 255, 254, 235, 205, 255, 254, 235, 205, 255, 238, 214, 199, 255, 191, 171, 194, 255, 242, + 221, 201, 255, 241, 212, 197, 255, 254, 235, 203, 255, 239, 212, 196, 255, 254, 234, 202, 255, 243, 216, 196, 255, 254, 233, 200, 255, 246, 220, 196, 255, + 240, 214, 193, 255, 197, 172, 191, 255, 182, 170, 192, 255, 186, 173, 197, 255, 182, 171, 194, 255, 178, 170, 192, 255, 180, 173, 192, 255, 192, 190, 203, + 255, 193, 191, 204, 255, 193, 192, 204, 255, 194, 194, 205, 255, 195, 195, 206, 255, 200, 195, 207, 255, 200, 190, 205, 255, 199, 194, 210, 255, 200, 194, + 209, 255, 201, 196, 210, 255, 203, 198, 211, 255, 206, 200, 213, 255, 208, 202, 214, 255, 200, 197, 214, 255, 200, 197, 215, 255, 203, 200, 216, 255, 206, + 203, 219, 255, 209, 206, 223, 255, 213, 210, 225, 255, 221, 215, 228, 255, 230, 222, 230, 255, 233, 225, 231, 255, 234, 225, 232, 255, 235, 227, 233, 255, + 237, 230, 235, 255, 240, 232, 237, 255, 242, 236, 239, 255, 244, 239, 241, 255, 246, 240, 243, 255, 249, 243, 245, 255, 250, 245, 247, 255, 251, 247, 248, + 255, 253, 249, 249, 255, 230, 227, 226, 255, 35, 35, 35, 255, 48, 47, 47, 255, 34, 34, 34, 255, 246, 245, 244, 255, 17, 17, 17, 255, 49, 49, + 49, 255, 9, 9, 9, 255, 166, 166, 166, 255, 161, 161, 160, 255, 28, 28, 28, 255, 26, 26, 26, 255, 141, 141, 141, 255, 254, 254, 254, 255, 254, + 254, 254, 255, 255, 254, 254, 255, 238, 238, 238, 255, 35, 35, 35, 255, 72, 72, 72, 255, 25, 25, 25, 255, 171, 171, 171, 255, 9, 9, 9, 255, + 54, 54, 54, 255, 218, 218, 218, 255, 51, 51, 51, 255, 49, 49, 49, 255, 20, 20, 20, 255, 229, 229, 229, 255, 58, 58, 58, 255, 31, 31, 31, + 255, 20, 20, 20, 255, 119, 119, 119, 255, 254, 254, 254, 255, 255, 254, 253, 255, 79, 78, 78, 255, 61, 61, 61, 255, 22, 21, 21, 255, 200, 199, + 197, 255, 47, 46, 46, 255, 43, 42, 42, 255, 16, 16, 16, 255, 133, 131, 130, 255, 187, 184, 184, 255, 25, 25, 25, 255, 35, 34, 34, 255, 89, + 87, 87, 255, 209, 204, 204, 255, 0, 0, 0, 255, 47, 46, 46, 255, 7, 7, 7, 255, 199, 194, 195, 255, 243, 235, 236, 255, 246, 235, 234, 255, + 163, 169, 195, 255, 164, 173, 199, 255, 166, 176, 201, 255, 167, 178, 202, 255, 169, 179, 202, 255, 171, 179, 203, 255, 173, 180, 204, 255, 174, 181, 205, + 255, 177, 182, 205, 255, 179, 182, 205, 255, 181, 184, 206, 255, 183, 184, 207, 255, 184, 182, 205, 255, 189, 168, 193, 255, 223, 196, 193, 255, 252, 229, + 199, 255, 239, 214, 197, 255, 250, 230, 202, 255, 244, 219, 199, 255, 251, 227, 199, 255, 254, 234, 203, 255, 241, 216, 197, 255, 190, 170, 192, 255, 246, + 224, 200, 255, 251, 229, 200, 255, 254, 235, 202, 255, 246, 218, 195, 255, 254, 234, 200, 255, 244, 215, 194, 255, 254, 232, 199, 255, 238, 210, 192, 255, + 250, 223, 193, 255, 196, 171, 190, 255, 181, 168, 190, 255, 183, 170, 196, 255, 179, 169, 193, 255, 177, 169, 191, 255, 177, 169, 190, 255, 190, 188, 201, + 255, 193, 191, 203, 255, 194, 193, 204, 255, 194, 194, 205, 255, 195, 196, 205, 255, 198, 196, 206, 255, 199, 193, 206, 255, 202, 196, 210, 255, 202, 196, + 209, 255, 203, 198, 210, 255, 205, 199, 212, 255, 208, 201, 214, 255, 210, 203, 215, 255, 201, 198, 214, 255, 200, 198, 215, 255, 203, 201, 215, 255, 206, + 204, 218, 255, 211, 208, 223, 255, 222, 216, 226, 255, 234, 220, 225, 255, 229, 219, 226, 255, 229, 221, 228, 255, 230, 224, 231, 255, 233, 227, 233, 255, + 237, 231, 236, 255, 243, 236, 239, 255, 248, 241, 242, 255, 249, 243, 244, 255, 251, 245, 245, 255, 252, 247, 247, 255, 253, 249, 248, 255, 253, 250, 249, + 255, 252, 250, 249, 255, 128, 127, 125, 255, 91, 90, 89, 255, 253, 252, 250, 255, 16, 16, 16, 255, 191, 190, 189, 255, 0, 0, 0, 255, 236, 235, + 235, 255, 79, 79, 79, 255, 144, 144, 143, 255, 38, 38, 38, 255, 82, 81, 81, 255, 75, 75, 75, 255, 70, 70, 70, 255, 115, 115, 115, 255, 30, + 30, 30, 255, 30, 30, 30, 255, 189, 189, 189, 255, 15, 15, 15, 255, 115, 115, 115, 255, 171, 171, 171, 255, 250, 250, 250, 255, 14, 14, 14, 255, + 225, 225, 225, 255, 161, 161, 161, 255, 60, 60, 60, 255, 255, 255, 255, 255, 47, 47, 47, 255, 177, 177, 177, 255, 28, 28, 28, 255, 184, 184, 184, + 255, 149, 149, 149, 255, 58, 58, 59, 255, 254, 254, 253, 255, 255, 254, 253, 255, 33, 33, 32, 255, 87, 87, 87, 255, 154, 153, 152, 255, 239, 238, + 236, 255, 16, 16, 16, 255, 205, 203, 202, 255, 109, 108, 108, 255, 108, 107, 107, 255, 63, 62, 62, 255, 154, 151, 151, 255, 203, 199, 198, 255, 19, + 19, 19, 255, 181, 178, 178, 255, 28, 27, 28, 255, 241, 235, 236, 255, 51, 50, 50, 255, 148, 144, 145, 255, 243, 235, 236, 255, 245, 235, 234, 255, + 162, 168, 197, 255, 163, 170, 199, 255, 164, 171, 199, 255, 165, 171, 199, 255, 167, 172, 200, 255, 168, 173, 200, 255, 170, 174, 200, 255, 172, 176, 202, + 255, 174, 177, 202, 255, 176, 177, 203, 255, 178, 178, 203, 255, 180, 179, 204, 255, 181, 177, 202, 255, 187, 166, 191, 255, 217, 190, 191, 255, 253, 229, + 199, 255, 241, 215, 196, 255, 251, 229, 200, 255, 243, 217, 197, 255, 244, 218, 196, 255, 248, 226, 199, 255, 244, 219, 196, 255, 188, 168, 190, 255, 250, + 227, 198, 255, 233, 208, 195, 255, 250, 228, 199, 255, 251, 224, 195, 255, 254, 234, 199, 255, 242, 215, 193, 255, 253, 231, 197, 255, 235, 208, 190, 255, + 249, 221, 191, 255, 195, 169, 189, 255, 180, 167, 189, 255, 180, 168, 194, 255, 178, 168, 192, 255, 176, 168, 190, 255, 176, 167, 189, 255, 185, 180, 196, + 255, 196, 193, 203, 255, 197, 195, 204, 255, 197, 196, 205, 255, 195, 195, 206, 255, 196, 196, 206, 255, 198, 196, 207, 255, 198, 192, 208, 255, 203, 197, + 210, 255, 205, 198, 211, 255, 207, 200, 212, 255, 208, 202, 213, 255, 207, 201, 214, 255, 199, 196, 213, 255, 199, 198, 215, 255, 203, 201, 215, 255, 207, + 205, 219, 255, 216, 211, 223, 255, 232, 220, 224, 255, 244, 226, 221, 255, 235, 224, 229, 255, 239, 230, 234, 255, 244, 235, 238, 255, 245, 238, 240, 255, + 249, 241, 241, 255, 251, 243, 243, 255, 251, 244, 244, 255, 252, 246, 246, 255, 253, 248, 248, 255, 253, 249, 249, 255, 253, 249, 249, 255, 253, 250, 249, + 255, 251, 249, 249, 255, 104, 103, 102, 255, 109, 109, 108, 255, 218, 216, 215, 255, 11, 11, 11, 255, 194, 193, 192, 255, 22, 22, 22, 255, 253, 252, + 252, 255, 55, 55, 55, 255, 174, 174, 173, 255, 18, 18, 18, 255, 150, 149, 149, 255, 155, 155, 155, 255, 197, 197, 197, 255, 239, 239, 239, 255, 231, + 231, 231, 255, 231, 231, 231, 255, 216, 216, 216, 255, 167, 166, 166, 255, 106, 106, 106, 255, 23, 23, 23, 255, 236, 236, 236, 255, 0, 0, 0, 255, + 241, 241, 241, 255, 138, 138, 138, 255, 79, 79, 79, 255, 236, 236, 236, 255, 18, 18, 18, 255, 211, 211, 211, 255, 2, 2, 2, 255, 201, 201, 201, + 255, 101, 101, 101, 255, 95, 95, 95, 255, 254, 254, 253, 255, 237, 236, 236, 255, 166, 165, 165, 255, 143, 143, 143, 255, 7, 7, 7, 255, 195, 194, + 192, 255, 0, 0, 0, 255, 241, 239, 238, 255, 85, 84, 84, 255, 141, 139, 139, 255, 42, 42, 42, 255, 173, 169, 169, 255, 155, 153, 152, 255, 60, + 59, 59, 255, 152, 149, 149, 255, 43, 41, 42, 255, 230, 224, 226, 255, 20, 19, 19, 255, 183, 178, 179, 255, 243, 235, 236, 255, 245, 234, 234, 255, + 163, 170, 196, 255, 165, 175, 198, 255, 167, 179, 200, 255, 170, 178, 198, 255, 168, 170, 193, 255, 166, 171, 194, 255, 168, 173, 195, 255, 172, 174, 195, + 255, 175, 172, 194, 255, 176, 174, 198, 255, 177, 175, 202, 255, 179, 176, 202, 255, 180, 174, 201, 255, 185, 165, 190, 255, 191, 170, 189, 255, 243, 217, + 194, 255, 249, 226, 197, 255, 221, 196, 192, 255, 224, 198, 191, 255, 230, 202, 192, 255, 219, 194, 191, 255, 220, 193, 191, 255, 187, 166, 189, 255, 219, + 193, 191, 255, 201, 178, 190, 255, 210, 186, 190, 255, 209, 185, 189, 255, 207, 184, 189, 255, 199, 177, 187, 255, 199, 179, 188, 255, 191, 172, 187, 255, + 192, 173, 187, 255, 193, 167, 188, 255, 178, 166, 188, 255, 177, 166, 192, 255, 176, 166, 191, 255, 175, 166, 189, 255, 174, 167, 189, 255, 182, 176, 193, + 255, 205, 198, 204, 255, 201, 196, 204, 255, 194, 193, 204, 255, 193, 193, 204, 255, 194, 195, 205, 255, 198, 198, 207, 255, 196, 190, 207, 255, 198, 192, + 209, 255, 196, 193, 209, 255, 198, 190, 207, 255, 201, 192, 207, 255, 198, 192, 208, 255, 197, 195, 210, 255, 200, 198, 213, 255, 203, 202, 215, 255, 211, + 208, 220, 255, 217, 212, 222, 255, 242, 225, 223, 255, 238, 227, 228, 255, 238, 228, 233, 255, 247, 237, 238, 255, 247, 238, 240, 255, 250, 241, 242, 255, + 251, 244, 245, 255, 252, 246, 246, 255, 252, 246, 247, 255, 252, 247, 247, 255, 252, 247, 247, 255, 253, 248, 248, 255, 253, 250, 250, 255, 254, 251, 251, + 255, 252, 249, 250, 255, 195, 193, 193, 255, 19, 19, 19, 255, 20, 20, 20, 255, 154, 153, 153, 255, 177, 176, 175, 255, 53, 53, 53, 255, 253, 252, + 252, 255, 27, 27, 26, 255, 206, 205, 205, 255, 123, 123, 123, 255, 13, 13, 13, 255, 35, 35, 35, 255, 210, 210, 209, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 254, 255, 189, 189, 189, 255, 24, 24, 24, 255, 34, 34, 34, 255, 119, 119, 119, 255, 238, 238, 238, 255, 28, 28, 28, 255, + 89, 89, 89, 255, 218, 218, 219, 255, 26, 26, 26, 255, 17, 17, 17, 255, 129, 129, 129, 255, 218, 218, 218, 255, 8, 8, 8, 255, 23, 23, 23, + 255, 30, 30, 30, 255, 217, 217, 217, 255, 254, 253, 253, 255, 232, 232, 231, 255, 37, 37, 37, 255, 37, 37, 37, 255, 67, 67, 67, 255, 200, 199, + 198, 255, 22, 22, 22, 255, 252, 250, 250, 255, 57, 56, 56, 255, 173, 170, 170, 255, 142, 140, 140, 255, 12, 12, 12, 255, 31, 31, 31, 255, 200, + 196, 196, 255, 121, 118, 118, 255, 22, 21, 21, 255, 6, 6, 6, 255, 86, 84, 85, 255, 242, 235, 237, 255, 244, 236, 236, 255, 246, 235, 234, 255, + 174, 191, 202, 255, 176, 184, 199, 255, 166, 168, 190, 255, 169, 170, 192, 255, 180, 190, 201, 255, 171, 186, 201, 255, 167, 183, 200, 255, 173, 183, 200, + 255, 190, 183, 198, 255, 178, 173, 194, 255, 176, 168, 193, 255, 177, 169, 194, 255, 181, 177, 201, 255, 182, 164, 189, 255, 181, 163, 187, 255, 183, 165, + 187, 255, 186, 167, 187, 255, 183, 164, 187, 255, 184, 164, 187, 255, 185, 165, 188, 255, 185, 165, 188, 255, 185, 165, 188, 255, 186, 164, 187, 255, 186, + 165, 187, 255, 187, 165, 188, 255, 189, 165, 188, 255, 190, 165, 187, 255, 190, 165, 186, 255, 191, 166, 186, 255, 193, 166, 186, 255, 195, 166, 186, 255, + 195, 166, 187, 255, 193, 165, 187, 255, 177, 164, 187, 255, 176, 164, 189, 255, 175, 165, 188, 255, 174, 166, 187, 255, 174, 167, 188, 255, 176, 170, 190, + 255, 197, 192, 201, 255, 190, 189, 201, 255, 189, 190, 203, 255, 192, 194, 205, 255, 195, 197, 207, 255, 199, 200, 208, 255, 197, 194, 207, 255, 199, 193, + 209, 255, 189, 186, 205, 255, 189, 187, 204, 255, 194, 191, 207, 255, 201, 197, 211, 255, 209, 203, 215, 255, 205, 201, 215, 255, 206, 203, 217, 255, 207, + 206, 218, 255, 219, 214, 224, 255, 234, 223, 229, 255, 241, 231, 234, 255, 236, 230, 235, 255, 244, 235, 238, 255, 247, 238, 239, 255, 251, 242, 242, 255, + 251, 244, 244, 255, 251, 244, 245, 255, 252, 246, 246, 255, 253, 248, 248, 255, 253, 249, 249, 255, 253, 249, 249, 255, 254, 250, 250, 255, 253, 251, 251, + 255, 253, 251, 251, 255, 252, 250, 249, 255, 250, 248, 247, 255, 248, 246, 247, 255, 252, 250, 251, 255, 253, 252, 252, 255, 253, 252, 252, 255, 253, 253, + 253, 255, 254, 253, 253, 255, 255, 254, 254, 255, 254, 254, 254, 255, 248, 247, 247, 255, 253, 253, 252, 255, 255, 254, 254, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 253, 253, 253, 255, 250, 250, 250, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 253, 253, 253, 255, 249, 249, 249, 255, 254, 254, 254, 255, 188, 188, 188, 255, 43, 43, 43, 255, 249, 249, 249, + 255, 252, 252, 252, 255, 254, 254, 255, 255, 254, 254, 254, 255, 254, 253, 254, 255, 253, 253, 253, 255, 248, 247, 246, 255, 255, 254, 252, 255, 255, 253, + 252, 255, 254, 253, 252, 255, 253, 250, 250, 255, 252, 249, 249, 255, 252, 249, 249, 255, 251, 247, 247, 255, 245, 241, 240, 255, 250, 245, 244, 255, 251, + 247, 246, 255, 89, 87, 87, 255, 134, 131, 131, 255, 238, 232, 234, 255, 244, 238, 239, 255, 244, 237, 238, 255, 245, 236, 236, 255, 246, 235, 235, 255, + 165, 170, 191, 255, 162, 162, 188, 255, 162, 161, 190, 255, 163, 162, 190, 255, 164, 163, 190, 255, 165, 164, 191, 255, 167, 163, 190, 255, 168, 162, 190, + 255, 173, 164, 191, 255, 171, 163, 191, 255, 174, 166, 194, 255, 175, 166, 193, 255, 176, 165, 192, 255, 178, 163, 189, 255, 189, 163, 188, 255, 182, 164, + 191, 255, 187, 165, 191, 255, 204, 168, 189, 255, 203, 168, 188, 255, 202, 168, 187, 255, 201, 168, 187, 255, 198, 167, 187, 255, 194, 164, 187, 255, 193, + 164, 187, 255, 194, 165, 188, 255, 197, 166, 186, 255, 196, 167, 187, 255, 194, 166, 187, 255, 192, 166, 186, 255, 189, 165, 186, 255, 187, 165, 185, 255, + 185, 165, 187, 255, 192, 176, 191, 255, 206, 190, 197, 255, 205, 190, 198, 255, 204, 190, 198, 255, 203, 190, 198, 255, 204, 190, 197, 255, 203, 191, 198, + 255, 193, 187, 199, 255, 188, 187, 201, 255, 191, 193, 204, 255, 195, 198, 206, 255, 197, 201, 208, 255, 199, 201, 208, 255, 198, 198, 208, 255, 201, 197, + 211, 255, 194, 196, 211, 255, 195, 197, 212, 255, 200, 202, 215, 255, 202, 205, 217, 255, 207, 205, 217, 255, 206, 203, 216, 255, 204, 203, 215, 255, 220, + 209, 220, 255, 235, 223, 229, 255, 241, 226, 230, 255, 239, 231, 235, 255, 244, 234, 235, 255, 249, 238, 238, 255, 246, 236, 237, 255, 247, 238, 240, 255, + 250, 243, 243, 255, 252, 246, 246, 255, 252, 247, 246, 255, 253, 248, 247, 255, 253, 249, 248, 255, 254, 250, 249, 255, 254, 251, 250, 255, 254, 251, 251, + 255, 254, 252, 251, 255, 253, 251, 250, 255, 252, 250, 250, 255, 251, 250, 251, 255, 252, 251, 252, 255, 252, 251, 252, 255, 252, 252, 252, 255, 253, 253, + 253, 255, 254, 253, 253, 255, 254, 253, 253, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 210, 210, 210, 255, 160, 160, 160, 255, 255, 254, 255, + 255, 254, 254, 254, 255, 254, 254, 255, 255, 254, 254, 254, 255, 254, 253, 253, 255, 254, 253, 253, 255, 255, 254, 253, 255, 254, 253, 252, 255, 254, 253, + 252, 255, 254, 253, 252, 255, 254, 252, 251, 255, 252, 250, 250, 255, 252, 249, 249, 255, 251, 247, 247, 255, 251, 247, 246, 255, 250, 245, 245, 255, 251, + 246, 246, 255, 158, 155, 155, 255, 203, 199, 199, 255, 245, 240, 241, 255, 244, 238, 239, 255, 244, 237, 238, 255, 245, 237, 237, 255, 246, 235, 235, 255, + 166, 166, 190, 255, 167, 168, 192, 255, 168, 169, 193, 255, 170, 173, 194, 255, 172, 176, 195, 255, 172, 175, 195, 255, 171, 170, 193, 255, 173, 170, 193, + 255, 179, 177, 196, 255, 182, 180, 198, 255, 187, 186, 200, 255, 190, 189, 202, 255, 191, 188, 202, 255, 188, 182, 199, 255, 181, 168, 192, 255, 178, 161, + 189, 255, 178, 162, 189, 255, 180, 162, 191, 255, 181, 163, 191, 255, 186, 170, 191, 255, 192, 179, 196, 255, 197, 188, 200, 255, 193, 183, 198, 255, 187, + 166, 191, 255, 193, 182, 199, 255, 197, 188, 202, 255, 198, 189, 202, 255, 196, 184, 199, 255, 190, 176, 194, 255, 181, 166, 190, 255, 184, 166, 189, 255, + 182, 164, 188, 255, 181, 166, 187, 255, 183, 167, 189, 255, 183, 168, 189, 255, 183, 167, 190, 255, 184, 168, 190, 255, 183, 169, 191, 255, 182, 169, 192, + 255, 184, 175, 196, 255, 191, 191, 202, 255, 194, 196, 204, 255, 196, 198, 206, 255, 198, 201, 207, 255, 197, 201, 208, 255, 199, 200, 209, 255, 198, 194, + 210, 255, 190, 199, 215, 255, 191, 202, 218, 255, 194, 206, 220, 255, 197, 208, 222, 255, 200, 207, 221, 255, 201, 205, 218, 255, 207, 206, 219, 255, 227, + 213, 224, 255, 222, 215, 225, 255, 239, 223, 229, 255, 243, 232, 234, 255, 238, 229, 233, 255, 232, 227, 233, 255, 243, 231, 235, 255, 249, 240, 241, 255, + 247, 241, 242, 255, 244, 239, 241, 255, 243, 239, 242, 255, 244, 241, 244, 255, 248, 244, 245, 255, 252, 247, 248, 255, 252, 248, 249, 255, 253, 250, 249, + 255, 252, 249, 250, 255, 250, 249, 250, 255, 250, 249, 250, 255, 251, 250, 251, 255, 251, 251, 252, 255, 252, 252, 252, 255, 252, 252, 252, 255, 253, 252, + 253, 255, 253, 253, 253, 255, 253, 253, 253, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, + 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 254, 254, 254, 255, 254, 254, 254, 255, 255, 254, 254, 255, 254, 254, 254, 255, 254, 253, 253, 255, 255, 254, 253, 255, 254, 253, 252, 255, 253, 252, + 252, 255, 253, 252, 251, 255, 254, 253, 251, 255, 253, 251, 250, 255, 252, 249, 249, 255, 251, 248, 248, 255, 251, 247, 246, 255, 250, 246, 245, 255, 251, + 246, 245, 255, 250, 245, 245, 255, 248, 243, 243, 255, 245, 240, 241, 255, 244, 238, 239, 255, 244, 236, 238, 255, 246, 237, 237, 255, 246, 235, 234, 255, + 184, 193, 202, 255, 183, 191, 201, 255, 177, 184, 198, 255, 172, 178, 196, 255, 171, 175, 196, 255, 175, 180, 198, 255, 180, 187, 201, 255, 184, 191, 203, + 255, 188, 192, 204, 255, 189, 193, 204, 255, 190, 192, 204, 255, 195, 196, 205, 255, 204, 209, 212, 255, 209, 214, 215, 255, 207, 210, 213, 255, 178, 164, + 187, 255, 177, 161, 187, 255, 178, 161, 189, 255, 189, 179, 198, 255, 192, 182, 199, 255, 188, 178, 196, 255, 189, 176, 196, 255, 185, 168, 193, 255, 181, + 162, 186, 255, 184, 172, 194, 255, 186, 177, 196, 255, 187, 178, 195, 255, 189, 182, 196, 255, 192, 184, 197, 255, 196, 187, 199, 255, 196, 185, 197, 255, + 190, 176, 194, 255, 185, 174, 192, 255, 180, 170, 191, 255, 177, 167, 190, 255, 175, 167, 190, 255, 175, 168, 190, 255, 175, 169, 192, 255, 175, 171, 193, + 255, 178, 175, 195, 255, 182, 181, 199, 255, 185, 187, 202, 255, 192, 195, 206, 255, 192, 194, 205, 255, 194, 196, 206, 255, 195, 197, 208, 255, 197, 195, + 209, 255, 193, 195, 213, 255, 200, 199, 215, 255, 197, 199, 216, 255, 196, 200, 216, 255, 204, 207, 221, 255, 206, 208, 222, 255, 214, 213, 226, 255, 225, + 220, 229, 255, 219, 216, 226, 255, 224, 220, 229, 255, 235, 228, 234, 255, 233, 228, 234, 255, 239, 234, 238, 255, 243, 238, 241, 255, 245, 240, 242, 255, + 245, 241, 243, 255, 245, 242, 245, 255, 247, 243, 246, 255, 248, 245, 247, 255, 249, 247, 248, 255, 251, 248, 249, 255, 251, 249, 250, 255, 251, 249, 250, + 255, 252, 250, 251, 255, 252, 251, 252, 255, 251, 251, 252, 255, 252, 252, 253, 255, 253, 252, 253, 255, 253, 253, 253, 255, 253, 252, 253, 255, 253, 253, + 253, 255, 254, 253, 254, 255, 253, 253, 253, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, + 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 253, 255, 254, 254, 253, 255, 255, 254, 253, 255, 253, 253, 252, 255, 252, 252, + 252, 255, 251, 251, 252, 255, 253, 252, 251, 255, 254, 252, 250, 255, 252, 249, 249, 255, 251, 248, 248, 255, 250, 247, 247, 255, 250, 245, 245, 255, 250, + 245, 245, 255, 251, 246, 245, 255, 249, 243, 243, 255, 246, 240, 241, 255, 245, 238, 239, 255, 244, 236, 237, 255, 245, 235, 236, 255, 246, 235, 234, 255, + 169, 174, 195, 255, 169, 177, 196, 255, 172, 184, 199, 255, 180, 194, 203, 255, 187, 202, 208, 255, 192, 207, 210, 255, 198, 211, 213, 255, 204, 215, 215, + 255, 209, 218, 217, 255, 213, 221, 218, 255, 216, 222, 220, 255, 215, 218, 217, 255, 210, 210, 213, 255, 211, 210, 213, 255, 212, 210, 213, 255, 187, 176, + 193, 255, 175, 160, 185, 255, 176, 160, 184, 255, 197, 190, 201, 255, 200, 196, 206, 255, 184, 170, 193, 255, 179, 161, 189, 255, 179, 160, 187, 255, 181, + 160, 187, 255, 183, 163, 191, 255, 182, 166, 190, 255, 186, 175, 194, 255, 195, 194, 204, 255, 196, 196, 204, 255, 195, 191, 201, 255, 190, 182, 197, 255, + 187, 179, 196, 255, 186, 181, 196, 255, 188, 184, 197, 255, 189, 186, 199, 255, 188, 185, 198, 255, 188, 186, 199, 255, 190, 189, 200, 255, 193, 194, 202, + 255, 197, 198, 204, 255, 198, 199, 205, 255, 195, 195, 204, 255, 193, 195, 206, 255, 189, 191, 206, 255, 182, 183, 202, 255, 183, 182, 203, 255, 185, 185, + 205, 255, 185, 184, 206, 255, 188, 188, 208, 255, 191, 192, 211, 255, 194, 198, 215, 255, 198, 201, 218, 255, 201, 203, 218, 255, 209, 206, 220, 255, 214, + 211, 223, 255, 216, 214, 225, 255, 219, 217, 227, 255, 226, 222, 230, 255, 227, 223, 231, 255, 234, 231, 236, 255, 241, 240, 241, 255, 245, 244, 244, 255, + 243, 242, 244, 255, 243, 242, 245, 255, 245, 245, 248, 255, 246, 246, 249, 255, 244, 247, 250, 255, 244, 248, 250, 255, 246, 249, 251, 255, 247, 249, 251, + 255, 248, 250, 252, 255, 248, 250, 252, 255, 249, 251, 252, 255, 251, 251, 252, 255, 251, 251, 253, 255, 252, 252, 253, 255, 252, 252, 252, 255, 253, 253, + 253, 255, 253, 253, 254, 255, 253, 253, 254, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 254, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, + 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 254, 254, 254, 255, 254, 254, 254, 255, 254, 253, 253, 255, 254, 254, 253, 255, 254, 253, 253, 255, 253, 253, 253, 255, 253, 252, + 252, 255, 253, 251, 252, 255, 253, 251, 251, 255, 253, 252, 251, 255, 253, 250, 250, 255, 251, 248, 249, 255, 251, 247, 248, 255, 250, 246, 246, 255, 250, + 245, 245, 255, 251, 246, 245, 255, 249, 243, 243, 255, 246, 240, 241, 255, 245, 238, 239, 255, 245, 237, 238, 255, 244, 235, 236, 255, 246, 235, 234, 255}; diff --git a/src/opus_encode.cpp b/src/opus_encode.cpp new file mode 100644 index 0000000..50c7690 --- /dev/null +++ b/src/opus_encode.cpp @@ -0,0 +1,506 @@ +// opus encoding functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include +#include + +#include "opus_encode.h" + +/* Copyright (C)2012 Xiph.Org Foundation + File: opus_header.c + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include +#include + +typedef struct { + unsigned char *data; + int maxlen; + int pos; +} Packet; + +typedef struct { + const unsigned char *data; + int maxlen; + int pos; +} ROPacket; + +static int write_uint32(Packet *p, ogg_uint32_t val) +{ + if (p->pos > p->maxlen - 4) { + return 0; + } + + p->data[p->pos] = (val) & 0xFF; + p->data[p->pos + 1] = (val >> 8) & 0xFF; + p->data[p->pos + 2] = (val >> 16) & 0xFF; + p->data[p->pos + 3] = (val >> 24) & 0xFF; + p->pos += 4; + return 1; +} + +static int write_uint16(Packet *p, ogg_uint16_t val) +{ + if (p->pos > p->maxlen - 2) { + return 0; + } + + p->data[p->pos] = (val) & 0xFF; + p->data[p->pos + 1] = (val >> 8) & 0xFF; + p->pos += 2; + return 1; +} + +static int write_chars(Packet *p, const unsigned char *str, int nb_chars) +{ + int i; + if (p->pos > p->maxlen - nb_chars) { + return 0; + } + for (i = 0; i < nb_chars; i++) { + p->data[p->pos++] = str[i]; + } + return 1; +} + +int opus_header_to_packet(const OpusHeader *h, unsigned char *packet, int len) +{ + int i; + Packet p; + unsigned char ch; + + p.data = packet; + p.maxlen = len; + p.pos = 0; + if (len < 19) { + return 0; + } + if (!write_chars(&p, (const unsigned char *)"OpusHead", 8)) { + return 0; + } + /* Version is 1 */ + ch = 1; + if (!write_chars(&p, &ch, 1)) { + return 0; + } + + ch = h->channels; + if (!write_chars(&p, &ch, 1)) { + return 0; + } + + if (!write_uint16(&p, h->preskip)) { + return 0; + } + + if (!write_uint32(&p, h->input_sample_rate)) { + return 0; + } + + if (!write_uint16(&p, h->gain)) { + return 0; + } + + ch = h->channel_mapping; + if (!write_chars(&p, &ch, 1)) { + return 0; + } + + if (h->channel_mapping != 0) { + ch = h->nb_streams; + if (!write_chars(&p, &ch, 1)) { + return 0; + } + + ch = h->nb_coupled; + if (!write_chars(&p, &ch, 1)) { + return 0; + } + + /* Multi-stream support */ + for (i = 0; i < h->channels; i++) { + if (!write_chars(&p, &h->stream_map[i], 1)) { + return 0; + } + } + } + + return p.pos; +} + +int opus_enc_alloc(opus_enc *opus) +{ + opus->header = (OpusHeader *)calloc(1, sizeof(OpusHeader)); + opus->header_data = (unsigned char *)calloc(1, 1024); + opus->tags = (unsigned char *)calloc(1, 1024); + opus->buffer = (unsigned char *)calloc(1, 2 * OPUS_FRAME_SIZE * sizeof(float)); + opus->last_pcm_packet = (float *)calloc(1, 2 * OPUS_FRAME_SIZE * sizeof(float)); + opus->granulepos = 0; + + memset(opus->song_title, 0, sizeof(opus->song_title)); + + return 0; +} + +int opus_enc_init(opus_enc *opus) +{ + int err; + int ret; + int bandwidth; + int audio_type; + + err = 0; + ret = OPUS_OK; + + opus->header->gain = 0; + opus->header->channels = opus->channel; + + if ((opus->bitrate < 8000) || (opus->bitrate > 510000)) { + opus->bitrate = DEFAULT_OPUS_BITRATE; + } + + if (opus->audio_type == 0) { + audio_type = OPUS_APPLICATION_AUDIO; + } + else { + audio_type = OPUS_APPLICATION_VOIP; + } + + opus->header->input_sample_rate = 48000; + opus->encoder = opus_encoder_create(opus->header->input_sample_rate, opus->channel, audio_type, &err); + if (opus->encoder == NULL) { + printf("Opus Encoder creation error: %s\n", opus_strerror(err)); + fflush(stdout); + return 1; + } + + ret |= opus_encoder_ctl(opus->encoder, OPUS_SET_BITRATE(opus->bitrate)); + + if (opus->bitrate_mode == 0) { // CBR + ret |= opus_encoder_ctl(opus->encoder, OPUS_SET_VBR(0)); + } + else { + ret |= opus_encoder_ctl(opus->encoder, OPUS_SET_VBR(1)); + } + + ret |= opus_encoder_ctl(opus->encoder, OPUS_SET_COMPLEXITY(10 - opus->quality)); + + switch (opus->bandwidth) { + case 0: + bandwidth = OPUS_BANDWIDTH_FULLBAND; // 20 kHz + break; + case 1: + bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; // 12 kHz + break; + case 2: + bandwidth = OPUS_BANDWIDTH_WIDEBAND; // 8 kHz + break; + case 3: + bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; // 6 kHz + break; + case 4: + bandwidth = OPUS_BANDWIDTH_NARROWBAND; // 4 kHz + break; + default: + bandwidth = OPUS_BANDWIDTH_FULLBAND; + break; + } + + ret |= opus_encoder_ctl(opus->encoder, OPUS_SET_MAX_BANDWIDTH(bandwidth)); + + opus->last_bitrate = opus->bitrate; + + ret |= opus_encoder_ctl(opus->encoder, OPUS_GET_LOOKAHEAD(&opus->lookahead)); + opus->header->preskip = opus->lookahead; + if (opus->state == OPUS_STATE_NEW_STREAM) { + opus->header->preskip += OPUS_FRAME_SIZE - opus->lookahead; + } + + if (ret != OPUS_OK) { + return 1; + } + + opus->header_size = opus_header_to_packet(opus->header, opus->header_data, 100); + + int tags_offset = 0; + uint32_t len; + uint32_t num_comments = strlen(opus->song_title) > 0 ? 2 : 1; + + memcpy(opus->tags, "OpusTags", strlen("OpusTags")); + tags_offset += strlen("OpusTags"); + + len = strlen(opus_get_version_string()); + memcpy(opus->tags + tags_offset, &len, sizeof(len)); + tags_offset += sizeof(len); + + memcpy(opus->tags + tags_offset, opus_get_version_string(), strlen(opus_get_version_string())); + tags_offset += strlen(opus_get_version_string()); + + memcpy(opus->tags + tags_offset, &num_comments, sizeof(num_comments)); + tags_offset += sizeof(num_comments); + + len = strlen("ENCODER=") + strlen(PACKAGE_STRING); + memcpy(opus->tags + tags_offset, &len, sizeof(len)); + tags_offset += sizeof(len); + + memcpy(opus->tags + tags_offset, "ENCODER=", strlen("ENCODER=")); + tags_offset += strlen("ENCODER="); + + memcpy(opus->tags + tags_offset, PACKAGE_STRING, strlen(PACKAGE_STRING)); + tags_offset += strlen(PACKAGE_STRING); + + len = strlen(opus->song_title); + if (len > 0) { + memcpy(opus->tags + tags_offset, &len, sizeof(len)); + tags_offset += sizeof(len); + + memcpy(opus->tags + tags_offset, opus->song_title, len); + tags_offset += len; + } + + opus->tags_size = tags_offset; + + /* + int32_t val; + + opus_encoder_ctl (opus->encoder, OPUS_GET_BITRATE(&val)); + printf("OPUS bitrate: %d\n", val); + + opus_encoder_ctl (opus->encoder, OPUS_GET_COMPLEXITY(&val)); + printf("OPUS QUALITY: %d\n", val); + + opus_encoder_ctl (opus->encoder, OPUS_GET_APPLICATION(&val)); + printf("OPUS audio_type: %d\n", opus->audio_type ); + + opus_encoder_ctl (opus->encoder, OPUS_GET_MAX_BANDWIDTH(&val)); + printf("OPUS bandwidth: %d\n", val); + + opus_encoder_ctl (opus->encoder, OPUS_GET_VBR(&val)); + printf("OPUS VBR: %d\n\n", val); + */ + + // printf("OPUS bitrate: %d\n", opus->bitrate); + + return 0; +} + +// This function needs to be called before +// every connection +void opus_enc_write_header(opus_enc *opus) +{ + ogg_packet op; + + ogg_stream_clear(&opus->os); + ogg_stream_init(&opus->os, rand()); + opus_encoder_ctl(opus->encoder, OPUS_RESET_STATE); + + op.b_o_s = 1; + op.e_o_s = 0; + op.granulepos = 0; + op.packetno = 0; + op.packet = opus->header_data; + op.bytes = opus->header_size; + ogg_stream_packetin(&opus->os, &op); + + op.b_o_s = 0; + op.e_o_s = 0; + op.granulepos = 0; + op.packetno = opus->os.packetno; + op.packet = opus->tags; + op.bytes = opus->tags_size; + ogg_stream_packetin(&opus->os, &op); +} + +void opus_update_song_title(opus_enc *opus, char *song_title) +{ + snprintf(opus->song_title, sizeof(opus->song_title), "TITLE=%s", song_title); + opus->state = OPUS_STATE_NEW_SONG_AVAILABLE; +} + +int opus_enc_reinit(opus_enc *opus) +{ + opus_enc_close(opus); + return opus_enc_init(opus); +} + +int opus_enc_encode(opus_enc *opus, float *pcm_buf, char *enc_buf) +{ + int w = 0; + ogg_packet op; + + if (opus->encoder == NULL) { + // printf("Opus Encoder NULL wtf?\n"); + return 0; + } + + // Write header + while (ogg_stream_flush(&opus->os, &opus->og) != 0) { + memcpy(enc_buf + w, opus->og.header, opus->og.header_len); + w += opus->og.header_len; + memcpy(enc_buf + w, opus->og.body, opus->og.body_len); + w += opus->og.body_len; + } + + if (opus->last_bitrate != opus->bitrate) { + if ((opus->bitrate < 9600) || (opus->bitrate > 320000)) { + opus->bitrate = DEFAULT_OPUS_BITRATE; + } + opus_encoder_ctl(opus->encoder, OPUS_SET_BITRATE(opus->bitrate)); + opus->last_bitrate = opus->bitrate; + } + if (opus->state == OPUS_STATE_NEW_STREAM) { + opus_encoder_ctl(opus->encoder, OPUS_SET_PREDICTION_DISABLED(1)); + } + else { + opus_encoder_ctl(opus->encoder, OPUS_SET_PREDICTION_DISABLED(0)); + } + + opus->granulepos += OPUS_FRAME_SIZE; + + // At the end of an Opus stream/file, "opus->lookahead" (312) samples are missing on the output. + // Therefore we save the pcm data of the last opus frame here and inject it at + // the beginning of the next stream/file. + // Because an Opus frame contains always OPUS_FRAME_SIZE samples the decoder needs to skip the first + // OPUS_FRAME_SIZE - opus->lookahead (960 - 312) samples of the first Opus frame. Otherwise duplicate audio + // pcm data would be played back. + // This is done be setting opus->header->preskip to the appropriate value in opus_enc_init() when the new stream/file + // gets inizialized. + // This way we can create gapless streams and recordings if file splitting is active. + if (opus->state == OPUS_STATE_LAST_FRAME) { + memcpy(opus->last_pcm_packet, pcm_buf, opus->channel * OPUS_FRAME_SIZE * sizeof(float)); + op.e_o_s = 1; + } + else { + op.e_o_s = 0; + } + + opus->buffer_len = opus_encode_float(opus->encoder, pcm_buf, OPUS_FRAME_SIZE, opus->buffer, 2 * OPUS_FRAME_SIZE * sizeof(float)); + + op.b_o_s = 0; + op.granulepos = opus->granulepos; + op.packetno = opus->os.packetno; + op.packet = opus->buffer; + op.bytes = opus->buffer_len; + + ogg_stream_packetin(&opus->os, &op); + + while (ogg_stream_flush(&opus->os, &opus->og) != 0) { + memcpy(enc_buf + w, opus->og.header, opus->og.header_len); + w += opus->og.header_len; + memcpy(enc_buf + w, opus->og.body, opus->og.body_len); + w += opus->og.body_len; + } + + switch (opus->state) { + case OPUS_STATE_LAST_FRAME: + opus->state = OPUS_STATE_NEW_STREAM; + break; + case OPUS_STATE_NEW_STREAM: + opus->state = OPUS_STATE_NORMAL_FRAME; + break; + } + + return w; +} + +int opus_enc_flush(opus_enc *opus, char *enc_buf) +{ + int w; + float *flush_buf = (float *)calloc(OPUS_FRAME_SIZE, opus->channel * sizeof(float)); + w = opus_enc_encode(opus, flush_buf, enc_buf); + + return w; +} + +void opus_enc_close(opus_enc *opus) +{ + opus->granulepos = 0; + ogg_stream_clear(&opus->os); + opus_encoder_destroy(opus->encoder); +} + +int opus_enc_get_samplerate(opus_enc *opus) +{ + int32_t val; + opus_encoder_ctl(opus->encoder, OPUS_GET_SAMPLE_RATE(&val)); + + return val; +} + +// Currently unusedint opus_enc_get_samplerate(opus_enc *opus); +/* + +bool opus_enc_is_valid_srate(int samplerate) +{ + int i; + int valid_srates[] = {8000, 12000, 16000, 24000, 48000}; + + for (i = 0; i < 5; i++) + { + if (samplerate == valid_srates[i]) { + return true; + } + } + + return false; +} + +int opus_enc_get_valid_srate(int samplerate) +{ + int i; + int valid_srates[] = {8000, 12000, 16000, 24000, 48000}; + + if (samplerate > 48000) { + return 48000; + } + + for (i = 0; i < 5; i++) { + if (samplerate < valid_srates[i]) { + return valid_srates[i]; + } + } + + return -1; +} +*/ diff --git a/src/opus_encode.h b/src/opus_encode.h new file mode 100644 index 0000000..5a30b5a --- /dev/null +++ b/src/opus_encode.h @@ -0,0 +1,107 @@ +// opus encoding functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef OPUS_ENCODE_H +#define OPUS_ENCODE_H + +#include +#include +#include + +#include "config.h" + +#define OPUS_ENC_TYPE_REC 0 +#define OPUS_ENC_TYPE_STREAM 1 + +#define OPUS_KEY_FRAME_OFFSET 50 + +#define OPUS_STATE_OK 0 +#define OPUS_STATE_NORMAL_FRAME 1 +#define OPUS_STATE_NEW_STREAM 2 +#define OPUS_STATE_LAST_FRAME 3 +#define OPUS_STATE_NEW_SONG_AVAILABLE 4 + +#define OPUS_FRAME_SIZE 960 // Must be multiple of 120 (120 = 2,5ms, 960 = 20ms) +// #define OPUS_FRAME_SIZE (960/2) // Must be multiple of 120 (120 = 2,5ms, 960 = 20ms) +#define DEFAULT_OPUS_BITRATE 128000 + +typedef struct { + int version; + int channels; /* Number of channels: 1..255 */ + int preskip; + ogg_uint32_t input_sample_rate; + int gain; /* in dB S7.8 should be zero whenever possible */ + int channel_mapping; + /* The rest is only used if channel_mapping != 0 */ + int nb_streams; + int nb_coupled; + unsigned char stream_map[255]; +} OpusHeader; + +struct opus_enc { + ogg_stream_state os; + ogg_page og; + ogg_packet op; + ogg_packet op_last; + OpusEncoder *encoder; + OpusHeader *header; + int lookahead; + unsigned char *header_data; + unsigned char *tags; + int tags_size; + int header_size; + + ogg_int64_t prev_ganule; + ogg_int64_t granulepos; + + int last_bitrate; + int bitrate; + int samplerate; + int channel; + int state; + int bitrate_mode; + int quality; + int audio_type; + int bandwidth; + + char song_title[256]; + + unsigned char *buffer; + int buffer_len; + float *last_pcm_packet; +}; + +enum { + OPUS_READY = 0, + OPUS_BUSY = 1, +}; + +int opus_header_to_packet(const OpusHeader *h, unsigned char *packet, int len); +int opus_enc_alloc(opus_enc *opus); +int opus_enc_init(opus_enc *opus); +int opus_enc_reinit(opus_enc *opus); + +void opus_enc_write_header(opus_enc *opus); +int opus_enc_encode(opus_enc *opus, float *pcm_buf, char *enc_buf); +int opus_enc_flush(opus_enc *opus, char *enc_buf); +void opus_enc_close(opus_enc *opus); + +bool opus_enc_is_valid_srate(int samplerate); +int opus_enc_get_valid_srate(int samplerate); +int opus_enc_get_samplerate(opus_enc *opus); + +void opus_update_song_title(opus_enc *opus, char *song_title); + +#endif diff --git a/src/parseconfig.cpp b/src/parseconfig.cpp new file mode 100644 index 0000000..2e3adc0 --- /dev/null +++ b/src/parseconfig.cpp @@ -0,0 +1,264 @@ +/* + * config file parser + * + */ + +// taken from camE http://linuxbrit.co.uk/camE/ + +#include +#include +#include +#include +#include // for fl_fopen(...) + +#include "parseconfig.h" + +struct CFG_ENTRIES { + unsigned int ent_count; + char **ent_names; + char **ent_values; +}; + +struct CFG_SECTIONS { + unsigned int sec_count; + char **sec_names; + struct CFG_ENTRIES **sec_entries; +}; + +/* ------------------------------------------------------------------------ */ + +static struct CFG_SECTIONS *c; + +/* ------------------------------------------------------------------------ */ + +enum { + ALLOC_SIZE = 16, +}; + +void cfg_free(void) +{ + unsigned int i, j; + struct CFG_ENTRIES *e; + + if (c == NULL) { + return; + } + + for (i = 0; i < c->sec_count; i++) { + e = c->sec_entries[i]; + printf("ent_count: %d\n", e->ent_count); + for (j = 0; j < e->ent_count; j++) { + printf("i,j: %d,%d ", i, j); + printf("name,value: %s,%s\n", e->ent_names[j], e->ent_values[j]); + free(e->ent_names[j]); + free(e->ent_values[j]); + } + + free(e->ent_names); + free(e->ent_values); + free(c->sec_entries[i]); + free(c->sec_names[i]); + } + + free(c->sec_names); + free(c->sec_entries); + + c = NULL; +} + +static struct CFG_SECTIONS *cfg_init_sections(void) +{ + struct CFG_SECTIONS *c; + c = (CFG_SECTIONS *)malloc(sizeof(struct CFG_SECTIONS)); + memset(c, 0, sizeof(struct CFG_SECTIONS)); + c->sec_names = (char **)malloc(ALLOC_SIZE * sizeof(char *)); + c->sec_names[0] = NULL; + c->sec_entries = (CFG_ENTRIES **)malloc(ALLOC_SIZE * sizeof(struct CFG_ENTRIES *)); + c->sec_entries[0] = NULL; + return c; +} + +static struct CFG_ENTRIES *cfg_init_entries(void) +{ + struct CFG_ENTRIES *e; + e = (CFG_ENTRIES *)malloc(sizeof(struct CFG_ENTRIES)); + memset(e, 0, sizeof(struct CFG_ENTRIES)); + e->ent_names = (char **)malloc(ALLOC_SIZE * sizeof(char *)); + e->ent_names[0] = NULL; + e->ent_values = (char **)malloc(ALLOC_SIZE * sizeof(char *)); + e->ent_values[0] = NULL; + return e; +} + +static struct CFG_ENTRIES *cfg_find_section(struct CFG_SECTIONS *c, const char *name) +{ + struct CFG_ENTRIES *e; + unsigned int i; + + for (i = 0; i < c->sec_count; i++) { + if (strcmp(c->sec_names[i], name) == 0) { + return c->sec_entries[i]; + } + } + + /* 404 not found => create a new one */ + if ((c->sec_count % ALLOC_SIZE) == (ALLOC_SIZE - 2)) { + c->sec_names = (char **)realloc(c->sec_names, (c->sec_count + 2 + ALLOC_SIZE) * sizeof(char *)); + c->sec_entries = (CFG_ENTRIES **)realloc(c->sec_entries, (c->sec_count + 2 + ALLOC_SIZE) * sizeof(struct CFG_ENTRIES *)); + } + e = cfg_init_entries(); + c->sec_names[c->sec_count] = strdup(name); + c->sec_entries[c->sec_count] = e; + c->sec_count++; + c->sec_names[c->sec_count] = NULL; + c->sec_entries[c->sec_count] = NULL; + return e; +} + +static void cfg_set_entry(struct CFG_ENTRIES *e, const char *name, const char *value) +{ + unsigned int i; + + for (i = 0; i < e->ent_count; i++) { + if (strcmp(e->ent_names[i], name) == 0) { + break; + } + } + if (i == e->ent_count) { + /* 404 not found => create a new one */ + if ((e->ent_count % ALLOC_SIZE) == (ALLOC_SIZE - 2)) { + e->ent_names = (char **)realloc(e->ent_names, (e->ent_count + 2 + ALLOC_SIZE) * sizeof(char *)); + e->ent_values = (char **)realloc(e->ent_values, (e->ent_count + 2 + ALLOC_SIZE) * sizeof(char *)); + } + e->ent_count++; + e->ent_names[e->ent_count] = NULL; + e->ent_values[e->ent_count] = NULL; + } + e->ent_names[i] = strdup(name); + e->ent_values[i] = strdup(value); +} + +/* ------------------------------------------------------------------------ */ + +int cfg_parse_file(const char *filename) +{ + struct CFG_ENTRIES *e = NULL; + char line[1024], tag[64], value[1021]; + FILE *fp; + int nr; + + if (c != NULL) { + cfg_free(); + } + + c = cfg_init_sections(); + if ((fp = fl_fopen(filename, "rb")) == NULL) { + return -1; + } + + nr = 0; + while (NULL != fgets(line, 1023, fp)) { + nr++; + if (line[0] == '\n' || line[0] == '#' || line[0] == '%' || line[0] == ';') { + continue; + } + if (1 == sscanf(line, "[%1020[^]]]", value)) { + /* section */ + e = cfg_find_section(c, value); + } + else if (2 == sscanf(line, " %63[^= ] = %1020[^\n]", tag, value)) { + /* foo = bar */ + if (NULL == e) { + fprintf(stderr, "%s:%d: error: no section\n", filename, nr); + } + else { + cfg_set_entry(e, tag, value); + } + } /*else { + // Huh ? + fprintf(stderr,"%s:%d: syntax error\n",filename,nr); + }*/ + } + fclose(fp); + return 0; +} + +/* ------------------------------------------------------------------------ */ + +char **cfg_list_sections(void) +{ + return c->sec_names; +} + +char **cfg_list_entries(const char *name) +{ + unsigned int i; + + for (i = 0; i < c->sec_count; i++) { + if (0 == strcmp(c->sec_names[i], name)) { + return c->sec_entries[i]->ent_names; + } + } + return NULL; +} + +char *cfg_get_str(const char *sec, const char *ent, const char *def_val) +{ + struct CFG_ENTRIES *e = NULL; + char *v = NULL; + unsigned int i; + + for (i = 0; i < c->sec_count; i++) { + if (strcmp(c->sec_names[i], sec) == 0) { + e = c->sec_entries[i]; + } + } + if (e == NULL) { + if (def_val == NULL) { + return NULL; + } + else { + v = (char *)malloc(strlen(def_val) + 1); + strcpy(v, def_val); + return v; + } + } + for (i = 0; i < e->ent_count; i++) { + if (strcmp(e->ent_names[i], ent) == 0) { + v = e->ent_values[i]; + } + } + if (v == NULL) { + if (def_val == NULL) { + return NULL; + } + else { + v = (char *)malloc(strlen(def_val) + 1); + strcpy(v, def_val); + return v; + } + } + return strdup(v); +} + +int cfg_get_int(const char *sec, const char *ent, const int def_val) +{ + char *val; + + val = cfg_get_str(sec, ent, NULL); + if (val == NULL) { + return def_val; + } + return atoi(val); +} + +float cfg_get_float(const char *sec, const char *ent, const float def_val) +{ + char *val; + + val = cfg_get_str(sec, ent, NULL); + if (val == NULL) { + return def_val; + } + return atof(val); +} diff --git a/src/parseconfig.h b/src/parseconfig.h new file mode 100644 index 0000000..b09e12f --- /dev/null +++ b/src/parseconfig.h @@ -0,0 +1,14 @@ +#ifndef PARSECONFIG_H +#define PARSECONFIG_H + +// taken from camE http://linuxbrit.co.uk/camE/ + +int cfg_parse_file(const char *filename); +char **cfg_list_sections(void); +char **cfg_list_entries(const char *name); +char *cfg_get_str(const char *sec, const char *ent, const char *def_val); +int cfg_get_int(const char *sec, const char *ent, const int def_val); +float cfg_get_float(const char *sec, const char *ent, const float def_val); +void cfg_free(void); + +#endif /* PARSECONFIG_H */ diff --git a/src/port_audio.cpp b/src/port_audio.cpp new file mode 100644 index 0000000..e7ccc60 --- /dev/null +++ b/src/port_audio.cpp @@ -0,0 +1,1564 @@ +// portaudio functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include +#include + +#include +#include +#include + +#ifdef WIN32 +#include +#endif + +#include "gettext.h" +#include "config.h" + +#include "butt.h" +#include "cfg.h" +#include "port_audio.h" +#include "parseconfig.h" +#include "lame_encode.h" +#include "aac_encode.h" +#include "shoutcast.h" +#include "icecast.h" +#include "webrtc.h" +#include "strfuncs.h" +#include "wav_header.h" +#include "ringbuffer.h" +#include "vu_meter.h" +#include "flgui.h" +#include "fl_funcs.h" +#include "Fl_LED.h" +#include "dsp.hpp" +#include "util.h" +#include "atom.h" + +#define TEST_RESAMPLING 0 + +int pa_frames; + +char *encode_buf; +float *pa_pcm_buf; +float *pa_pcm_buf2; +float *pa_mixer_buf; +float *pa_mixer_buf2; +float *stream_buf; +float *record_buf; +int framepacket_size; +int framepacket_size2; +int samplerate_dev2; + +bool pa_new_frames; +bool reconnect; +bool silence_detected; +bool signal_detected; +bool reset_streaming_compressor = false; +bool reset_recording_compressor = false; + +int num_of_input_channels; +int num_of_input_channels2; + +int vu_level_type = 0; // 0 = Streaming, 1 = Recording + +bool next_file; +FILE *next_fd; + +ringbuf_t rec_rb; +ringbuf_t stream_rb; +ringbuf_t pa_pcm_rb; +ringbuf_t pa_pcm2_rb; + +SRC_STATE *srconv_state_opus_stream = NULL; +SRC_STATE *srconv_state_opus_record = NULL; +SRC_STATE *srconv_state_dev2 = NULL; +SRC_DATA srconv_opus_stream; +SRC_DATA srconv_opus_record; +SRC_DATA srconv_dev2; + +ATOM_NEW_COND(stream_cond); +ATOM_NEW_COND(rec_cond); + +ATOM_NEW_INT(close_mixer_thread, 0); + +pthread_t rec_thread_detached; +pthread_t stream_thread_detached; +pthread_t mixer_thread_joinable; + +PaStream *stream; +PaStream *stream2; + +DSPEffects *streaming_dsp = NULL; +DSPEffects *recording_dsp = NULL; + +void snd_reset_streaming_compressor(void) +{ + reset_streaming_compressor = true; +} + +void snd_reset_recording_compressor(void) +{ + reset_recording_compressor = true; +} + +void snd_set_vu_level_type(int type) +{ + vu_level_type = type; + vu_init(); // Reset peak indicators +} + +int snd_init(void) +{ + char info_buf[256]; + + PaError p_err; + if ((p_err = Pa_Initialize()) != paNoError) { + snprintf(info_buf, sizeof(info_buf), _("PortAudio init failed:\n%s\n"), Pa_GetErrorText(p_err)); + DEBUG_LOG(info_buf); + fl_alert("%s", info_buf); + return 1; + } + + reconnect = false; + silence_detected = false; + return 0; +} + +int snd_reopen_streams(void) +{ + snd_close_streams(); + if ((snd_open_streams() != 0)) { + return 1; + } + return 0; +} + +void snd_init_dsp(void) +{ + if (streaming_dsp != NULL) { + delete streaming_dsp; + streaming_dsp = NULL; + } + + if (recording_dsp != NULL) { + delete recording_dsp; + recording_dsp = NULL; + } + + streaming_dsp = new DSPEffects(pa_frames, cfg.audio.channel, cfg.audio.samplerate); + recording_dsp = new DSPEffects(pa_frames, cfg.audio.channel, cfg.audio.samplerate); +} + +int snd_open_streams(void) +{ + int ret = 0; + int flag; + char info_buf[256]; + + PaDeviceIndex pa_dev_id; + PaStreamParameters pa_params; + PaStreamParameters pa_params2; + PaError pa_err; + const PaDeviceInfo *pa_dev_info; + + if (cfg.audio.dev_count == 0) { + print_info(_("ERROR: no sound device with input channels found"), 1); + return 1; + } + + pa_frames = round((cfg.audio.buffer_ms / 1000.0) * cfg.audio.samplerate); + + if (cfg.audio.dev_remember == REMEMBER_BY_NAME) { + cfg.audio.dev_num = snd_get_dev_num_by_name(cfg.audio.dev_name); + } + + if (cfg.audio.dev_num == -1) { + cfg.audio.dev_num = 0; + } + + pa_dev_id = cfg.audio.pcm_list[cfg.audio.dev_num]->dev_id; + + pa_dev_info = Pa_GetDeviceInfo(pa_dev_id); + if (pa_dev_info == NULL) { + snprintf(info_buf, sizeof(info_buf), _("Error getting device Info (%d)"), pa_dev_id); + print_info(info_buf, 1); + return 1; + } + + num_of_input_channels = pa_dev_info->maxInputChannels; + if (num_of_input_channels == 1) { + cfg.audio.left_ch = 1; + cfg.audio.right_ch = 1; + } + else if ((cfg.audio.left_ch > num_of_input_channels) || (cfg.audio.right_ch > num_of_input_channels)) { + cfg.audio.left_ch = 1; + cfg.audio.right_ch = 2; + } + + framepacket_size = pa_frames * cfg.audio.channel; + + pa_pcm_buf = (float *)malloc(2 * framepacket_size * sizeof(float)); + pa_mixer_buf = (float *)malloc(2 * framepacket_size * sizeof(float)); + stream_buf = (float *)malloc(2 * framepacket_size * sizeof(float)); + record_buf = (float *)malloc(2 * framepacket_size * sizeof(float)); + encode_buf = (char *)malloc(2 * framepacket_size * sizeof(char)); + + srconv_opus_stream.data_in = stream_buf; + srconv_opus_record.data_in = record_buf; + srconv_opus_stream.data_out = (float *)malloc(32 * framepacket_size * sizeof(float)); + srconv_opus_record.data_out = (float *)malloc(32 * framepacket_size * sizeof(float)); + srconv_dev2.data_out = (float *)malloc(32 * framepacket_size * sizeof(float)); + + rb_init(&rec_rb, 16 * framepacket_size * sizeof(float)); + rb_init(&stream_rb, 16 * framepacket_size * sizeof(float)); + rb_init(&pa_pcm_rb, 16 * framepacket_size * sizeof(float)); + + pa_params.device = pa_dev_id; + pa_params.channelCount = pa_dev_info->maxInputChannels; + pa_params.sampleFormat = paFloat32; + pa_params.suggestedLatency = pa_dev_info->defaultHighInputLatency; + pa_params.hostApiSpecificStreamInfo = NULL; + + pa_err = Pa_IsFormatSupported(&pa_params, NULL, cfg.audio.samplerate); + if (pa_err != paFormatIsSupported) { + if (pa_err == paInvalidSampleRate) { + snprintf(info_buf, sizeof(info_buf), + _("Samplerate not supported: %dHz\n" + "Using default samplerate: %dHz"), + cfg.audio.samplerate, (int)pa_dev_info->defaultSampleRate); + print_info(info_buf, 1); + + if (Pa_IsFormatSupported(&pa_params, NULL, pa_dev_info->defaultSampleRate) != paFormatIsSupported) { + print_info("FAILED", 1); + ret = 1; + goto cleanup1; + } + else { + cfg.audio.samplerate = (int)pa_dev_info->defaultSampleRate; + update_samplerates_list(); + update_codec_samplerates(); + } + } + else { + snprintf(info_buf, sizeof(info_buf), _("PA: Format not supported: %s\n"), Pa_GetErrorText(pa_err)); + print_info(info_buf, 1); + ret = 1; + goto cleanup1; + } + } + + flag = cfg.audio.disable_dithering == 0 ? paNoFlag : paDitherOff; + pa_err = Pa_OpenStream(&stream, &pa_params, NULL, cfg.audio.samplerate, pa_frames, flag, snd_callback, NULL); + if (pa_err != paNoError) { + snprintf(info_buf, sizeof(info_buf), _("error opening sound device: %s"), Pa_GetErrorText(pa_err)); + print_info(info_buf, 1); + ret = 1; + goto cleanup1; + } + + // Secondary device + if (cfg.audio.dev2_num >= 0) { + int frames_in_dev2; + if (cfg.audio.dev_remember == REMEMBER_BY_NAME) { + cfg.audio.dev2_num = snd_get_dev_num_by_name(cfg.audio.dev2_name); + } + + if (cfg.audio.dev2_num == -1) { + cfg.audio.dev2_num = 0; + } + + pa_dev_id = cfg.audio.pcm_list[cfg.audio.dev2_num]->dev_id; + + pa_dev_info = Pa_GetDeviceInfo(pa_dev_id); + if (pa_dev_info == NULL) { + snprintf(info_buf, sizeof(info_buf), _("Error getting device Info (%d)"), pa_dev_id); + print_info(info_buf, 1); + ret = 1; + goto cleanup1; + } + + num_of_input_channels2 = pa_dev_info->maxInputChannels; + if (num_of_input_channels2 == 1) { + cfg.audio.left_ch2 = 1; + cfg.audio.right_ch2 = 1; + } + else if ((cfg.audio.left_ch2 > num_of_input_channels2) || (cfg.audio.right_ch2 > num_of_input_channels2)) { + cfg.audio.left_ch2 = 1; + cfg.audio.right_ch2 = 2; + } + + pa_params2.device = pa_dev_id; + pa_params2.channelCount = num_of_input_channels2; + pa_params2.sampleFormat = paFloat32; + pa_params2.suggestedLatency = pa_dev_info->defaultHighInputLatency; + pa_params2.hostApiSpecificStreamInfo = NULL; + + pa_err = Pa_IsFormatSupported(&pa_params2, NULL, cfg.audio.samplerate); +#if TEST_RESAMPLING == 1 + if (pa_err == paFormatIsSupported) { + if (pa_err != paInvalidSampleRate) { +#else + if (pa_err != paFormatIsSupported) { + if (pa_err == paInvalidSampleRate) { +#endif + +#if TEST_RESAMPLING == 1 + if (Pa_IsFormatSupported(&pa_params2, NULL, 44100) != paFormatIsSupported) { +#else + // Use default sample rate of secondary audio device and resample to cfg.audio.samplerate + if (Pa_IsFormatSupported(&pa_params2, NULL, pa_dev_info->defaultSampleRate) != paFormatIsSupported) { +#endif + print_info(_("The selected secondary audio device can not be used"), 1); + ret = 1; + goto cleanup1; + } + else { +#if TEST_RESAMPLING == 1 + samplerate_dev2 = 44100; +#else + samplerate_dev2 = (int)pa_dev_info->defaultSampleRate; +#endif + if (srconv_state_dev2 != NULL) { + src_delete(srconv_state_dev2); + srconv_state_dev2 = NULL; + } + + srconv_state_dev2 = src_new(cfg.audio.resample_mode, cfg.audio.channel, &pa_err); + if (srconv_state_dev2 == NULL) { + print_info(_("ERROR: Could not initialize samplerate converter"), 0); + ret = 1; + goto cleanup1; + } + + frames_in_dev2 = (cfg.audio.buffer_ms * samplerate_dev2) / 1000; + srconv_dev2.src_ratio = (float)cfg.audio.samplerate / samplerate_dev2; + srconv_dev2.input_frames = frames_in_dev2; + srconv_dev2.output_frames = pa_frames; + srconv_dev2.end_of_input = 0; + + snprintf(info_buf, sizeof(info_buf), _("Samplerate of secondary device is resampled from %dHz to %dHz\n"), samplerate_dev2, + cfg.audio.samplerate); + print_info(info_buf, 1); + } + } + else { + snprintf(info_buf, sizeof(info_buf), _("PA: Format not supported: %s\n"), Pa_GetErrorText(pa_err)); + print_info(info_buf, 1); + ret = 1; + goto cleanup1; + } + } + else { + frames_in_dev2 = pa_frames; + samplerate_dev2 = cfg.audio.samplerate; + } + + framepacket_size2 = frames_in_dev2 * num_of_input_channels2; + pa_pcm_buf2 = (float *)malloc(2 * framepacket_size2 * sizeof(float)); + pa_mixer_buf2 = (float *)malloc(2 * framepacket_size2 * sizeof(float)); + rb_init(&pa_pcm2_rb, 16 * framepacket_size2 * sizeof(float)); + srconv_dev2.data_in = pa_pcm_buf2; + + int flag = cfg.audio.disable_dithering == 0 ? paNoFlag : paDitherOff; + pa_err = Pa_OpenStream(&stream2, &pa_params2, NULL, samplerate_dev2, frames_in_dev2, flag, snd_callback2, NULL); + + if (pa_err != paNoError) { + snprintf(info_buf, sizeof(info_buf), _("error opening secondary sound device: %s"), Pa_GetErrorText(pa_err)); + print_info(info_buf, 1); + ret = 1; + goto cleanup2; + } + + Pa_StartStream(stream2); + } + + Pa_StartStream(stream); + + snd_init_dsp(); + snd_start_mixer_thread(); + + g_vu_meter_timer_is_active = 1; + Fl::add_timeout(0.01, &vu_meter_timer); + + return 0; + +cleanup2: + free(pa_pcm_buf2); + free(pa_mixer_buf2); + rb_free(&pa_pcm2_rb); + +cleanup1: + if (Pa_IsStreamStopped(&stream)) { // Primary stream has been opened but not started yet + Pa_CloseStream(&stream); + } + free(pa_pcm_buf); + free(pa_mixer_buf); + free(stream_buf); + free(record_buf); + free(encode_buf); + free(srconv_opus_stream.data_out); + free(srconv_opus_record.data_out); + free(srconv_dev2.data_out); + rb_free(&rec_rb); + rb_free(&stream_rb); + rb_free(&pa_pcm_rb); + + return ret; +} + +// this function is called by PortAudio when new audio data arrived +int snd_callback(const void *input, void *output, unsigned long frameCount, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags, + void *userData) +{ + float *pcm_input = (float *)input; + + if (statusFlags != 0) { + printf("1 status: %lu\n", statusFlags); + } + + if (cfg.audio.channel == 1) { // User has selected mono + for (uint32_t i = 0; i < frameCount; i++) { + if (num_of_input_channels == 1) { // If the device has only one channel use that channel as mono input source + pa_pcm_buf[i] = pcm_input[i]; + } + else { // If the device has more than one channel, average the user selected left and right channel into a mono channel + float left_sample, right_sample; + float mono_sample; + left_sample = pcm_input[num_of_input_channels * i + (cfg.audio.left_ch - 1)]; + right_sample = pcm_input[num_of_input_channels * i + (cfg.audio.right_ch - 1)]; + mono_sample = (left_sample + right_sample) / 2.0; + pa_pcm_buf[i] = mono_sample; + } + } + rb_write(&pa_pcm_rb, (char *)pa_pcm_buf, (int)(1 * frameCount * sizeof(float))); + } + else { // User has selected stereo + for (uint32_t i = 0; i < frameCount; i++) { + if (num_of_input_channels == 1) { // If the device has only one channel, use the same channel for left and right + pa_pcm_buf[2 * i] = pcm_input[i]; + pa_pcm_buf[2 * i + 1] = pcm_input[i]; + } + else { // If the device has more than one channel, use the selected left and right channel as input source + pa_pcm_buf[2 * i] = pcm_input[num_of_input_channels * i + (cfg.audio.left_ch - 1)]; + pa_pcm_buf[2 * i + 1] = pcm_input[num_of_input_channels * i + (cfg.audio.right_ch - 1)]; + } + } + if (rb_write(&pa_pcm_rb, (char *)pa_pcm_buf, (int)(2 * frameCount * sizeof(float))) != 0) { + printf("Write to pa_pcm_rb failed\n"); + } + } + + /* + samplerate_out = cfg.audio.samplerate; + + if (dsp->hasToProcessSamples()) { + if (reset_compressor == true) { + dsp->reset_compressor(); + reset_compressor = false; + } + + dsp->processSamples(pa_pcm_buf); + } + + if (streaming) { + if ((!strcmp(cfg.audio.codec, "opus")) && (cfg.audio.samplerate != 48000)) { + convert_stream = true; + samplerate_out = 48000; + } + + if (convert_stream == true) { + srconv_stream.end_of_input = 0; + srconv_stream.src_ratio = (float)samplerate_out / cfg.audio.samplerate; + srconv_stream.input_frames = frameCount; + srconv_stream.output_frames = frameCount * cfg.audio.channel * (srconv_stream.src_ratio + 1) * sizeof(float); + + memcpy((float *)srconv_stream.data_in, pa_pcm_buf, frameCount * cfg.audio.channel * sizeof(float)); + + // The actual resample process + src_process(srconv_state_stream, &srconv_stream); + + memcpy(stream_buf, srconv_stream.data_out, srconv_stream.output_frames_gen * cfg.audio.channel * sizeof(float)); + + rb_write(&stream_rb, (char *)stream_buf, srconv_stream.output_frames_gen * cfg.audio.channel * sizeof(float)); + } + else { + rb_write(&stream_rb, (char *)pa_pcm_buf, frameCount * cfg.audio.channel * sizeof(float)); + } + + atom_cond_signal(&stream_cond); + } + + if (recording) { + if ((!strcmp(cfg.rec.codec, "opus")) && (cfg.audio.samplerate != 48000)) { + convert_record = true; + samplerate_out = 48000; + } + + if (convert_record == true) { + srconv_record.end_of_input = 0; + srconv_record.src_ratio = (float)samplerate_out / cfg.audio.samplerate; + srconv_record.input_frames = frameCount; + srconv_record.output_frames = frameCount * cfg.audio.channel * (srconv_record.src_ratio + 1) * sizeof(float); + + memcpy((float *)srconv_record.data_in, pa_pcm_buf, frameCount * cfg.audio.channel * sizeof(float)); + + // The actual resample process + src_process(srconv_state_record, &srconv_record); + + memcpy(record_buf, srconv_record.data_out, srconv_record.output_frames_gen * cfg.audio.channel * sizeof(float)); + + rb_write(&rec_rb, (char *)record_buf, srconv_record.output_frames_gen * cfg.audio.channel * sizeof(float)); + } + else { + rb_write(&rec_rb, (char *)pa_pcm_buf, frameCount * cfg.audio.channel * sizeof(float)); + } + + atom_cond_signal(&rec_cond); + } + + // tell snd_update_vu() that there is new audio data + pa_new_frames = 1; +*/ + + return paContinue; +} + +int snd_callback2(const void *input, void *output, unsigned long frameCount, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags, + void *userData) +{ + float *pcm_input = (float *)input; + if (statusFlags != 0) { + printf("2 status: %lu\n", statusFlags); + } + + if (cfg.audio.channel == 1) { // User has selected mono + for (uint32_t i = 0; i < frameCount; i++) { + if (num_of_input_channels2 == 1) { // If the device has only one channel use that channel as mono input source + pa_pcm_buf2[i] = pcm_input[i]; + } + else { // If the device has more than one channel, average the user selected left and right channel into a mono channel + float left_sample, right_sample; + float mono_sample; + left_sample = pcm_input[num_of_input_channels2 * i + (cfg.audio.left_ch2 - 1)]; + right_sample = pcm_input[num_of_input_channels2 * i + (cfg.audio.right_ch2 - 1)]; + mono_sample = (left_sample + right_sample) / 2.0; + pa_pcm_buf2[i] = mono_sample; + } + } + } + else { // User has selected stereo + for (uint32_t i = 0; i < frameCount; i++) { + if (num_of_input_channels2 == 1) { // If the device has only one channel, use the same channel for left and right + pa_pcm_buf2[2 * i] = pcm_input[i]; + pa_pcm_buf2[2 * i + 1] = pcm_input[i]; + } + else { // If the device has more than one channel, use the selected left and right channel as input source + pa_pcm_buf2[2 * i] = pcm_input[num_of_input_channels2 * i + (cfg.audio.left_ch2 - 1)]; + pa_pcm_buf2[2 * i + 1] = pcm_input[num_of_input_channels2 * i + (cfg.audio.right_ch2 - 1)]; + } + } + } + + if (samplerate_dev2 != cfg.audio.samplerate) { + // srconv_dev2.input_frames is equal to frameCount + // srconv_dev2.output_frames_gen is equal to pa_frames + src_process(srconv_state_dev2, &srconv_dev2); + memcpy(pa_pcm_buf2, srconv_dev2.data_out, srconv_dev2.output_frames_gen * cfg.audio.channel * sizeof(float)); + } + + if (rb_write(&pa_pcm2_rb, (char *)pa_pcm_buf2, pa_frames * cfg.audio.channel * sizeof(float)) != 0) { + printf("Write to pa_pcm_rb2 failed\n"); + } + + return paContinue; +} + +void snd_start_streaming_thread(void) +{ + atom_cond_init(&stream_cond); + + kbytes_sent = 0; + streaming = 1; + if (pthread_create(&stream_thread_detached, NULL, snd_stream_thread, NULL) != 0) { + print_info("Fatal error: Could not launch streaming thread. Please restart BUTT", 1); + streaming = 0; + return; + } +} + +void snd_start_mixer_thread(void) +{ + atom_set_int(&close_mixer_thread, 0); + rb_clear(&pa_pcm_rb); + + if (cfg.audio.dev2_num >= 0) { + rb_clear(&pa_pcm2_rb); + } + + snd_reset_samplerate_conv(SND_STREAM); + snd_reset_samplerate_conv(SND_REC); + + if (pthread_create(&mixer_thread_joinable, NULL, snd_mixer_thread, NULL) != 0) { + print_info("Fatal error: Could not launch mixer thread. Please restart BUTT", 1); + return; + } +} + +void snd_stop_mixer_thread(void) +{ + atom_set_int(&close_mixer_thread, 1); + pthread_join(mixer_thread_joinable, NULL); +} + +void *snd_mixer_thread(void *data) +{ + int frame_size = pa_frames * cfg.audio.channel * sizeof(float); + int frame_len = frame_size / sizeof(float); + + int filled1, filled2; + + for (;;) { + if (cfg.audio.dev2_num < 0) { // Only primary audio device is active + do { + filled1 = rb_filled(&pa_pcm_rb); + if (atom_get_int(&close_mixer_thread) == 1) { + break; + } + Pa_Sleep(1); // ms + } while (filled1 < frame_size); + + if (atom_get_int(&close_mixer_thread) == 1) { + break; + } + + rb_read_len(&pa_pcm_rb, (char *)pa_mixer_buf, frame_size); + + // Apply gain to primary device + for (int i = 0; i < frame_len; i++) { + // Apply gain to primary device + if (cfg.mixer.primary_device_muted == 1) { + pa_mixer_buf[i] = 0; + } + else if (cfg.mixer.primary_device_gain != 1) { + pa_mixer_buf[i] *= cfg.mixer.primary_device_gain; + } + + if (cfg.mixer.cross_fader != 0) { + pa_mixer_buf[i] *= cfg.mixer.primary_X_fader; + } + } + } + else { // Secondary audio device is active as well + do { + filled1 = rb_filled(&pa_pcm_rb); + filled2 = rb_filled(&pa_pcm2_rb); + if (atom_get_int(&close_mixer_thread) == 1) { + break; + } + Pa_Sleep(1); // ms + } while (filled1 < frame_size || filled2 < frame_size); + + if (atom_get_int(&close_mixer_thread) == 1) { + break; + } + + /* cnt++; + if (cnt == 21) { + printf("filled1: %d\nfilled2: %d\n\n", filled1, filled2); + cnt = 0; + }*/ + + rb_read_len(&pa_pcm_rb, (char *)pa_mixer_buf, frame_size); + rb_read_len(&pa_pcm2_rb, (char *)pa_mixer_buf2, frame_size); + + for (int i = 0; i < frame_len; i++) { + // Apply gain to primary device + if (cfg.mixer.primary_device_muted == 1) { + pa_mixer_buf[i] = 0; + } + else if (cfg.mixer.primary_device_gain != 1) { + pa_mixer_buf[i] *= cfg.mixer.primary_device_gain; + } + + // Apply gain to secondary device + if (cfg.mixer.secondary_device_muted == 1) { + pa_mixer_buf2[i] = 0; + } + else if (cfg.mixer.secondary_device_gain != 1) { + pa_mixer_buf2[i] *= cfg.mixer.secondary_device_gain; + } + + if (cfg.mixer.cross_fader != 0) { + pa_mixer_buf[i] *= cfg.mixer.primary_X_fader; + pa_mixer_buf2[i] *= cfg.mixer.secondary_X_fader; + } + + pa_mixer_buf[i] = (pa_mixer_buf[i] + pa_mixer_buf2[i]); + } + } + + // To my future self: Do not move this part into the "if (streaming)" block below + // because the VU meter displays the contents of "stream_buf" + memcpy(stream_buf, pa_mixer_buf, frame_size); + if (cfg.mixer.streaming_gain != 1) { + for (int i = 0; i < frame_len; i++) { + stream_buf[i] *= cfg.mixer.streaming_gain; + } + } + + streaming_dsp->eq_active = cfg.dsp.equalizer_stream; + streaming_dsp->drc_active = cfg.dsp.compressor_stream; + if (streaming_dsp->hasToProcessSamples()) { + // printf("stream: \n"); + if (reset_streaming_compressor == true) { + streaming_dsp->reset_compressor(); + reset_streaming_compressor = false; + } + streaming_dsp->processSamples(stream_buf); + } + if (streaming) { + if ((!strcmp(cfg.audio.codec, "opus")) && (cfg.audio.samplerate != 48000)) { + srconv_opus_stream.data_in = stream_buf; + src_process(srconv_state_opus_stream, &srconv_opus_stream); + rb_write(&stream_rb, (char *)srconv_opus_stream.data_out, (int)(srconv_opus_stream.output_frames_gen * cfg.audio.channel * sizeof(float))); + } + else { + rb_write(&stream_rb, (char *)stream_buf, frame_size); + } + atom_cond_signal(&stream_cond); + } + + memcpy(record_buf, pa_mixer_buf, frame_size); + if (cfg.mixer.recording_gain != 1) { + for (int i = 0; i < frame_len; i++) { + record_buf[i] *= cfg.mixer.recording_gain; + } + } + + recording_dsp->eq_active = cfg.dsp.equalizer_rec; + recording_dsp->drc_active = cfg.dsp.compressor_rec; + if (recording_dsp->hasToProcessSamples()) { + // printf("rec: \n"); + if (reset_recording_compressor == true) { + recording_dsp->reset_compressor(); + reset_recording_compressor = false; + } + recording_dsp->processSamples(record_buf); + } + + if (recording) { + if ((!strcmp(cfg.rec.codec, "opus")) && (cfg.audio.samplerate != 48000)) { + src_process(srconv_state_opus_record, &srconv_opus_record); + rb_write(&rec_rb, (char *)srconv_opus_record.data_out, (int)(srconv_opus_record.output_frames_gen * cfg.audio.channel * sizeof(float))); + } + else { + rb_write(&rec_rb, (char *)record_buf, frame_size); + } + atom_cond_signal(&rec_cond); + } + + pa_new_frames = 1; + } + + return NULL; +} + +void *snd_stream_thread(void *data) +{ + int sent; + int rb_bytes_read; + int encode_bytes_read = 0; + int bytes_to_read; + + char *enc_buf = (char *)malloc(stream_rb.size * sizeof(char) * 10); + char *audio_buf = (char *)malloc(stream_rb.size * sizeof(char) * 10); + + int (*xc_send)(char *buf, int buf_len) = NULL; + + static int new_stream = 0; + + if (cfg.srv[cfg.selected_srv]->type == ICECAST) { + xc_send = &ic_send; + } +#ifdef HAVE_LIBDATACHANNEL + else if (cfg.srv[cfg.selected_srv]->type == WEBRTC) { + xc_send = &webrtc_send; + } +#endif + else { // Shoutcast + xc_send = &sc_send; + } + + set_max_thread_priority(); + while (connected) { + atom_cond_wait(&stream_cond); + if (!connected) { + break; + } + + if (!strcmp(cfg.audio.codec, "opus")) { + // Read always chunks of OPUS_FRAME_SIZE frames from the audio ringbuffer to be + // compatible with OPUS + bytes_to_read = OPUS_FRAME_SIZE * cfg.audio.channel * sizeof(float); + + while ((rb_filled(&stream_rb)) >= bytes_to_read) { + if (opus_stream.state == OPUS_STATE_NEW_SONG_AVAILABLE) { + opus_stream.state = OPUS_STATE_LAST_FRAME; + } + + if (opus_stream.state == OPUS_STATE_NEW_STREAM) { + opus_enc_reinit(&opus_stream); + opus_enc_write_header(&opus_stream); + encode_bytes_read = opus_enc_encode(&opus_stream, opus_stream.last_pcm_packet, enc_buf); + if (xc_send(enc_buf, encode_bytes_read) == -1) { + connected = 0; + break; + } + } + + rb_read_len(&stream_rb, audio_buf, bytes_to_read); + encode_bytes_read = opus_enc_encode(&opus_stream, (float *)audio_buf, enc_buf); + + if (xc_send(enc_buf, encode_bytes_read) == -1) { + connected = 0; + } + else { + kbytes_sent += encode_bytes_read / 1024.0; + } + } + } +#ifdef HAVE_LIBFDK_AAC + else if (!strcmp(cfg.audio.codec, "aac")) { + bytes_to_read = aac_stream.info.frameLength * cfg.audio.channel * sizeof(float); + while ((rb_filled(&stream_rb)) >= bytes_to_read) { + rb_read_len(&stream_rb, audio_buf, bytes_to_read); + encode_bytes_read = + aac_enc_encode(&aac_stream, (float *)audio_buf, enc_buf, bytes_to_read / (cfg.audio.channel * sizeof(float)), stream_rb.size * 10); + + if (xc_send(enc_buf, encode_bytes_read) == -1) { + connected = 0; + } + else { + kbytes_sent += encode_bytes_read / 1024.0; + } + } + } +#endif + else // ogg, mp3 and flac need more data than opus in order to compress the audio data + { + if (rb_filled(&stream_rb) < (int)(framepacket_size * sizeof(float))) { + continue; + } + + rb_bytes_read = rb_read(&stream_rb, audio_buf); + if (rb_bytes_read == 0) { + continue; + } + + if (!strcmp(cfg.audio.codec, "mp3")) { + encode_bytes_read = + lame_enc_encode(&lame_stream, (float *)audio_buf, enc_buf, rb_bytes_read / (cfg.audio.channel * sizeof(float)), stream_rb.size * 10); + } + + if (!strcmp(cfg.audio.codec, "ogg")) { + encode_bytes_read = vorbis_enc_encode(&vorbis_stream, (float *)audio_buf, enc_buf, rb_bytes_read / (cfg.audio.channel * sizeof(float))); + } + + if (!strcmp(cfg.audio.codec, "flac")) { + encode_bytes_read = flac_enc_encode_stream(&flac_stream, (float *)audio_buf, (uint8_t *)enc_buf, + rb_bytes_read / (cfg.audio.channel * sizeof(float)), cfg.audio.channel, new_stream); + + if (flac_stream.state == FLAC_STATE_UPDATE_META_DATA) { + flac_enc_init_ogg_stream(&flac_stream); + } + + if (encode_bytes_read == 0) { + continue; + } + } + + if (xc_send(enc_buf, encode_bytes_read) == -1) { + connected = 0; + } + else { + kbytes_sent += encode_bytes_read / 1024.0; + } + } + } + + free(enc_buf); + free(audio_buf); + + // Detach thread (free ressources) because no one will call pthread_join() on it + pthread_detach(pthread_self()); + + return NULL; +} + +void snd_stop_streaming_thread(void) +{ + connected = 0; + streaming = 0; + + atom_cond_signal(&stream_cond); + atom_cond_destroy(&stream_cond); + + print_info(_("disconnected\n"), 0); +} + +void snd_start_recording_thread(void) +{ + next_file = 0; + kbytes_written = 0; + recording = 1; + + atom_cond_init(&rec_cond); + + if (pthread_create(&rec_thread_detached, NULL, snd_rec_thread, NULL) != 0) { + print_info("Fatal error: Could not launch recording thread. Please restart BUTT", 1); + recording = 0; + return; + } + + print_info(_("Recording to:"), 0); + print_info(cfg.rec.path, 0); +} + +void snd_stop_recording_thread(void) +{ + recording = 0; + + atom_cond_signal(&rec_cond); + atom_cond_destroy(&rec_cond); + + print_info(_("recording stopped"), 0); +} + +// The recording stuff runs in its own thread +// this prevents dropouts in the recording in case the +// bandwidth is smaller than the selected streaming bitrate +void *snd_rec_thread(void *data) +{ + int rb_bytes_read; + int bytes_to_read; + int opus_header_written; + int enc_bytes_read; + int buf_size = rec_rb.size * sizeof(char) * 10; + + char *enc_buf = (char *)malloc(buf_size); + char *audio_buf = (char *)malloc(buf_size); + + opus_header_written = 0; + + set_max_thread_priority(); + + while (recording) { + atom_cond_wait(&rec_cond); + + if (next_file == 1) { +#ifdef HAVE_LIBFDK_AAC + if (!strcmp(cfg.rec.codec, "aac")) { + aac_enc_flush_file(&aac_rec, cfg.rec.fd); + aac_enc_reinit(&aac_rec); + + fclose(cfg.rec.fd); + cfg.rec.fd = next_fd; + next_file = 0; + } +#endif + if (!strcmp(cfg.rec.codec, "ogg")) { + // Flush encoder + enc_bytes_read = vorbis_enc_encode(&vorbis_rec, NULL, enc_buf, 0); + printf("flushed %d bytes\n", enc_bytes_read); + fwrite(enc_buf, 1, enc_bytes_read, cfg.rec.fd); + fclose(cfg.rec.fd); + cfg.rec.fd = next_fd; + next_file = 0; + + // Re-init encoder for new file + vorbis_enc_reinit(&vorbis_rec); + } + if (!strcmp(cfg.rec.codec, "opus")) { + opus_rec.state = OPUS_STATE_LAST_FRAME; + next_file = 0; + } + if (!strcmp(cfg.rec.codec, "flac")) { + flac_enc_close_file(&flac_rec); + flac_enc_reinit(&flac_rec); + flac_enc_init_FILE(&flac_rec, next_fd); + cfg.rec.fd = next_fd; + next_file = 0; + } + if (!strcmp(cfg.rec.codec, "mp3")) { + lame_enc_flush_file(&lame_rec, cfg.rec.fd); + lame_enc_reinit(&lame_rec); + fclose(cfg.rec.fd); + cfg.rec.fd = next_fd; + next_file = 0; + } + if (!strcmp(cfg.rec.codec, "wav")) { + wav_write_header(cfg.rec.fd, cfg.audio.channel, cfg.audio.samplerate, cfg.wav_codec_rec.bit_depth); + fclose(cfg.rec.fd); + cfg.rec.fd = next_fd; + next_file = 0; + } + } + + // Opus and aac need special treatments + // The encoders need a predefined number of frames + // Therefore we don't feed the encoder with all data we have in the + // ringbuffer at once + if (!strcmp(cfg.rec.codec, "opus")) { + bytes_to_read = OPUS_FRAME_SIZE * cfg.audio.channel * sizeof(float); + while ((rb_filled(&rec_rb)) >= bytes_to_read) { + rb_read_len(&rec_rb, audio_buf, bytes_to_read); + + if (!opus_header_written) { + opus_enc_write_header(&opus_rec); + opus_header_written = 1; + } + + enc_bytes_read = opus_enc_encode(&opus_rec, (float *)audio_buf, enc_buf); + kbytes_written += fwrite(enc_buf, 1, enc_bytes_read, cfg.rec.fd) / 1024.0; + + if (opus_rec.state == OPUS_STATE_NEW_STREAM) { + fclose(cfg.rec.fd); + cfg.rec.fd = next_fd; + opus_enc_reinit(&opus_rec); + opus_enc_write_header(&opus_rec); + opus_header_written = 1; + enc_bytes_read = opus_enc_encode(&opus_rec, opus_rec.last_pcm_packet, enc_buf); + kbytes_written += fwrite(enc_buf, 1, enc_bytes_read, cfg.rec.fd) / 1024.0; + } + } + } +#ifdef HAVE_LIBFDK_AAC + else if (!strcmp(cfg.rec.codec, "aac")) { + bytes_to_read = aac_rec.info.frameLength * cfg.audio.channel * sizeof(float); + while ((rb_filled(&rec_rb)) >= bytes_to_read) { + rb_read_len(&rec_rb, audio_buf, bytes_to_read); + + enc_bytes_read = aac_enc_encode(&aac_rec, (float *)audio_buf, enc_buf, bytes_to_read / (cfg.audio.channel * sizeof(float)), buf_size); + kbytes_written += fwrite(enc_buf, 1, enc_bytes_read, cfg.rec.fd) / 1024.0; + } + } +#endif + else { + if (rb_filled(&rec_rb) < (int)(framepacket_size * sizeof(float))) { + continue; + } + + rb_bytes_read = rb_read(&rec_rb, audio_buf); + if (rb_bytes_read == 0) { + continue; + } + + if (!strcmp(cfg.rec.codec, "mp3")) { + enc_bytes_read = lame_enc_encode(&lame_rec, (float *)audio_buf, enc_buf, rb_bytes_read / (cfg.audio.channel * sizeof(float)), buf_size); + kbytes_written += fwrite(enc_buf, 1, enc_bytes_read, cfg.rec.fd) / 1024.0; + } + + if (!strcmp(cfg.rec.codec, "ogg")) { + if (vorbis_rec.header_written == 0) { + vorbis_enc_write_header(&vorbis_rec); + } + + enc_bytes_read = vorbis_enc_encode(&vorbis_rec, (float *)audio_buf, enc_buf, rb_bytes_read / (cfg.audio.channel * sizeof(float))); + kbytes_written += fwrite(enc_buf, 1, enc_bytes_read, cfg.rec.fd) / 1024.0; + } + + if (!strcmp(cfg.rec.codec, "flac")) { + flac_enc_encode(&flac_rec, (float *)audio_buf, rb_bytes_read / (cfg.audio.channel * sizeof(float)), cfg.audio.channel); + kbytes_written = flac_enc_get_bytes_written() / 1024.0; + } + + if (!strcmp(cfg.rec.codec, "wav")) { + // Permanently update the WAV header + // so in case of a crash we still have a valid WAV file + wav_write_header(cfg.rec.fd, cfg.audio.channel, cfg.audio.samplerate, cfg.wav_codec_rec.bit_depth); + + // Convert float to samples to int16 samples + float *pcm_float = (float *)audio_buf; + int16_t *pcm_int16 = (int16_t *)audio_buf; + int32_t *pcm_int32 = (int32_t *)audio_buf; + + for (uint32_t i = 0; i < rb_bytes_read / sizeof(float); i++) { + if (pcm_float[i] > 0) { + if (cfg.wav_codec_rec.bit_depth == 16) { + pcm_int16[i] = (int16_t)round(fmin(pcm_float[i] * INT16_MAX, INT16_MAX)); + } + else if (cfg.wav_codec_rec.bit_depth == 24) { + pcm_int32[i] = (int32_t)round(fmin(pcm_float[i] * INT24_MAX, INT24_MAX)); + + audio_buf[i * 3 + 0] = audio_buf[i * 4 + 0]; // lsb + audio_buf[i * 3 + 1] = audio_buf[i * 4 + 1]; // center byte + audio_buf[i * 3 + 2] = audio_buf[i * 4 + 2]; // msb + } + else { // cfg.wav_codec_rec.bit_depth == 32 + pcm_int32[i] = (int32_t)round(fmin(pcm_float[i] * INT32_MAX, INT32_MAX)); + } + } + else { + if (cfg.wav_codec_rec.bit_depth == 16) { + pcm_int16[i] = (int16_t)round(fmax(-pcm_float[i] * INT16_MIN, INT16_MIN)); + } + else if (cfg.wav_codec_rec.bit_depth == 24) { + pcm_int32[i] = (int32_t)round(fmax(-pcm_float[i] * INT24_MIN, INT24_MIN)); + + audio_buf[i * 3 + 0] = audio_buf[i * 4 + 0]; // lsb + audio_buf[i * 3 + 1] = audio_buf[i * 4 + 1]; // center byte + audio_buf[i * 3 + 2] = audio_buf[i * 4 + 2]; // msb + } + else { // cfg.wav_codec_rec.bit_depth == 32 + pcm_int32[i] = (int32_t)round(fmax(-pcm_float[i] * INT32_MIN, INT32_MIN)); + } + } + } + + kbytes_written += fwrite(audio_buf, cfg.wav_codec_rec.bit_depth / 8, rb_bytes_read / sizeof(float), cfg.rec.fd) / 1024.0; + } + } + } + + if (!strcmp(cfg.rec.codec, "wav")) { + wav_write_header(cfg.rec.fd, cfg.audio.channel, cfg.audio.samplerate, cfg.wav_codec_rec.bit_depth); + } + else if (!strcmp(cfg.rec.codec, "flac")) { // The flac encoder closes the file + flac_enc_close_file(&flac_rec); + } + else if (!strcmp(cfg.rec.codec, "mp3")) { + lame_enc_flush_file(&lame_rec, cfg.rec.fd); + lame_enc_reinit(&lame_rec); // Prepare for next recording + fclose(cfg.rec.fd); + } + else if (!strcmp(cfg.rec.codec, "ogg")) { + enc_bytes_read = vorbis_enc_encode(&vorbis_rec, NULL, enc_buf, 0); + vorbis_enc_reinit(&vorbis_rec); + fwrite(enc_buf, 1, enc_bytes_read, cfg.rec.fd); + fclose(cfg.rec.fd); + } + +#ifdef HAVE_LIBFDK_AAC + else if (!strcmp(cfg.rec.codec, "aac")) { + aac_enc_flush_file(&aac_rec, cfg.rec.fd); + aac_enc_reinit(&aac_rec); + fclose(cfg.rec.fd); + } +#endif + else if (!strcmp(cfg.rec.codec, "opus")) { + opus_enc_reinit(&opus_rec); + fclose(cfg.rec.fd); + } + else { + fclose(cfg.rec.fd); + } + + free(enc_buf); + free(audio_buf); + + // Detach thread (free ressources) because no one will call pthread_join() on it + pthread_detach(pthread_self()); + + return NULL; +} + +void snd_update_vu(int reset) +{ + int i; + float decay = cfg.audio.samplerate < 88200 ? 0.5 : 0.7; + static float stream_lpeak = 0; + static float stream_rpeak = 0; + static float rec_lpeak = 0; + static float rec_rpeak = 0; + static int call_cnt = 1; + static double stream_lavg = 0; + static double stream_ravg = 0; + static double rec_lavg = 0; + static double rec_ravg = 0; + + if (reset == 1) { + memset(stream_buf, 0, framepacket_size * sizeof(float) * cfg.audio.channel); + memset(record_buf, 0, framepacket_size * sizeof(float) * cfg.audio.channel); + + vu_init(); // Reset peak indicators + call_cnt = 1; + stream_lpeak = 0; + stream_rpeak = 0; + rec_lpeak = 0; + rec_rpeak = 0; + stream_lavg = 0; + stream_ravg = 0; + rec_lavg = 0; + rec_ravg = 0; + } + + for (i = 0; i < framepacket_size; i += cfg.audio.channel) { + if (abs(stream_buf[i]) > stream_lpeak) { + stream_lpeak = abs(stream_buf[i]); + } + if (abs(stream_buf[i + (cfg.audio.channel - 1)]) > stream_rpeak) { + stream_rpeak = abs(stream_buf[i + (cfg.audio.channel - 1)]); + } + + if (abs(record_buf[i]) > rec_lpeak) { + rec_lpeak = abs(record_buf[i]); + } + if (abs(record_buf[i + (cfg.audio.channel - 1)]) > rec_rpeak) { + rec_rpeak = abs(record_buf[i + (cfg.audio.channel - 1)]); + } + } + + float mean_stream_peak = stream_lpeak / 2 + stream_rpeak / 2; + float mean_stream_peak_dB = 20 * log10(mean_stream_peak); + + if (mean_stream_peak_dB < -cfg.audio.silence_level) { + silence_detected = true; + } + else { + silence_detected = false; + } + + if (mean_stream_peak_dB > -cfg.audio.signal_level) { + signal_detected = true; + } + else { + signal_detected = false; + } + + stream_lavg = (decay * stream_lpeak) + (1.0 - decay) * stream_lavg; + stream_ravg = (decay * stream_rpeak) + (1.0 - decay) * stream_ravg; + rec_lavg = (decay * rec_lpeak) + (1.0 - decay) * rec_lavg; + rec_ravg = (decay * rec_rpeak) + (1.0 - decay) * rec_ravg; + + // Update the vu meter UI only every second call of this function. + // This reduces the CPU usage without not missing any samples + if (call_cnt == 1) { + if (vu_level_type == SND_STREAM) { + vu_meter(stream_lavg, stream_ravg, stream_lpeak, stream_rpeak); + } + else { + vu_meter(rec_lavg, rec_ravg, rec_lpeak, rec_rpeak); + } + + if (cfg.dsp.compressor_stream == 1) { + fl_g->LED_comp_threshold->set_state(streaming_dsp->is_compressing == true ? LED::LED_ON : LED::LED_OFF); + } + else if (cfg.dsp.compressor_rec == 1) { + fl_g->LED_comp_threshold->set_state(recording_dsp->is_compressing == true ? LED::LED_ON : LED::LED_OFF); + } + + call_cnt = 0; + } + else { + call_cnt++; + stream_lpeak = 0; + stream_rpeak = 0; + rec_lpeak = 0; + rec_rpeak = 0; + } + + pa_new_frames = 0; +} + +void snd_free_device_list(snd_dev_t **dev_list, int dev_count) +{ + if (dev_count == 0) { + return; + } + + for (int i = 0; i < SND_MAX_DEVICES; i++) { + if (i < dev_count) { + free(dev_list[i]->name); + } + + free(dev_list[i]); + } + free(dev_list); +} + +snd_dev_t **snd_get_devices(int *dev_count) +{ + int available_devices, sr_count, dev_num; + bool sr_supported = 0; + bool has_default_input_devices = 0; + const PaDeviceInfo *p_di; + char info_buf[256]; + PaStreamParameters pa_params; + + int sr[] = {8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000}; + + snd_dev_t **dev_list; + dev_list = (snd_dev_t **)malloc(SND_MAX_DEVICES * sizeof(snd_dev_t *)); + + for (int i = 0; i < SND_MAX_DEVICES; i++) { + dev_list[i] = (snd_dev_t *)malloc(sizeof(snd_dev_t)); + } + + dev_num = 0; + if (Pa_GetDefaultInputDevice() != paNoDevice) { + dev_list[dev_num]->name = (char *)malloc(strlen(_("Default PCM device (default)")) + 1); + strcpy(dev_list[dev_num]->name, _("Default PCM device (default)")); + dev_list[dev_num]->dev_id = Pa_GetDefaultInputDevice(); + has_default_input_devices = 1; + dev_num = 1; + } + + available_devices = Pa_GetDeviceCount(); + if (available_devices < 0) { + snprintf(info_buf, sizeof(info_buf), "PaError: %s", Pa_GetErrorText(available_devices)); + print_info(info_buf, 1); + } + + for (int i = 0; i < available_devices && i < SND_MAX_DEVICES - 1; i++) { + sr_count = 0; + p_di = Pa_GetDeviceInfo(i); + if (p_di == NULL) { + snprintf(info_buf, sizeof(info_buf), _("Error getting device Info (%d)"), i); + print_info(info_buf, 1); + continue; + } + + // Save only devices which have input Channels + if (p_di->maxInputChannels <= 0) { + continue; + } + + const PaHostApiInfo *pa_hostapi = Pa_GetHostApiInfo(p_di->hostApi); + pa_params.device = i; + pa_params.channelCount = p_di->maxInputChannels; + pa_params.sampleFormat = paFloat32; + pa_params.suggestedLatency = p_di->defaultHighInputLatency; + pa_params.hostApiSpecificStreamInfo = NULL; + + // add the supported samplerates to the device structure + for (uint32_t j = 0; j < sizeof(sr) / sizeof(sr[0]); j++) { + if (Pa_IsFormatSupported(&pa_params, NULL, sr[j]) == paFormatIsSupported) { + dev_list[dev_num]->sr_list[sr_count] = sr[j]; + sr_count++; + sr_supported = 1; + } + } + // Go to the next device if this one doesn't support at least one of our samplerates + if (!sr_supported) { + continue; + } + + dev_list[dev_num]->num_of_sr = sr_count; + + // Mark the end of the samplerate list for this device with a 0 + dev_list[dev_num]->sr_list[sr_count] = 0; + + dev_list[dev_num]->name = (char *)malloc(strlen(p_di->name) + strlen(pa_hostapi->name) + 10); + dev_list[dev_num]->dev_id = i; + dev_list[dev_num]->num_of_channels = p_di->maxInputChannels; + dev_list[dev_num]->is_asio = pa_hostapi->type == paASIO; + snprintf(dev_list[dev_num]->name, strlen(p_di->name) + strlen(pa_hostapi->name) + 10, "%s [%s]", p_di->name, pa_hostapi->name); + + // copy the sr_list from the device where the + // virtual default device points to + if (has_default_input_devices == 1) { + if (dev_list[0]->dev_id == dev_list[dev_num]->dev_id) { + memcpy(dev_list[0]->sr_list, dev_list[dev_num]->sr_list, sizeof(dev_list[dev_num]->sr_list)); + dev_list[0]->num_of_sr = dev_list[dev_num]->num_of_sr; + dev_list[0]->num_of_channels = dev_list[dev_num]->num_of_channels; + dev_list[0]->is_asio = dev_list[dev_num]->is_asio; + } + } + + // Replace characters from the device name that have a special meaning to FLTK + strrpl(&dev_list[dev_num]->name, (char *)"\\", (char *)" ", MODE_ALL); // Must come first + strrpl(&dev_list[dev_num]->name, (char *)"/", (char *)"\\/", MODE_ALL); + strrpl(&dev_list[dev_num]->name, (char *)"|", (char *)" ", MODE_ALL); + strrpl(&dev_list[dev_num]->name, (char *)"\t", (char *)" ", MODE_ALL); + strrpl(&dev_list[dev_num]->name, (char *)"_", (char *)" ", MODE_ALL); + strrpl(&dev_list[dev_num]->name, (char *)"&", (char *)"+", MODE_ALL); + + dev_num++; + } // for(i = 0; i < devcount && i < 100; i++) + + *dev_count = dev_num; + + return dev_list; +} + +void snd_print_devices(void) +{ + PaError err; + const PaDeviceInfo *di; + + if ((err = Pa_Initialize()) != paNoError) { + printf("PortAudio init failed:\n%s\n", Pa_GetErrorText(err)); + return; + } + + int dev_count; + snd_dev_t **dev_list; + dev_list = snd_get_devices(&dev_count); + + if (dev_count == 0) { + printf("No input audio device available\n"); + return; + } + + for (int i = 0; i < dev_count; i++) { + printf("Device ID: %d\n", i); + printf("Device name: %s\n", dev_list[i]->name); + printf("Number of channels: %d\n", dev_list[i]->num_of_channels); + printf("Supported sample rates: "); + for (int j = 0; j < dev_list[i]->num_of_sr; j++) { + if (j < dev_list[i]->num_of_sr - 1) { + printf("%d Hz, ", dev_list[i]->sr_list[j]); + } + else { + printf("%d Hz", dev_list[i]->sr_list[j]); + } + } + + printf("\n\n"); + } + + snd_free_device_list(dev_list, dev_count); + + Pa_Terminate(); +} + +void snd_reset_samplerate_conv(int rec_or_stream) +{ + int error; + + if (rec_or_stream == SND_STREAM) { + if (srconv_state_opus_stream != NULL) { + src_delete(srconv_state_opus_stream); + srconv_state_opus_stream = NULL; + } + + srconv_state_opus_stream = src_new(cfg.audio.resample_mode, cfg.audio.channel, &error); + if (srconv_state_opus_stream == NULL) { + print_info(_("ERROR: Could not initialize samplerate converter"), 0); + } + + srconv_opus_stream.end_of_input = 0; + srconv_opus_stream.src_ratio = 48000.0 / cfg.audio.samplerate; + srconv_opus_stream.input_frames = pa_frames; + srconv_opus_stream.output_frames = pa_frames * (1 + srconv_opus_stream.src_ratio); + } + + if (rec_or_stream == SND_REC) { + if (srconv_state_opus_record != NULL) { + src_delete(srconv_state_opus_record); + srconv_state_opus_record = NULL; + } + + srconv_state_opus_record = src_new(cfg.audio.resample_mode, cfg.audio.channel, &error); + if (srconv_state_opus_record == NULL) { + print_info(_("ERROR: Could not initialize samplerate converter"), 0); + } + + srconv_opus_record.end_of_input = 0; + srconv_opus_record.src_ratio = 48000.0 / cfg.audio.samplerate; + srconv_opus_record.input_frames = pa_frames; + srconv_opus_record.output_frames = pa_frames * (1 + srconv_opus_record.src_ratio); + } +} + +char *snd_get_device_name(int id) +{ + const PaDeviceInfo *pa_dev_info; + + pa_dev_info = Pa_GetDeviceInfo(id); + if (pa_dev_info == NULL) { + return NULL; + } + else { + return strdup(pa_dev_info->name); // Note: Make sure it will be free'd on the caller side + } +} + +int snd_get_number_of_channels(int id) +{ + const PaDeviceInfo *pa_dev_info; + + pa_dev_info = Pa_GetDeviceInfo(id); + if (pa_dev_info == NULL) { + return 0; + } + else { + return pa_dev_info->maxInputChannels; + } +} + +int snd_get_dev_num_by_name(char *name) +{ + if (name != NULL) { + for (int i = 0; i < cfg.audio.dev_count; i++) { + if (!strcmp(name, cfg.audio.pcm_list[i]->name)) { + return i; + } + } + } + + return -1; // Device not found +} + +void snd_close_streams(void) +{ + int stream_is_active = Pa_IsStreamActive(stream); + int stream2_is_active = Pa_IsStreamActive(stream2); + + if (stream2_is_active == 1) { + Pa_AbortStream(stream2); + Pa_CloseStream(stream2); + } + + if (stream_is_active == 1) { + snd_stop_mixer_thread(); + Pa_AbortStream(stream); + Pa_CloseStream(stream); + g_stop_vu_meter_timer = 1; + while (g_vu_meter_timer_is_active == 1) { + Fl::check(); + Pa_Sleep(1); + } + g_stop_vu_meter_timer = 0; + snd_update_vu(1); + + free(pa_pcm_buf); + free(pa_mixer_buf); + free(encode_buf); + free(stream_buf); + free(record_buf); + free(srconv_opus_stream.data_out); + free(srconv_opus_record.data_out); + free(srconv_dev2.data_out); + + rb_free(&pa_pcm_rb); + rb_free(&rec_rb); + rb_free(&stream_rb); + } + + if (stream2_is_active == 1) { + free(pa_pcm_buf2); + free(pa_mixer_buf2); + rb_free(&pa_pcm2_rb); + } +} + +void snd_close_portaudio(void) +{ + Pa_Terminate(); +} diff --git a/src/port_audio.h b/src/port_audio.h new file mode 100644 index 0000000..cd96d29 --- /dev/null +++ b/src/port_audio.h @@ -0,0 +1,95 @@ +// audio functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef PORT_AUDIO_H +#define PORT_AUDIO_H + +#include +#include + +#include + +#include "lame_encode.h" +#include "dsp.hpp" + +#define SND_MAX_DEVICES (256) + +#define INT24_MAX ((1 << 23) - 1) +#define INT24_MIN (-(1 << 23)) + +extern DSPEffects *streaming_dsp; +extern DSPEffects *recording_dsp; + +typedef struct { + char *name; + int dev_id; + int sr_list[12]; // 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000, 0 + int num_of_sr; + int num_of_channels; + int left_ch; + int right_ch; + int is_asio; +} snd_dev_t; + +enum { + SND_STREAM = 0, + SND_REC = 1, +}; + +extern bool pa_new_frames; +extern bool reconnect; +extern bool next_file; +extern bool silence_detected; +extern bool signal_detected; + +extern FILE *next_fd; + +int *snd_get_samplerates(int *sr_count); +void snd_free_device_list(snd_dev_t **dev_list, int dev_count); +snd_dev_t **snd_get_devices(int *dev_count); +void *snd_rec_thread(void *data); +void *snd_stream_thread(void *data); +void *snd_mixer_thread(void *data); + +void snd_update_vu(int reset); +void snd_start_streaming_thread(void); +void snd_stop_streaming_thread(void); +void snd_start_recording_thread(void); +void snd_stop_recording_thread(void); +void snd_start_mixer_thread(void); +void snd_stop_mixer_thread(void); + +void snd_set_vu_level_type(int type); + +int snd_init(void); +void snd_init_dsp(void); +int snd_open_streams(void); +int snd_reopen_streams(void); +void snd_close_streams(void); +void snd_close_portaudio(void); +void snd_print_devices(void); +int snd_write_buf(void); +void snd_reset_samplerate_conv(int rec_or_stream); + +int snd_callback(const void *input, void *output, unsigned long frameCount, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags, + void *userData); +int snd_callback2(const void *input, void *output, unsigned long frameCount, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags, + void *userData); + +void snd_reset_streaming_compressor(void); +void snd_reset_recording_compressor(void); +int snd_get_dev_num_by_name(char *name); + +#endif diff --git a/src/port_midi.cpp b/src/port_midi.cpp new file mode 100644 index 0000000..232a79a --- /dev/null +++ b/src/port_midi.cpp @@ -0,0 +1,362 @@ +// +// port_midi.cpp +// butt +// +// Created by Daniel Nöthen on 03.02.24. +// Copyright © 2024 Daniel Nöthen. All rights reserved. +// + +#include +#include + +#include "port_midi.h" +#include "atom.h" +#include "strfuncs.h" +#include "fl_funcs.h" +#include "fl_timer_funcs.h" +#include "flgui.h" + +#define INPUT_BUFFER_SIZE 100 +#define TIME_PROC ((int32_t(*)(void *))Pt_Time) +#define TIME_INFO NULL + +PortMidiStream *midi_stream; +pthread_t midi_poll_thread_joinable; +ATOM_NEW_INT(stop_midi_thread, 0); +ATOM_NEW_INT(learning_active, 0); +ATOM_NEW_INT(polling_is_active, 0); +int is_initialized = 0; + +int get_dev_list_elem_count(midi_dev_t **dev_list) +{ + if (dev_list == NULL) { + return 0; + } + + int elem_count = 0; + while (dev_list[elem_count] != NULL) { + elem_count++; + } + + return elem_count; +} + +void *midi_poll_thread_func(void *data) +{ + int LED_counter = 0; + PmEvent buffer[INPUT_BUFFER_SIZE]; + atom_set_int(&stop_midi_thread, 0); + atom_set_int(&polling_is_active, 1); + + // Pm_SetChannelMask(midi_stream, Pm_Channel(0)); + + // Main loop to listen for MIDI events + while (atom_get_int(&stop_midi_thread) == 0) { + int numEvents = Pm_Read(midi_stream, buffer, INPUT_BUFFER_SIZE); + if (numEvents > 0) { + LED_counter = 0; + Fl::lock(); + fl_g->LED_midi_command->set_state(LED::LED_ON); + Fl::unlock(); + Fl::awake(); + + for (int i = 0; i < numEvents; i++) { + PmMessage message = buffer[i].message; + uint8_t channel = (Pm_MessageStatus(message) & 0x0F) + 1; + uint8_t msg_type = Pm_MessageStatus(message) & 0xF0; + uint8_t msg_num = Pm_MessageData1(message); + uint8_t val = Pm_MessageData2(message); + + // Ignore NOTE_ON messages with values lower than 64 because + // some devices send NOTE_ON with value 0 for a button release. + // Usually devices send NOTE_ON with value 0x7F when a button is pressed down. + // We do only want to react on NOTE_ON messages for button presses and ignore button releases + if (msg_type == MIDI_MSG_TYPE_NOTE_ON && val < 64) { + continue; + } + + if (atom_get_int(&learning_active) == 1) { + if (msg_type != MIDI_MSG_TYPE_CC && msg_type != MIDI_MSG_TYPE_NOTE_ON) { // Allow only CC and NOTE ON messages for now + break; + } + + Fl::lock(); + int command = fl_g->browser_midi_command->value() - 1; + cfg.midi.commands[command].channel = channel; + cfg.midi.commands[command].msg_type = msg_type; + cfg.midi.commands[command].msg_num = msg_num; + fl_g->choice_midi_channel->value(channel); + fl_g->input_midi_msg_num->value(msg_num); + fl_g->button_midi_learn->value(0); + fl_g->button_midi_learn->do_callback(); + Fl::unlock(); + midi_set_learning(0); + break; + } + + for (int j = 0; j < MIDI_COMMANDS_COUNT; j++) { + if ((cfg.midi.commands[j].channel == MIDI_ANY_CHANNEL || cfg.midi.commands[j].channel == channel) && // + cfg.midi.commands[j].msg_type == msg_type && // + cfg.midi.commands[j].msg_num == msg_num && // + cfg.midi.commands[j].enabled == 1) { + exec_midi_command(j, msg_type, val); + } + } + + /* if (type == MIDI_MSG_TYPE_CC) { + Fl::lock(); + + double min = fl_g->slider_gain->minimum(); + double max = fl_g->slider_gain->maximum(); + double new_val = min + val * (max-min) / 127; + fl_g->slider_gain->value(new_val); + fl_g->slider_gain->do_callback(); + printf("Channel: %u, Type: %u, CC: %u, Val: %u\n", channel, type, msg_num, val); + Fl::unlock(); + }*/ + } + } + else if (LED_counter++ >= 10) { + LED_counter = 0; + Fl::lock(); + fl_g->LED_midi_command->set_state(LED::LED_OFF); + Fl::unlock(); + Fl::awake(); + } + + Pt_Sleep(10); + } + + // Cleanup + Pm_Close(midi_stream); + + atom_set_int(&polling_is_active, 0); + return NULL; +} + +PmError midi_init(void) +{ + PmError res = Pm_Initialize(); + if (res != pmNoError) { + return res; + } + + is_initialized = 1; + atom_set_int(&polling_is_active, 0); + return res; +} + +midi_dev_t **midi_get_devices(int *dev_count) +{ + if (is_initialized == 0) { + print_info(_("Error: PortMidi was not initialized."), 1); + return NULL; + } + + int available_devices; + int dev_num = 0; + PmDeviceInfo *device_info; + char info_buf[256]; + + available_devices = Pm_CountDevices(); + if (available_devices <= 0) { + *dev_count = 0; + return NULL; + } + + midi_dev_t **dev_list; + dev_list = (midi_dev_t **)malloc(MIDI_MAX_DEVICES * sizeof(midi_dev_t *)); + + for (int i = 0; i < MIDI_MAX_DEVICES; i++) { + dev_list[i] = (midi_dev_t *)malloc(sizeof(midi_dev_t)); + } + + for (int i = 0; i < available_devices && i < MIDI_MAX_DEVICES - 1; i++) { + device_info = (PmDeviceInfo *)Pm_GetDeviceInfo(i); + if (device_info == NULL) { + snprintf(info_buf, sizeof(info_buf), _("Error getting device Info (%d)"), i); + print_info(info_buf, 1); + continue; + } + + // Save only input devices + if (device_info->input == 0) { + continue; + } + + dev_list[dev_num]->name = (char *)malloc(strlen(device_info->name) + strlen(device_info->interf) + 10); + dev_list[dev_num]->dev_id = i; + snprintf(dev_list[dev_num]->name, strlen(device_info->name) + strlen(device_info->interf) + 10, "%s [%s]", device_info->name, device_info->interf); + + // Replace characters from the device name that have a special meaning to FLTK + strrpl(&dev_list[dev_num]->name, (char *)"\\", (char *)" ", MODE_ALL); // Must come first + strrpl(&dev_list[dev_num]->name, (char *)"/", (char *)"\\/", MODE_ALL); + strrpl(&dev_list[dev_num]->name, (char *)"|", (char *)" ", MODE_ALL); + strrpl(&dev_list[dev_num]->name, (char *)"\t", (char *)" ", MODE_ALL); + strrpl(&dev_list[dev_num]->name, (char *)"_", (char *)" ", MODE_ALL); + strrpl(&dev_list[dev_num]->name, (char *)"&", (char *)"+", MODE_ALL); + + dev_num++; + } + + dev_list[dev_num] = NULL; + + *dev_count = dev_num; + return dev_list; +} + +void midi_free_device_list(midi_dev_t **dev_list) +{ + if (is_initialized == 0) { + print_info(_("Error: PortMidi was not initialized."), 1); + return; + } + + int dev_count = get_dev_list_elem_count(dev_list); + if (dev_count == 0) { + return; + } + + for (int i = 0; i < MIDI_MAX_DEVICES; i++) { + if (i < dev_count) { + free(dev_list[i]->name); + } + + free(dev_list[i]); + } + free(dev_list); +} + +int midi_open_device(int device_id) +{ + if (is_initialized == 0) { + print_info(_("Error: PortMidi was not initialized."), 1); + return -1; + } + + PmError result; + Pt_Start(1, NULL, NULL); + + result = Pm_OpenInput(&midi_stream, device_id, NULL, INPUT_BUFFER_SIZE, NULL, NULL); + if (result != pmNoError) { + printf("device id: %d\n", device_id); + printf("Error opening MIDI input: %s\n", Pm_GetErrorText(result)); + return -1; + } + + return 0; +} + +int midi_open_device(char *device_name) +{ + char info_buf[256]; + + if (is_initialized == 0) { + print_info(_("Error: PortMidi was not initialized."), 1); + return -1; + } + + int dev_count; + midi_dev_t **dev_list = midi_get_devices(&dev_count); + if (dev_list == NULL) { + snprintf(info_buf, sizeof(info_buf), _("Error: MIDI device %s could not be opened because no MIDI devices were found."), device_name); + print_info(info_buf, 1); + return -1; + } + + int dev_num = midi_get_dev_num_by_name(dev_list, device_name); + if (dev_num == -1) { + snprintf(info_buf, sizeof(info_buf), _("Error: MIDI device %s could not be found."), device_name); + print_info(info_buf, 1); + return -1; + } + + int dev_id = dev_list[dev_num]->dev_id; + + return midi_open_device(dev_id); +} + +int midi_start_polling(void) +{ + if (is_initialized == 0) { + print_info(_("Error: PortMidi was not initialized."), 1); + return -1; + } + if (atom_get_int(&polling_is_active) == 1) { + print_info(_("Error: MIDI thread already active."), 1); + return -1; + } + + if (pthread_create(&midi_poll_thread_joinable, NULL, midi_poll_thread_func, NULL) != 0) { + print_info(_("Error: Could not start MIDI thread."), 1); + return -1; + } + + return 0; +} + +int midi_stop_polling(void) +{ + if (is_initialized == 0) { + print_info(_("Error: PortMidi was not initialized."), 1); + return -1; + } + + if (atom_get_int(&polling_is_active) == 1) { + atom_set_int(&stop_midi_thread, 1); + pthread_join(midi_poll_thread_joinable, NULL); + } + + return 0; +} + +int midi_get_dev_num_by_name(midi_dev_t **dev_list, char *dev_name) +{ + if (is_initialized == 0) { + print_info(_("Error: PortMidi was not initialized."), 1); + return -1; + } + + if (dev_list == NULL || dev_name == NULL) { + return -1; + } + + int dev_count = get_dev_list_elem_count(dev_list); + if (dev_count == 0) { + return -1; + } + + for (int i = 0; i < dev_count; i++) { + if (!strcmp(dev_name, dev_list[i]->name)) { + return i; + } + } + + return -1; // Device not found +} + +void midi_close(void) +{ + if (is_initialized == 0) { + print_info(_("Error: PortMidi was not initialized."), 1); + return; + } + + midi_stop_polling(); + Pm_Close(midi_stream); +} + +void midi_terminate(void) +{ + if (is_initialized == 0) { + print_info(_("Error: PortMidi was not initialized."), 1); + return; + } + Pm_Terminate(); + is_initialized = 0; +} + +void midi_set_learning(int is_active) +{ + atom_set_int(&learning_active, is_active); +} diff --git a/src/port_midi.h b/src/port_midi.h new file mode 100644 index 0000000..dd6095d --- /dev/null +++ b/src/port_midi.h @@ -0,0 +1,77 @@ +// +// port_midi.hpp +// butt +// +// Created by Daniel Nöthen on 03.02.24. +// Copyright © 2024 Daniel Nöthen. All rights reserved. +// + +#ifndef MIDI_H +#define MIDI_H + +#include "portmidi.h" +#include "porttime.h" + +#define MIDI_MAX_DEVICES (256) + +typedef struct { + char *name; + int dev_id; +} midi_dev_t; + +enum { + MIDI_MSG_TYPE_NOTE_OFF = 0x80, + MIDI_MSG_TYPE_NOTE_ON = 0x90, + MIDI_MSG_TYPE_POLY_PRESSURE = 0xA0, + MIDI_MSG_TYPE_CC = 0xB0, + MIDI_MSG_TYPE_PC = 0xC0, + MIDI_MSG_TYPE_CHANNEL_PRESSURE = 0xD0, + MIDI_MSG_TYPE_PITCH_BEND = 0xE0, +}; + +enum { + MIDI_ANY_CHANNEL = 0, +}; + +enum { + MIDI_MODE_ABSOLUTE = 0, + MIDI_MODE_RELATIVE_TWOS_COMPLEMENT = 1, + MIDI_MODE_RELATIVE_BINARY_OFFSET = 2, + MIDI_MODE_RELATIVE_SIGN_MAGNITUDE = 3, +}; + +enum { + MIDI_CMD_START_STOP_BROADCASTING = 0, + MIDI_CMD_START_STOP_RECORDING = 1, + MIDI_CMD_MASTER_GAIN = 2, + MIDI_CMD_STREAMING_GAIN = 3, + MIDI_CMD_RECORDING_GAIN = 4, + MIDI_CMD_PRIMARY_DEV_VOL = 5, + MIDI_CMD_SECONDARY_DEV_VOL = 6, + MIDI_CMD_CROSS_FADER = 7, + MIDI_CMD_PRIMARY_DEV_MUTE_UNMUTE = 8, + MIDI_CMD_SECONDARY_DEV_MUTE_UNMUTE = 9, + MIDI_CMD_START_BROADCASTING = 10, + MIDI_CMD_STOP_BROADCASTING = 11, + MIDI_CMD_START_RECORDING = 12, + MIDI_CMD_STOP_RECORDING = 13, +}; + +enum { + MIDI_CTRL_TYPE_KNOB = 0, + MIDI_CTRL_TYPE_BUTTON = 1, +}; + +PmError midi_init(void); +int midi_open_device(int device_num); +int midi_open_device(char *device_name); +int midi_start_polling(void); +int midi_stop_polling(void); +void midi_set_learning(int is_active); +midi_dev_t **midi_get_devices(int *dev_count); +int midi_get_dev_num_by_name(midi_dev_t **dev_list, char *dev_name); +void midi_free_device_list(midi_dev_t **dev_list); +void midi_close(void); +void midi_terminate(void); + +#endif // MIDI_H diff --git a/src/resource.rc b/src/resource.rc new file mode 100644 index 0000000..e2623ff --- /dev/null +++ b/src/resource.rc @@ -0,0 +1,6 @@ +#include "winuser.h" +#define IDI_ICON 101 +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "butt.manifest" +IDI_ICON ICON DISCARDABLE "../icons/butt.ico" + + diff --git a/src/ringbuffer.cpp b/src/ringbuffer.cpp new file mode 100644 index 0000000..75b717c --- /dev/null +++ b/src/ringbuffer.cpp @@ -0,0 +1,224 @@ +// ringbuffer functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// +#include +#include +#include +#include +#include "ringbuffer.h" + +int rb_init(ringbuf_t *rb, unsigned int len) +{ + rb->buf = (char *)malloc(len * sizeof(char)); + if (!rb->buf) { + return -1; + } + + rb->r_ptr = rb->buf; + rb->w_ptr = rb->buf; + rb->size = len; + rb->full = 0; + + pthread_mutex_init(&rb->mutex, NULL); + + return 0; +} + +int rb_filled(ringbuf_t *rb) +{ + int filled; + char *end_ptr; + + pthread_mutex_lock(&rb->mutex); + + if (rb->w_ptr == rb->r_ptr && rb->full) { + filled = rb->size; + } + else if (rb->w_ptr == rb->r_ptr && !rb->full) { + filled = 0; + } + else if (rb->w_ptr > rb->r_ptr) { + filled = rb->w_ptr - rb->r_ptr; + } + else { + end_ptr = rb->buf + rb->size; + filled = end_ptr - rb->r_ptr; + filled += rb->w_ptr - rb->buf; + } + + pthread_mutex_unlock(&rb->mutex); + + return filled; +} + +int rb_space(ringbuf_t *rb) +{ + int space; + char *end_ptr; + + pthread_mutex_lock(&rb->mutex); + + if (rb->r_ptr == rb->w_ptr && rb->full) { + space = 0; + } + else if (rb->r_ptr == rb->w_ptr && !rb->full) { + space = rb->size; + } + else if (rb->r_ptr > rb->w_ptr) { + space = rb->r_ptr - rb->w_ptr; + } + else { + end_ptr = rb->buf + rb->size; + space = end_ptr - rb->w_ptr; + space += rb->r_ptr - rb->buf; + } + + pthread_mutex_unlock(&rb->mutex); + + return space; +} + +unsigned int rb_read(ringbuf_t *rb, char *dest) +{ + unsigned int len = 0; + char *end_ptr; + + if (!dest || !rb->buf) { + return 0; + } + if (len > rb->size) { + return 0; + } + + len = rb_filled(rb); + + pthread_mutex_lock(&rb->mutex); + + end_ptr = rb->buf + rb->size; + + if (rb->r_ptr + len < end_ptr) { + memcpy(dest, rb->r_ptr, len); + rb->r_ptr += len; + } + /*buf content crosses the start point of the ring*/ + else { + /*copy from r_ptr to start of ringbuffer*/ + memcpy(dest, rb->r_ptr, end_ptr - rb->r_ptr); + /*copy from start of ringbuffer to w_ptr*/ + memcpy(dest + (end_ptr - rb->r_ptr), rb->buf, len - (end_ptr - rb->r_ptr)); + rb->r_ptr = rb->buf + (len - (end_ptr - rb->r_ptr)); + } + + pthread_mutex_unlock(&rb->mutex); + + if (rb->w_ptr == rb->r_ptr) { + rb->full = 0; + } + + return len; +} + +unsigned int rb_read_len(ringbuf_t *rb, char *dest, unsigned int len) +{ + char *end_ptr; + + if (!dest || !rb->buf) { + return 0; + } + if (len > rb->size) { + return 0; + } + + pthread_mutex_lock(&rb->mutex); + + end_ptr = rb->buf + rb->size; + // len = rb_filled(rb); + + if (rb->r_ptr + len < end_ptr) { + memcpy(dest, rb->r_ptr, len); + rb->r_ptr += len; + } + /*buf content crosses the start point of the ring*/ + else { + /*copy from r_ptr to start of ringbuffer*/ + memcpy(dest, rb->r_ptr, end_ptr - rb->r_ptr); + /*copy from start of ringbuffer to w_ptr*/ + memcpy(dest + (end_ptr - rb->r_ptr), rb->buf, len - (end_ptr - rb->r_ptr)); + rb->r_ptr = rb->buf + (len - (end_ptr - rb->r_ptr)); + } + + pthread_mutex_unlock(&rb->mutex); + + if (rb->w_ptr == rb->r_ptr) { + rb->full = 0; + } + + return len; +} + +int rb_write(ringbuf_t *rb, char *src, unsigned int len) +{ + char *end_ptr; + + if (!src || !rb->buf) { + return -1; + } + if (len > rb->size) { + return -1; + } + if (len == 0) { + return 0; + } + + pthread_mutex_lock(&rb->mutex); + + end_ptr = rb->buf + rb->size; + + if (rb->w_ptr + len < end_ptr) { + memcpy(rb->w_ptr, src, len); + rb->w_ptr += len; + } + else { + memcpy(rb->w_ptr, src, end_ptr - rb->w_ptr); + memcpy(rb->buf, src + (end_ptr - rb->w_ptr), len - (end_ptr - rb->w_ptr)); + rb->w_ptr = rb->buf + (len - (end_ptr - rb->w_ptr)); + } + + if (rb->w_ptr == rb->r_ptr) { + rb->full = 1; + } + + pthread_mutex_unlock(&rb->mutex); + + return 0; +} + +int rb_clear(ringbuf_t *rb) +{ + pthread_mutex_lock(&rb->mutex); + rb->r_ptr = rb->buf; + rb->w_ptr = rb->buf; + rb->full = 0; + pthread_mutex_unlock(&rb->mutex); + + return 0; +} + +int rb_free(ringbuf_t *rb) +{ + free(rb->buf); + pthread_mutex_destroy(&rb->mutex); + return 0; +} diff --git a/src/ringbuffer.h b/src/ringbuffer.h new file mode 100644 index 0000000..30d9f1b --- /dev/null +++ b/src/ringbuffer.h @@ -0,0 +1,39 @@ +// ringbuffer functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// +#ifndef RINGBUFFER_H +#define RINGBUFFER_H + +#include + +typedef struct ringbuf { + char *buf; + char *w_ptr; + char *r_ptr; + unsigned int size; + unsigned int full; + pthread_mutex_t mutex; +} ringbuf_t; + +int rb_init(ringbuf_t *rb, unsigned int size); +int rb_filled(ringbuf_t *rb); +int rb_space(ringbuf_t *rb); +unsigned int rb_read(ringbuf_t *rb, char *dest); +unsigned int rb_read_len(ringbuf_t *rb, char *dest, unsigned int len); +int rb_write(ringbuf_t *rb, char *src, unsigned int size); +int rb_clear(ringbuf_t *rb); +int rb_free(ringbuf_t *rb); + +#endif /*RINGBUFFER_H*/ diff --git a/src/sha256.cpp b/src/sha256.cpp new file mode 100644 index 0000000..17229f3 --- /dev/null +++ b/src/sha256.cpp @@ -0,0 +1,72 @@ +// +// sha256.cpp +// butt +// +// Created by Daniel Nöthen on 17.03.21. +// Copyright © 2021 Daniel Nöthen. All rights reserved. +// +// +#ifdef WIN32 + +#include +#include +#include +#include + +#include "sha256.h" + +void sha256_string(char *string, char outputBuffer[65], int salt) +{ + unsigned char hash[SHA256_DIGEST_LENGTH]; + SHA256_CTX sha256; + SHA256_Init(&sha256); + SHA256_Update(&sha256, string, strlen(string)); + SHA256_Final(hash, &sha256); + + for (int i = 0; i < SHA256_DIGEST_LENGTH; i++) { + sprintf(outputBuffer + (i * 2), "%02x", hash[i]); + } + outputBuffer[64] = 0; +} + +int sha256_file(char *path, char outputBuffer[65], int salt) +{ + unsigned char hash[SHA256_DIGEST_LENGTH]; + SHA256_CTX sha256; + const int buf_size = 32768; + unsigned char *buffer; + size_t bytes_read = 0; + + FILE *file = fopen(path, "rb"); + if (!file) { + return -1; + } + + buffer = (unsigned char *)malloc(buf_size); + if (!buffer) { + return -1; + } + + SHA256_Init(&sha256); + + if (salt > 0) { + SHA256_Update(&sha256, &salt, sizeof(int)); + } + + while ((bytes_read = fread(buffer, 1, buf_size, file))) { + SHA256_Update(&sha256, buffer, bytes_read); + } + SHA256_Final(hash, &sha256); + + // sha256_hash_string(hash, outputBuffer); + + for (int i = 0; i < SHA256_DIGEST_LENGTH; i++) { + sprintf(outputBuffer + (i * 2), "%02x", hash[i]); + } + outputBuffer[64] = 0; + + fclose(file); + free(buffer); + return 0; +} +#endif diff --git a/src/sha256.h b/src/sha256.h new file mode 100644 index 0000000..deec898 --- /dev/null +++ b/src/sha256.h @@ -0,0 +1,21 @@ +// sha256 functions for butt +// +// Copyright 2007-2021 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +#ifndef SHA256_H +#define SHA256_H + +void sha256_string(char *string, char outputBuffer[65], int salt); +int sha256_file(char *path, char outputBuffer[65], int salt); + +#endif // SHA256_H diff --git a/src/shoutcast.cpp b/src/shoutcast.cpp new file mode 100644 index 0000000..6f35279 --- /dev/null +++ b/src/shoutcast.cpp @@ -0,0 +1,403 @@ +// shoutcast functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include + +#ifdef WIN32 +#define usleep(us) Sleep(us / 1000) +#else +#include +#include +#include +#include //defines IPPROTO_TCP on BSD +#include +#endif + +#include + +#include "gettext.h" + +#include "cfg.h" +#include "butt.h" +#include "timer.h" +#include "strfuncs.h" +#include "shoutcast.h" +#include "parseconfig.h" +#include "sockfuncs.h" +#include "flgui.h" +#include "fl_funcs.h" +#include "url.h" +#include "uri_encode.h" + +int server_version = SC_VERSION_UNKNOWN; + +void send_icy_header(char *key, char *val) +{ + char *icy_line; + int len; + + if ((val == NULL) || (strlen(val) == 0)) { + return; + } + + len = strlen(key) + strlen(val) + strlen(":\r\n") + 1; + icy_line = (char *)malloc(len * sizeof(char) + 1); + snprintf(icy_line, len, "%s:%s\r\n", key, val); + + sock_send(stream_socket, icy_line, strlen(icy_line), SEND_TIMEOUT); + + free(icy_line); +} + +int sc_connect(void) +{ + int ret; + char recv_buf[100]; + char send_buf[100]; + static bool error_printed = 0; + server_version = SC_VERSION_UNKNOWN; + + stream_socket = sock_connect(cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port + 1, SOCK_PROTO_TCP, CONN_TIMEOUT); + + if (stream_socket < 0) { + switch (stream_socket) { + case SOCK_ERR_CREATE: + if (!error_printed) { + print_info(_("\nConnect: Could not create network socket"), 1); + } + if (cfg.main.force_reconnecting == 1) { + error_printed = 1; + ret = SC_RETRY; + } + else { + ret = SC_ABORT; + } + break; + case SOCK_ERR_RESOLVE: + if (!error_printed) { + print_info(_("\nConnect: Error resolving server address"), 1); + error_printed = 1; + } + ret = SC_RETRY; + break; + case SOCK_TIMEOUT: + case SOCK_INVALID: + ret = SC_RETRY; + break; + default: + if (cfg.main.force_reconnecting == 1) { + ret = SC_RETRY; + } + else { + ret = SC_ABORT; + } + } + + return ret; + } + + snprintf(send_buf, sizeof(send_buf), "%s%s", cfg.srv[cfg.selected_srv]->pwd, "\r\n"); + sock_send(stream_socket, send_buf, strlen(send_buf), SEND_TIMEOUT); + + // Make butt compatible to proxies/load balancers. Thanks to boyska + if (cfg.srv[cfg.selected_srv]->port == 80) { + snprintf(send_buf, sizeof(send_buf), "Host: %s\r\n", cfg.srv[cfg.selected_srv]->addr); + } + else { + snprintf(send_buf, sizeof(send_buf), "Host: %s:%d\r\n", cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port); + } + sock_send(stream_socket, send_buf, strlen(send_buf), SEND_TIMEOUT); + + if (cfg.main.num_of_icy > 0) { + char *icy_name = strdup(cfg.icy[cfg.selected_icy]->name); + if (cfg.icy[cfg.selected_icy]->expand_variables == 1) { + expand_string(&icy_name); + strrpl(&icy_name, (char *)"%N", cfg.srv[cfg.selected_srv]->name, MODE_ALL); + } + snprintf(send_buf + strlen(send_buf), sizeof(send_buf) - strlen(send_buf), "ice-name: %s\r\n", icy_name); + send_icy_header((char *)"icy-name", icy_name); + send_icy_header((char *)"icy-genre", cfg.icy[cfg.selected_icy]->genre); + send_icy_header((char *)"icy-url", cfg.icy[cfg.selected_icy]->url); + send_icy_header((char *)"icy-irc", cfg.icy[cfg.selected_icy]->irc); + send_icy_header((char *)"icy-icq", cfg.icy[cfg.selected_icy]->icq); + send_icy_header((char *)"icy-aim", cfg.icy[cfg.selected_icy]->aim); + send_icy_header((char *)"icy-pub", cfg.icy[cfg.selected_icy]->pub); + free(icy_name); + } + else { + send_icy_header((char *)"icy-name", (char *)"No Name"); + send_icy_header((char *)"icy-pub", (char *)"0"); + } + + snprintf(send_buf, sizeof(send_buf), "%u", cfg.audio.bitrate); + send_icy_header((char *)"icy-br", send_buf); + + sock_send(stream_socket, "content-type:", 13, SEND_TIMEOUT); + + if (!strcmp(cfg.audio.codec, "mp3")) { + strcpy(send_buf, "audio/mpeg"); + } + else if (!strcmp(cfg.audio.codec, "aac")) { + strcpy(send_buf, "audio/aac"); + } + else { + strcpy(send_buf, "audio/ogg"); + } + + sock_send(stream_socket, send_buf, strlen(send_buf), SEND_TIMEOUT); + + sock_send(stream_socket, "\r\n\r\n", 4, SEND_TIMEOUT); + + if ((ret = sock_recv(stream_socket, recv_buf, sizeof(recv_buf) - 1, 5 * RECV_TIMEOUT)) == 0) { + usleep(100 * 1000); + sc_disconnect(); + return SC_RETRY; + } + + if (ret == SOCK_TIMEOUT) { + print_info(_("\nconnect: connection timed out. Trying again...\n"), 1); + usleep(100 * 1000); + sc_disconnect(); + return SC_RETRY; + } + + if (ret < 0) { + usleep(100 * 1000); + sc_disconnect(); + return SC_RETRY; + } + + recv_buf[ret] = '\0'; + + if ((recv_buf[0] != 'O') || (recv_buf[1] != 'K') || (ret <= 2)) { + if (strstr(strtolower(recv_buf), "invalid password") != NULL) { + if (!error_printed) { + print_info(_("\nConnect: Invalid password!\n"), 1); + } + sc_disconnect(); + if (cfg.main.force_reconnecting == 1) { + error_printed = 1; + return SC_RETRY; + } + else { + return SC_ABORT; + } + } + + sc_disconnect(); + return SC_RETRY; + } + + connected = 1; + error_printed = 0; + + timer_init(&stream_timer, 1); // starts the "online" timer + timer_start(&stream_timer); + + return SC_OK; +} + +int sc_send(char *buf, int buf_len) +{ + int ret; + ret = sock_send(stream_socket, buf, buf_len, SEND_TIMEOUT); + + if (ret == SOCK_TIMEOUT) { + ret = -1; + } + + return ret; +} + +int sc_update_song(char *song_name) +{ + int ret; + int web_socket; + char send_buf[1024]; + char *song_buf; + + web_socket = sock_connect(cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port, SOCK_PROTO_TCP, CONN_TIMEOUT); + + if (web_socket < 0) { + switch (web_socket) { + case SOCK_ERR_CREATE: + print_info(_("\nUpdate song: Could not create network socket"), 1); + ret = SC_ABORT; + break; + case SOCK_ERR_RESOLVE: + print_info(_("\nUpdate song: Error resolving server address"), 1); + ret = SC_ABORT; + break; + case SOCK_TIMEOUT: + case SOCK_INVALID: + ret = SC_RETRY; + break; + default: + ret = SC_ABORT; + } + + return ret; + } + + song_buf = (char *)malloc(strlen(song_name) * 3 + 1); + uri_encode(song_name, strlen(song_name), song_buf); + + snprintf(send_buf, sizeof(send_buf), + "GET /admin.cgi?pass=%s&mode=updinfo&song=%s&url= HTTP/1.0\r\n" + "User-Agent: ShoutcastDSP (Mozilla Compatible)\r\n", + cfg.srv[cfg.selected_srv]->pwd, song_buf); + + sock_send(web_socket, send_buf, strlen(send_buf), SEND_TIMEOUT); + + if (cfg.srv[cfg.selected_srv]->port == 80) { + snprintf(send_buf, sizeof(send_buf), "Host: %s\r\n\r\n", cfg.srv[cfg.selected_srv]->addr); + } + else { + snprintf(send_buf, sizeof(send_buf), "Host: %s:%d\r\n\r\n", cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port); + } + + sock_send(web_socket, send_buf, strlen(send_buf), SEND_TIMEOUT); + + sock_close(web_socket); + free(song_buf); + + return SC_OK; +} + +void sc_disconnect(void) +{ + sock_close(stream_socket); +} + +int sc_parse_sc1_response(char *response) +{ + char *listeners; + char *listeners_start; + char *listeners_end; + + // 0,1,1,25,0,128, + // Numbers in comma list mean: + // current_listeners,server_online,peak_listers,max_allowed_isteners,uniq,bitrate,songname + listeners_start = strstr(strtolower(response), ""); + if (listeners_start != NULL) { + listeners_end = strchr(listeners_start, ','); + if (listeners_end != NULL) { + listeners = listeners_start + strlen(""); + *listeners_end = '\0'; + return atoi(listeners); + } + } + + return -1; +} + +int sc_parse_sc2_response(char *response) +{ + char *listeners; + char *listeners_start; + char *listeners_end; + + listeners_start = strstr(strtoupper(response), ""); + listeners_end = strstr(strtoupper(response), ""); + if (listeners_start != NULL && listeners_end != NULL) { + listeners = listeners_start + strlen(""); + *listeners_end = '\0'; + return atoi(listeners); + } + + return -1; +} + +int sc_get_listener_count_from_url(char *url) +{ + uint32_t data_size; + char recv_buf[100 * 1024]; + if (strstr(cfg.srv[cfg.selected_srv]->custom_listener_url, "/stats?sid") != NULL) { + data_size = url_get_listener_count(url, recv_buf, sizeof(recv_buf)); + if (data_size > 0) { + return sc_parse_sc2_response(recv_buf); + } + } + else if (strstr(cfg.srv[cfg.selected_srv]->custom_listener_url, "/7.html") != NULL) { + data_size = url_get_listener_count(url, recv_buf, sizeof(recv_buf)); + if (data_size > 0) { + return sc_parse_sc1_response(recv_buf); + } + } + + return -1; +} + +int sc_get_listener_count(void) +{ + uint32_t data_size; + char *sid; + char url[256]; + char proto[8]; + char recv_buf[100 * 1024]; + + /* + if (cfg.srv[cfg.selected_srv]->tls == 1) { + strncpy(proto, "https", sizeof(proto)); + } + else { + strncpy(proto, "http", sizeof(proto)); + } + */ + strncpy(proto, "http", sizeof(proto)); + + if (server_version == SC_VERSION_2 || server_version == SC_VERSION_UNKNOWN) { + sid = strstr(cfg.srv[cfg.selected_srv]->pwd, ":#"); + if (sid != NULL) { + sid += 2; + snprintf(url, sizeof(url), "%s://%s:%d/stats?sid=%s", proto, cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port, sid); + } + else { + snprintf(url, sizeof(url), "%s://%s:%d/stats?sid=1", proto, cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port); + } + + data_size = url_get_listener_count(url, recv_buf, sizeof(recv_buf)); + if (data_size > 0) { + int listener = sc_parse_sc2_response(recv_buf); + if (listener != -1) { + server_version = SC_VERSION_2; + } + return listener; + } + } + + if (server_version == SC_VERSION_1 || server_version == SC_VERSION_UNKNOWN) { + if (cfg.srv[cfg.selected_srv]->custom_listener_url == NULL || strlen(cfg.srv[cfg.selected_srv]->custom_listener_url) == 0) { + snprintf(url, sizeof(url), "%s://%s:%d/7.html", proto, cfg.srv[cfg.selected_srv]->addr, cfg.srv[cfg.selected_srv]->port); + } + else { + snprintf(url, sizeof(url), "%s", cfg.srv[cfg.selected_srv]->custom_listener_url); + } + + data_size = url_get_listener_count(url, recv_buf, sizeof(recv_buf)); + + if (data_size > 0) { + int listener = sc_parse_sc1_response(recv_buf); + if (listener != -1) { + server_version = SC_VERSION_1; + } + return listener; + } + } + + return -1; +} diff --git a/src/shoutcast.h b/src/shoutcast.h new file mode 100644 index 0000000..672bcd4 --- /dev/null +++ b/src/shoutcast.h @@ -0,0 +1,39 @@ +// shoutcast functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef SHOUTCAST_H +#define SHOUTCAST_H + +enum { + SC_OK = 0, + SC_RETRY = 1, + SC_ABORT = 2, + SC_ASK = 3, +}; + +enum { + SC_VERSION_UNKNOWN = 0, + SC_VERSION_1 = 1, + SC_VERSION_2 = 2, +}; + +int sc_update_song(char *song_name); +int sc_connect(void); +int sc_send(char *buf, int buf_len); +void sc_disconnect(void); +int sc_get_listener_count(void); +int sc_get_listener_count_from_url(char *url); + +#endif diff --git a/src/sockfuncs.cpp b/src/sockfuncs.cpp new file mode 100644 index 0000000..11f8653 --- /dev/null +++ b/src/sockfuncs.cpp @@ -0,0 +1,357 @@ +// socket functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include +#include + +#ifdef WIN32 +#include +#include +#undef errno +#undef EWOULDBLOCK +#undef ECONNRESET +#define errno WSAGetLastError() +#define EWOULDBLOCK WSAEWOULDBLOCK +#define ECONNRESET WSAECONNRESET +#else +#include +#include +#include +#include //defines IPPROTO_TCP on BSD +#include +#include +#include +#endif + +#include "sockfuncs.h" + +void sock_init(void) +{ +#ifdef WIN32 + WSADATA wsa; + WSAStartup(MAKEWORD(2, 2), &wsa); +#endif +} + +int sock_connect(const char *addr, unsigned int port, sock_proto_t proto, int timout_ms) +{ + int sock = -1; + int ret; + char port_str[8]; + struct addrinfo hints, *infoptr, *p; // So no need to use memset global variables + + snprintf(port_str, sizeof(port_str), "%d", port); + memset(&hints, 0, sizeof hints); + hints.ai_family = AF_UNSPEC; + hints.ai_socktype = proto == SOCK_PROTO_TCP ? SOCK_STREAM : SOCK_DGRAM; + + if (getaddrinfo(addr, port_str, &hints, &infoptr) != 0) { + return SOCK_ERR_RESOLVE; + } + + for (p = infoptr; p != NULL; p = p->ai_next) { + sock = socket(p->ai_family, p->ai_socktype, p->ai_protocol); + if (sock == -1) { + continue; + } + + ret = connect(sock, p->ai_addr, p->ai_addrlen); + if (ret == -1) { + sock_close(sock); + continue; + } + + break; + } + + if (sock == -1) { + freeaddrinfo(infoptr); + return SOCK_ERR_CREATE; + } + + if (ret == -1) { + freeaddrinfo(infoptr); + return SOCK_TIMEOUT; + } + + sock_nonblock(sock); + if (sock_select(sock, timout_ms, WRITE) <= 0) { + sock_close(sock); + freeaddrinfo(infoptr); + return SOCK_TIMEOUT; + } + + if (!sock_isvalid(sock)) { + sock_close(sock); + freeaddrinfo(infoptr); + return SOCK_INVALID; + } + + freeaddrinfo(infoptr); + return sock; +} + +int sock_setbufsize(int s, int send_size, int recv_size) +{ + int ret; + socklen_t len = sizeof(send_size); + + if (send_size > 0) { + ret = setsockopt(s, SOL_SOCKET, SO_SNDBUF, (char *)(&send_size), len); + if (ret) { + return SOCK_ERR_SET_SBUF; + } + } + if (recv_size > 0) { + ret = setsockopt(s, SOL_SOCKET, SO_RCVBUF, (char *)(&recv_size), len); + if (ret) { + return SOCK_ERR_SET_RBUF; + } + } + + return 0; +} + +int sock_send(int s, const char *buf, int len, int timout_ms) +{ + int rc; + int sent = 0; + + while (sent < len) { + rc = sock_select(s, 10000, WRITE); // check if socket is connected + + if (rc == 0) { + return SOCK_TIMEOUT; + } + + if (rc == -1) { + return SOCK_TIMEOUT; + } + + if ((rc = send(s, buf + sent, len - sent, 0)) < 0) { + if (errno != EWOULDBLOCK) { + return SOCK_TIMEOUT; + } + rc = 0; + } + + sent += rc; + } + return sent; +} + +int sock_recv(int s, char *buf, int len, int timout_ms) +{ + int rc; + + if (sock_select(s, timout_ms, READ) <= 0) { + return SOCK_TIMEOUT; + } + + rc = recv(s, buf, len, 0); + + if (rc == -1 && errno == ECONNRESET) { + return SOCK_ERR_RECV; // The other end has closed the connection with RST + } + if (rc == 0) { + return SOCK_ERR_RECV; // The other end has closed the connection with FIN + } + + return rc; +} + +int sock_recvfrom(int s, char *buf, int len, sock_udp_conn_t *udp_conn, int timout_ms) +{ + int rc; + + if (sock_select(s, timout_ms, READ) <= 0) { + return SOCK_TIMEOUT; + } + + udp_conn->addr_len = sizeof(udp_conn->addr); + rc = recvfrom(s, buf, len, 0, &udp_conn->addr, &udp_conn->addr_len); + + if (rc == -1) { + return SOCK_ERR_RECV; + } + + return rc; +} + +int sock_sendto(int s, const char *buf, int len, sock_udp_conn_t *udp_conn, int timout_ms) +{ + int rc; + int sent = 0; + + while (sent < len) { + rc = sock_select(s, 10000, WRITE); // check if socket is connected + + if (rc == 0) { + return SOCK_TIMEOUT; + } + + if (rc == -1) { + return SOCK_TIMEOUT; + } + + if ((rc = sendto(s, buf + sent, len - sent, 0, &udp_conn->addr, udp_conn->addr_len)) < 0) { + if (errno != EWOULDBLOCK) { + return SOCK_TIMEOUT; + } + rc = 0; + } + + sent += rc; + } + return sent; +} + +int sock_nonblock(int s) +{ +#ifndef WIN32 + long arg; + + arg = fcntl(s, F_GETFL); + arg |= O_NONBLOCK; + + return fcntl(s, F_SETFL, arg); +#else + unsigned long arg = 1; + return ioctlsocket(s, FIONBIO, &arg); +#endif +} + +int sock_block(int s) +{ +#ifndef WIN32 + long arg; + + arg = fcntl(s, F_GETFL); + arg &= ~O_NONBLOCK; + + return fcntl(s, F_SETFL, arg); +#else + unsigned long arg = 0; + return ioctlsocket(s, FIONBIO, &arg); +#endif +} + +int sock_select(int s, int timout_ms, int mode) +{ + struct timeval tv; + fd_set fd_wr, fd_rd; + + FD_ZERO(&fd_wr); + FD_ZERO(&fd_rd); + FD_SET(s, &fd_wr); + FD_SET(s, &fd_rd); + + tv.tv_sec = timout_ms / 1000; + tv.tv_usec = (timout_ms % 1000) * 1000; + + switch (mode) { + case READ: + return select(s + 1, &fd_rd, NULL, NULL, &tv); + break; + case WRITE: + return select(s + 1, NULL, &fd_wr, NULL, &tv); + break; + case RW: + return select(s + 1, &fd_rd, &fd_wr, NULL, &tv); + break; + default: + return SOCK_NO_MODE; + } +} + +int sock_isvalid(int s) +{ + int optval; + socklen_t len = sizeof(optval); + + getsockopt(s, SOL_SOCKET, SO_ERROR, (char *)(&optval), &len); + + if (optval) { + return 0; + } + + return 1; +} + +int sock_listen(int port, int *listen_sock) +{ + int conn_sock; + int val = 1; + + struct sockaddr_in servaddr; + + *listen_sock = socket(AF_INET, SOCK_STREAM, 0); + if (*listen_sock == -1) { + return SOCK_ERR_CREATE; + } + + memset(&servaddr, 0, sizeof(servaddr)); + servaddr.sin_family = AF_INET; + servaddr.sin_addr.s_addr = htonl(INADDR_ANY); + servaddr.sin_port = htons(port); + + // Make sure the port can be re-used without waiting for the TIME_WAIT period is over + //(https://stackoverflow.com/questions/3229860/what-is-the-meaning-of-so-reuseaddr-setsockopt-option-linux) + setsockopt(*listen_sock, SOL_SOCKET, SO_REUSEADDR, (const char *)&val, sizeof(int)); + + if (bind(*listen_sock, (struct sockaddr *)&servaddr, sizeof(servaddr)) != 0) { + return SOCK_ERR_BIND; + } + + if ((listen(*listen_sock, 1)) != 0) { + return SOCK_ERR_LISTEN; + } + + conn_sock = accept(*listen_sock, NULL, NULL); + + if (conn_sock >= 0) { + sock_close(*listen_sock); + } + + return conn_sock; +} + +void sock_close(int s) +{ +#ifdef WIN32 + closesocket(s); +#else + close(s); +#endif +} + +int sock_get_errno(void) +{ + return errno; +} + +// Sends RST instead of FIN +void sock_rst_close(int s) +{ + struct linger ling; + ling.l_onoff = 1; + ling.l_linger = 0; + + setsockopt(s, SOL_SOCKET, SO_LINGER, (const char *)&ling, sizeof(ling)); + + sock_close(s); +} diff --git a/src/sockfuncs.h b/src/sockfuncs.h new file mode 100644 index 0000000..631b92b --- /dev/null +++ b/src/sockfuncs.h @@ -0,0 +1,82 @@ +// socket functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef SOCKFUNCS_H +#define SOCKFUNCS_H + +#ifdef WIN32 +#include +typedef int socklen_t; +#else +#include +#endif + +#define SOCK_MAX_DATAGRAM_SIZE 65535 + +enum { + READ = 0, + WRITE = 1, + RW = 2, +}; + +enum { + SOCK_ERR_CREATE = -1, + SOCK_ERR_RESOLVE = -2, + SOCK_TIMEOUT = -3, + SOCK_INVALID = -4, + SOCK_NO_MODE = -5, + SOCK_ERR_SET_SBUF = -6, + SOCK_ERR_SET_RBUF = -7, + SOCK_ERR_BIND = -8, + SOCK_ERR_LISTEN = -9, + SOCK_ERR_RECV = -10, +}; + +enum { + CONN_TIMEOUT = 1000, + SEND_TIMEOUT = 3000, + RECV_TIMEOUT = 1000, +}; + +typedef enum sock_proto { SOCK_PROTO_TCP = 0, SOCK_PROTO_UDP = 1 } sock_proto_t; + +typedef struct sock_udp_conn { + struct sockaddr addr; + socklen_t addr_len; + +} sock_udp_conn_t; + +void sock_init(void); +int sock_init_udp_server(sock_udp_conn_t *udp_conn); +int sock_connect(const char *addr, unsigned int port, sock_proto_t proto, int timout_ms); +int sock_listen(int port, int *listen_sock); +int sock_setbufsize(int s, int send_size, int recv_size); +int sock_isdisconnected(int s); +int sock_send(int s, const char *buf, int len, int timout_ms); +int sock_sendto(int s, const char *buf, int len, sock_udp_conn_t *udp_conn, int timout_ms); +int sock_recv(int s, char *buf, int len, int timout_ms); +int sock_recvfrom(int s, char *buf, int len, sock_udp_conn_t *udp_conn, int timout_ms); +int sock_select(int s, int timout_ms, int mode); +int sock_nonblock(int s); +int sock_block(int s); +int sock_isvalid(int s); +void sock_close(int s); +void sock_rst_close(int s); +void sock_fdinit(int s); +void sock_fdclr(int s); +void sock_fdzero(void); +int sock_get_errno(void); + +#endif diff --git a/src/strfuncs.cpp b/src/strfuncs.cpp new file mode 100644 index 0000000..64031f8 --- /dev/null +++ b/src/strfuncs.cpp @@ -0,0 +1,227 @@ +// string manipulation functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include +#include +#include "strfuncs.h" + +int strinsrt(char **dest, char *insert, char *pos) +{ + char *pre; + char *post; + char *temp; + int pre_len; + int post_len; + int new_len; + + new_len = strlen(*dest) + strlen(insert); + pre_len = strlen(*dest) - strlen(pos); + post_len = strlen(pos); + + pre = (char *)malloc(pre_len * sizeof(char) + 1); + post = (char *)malloc(post_len * sizeof(char) + 1); + temp = (char *)malloc(new_len * sizeof(char) + 1); + + memcpy(pre, *dest, pre_len); + pre[pre_len] = '\0'; + + memcpy(post, *dest + pre_len, post_len); + post[post_len] = '\0'; + + sprintf(temp, "%s%s%s", pre, insert, post); + + *dest = (char *)realloc(*dest, new_len * sizeof(char) + 1); + strcpy(*dest, temp); + + free(pre); + free(post); + free(temp); + + return 0; +} + +// returns a pointer to the last occurance of string "needle" in string "haystack" +char *strrstr(char *haystack, char *needle) +{ + char *last; + char *found = NULL; + + do { + last = found; + found = strstr(haystack, needle); + + if (found != NULL) { + haystack = found + strlen(needle); + } + + } while (found != NULL); + + return last; +} + +// replaces all strings named by search with strings named by replace in dest +int strrpl(char **dest, char *search, char *replace, int mode) +{ + char *loc; + char *temp; + char *orig; + char *result; + int search_len, repl_len, diff; + int size; + int count; + + // do nothing if there is not at least one string of "search" in "*dest" + if (strstr(*dest, search) == NULL) { + return -1; + } + + search_len = strlen(search); + repl_len = strlen(replace); + diff = repl_len - search_len; + + // how many strings do we need to replace? + if (mode == MODE_ALL) { + temp = *dest; + for (count = 0; (temp = strstr(temp, search)); count++) { + temp += search_len; + } + } + else { + count = 1; + } + + // length of the new string + size = strlen(*dest) + (diff * count); + + temp = strdup(*dest); + orig = temp; + + result = (char *)malloc(size * sizeof(char) + 1); + if (!result) { + free(orig); + return -1; + } + memset(result, 0, size); + + // build the new string + switch (mode) { + case MODE_ALL: + while ((loc = strstr(temp, search))) { + strncat(result, temp, loc - temp); + strcat(result, replace); + temp = loc + strlen(search); + } + // append remaining characaters (if any) + if (strlen(temp) > 0) { + strcat(result, temp); + } + break; + + case MODE_FIRST: + loc = strstr(temp, search); + strncat(result, temp, loc - temp); + strcat(result, replace); + + temp = loc + strlen(search); + // append remaining characters + if (strlen(temp) > 0) { + strcat(result, temp); + } + break; + case MODE_LAST: + loc = strrstr(temp, search); + strncat(result, temp, loc - temp); + strcat(result, replace); + + temp = loc + strlen(search); + // append remaininc characaters (if any) + if (strlen(temp) > 0) { + strcat(result, temp); + } + + break; + default: + return -1; + } + + if (strlen(result) > strlen(*dest)) { + *dest = (char *)realloc(*dest, size * sizeof(char) + 1); + if (!*dest) { + free(result); + free(orig); + return -1; + } + } + + // save the new string back to orig position in memory + strcpy(*dest, result); + + free(orig); + free(result); + + return 0; +} + +char *strtolower(char *str) +{ + if (str != NULL) { + for (int i = 0; i < strlen(str); i++) { + str[i] = tolower(str[i]); + } + } + + return str; +} + +char *strtoupper(char *str) +{ + if (str != NULL) { + for (int i = 0; i < strlen(str); i++) { + str[i] = toupper(str[i]); + } + } + + return str; +} + +// "Percent encode" reserved characters according to RFC3986 section 2.2 for use in URIs +void strencoderfc3986(char **buf) +{ + /* Reserved characters: % :/?#[]@!$&'()*+,;= */ + /* Results in: %3d%20%3a%2f%3f%23%5b%5d%40%21%24%26%27%28%29%2a%2b%2c%3b%25 */ + + strrpl(buf, (char *)"%", (char *)"%25", MODE_ALL); // this must come first + strrpl(buf, (char *)" ", (char *)"%20", MODE_ALL); + strrpl(buf, (char *)":", (char *)"%3a", MODE_ALL); + strrpl(buf, (char *)"/", (char *)"%2f", MODE_ALL); + strrpl(buf, (char *)"?", (char *)"%3f", MODE_ALL); + strrpl(buf, (char *)"#", (char *)"%23", MODE_ALL); + strrpl(buf, (char *)"[", (char *)"%5b", MODE_ALL); + strrpl(buf, (char *)"]", (char *)"%5d", MODE_ALL); + strrpl(buf, (char *)"@", (char *)"%40", MODE_ALL); + strrpl(buf, (char *)"!", (char *)"%21", MODE_ALL); + strrpl(buf, (char *)"$", (char *)"%24", MODE_ALL); + strrpl(buf, (char *)"&", (char *)"%26", MODE_ALL); + strrpl(buf, (char *)"'", (char *)"%27", MODE_ALL); + strrpl(buf, (char *)"(", (char *)"%28", MODE_ALL); + strrpl(buf, (char *)")", (char *)"%29", MODE_ALL); + strrpl(buf, (char *)"*", (char *)"%2a", MODE_ALL); + strrpl(buf, (char *)"+", (char *)"%2b", MODE_ALL); + strrpl(buf, (char *)",", (char *)"%2c", MODE_ALL); + strrpl(buf, (char *)";", (char *)"%3b", MODE_ALL); + strrpl(buf, (char *)"=", (char *)"%3d", MODE_ALL); +} diff --git a/src/strfuncs.h b/src/strfuncs.h new file mode 100644 index 0000000..639a758 --- /dev/null +++ b/src/strfuncs.h @@ -0,0 +1,43 @@ +// string manipulation functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef STRFUNCS_H +#define STRFUNCS_H + +enum { + MODE_ALL = 0, + MODE_FIRST = 1, + MODE_LAST = 2, +}; + +// replaces all strings "replace" with "search" in "dest" +int strrpl(char **dest, char *search, char *replace, int mode); + +// inserts string "insert" at position "pos" +int strinsrt(char **dest, char *insert, char *pos); + +// finds last occurrence of substring "needle" in string "haystack" +char *strrstr(char *haystack, char *needle); + +// "Percent encode" reserved characters according to RFC3986 section 2.2 for use in URIs +void strencoderfc3986(char **buf); + +// Converts string "str" to lower case variant +char *strtolower(char *str); + +// Converts string "str" to upper case variant +char *strtoupper(char *str); + +#endif diff --git a/src/timer.cpp b/src/timer.cpp new file mode 100644 index 0000000..74f4e67 --- /dev/null +++ b/src/timer.cpp @@ -0,0 +1,90 @@ +// timer related functions +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include + +#include "timer.h" + +void timer_init(timer_ms_t *t, float duration) +{ + t->duration = duration; + t->is_running = false; +} + +void timer_start(timer_ms_t *t) +{ + t->start_time = timer_get_cur_time(); + t->new_time = t->start_time; + t->is_running = true; +} + +int timer_is_elapsed(timer_ms_t *t) +{ + uint64_t cur_time = timer_get_cur_time(); + uint64_t duration = t->duration * 1000; + + if (cur_time >= t->new_time + duration) { + t->new_time = timer_get_cur_time(); + return 1; + } + else { + return 0; + } +} + +char *timer_get_time_str(timer_ms_t *t) +{ + static char time_str[64]; + long hour = 0, min = 0, sec = 0; + uint64_t cur_time = timer_get_cur_time(); + + sec = (cur_time - t->start_time) / 1000; + + min = sec / 60; + hour = min / 60; + min %= 60; + sec %= 60; + + snprintf(time_str, sizeof(time_str), "%02ld:%02ld:%02ld", hour, min, sec); + + return time_str; +} + +float timer_get_elapsed_time(timer_ms_t *t) +{ + uint64_t diff_time = timer_get_cur_time() - t->start_time; + return float(diff_time / 1000.0); +} + +void timer_reset(timer_ms_t *t) +{ + t->is_running = false; + t->start_time = timer_get_cur_time(); + t->new_time = t->start_time; +} + +void timer_stop(timer_ms_t *t) +{ + t->is_running = false; +} + +uint64_t timer_get_cur_time(void) +{ + struct timeval time; + gettimeofday(&time, NULL); + + return (uint64_t)time.tv_sec * 1000 + time.tv_usec / 1000; +} diff --git a/src/timer.h b/src/timer.h new file mode 100644 index 0000000..59ef3de --- /dev/null +++ b/src/timer.h @@ -0,0 +1,39 @@ +// timer related functions +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef TIMER_H +#define TIMER_H + +#include +#include +#include + +typedef struct timer_ms { + uint64_t start_time; + uint64_t new_time; + float duration; + bool is_running = false; +} timer_ms_t; + +void timer_init(timer_ms_t *t, float duration); +void timer_start(timer_ms_t *t); +int timer_is_elapsed(timer_ms_t *t); +char *timer_get_time_str(timer_ms_t *t); +float timer_get_elapsed_time(timer_ms_t *t); +uint64_t timer_get_cur_time(void); +void timer_reset(timer_ms_t *t); +void timer_stop(timer_ms_t *t); + +#endif diff --git a/src/tls.cpp b/src/tls.cpp new file mode 100644 index 0000000..e649ccb --- /dev/null +++ b/src/tls.cpp @@ -0,0 +1,461 @@ +// OpenSSL functions for butt +// +// Copyright 2020 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +// This OpenSSL implementation is based on the implementation of libshout 2.4.3 https://icecast.org/download/ + +#include "gettext.h" +#include "config.h" + +#ifdef HAVE_LIBSSL + +#include +#include +#include +#ifndef WIN32 +#include +#endif + +#ifdef __APPLE__ +#include // for dirname +#include // for _NSGetExecutablePath +#endif + +#include +#include + +#include + +#include "tls.h" +#include "sockfuncs.h" + +// #define DEBUG 1 + +// https://en.wikibooks.org/wiki/OpenSSL/Error_handling +// #undef HAVE_X509_CHECK_HOST + +#ifdef DEBUG +FILE *fd; +static void key_log_cb(const SSL *ssl, const char *line) +{ + fprintf(fd, "%s\n", line); +} +#endif + +static void set_error(tls_t *tls, const char *err_msg) +{ + int len = (int)strlen(err_msg) + 1; + tls->last_err = (char *)realloc(tls->last_err, len); + snprintf(tls->last_err, len, "%s", err_msg); +} + +static void clr_error(tls_t *tls) +{ + set_error(tls, "No error"); +} + +/* +static void print_error_stack(void) +{ + BIO *bio = BIO_new(BIO_s_mem ()); + ERR_print_errors(bio); + char *buf = NULL; + BIO_get_mem_data(bio, &buf); + printf("%s\n", buf); + BIO_free (bio); +} + + +static int get_peer_certificate_chain(tls_t *tls, char **buf) +{ + int certs; + unsigned char *data; + unsigned int len; + BIO *bio; + STACK_OF(X509) *chain; + + chain = SSL_get_peer_cert_chain(tls->ssl); + certs = sk_X509_num(chain); + + if (certs == 0) { + return TLS_NOCERT; + } + + bio = BIO_new(BIO_s_mem()); + if (bio == 0) { + return TLS_MALLOC; + } + + for (int i = 0; i < certs; i++) + { + X509 *cert = sk_X509_value(chain, i); + PEM_write_bio_X509(bio, cert); + } + + len = (unsigned int)BIO_get_mem_data(bio, &data); + + if (len) { + *buf = (char*)malloc(len + 1); + memcpy(*buf, data, len); + (*buf)[len] = 0; + } + + BIO_free(bio); + return TLS_OK; +} +*/ + +#ifndef HAVE_X509_CHECK_HOST +static int check_pattern(const char *key, const char *pattern) +{ + for (; *key && *pattern; key++) { + if (*pattern == '*') { + for (; *pattern == '*'; pattern++) + ; + + for (; *key && *key != '.'; key++) + ; + + if (!*pattern && !*key) { + return 1; + } + if (!*pattern || !*key) { + return 0; + } + } + + if (tolower(*key) != tolower(*pattern)) { + return 0; + } + pattern++; + } + return *key == 0 && *pattern == 0; +} +#endif + +#ifndef HAVE_X509_CHECK_HOST +static int check_host(tls_t *tls, X509 *cert) +{ + char common_name[256] = ""; + X509_NAME *xname = X509_get_subject_name(cert); + X509_NAME_ENTRY *xentry; + ASN1_STRING *sdata; + int i, j; + int ret; + + ret = X509_NAME_get_text_by_NID(xname, NID_commonName, common_name, sizeof(common_name)); + if (ret < 1 || (size_t)ret >= (sizeof(common_name) - 1)) { + set_error(tls, _("check_host: could not read host name from cert")); + return TLS_HOSTERR; + } + + if (!check_pattern(tls->host, common_name)) { + return TLS_HOSTERR; + } + + /* check for inlined \0, + * see https://www.blackhat.com/html/bh-usa-09/bh-usa-09-archives.html#Marlinspike + */ + for (i = -1;; i = j) { + j = X509_NAME_get_index_by_NID(xname, NID_commonName, i); + if (j == -1) { + break; + } + } + + xentry = X509_NAME_get_entry(xname, i); + sdata = X509_NAME_ENTRY_get_data(xentry); + + if ((size_t)ASN1_STRING_length(sdata) != strlen(common_name)) { + return TLS_HOSTERR; + } + + return TLS_OK; +} +#endif + +static int check_cert(tls_t *tls) +{ + long ret; + X509 *cert = SSL_get_peer_certificate(tls->ssl); + + if (cert == NULL) { + set_error(tls, _("check_cert: No peer certificate available")); + return TLS_NOCERT; + } + + if ((ret = SSL_get_verify_result(tls->ssl)) != X509_V_OK) { + X509_free(cert); + set_error(tls, X509_verify_cert_error_string(ret)); + return TLS_CHECK_CERT; + } + +#ifdef HAVE_X509_CHECK_HOST + if (X509_check_host(cert, tls->host, 0, 0, NULL) != 1) { + X509_free(cert); + set_error(tls, _("check_cert: X509_check_host failed")); + return TLS_CHECK_HOST; + } +#else + if (check_host(tls, cert) != TLS_OK) { + X509_free(cert); + set_error(tls, _("check_cert: check_host failed")); + return TLS_CHECK_HOST; + } +#endif + + X509_free(cert); + return TLS_OK; +} + +static int calc_cert_hash(tls_t *tls) +{ + const uint32_t len = 32; + char byte[3]; + uint8_t sha256_val[len]; + X509 *cert = SSL_get_peer_certificate(tls->ssl); + if (cert == NULL) { + set_error(tls, _("calc_cert_hash: No peer certificate available")); + return TLS_NOCERT; + } + + // Calc hash + if (X509_digest(cert, EVP_get_digestbyname("sha256"), sha256_val, NULL) != 1) { + X509_free(cert); + set_error(tls, _("calc_cert_hash: Hash calculation failed")); + return TLS_CERTERR; + } + + // Convert hash to a char array + memset(tls->sha256, 0, sizeof(tls->sha256)); + for (uint32_t i = 0; i < len; ++i) { + snprintf(byte, sizeof(byte), "%02X", sha256_val[i]); + memcpy(tls->sha256 + 2 * i, byte, 2); + } + + X509_free(cert); + return TLS_OK; +} + +int tls_setup(tls_t *tls) +{ + int ret = 0; + long ssl_opts = 0; + + tls->ssl = NULL; + tls->ssl_ctx = NULL; + tls->last_err = NULL; + +// Checks for OpenSSL version < 1.1.x +#if OPENSSL_VERSION_NUMBER < 0x10100000L + SSL_library_init(); + SSL_load_error_strings(); + // SSLeay_add_all_algorithms(); + // SSLeay_add_ssl_algorithms(); + + tls->ssl_ctx = SSL_CTX_new(TLSv1_client_method()); + ssl_opts |= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3; +#else + tls->ssl_ctx = SSL_CTX_new(TLS_client_method()); + SSL_CTX_set_min_proto_version(tls->ssl_ctx, TLS1_VERSION); +#endif + + // Compression is dangerous -> https://en.wikipedia.org/wiki/CRIME + ssl_opts |= SSL_OP_NO_COMPRESSION; + + SSL_CTX_set_options(tls->ssl_ctx, ssl_opts); + SSL_CTX_set_default_verify_paths(tls->ssl_ctx); + + // Add cert file and directory separately. + // So in case one contains a invalid path, the other will still work + SSL_CTX_load_verify_locations(tls->ssl_ctx, tls->cert_file, NULL); + SSL_CTX_load_verify_locations(tls->ssl_ctx, NULL, tls->cert_dir); + +#ifdef __APPLE__ + char path_to_executeable[PATH_MAX]; + char path_to_ca_file[PATH_MAX]; + + uint32_t path_len = (uint32_t)sizeof(path_to_executeable); + if (_NSGetExecutablePath(path_to_executeable, &path_len) == 0) { + char *folder_of_executable = strdup(dirname(path_to_executeable)); + snprintf(path_to_ca_file, PATH_MAX, "%s%s", folder_of_executable, "/../Resources/cacert.pem"); + free(folder_of_executable); + SSL_CTX_load_verify_locations(tls->ssl_ctx, path_to_ca_file, NULL); + } +#endif +#ifdef WIN32 + SSL_CTX_load_verify_locations(tls->ssl_ctx, "cacert.pem", NULL); +#endif + + // We verify by ourself later + SSL_CTX_set_verify(tls->ssl_ctx, SSL_VERIFY_NONE, NULL); + + if (SSL_CTX_set_cipher_list(tls->ssl_ctx, ALLOWED_CIPHERS) != 1) { + set_error(tls, _("tls_setup: Could not set cipher list")); + return TLS_UNSPECIFICERR; + } + + SSL_CTX_set_mode(tls->ssl_ctx, SSL_MODE_AUTO_RETRY); + +#ifdef DEBUG + fd = fopen("/Users/bip/tls_key.txt", "ab"); + SSL_CTX_set_keylog_callback(tls->ssl_ctx, key_log_cb); +#endif + + tls->ssl = SSL_new(tls->ssl_ctx); + if (tls->ssl == NULL) { + set_error(tls, _("tls_setup: SSL_new failed")); + return TLS_UNSPECIFICERR; + } + + // Connect ssl to our socket (creates an internal BIO and inherits blocking/non-blocking from the socket) + if (SSL_set_fd(tls->ssl, tls->socket) == 0) { + set_error(tls, _("tls_setup: Could not bind socket to SSL")); + return TLS_UNSPECIFICERR; + } + + SSL_set_tlsext_host_name(tls->ssl, tls->host); + + // Set SSL to client mode + SSL_set_connect_state(tls->ssl); + + while ((ret = SSL_connect(tls->ssl)) != 1) { + int err; + switch (err = SSL_get_error(tls->ssl, ret)) { + case SSL_ERROR_WANT_READ: + if (sock_select(tls->socket, 5000, READ) <= 0) { + set_error(tls, _("tls_setup: SSL_connect read timeout")); + return TLS_TIMEOUT; + } + break; + case SSL_ERROR_WANT_WRITE: + if (sock_select(tls->socket, 5000, WRITE) <= 0) { + set_error(tls, _("tls_setup: SSL_connect write timeout")); + return TLS_TIMEOUT; + } + break; + case SSL_ERROR_SYSCALL: // Can occour if the server goes down and a reconnection attempt fails + return TLS_TIMEOUT; // Try again + break; + default: + printf("SSL_connect error: %d\n", err); + fflush(stdout); + // print_error_stack(); + set_error(tls, ERR_error_string(err, NULL)); + return TLS_CONNETERR; + } + } + + if (calc_cert_hash(tls) != TLS_OK) { + set_error(tls, _("tls_setup: Cert hash could not be calculated")); + return TLS_CERTERR; + } + + if ((tls->skip_verification == 0) && ((ret = check_cert(tls)) != TLS_OK)) { + return ret; + } + +#ifdef DEBUG + fclose(fd); +#endif + clr_error(tls); + return TLS_OK; +} + +int tls_send(tls_t *tls, char *buf, int len, int timeout_ms) +{ + int ret; + tls->state = TLS_STATE_SENDING; + while ((tls->ssl != NULL) && ((ret = SSL_write(tls->ssl, buf, len)) <= 0)) { + int err; + switch (err = SSL_get_error(tls->ssl, ret)) { + case SSL_ERROR_WANT_READ: + if (sock_select(tls->socket, timeout_ms, READ) <= 0) { + set_error(tls, _("tls_send: read timeout")); + tls->state = TLS_STATE_IDLE; + return TLS_TIMEOUT; + } + break; + case SSL_ERROR_WANT_WRITE: + if (sock_select(tls->socket, timeout_ms, WRITE) <= 0) { + set_error(tls, _("tls_send: write timeout")); + tls->state = TLS_STATE_IDLE; + return TLS_TIMEOUT; + } + break; + default: + // Occurs if server goes down. Reconnection will be initiated + set_error(tls, ERR_error_string(err, NULL)); + tls->state = TLS_STATE_IDLE; + return TLS_SENDERR; + } + } + + tls->state = TLS_STATE_IDLE; + return TLS_OK; +} + +int tls_recv(tls_t *tls, char *buf, int len, int timeout_ms) +{ + int ret; + tls->state = TLS_STATE_RECEIVING; + while ((ret = SSL_read(tls->ssl, buf, len)) <= 0) { + int err; + switch (err = SSL_get_error(tls->ssl, ret)) { + case SSL_ERROR_WANT_READ: + if (sock_select(tls->socket, timeout_ms, READ) <= 0) { + set_error(tls, _("tls_recv: read timeout")); + tls->state = TLS_STATE_IDLE; + return TLS_TIMEOUT; + } + break; + case SSL_ERROR_WANT_WRITE: + if (sock_select(tls->socket, timeout_ms, WRITE) <= 0) { + set_error(tls, _("tls_recv: write timeout")); + tls->state = TLS_STATE_IDLE; + return TLS_TIMEOUT; + } + break; + default: + set_error(tls, ERR_error_string(err, NULL)); + tls->state = TLS_STATE_IDLE; + return TLS_RECVERR; + } + } + + tls->state = TLS_STATE_IDLE; + return ret; +} + +void tls_close(tls_t *tls) +{ + // Make sure we don't free anything while the tls system is working + while (tls->state != TLS_STATE_IDLE) + ; + + if (tls->ssl) { + SSL_shutdown(tls->ssl); + SSL_free(tls->ssl); + tls->ssl = NULL; + } + if (tls->ssl_ctx) { + SSL_CTX_free(tls->ssl_ctx); + tls->ssl_ctx = NULL; + } + if (tls->last_err != NULL) { + free(tls->last_err); + tls->last_err = NULL; + } +} +#endif diff --git a/src/tls.h b/src/tls.h new file mode 100644 index 0000000..72b2a61 --- /dev/null +++ b/src/tls.h @@ -0,0 +1,65 @@ +// OpenSSL functions for butt +// +// Copyright 2020 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// + +#ifndef TLS_H +#define TLS_H + +#include + +/* Mozilla's 'Intermediate' list as of 2015-04-19 */ +#define ALLOWED_CIPHERS \ + "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA" + +enum err { + TLS_OK = 0, + TLS_MALLOC = -1, + TLS_NOCERT = -2, + TLS_CERTERR = -3, + TLS_HOSTERR = -4, + TLS_UNSPECIFICERR = -5, + TLS_CONNETERR = -6, + TLS_SENDERR = -7, + TLS_RECVERR = -8, + TLS_TIMEOUT = -9, + TLS_CHECK_HOST = -10, + TLS_CHECK_CERT = -11, +}; + +enum state { + TLS_STATE_IDLE = 0, + TLS_STATE_SENDING = 1, + TLS_STATE_RECEIVING = 2, +}; + +typedef struct tls { + SSL_CTX *ssl_ctx; + SSL *ssl; + char *host; + char *last_err; + char *cert_file; + char *cert_dir; + char sha256[65]; + int socket; + int skip_verification; + int state; +} tls_t; + +int tls_setup(tls_t *tls); +int tls_send(tls_t *tls, char *buf, int len, int timeout_ms); +int tls_recv(tls_t *tls, char *buf, int len, int timeout_ms); +void tls_close(tls_t *tls); + +#endif diff --git a/src/tray_agent.cpp b/src/tray_agent.cpp new file mode 100644 index 0000000..e33c00c --- /dev/null +++ b/src/tray_agent.cpp @@ -0,0 +1,237 @@ + +// tray agent functions for butt +// +// Copyright 2007-2021 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifdef WIN32 +#include +#include +#include + +#include "flgui.h" +#include "cfg.h" +#include "config.h" +#include "butt.h" +#include "sha256.h" +#include "tray_agent.h" + +#define AGENT_CLASS "AutoHotkeyGUI" +#define AGENT_TITLE "buttTrayAgent11-03-2021" +#define AGENT_SHA256 "80015491aabc0b6a3470cd375d8304a5b4446b2ee88929e552c03676ca877f53" +#define AGENT_EXECUTABLE "butt_agent.exe" + +static char song_buf[512]; + +static int check_hash(void) +{ + char agent_sha256[65]; + const int salt = 0xA50D; + + if (sha256_file((char *)AGENT_EXECUTABLE, agent_sha256, salt) == 0) { + // #warning "REMOVE THIS RETURN FOR PRODUCTION" + // printf("agent hash: %s\n", agent_sha256); + // return 0; + // #warning "REMOVE THIS RETURN FOR PRODUCTION" + + if (strncmp(agent_sha256, AGENT_SHA256, 64) == 0) { + return 0; // correct hash found + } + } + + return 1; // error +} + +static int send_msg(char *cmsg) +{ + COPYDATASTRUCT MyCDS; + wchar_t wmsg[512]; + + // Convert normal char array to wide char array + mbstowcs(wmsg, cmsg, 512); + + MyCDS.dwData = 0; + MyCDS.cbData = sizeof(wmsg); + MyCDS.lpData = &wmsg; + + // Get handle of butt main window + HWND hwButt = fl_xid(fl_g->window_main); + HWND hwAgent; + + if (tray_agent_is_running(&hwAgent) == 1) { + SendMessage(hwAgent, WM_COPYDATA, (WPARAM)(HWND)hwButt, (LPARAM)(LPVOID)&MyCDS); + return 0; + } + else { + return 1; + } +} + +int tray_agent_start(void) +{ + char command[32]; + STARTUPINFOA si; + PROCESS_INFORMATION pi; + + // Do not start if it is already running + if (tray_agent_is_running(NULL) == 1) { + return 1; + } + + if (check_hash() != 0) { + return 1; // agent has wrong hash. Do not execute it! + } + + ZeroMemory(&si, sizeof(si)); + si.cb = sizeof(si); + ZeroMemory(&pi, sizeof(pi)); + + snprintf(command, sizeof(command), "%s -s", AGENT_EXECUTABLE); + + if (CreateProcessA(NULL, command, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi) != 0) { + CloseHandle(pi.hProcess); + CloseHandle(pi.hThread); + + struct timespec wait_50ms; + wait_50ms.tv_sec = 0; + wait_50ms.tv_nsec = (50 * 1000 * 1000); + + // Wait max 40*50 ms = 2 seconds until agent has been started + int timed_out = 1; + for (int i = 0; i < 40; i++) { + if (tray_agent_is_running(NULL) == 1) { + timed_out = 0; + break; + } + nanosleep(&wait_50ms, NULL); + } + if (timed_out == 1) { + return 1; // error: tray agent still not running + } + else { + return 0; + } + } + else { + return 1; + } +} + +int tray_agent_is_running(HWND *hwAgent) +{ + HWND hwWindow = FindWindow(AGENT_CLASS, AGENT_TITLE); + + if (hwWindow != NULL) { + if (hwAgent != NULL) { + *hwAgent = hwWindow; + } + + return 1; + } + else { + return 0; + } +} + +void tray_agent_set_song(char *song) +{ + snprintf(song_buf, sizeof(song_buf), "%s", song); +} + +int tray_agent_send_cmd(int cmd) +{ + char msg[512]; + char tray_title[128]; + char custom_window_title[128]; + int minimize; + + int pid = GetCurrentProcessId(); + + if (cfg.gui.window_title[0] != '\0') { + snprintf(custom_window_title, sizeof(custom_window_title), "%s", cfg.gui.window_title); + } + else { + snprintf(custom_window_title, sizeof(custom_window_title), "dummy"); + } + + if (cfg.main.num_of_srv > 0) { + snprintf(tray_title, sizeof(tray_title), "%s", cfg.srv[cfg.selected_srv]->name); + } + else { + snprintf(tray_title, sizeof(tray_title), "%s", "no server"); + } + + switch (cmd) { + case TA_MINIMIZE: + // Start agent when minimizing and agent is not running yet + if (tray_agent_is_running(NULL) == 0) { + if (tray_agent_start() != 0) { + return 1; // Tray agent could not be started + } + } + minimize = 1; + snprintf(msg, sizeof(msg), "%s\t%d\t%d\t%s\t%d\t%s", VERSION, minimize, pid, tray_title, connected, custom_window_title); + break; + case TA_START: + case TA_SERVER_NAME: + case TA_CONNECT_STATE: + minimize = 0; + snprintf(msg, sizeof(msg), "%s\t%d\t%d\t%s\t%d\t%s", VERSION, minimize, pid, tray_title, connected, custom_window_title); + break; + case TA_SONG_UPDATE: + minimize = 0; + snprintf(msg, sizeof(msg), "%s\t%d\t%d\t%s\t%d\t%s\t%s", VERSION, minimize, pid, tray_title, connected, custom_window_title, song_buf); + break; + default: + return 1; + } + + int ret = send_msg(msg); + if ((ret == 0) && (minimize == 1)) { + if (fl_g->window_cfg->shown()) // Close settings window when minimizing to tray + { + fl_g->window_cfg->hide(); + Fl::remove_timeout(&cfg_win_pos_timer); + } + } + + return ret; +} + +int tray_agent_stop(void) +{ + char command[32]; + STARTUPINFOA si; + PROCESS_INFORMATION pi; + + if (check_hash() != 0) { + return 1; // Agent has wrong hash. Do not execute it! + } + + ZeroMemory(&si, sizeof(si)); + si.cb = sizeof(si); + ZeroMemory(&pi, sizeof(pi)); + + snprintf(command, sizeof(command), "%s -q", AGENT_EXECUTABLE); + + if (CreateProcessA(NULL, command, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi) != 0) { + CloseHandle(pi.hProcess); + CloseHandle(pi.hThread); + return 0; + } + else { + return 1; // CreateProcessA failed + } +} + +#endif // ifdef WIN32 diff --git a/src/tray_agent.h b/src/tray_agent.h new file mode 100644 index 0000000..03d497c --- /dev/null +++ b/src/tray_agent.h @@ -0,0 +1,36 @@ +// tray agent functions for butt +// +// Copyright 2007-2021 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +#ifndef TRAY_AGENT_H +#define TRAY_AGENT_H + +#ifdef WIN32 +#include + +enum tray_agent_cmd { + TA_START = 0, + TA_MINIMIZE = 1, + TA_SERVER_NAME = 2, + TA_CONNECT_STATE = 3, + TA_SONG_UPDATE = 4, +}; + +int tray_agent_start(void); +int tray_agent_stop(void); +int tray_agent_send_cmd(int cmd); +int tray_agent_is_running(HWND *hwAgent); +void tray_agent_set_song(char *song); + +#endif // ifdef WIN32 +#endif // ifndef TRAY_AGENT_H diff --git a/src/update.cpp b/src/update.cpp new file mode 100644 index 0000000..fd65b90 --- /dev/null +++ b/src/update.cpp @@ -0,0 +1,54 @@ +#include +#include + +#include "config.h" +#include "update.h" +#include "sockfuncs.h" +#include "url.h" + +char new_version[16]; + +int update_check_for_new_version(void) +{ + int ret; + char response[1024]; + + memset(new_version, 0, sizeof(new_version)); + + ret = url_get("http://danielnoethen.de/latest_butt", NULL, response, sizeof(response)); + + if (ret <= 0) { + return UPDATE_ILLEGAL_ANSWER; + } + + response[ret] = '\0'; + + char *p = strstr(response, "version: "); + if (p == NULL) { + return UPDATE_ILLEGAL_ANSWER; + } + + p += strlen("version: "); + + if (p[strlen(p) - 1] == '\n') { + p[strlen(p) - 1] = '\0'; + } + + int major_cur, minor_cur, patch_cur; + int major_new, minor_new, patch_new; + sscanf(VERSION, "%d.%d.%d", &major_cur, &minor_cur, &patch_cur); + sscanf(p, "%d.%d.%d", &major_new, &minor_new, &patch_new); + + if ((major_new > major_cur) || (major_new == major_cur && minor_new > minor_cur) || + (major_new == major_cur && minor_new == minor_cur && patch_new > patch_cur)) { + snprintf(new_version, sizeof(new_version) - 1, "%s", p); + return UPDATE_NEW_VERSION; + } + + return UPDATE_UP_TO_DATE; +} + +char *update_get_version(void) +{ + return new_version; +} diff --git a/src/update.h b/src/update.h new file mode 100644 index 0000000..1fcaaa2 --- /dev/null +++ b/src/update.h @@ -0,0 +1,14 @@ +#ifndef UPDATE_H +#define UPDATE_H + +int update_check_for_new_version(void); +char *update_get_version(void); + +enum { + UPDATE_NEW_VERSION = 0, + UPDATE_SOCKET_ERROR = -1, + UPDATE_ILLEGAL_ANSWER = -2, + UPDATE_UP_TO_DATE = -3, +}; + +#endif diff --git a/src/uri_encode.cpp b/src/uri_encode.cpp new file mode 100644 index 0000000..0597065 --- /dev/null +++ b/src/uri_encode.cpp @@ -0,0 +1,53 @@ +#include +#include +#include +#include "uri_encode.h" + +/* + uri_encode.c - functions for URI percent encoding / decoding +*/ + +size_t uri_encode(const char *src, const size_t len, char *dst) +{ + size_t i = 0, j = 0; + while (i < len) { + const char octet = src[i++]; + const int32_t code = ((int32_t *)uri_encode_tbl)[(unsigned char)octet]; + if (code) { + dst[j++] = (char)((code >> 0) & 0xFF); + dst[j++] = (char)((code >> 8) & 0xFF); + dst[j++] = (char)((code >> 16) & 0xFF); + } + else + dst[j++] = octet; + } + dst[j] = '\0'; + return j; +} + +size_t uri_decode(const char *src, const size_t len, char *dst) +{ + size_t i = 0, j = 0; + while (i < len) { + int copy_char = 1; + if (src[i] == '%' && i + 2 < len) { + const unsigned char v1 = hexval[(unsigned char)src[i + 1]]; + const unsigned char v2 = hexval[(unsigned char)src[i + 2]]; + + /* skip invalid hex sequences */ + if ((v1 | v2) != 0xFF) { + dst[j] = (v1 << 4) | v2; + j++; + i += 3; + copy_char = 0; + } + } + if (copy_char) { + dst[j] = src[i]; + i++; + j++; + } + } + dst[j] = '\0'; + return j; +} diff --git a/src/uri_encode.h b/src/uri_encode.h new file mode 100644 index 0000000..a94bf35 --- /dev/null +++ b/src/uri_encode.h @@ -0,0 +1,50 @@ +#include +#include + +// clang-format off +#define _______ "\0\0\0\0" +static const char uri_encode_tbl[ sizeof(int32_t) * 257 ] = { +/* 0 1 2 3 4 5 6 7 8 9 a b c d e f */ + "%00\0" "%01\0" "%02\0" "%03\0" "%04\0" "%05\0" "%06\0" "%07\0" "%08\0" "%09\0" "%0A\0" "%0B\0" "%0C\0" "%0D\0" "%0E\0" "%0F\0" /* 0: 0 ~ 15 */ + "%10\0" "%11\0" "%12\0" "%13\0" "%14\0" "%15\0" "%16\0" "%17\0" "%18\0" "%19\0" "%1A\0" "%1B\0" "%1C\0" "%1D\0" "%1E\0" "%1F\0" /* 1: 16 ~ 31 */ + "%20\0" "%21\0" "%22\0" "%23\0" "%24\0" "%25\0" "%26\0" "%27\0" "%28\0" "%29\0" "%2A\0" "%2B\0" "%2C\0" _______ _______ "%2F\0" /* 2: 32 ~ 47 */ + _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ "%3A\0" "%3B\0" "%3C\0" "%3D\0" "%3E\0" "%3F\0" /* 3: 48 ~ 63 */ + "%40\0" _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ /* 4: 64 ~ 79 */ + _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ "%5B\0" "%5C\0" "%5D\0" "%5E\0" _______ /* 5: 80 ~ 95 */ + "%60\0" _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ /* 6: 96 ~ 111 */ + _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ _______ "%7B\0" "%7C\0" "%7D\0" _______ "%7F\0" /* 7: 112 ~ 127 */ + "%80\0" "%81\0" "%82\0" "%83\0" "%84\0" "%85\0" "%86\0" "%87\0" "%88\0" "%89\0" "%8A\0" "%8B\0" "%8C\0" "%8D\0" "%8E\0" "%8F\0" /* 8: 128 ~ 143 */ + "%90\0" "%91\0" "%92\0" "%93\0" "%94\0" "%95\0" "%96\0" "%97\0" "%98\0" "%99\0" "%9A\0" "%9B\0" "%9C\0" "%9D\0" "%9E\0" "%9F\0" /* 9: 144 ~ 159 */ + "%A0\0" "%A1\0" "%A2\0" "%A3\0" "%A4\0" "%A5\0" "%A6\0" "%A7\0" "%A8\0" "%A9\0" "%AA\0" "%AB\0" "%AC\0" "%AD\0" "%AE\0" "%AF\0" /* A: 160 ~ 175 */ + "%B0\0" "%B1\0" "%B2\0" "%B3\0" "%B4\0" "%B5\0" "%B6\0" "%B7\0" "%B8\0" "%B9\0" "%BA\0" "%BB\0" "%BC\0" "%BD\0" "%BE\0" "%BF\0" /* B: 176 ~ 191 */ + "%C0\0" "%C1\0" "%C2\0" "%C3\0" "%C4\0" "%C5\0" "%C6\0" "%C7\0" "%C8\0" "%C9\0" "%CA\0" "%CB\0" "%CC\0" "%CD\0" "%CE\0" "%CF\0" /* C: 192 ~ 207 */ + "%D0\0" "%D1\0" "%D2\0" "%D3\0" "%D4\0" "%D5\0" "%D6\0" "%D7\0" "%D8\0" "%D9\0" "%DA\0" "%DB\0" "%DC\0" "%DD\0" "%DE\0" "%DF\0" /* D: 208 ~ 223 */ + "%E0\0" "%E1\0" "%E2\0" "%E3\0" "%E4\0" "%E5\0" "%E6\0" "%E7\0" "%E8\0" "%E9\0" "%EA\0" "%EB\0" "%EC\0" "%ED\0" "%EE\0" "%EF\0" /* E: 224 ~ 239 */ + "%F0\0" "%F1\0" "%F2\0" "%F3\0" "%F4\0" "%F5\0" "%F6\0" "%F7\0" "%F8\0" "%F9\0" "%FA\0" "%FB\0" "%FC\0" "%FD\0" "%FE\0" "%FF\0" /* F: 240 ~ 255 */ +}; +#undef _______ + +#define __ 0xFF +static const unsigned char hexval[0x100] = { + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* 00-0F */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* 10-1F */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* 20-2F */ + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,__,__,__,__,__,__, /* 30-3F */ + __,10,11,12,13,14,15,__,__,__,__,__,__,__,__,__, /* 40-4F */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* 50-5F */ + __,10,11,12,13,14,15,__,__,__,__,__,__,__,__,__, /* 60-6F */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* 70-7F */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* 80-8F */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* 90-9F */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* A0-AF */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* B0-BF */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* C0-CF */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* D0-DF */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* E0-EF */ + __,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__, /* F0-FF */ +}; +#undef __ + +// clang-format on +size_t uri_encode(const char *src, const size_t len, char *dst); +size_t uri_decode(const char *src, const size_t len, char *dst); diff --git a/src/url.cpp b/src/url.cpp new file mode 100644 index 0000000..a5d6e67 --- /dev/null +++ b/src/url.cpp @@ -0,0 +1,584 @@ +// +// url.c +// iziCast +// +// Created by Daniel Nöthen on 29.05.19. +// Copyright © 2019 Daniel Nöthen. All rights reserved. +// + +#include +#include +#include +#include +#include + +#include "url.h" +#include "fl_funcs.h" // write_log() +#include "config.h" // VERSION + +int write_logfile = 0; +int print_log = 0; +int curl_initialized = 0; +static char log_buf[100 * 1024]; + +struct MemoryStruct { + char *memory; + uint32_t size; +}; + +struct data { + char trace_ascii; /* 1 or 0 */ +}; + +static void dump(const char *text, FILE *stream, unsigned char *ptr, size_t size, char nohex) +{ + size_t i; + size_t c; + + unsigned int width = 0x10; + + if (nohex) { + /* without the hex output, we can fit more on screen */ + width = 0x40; + } + + if (print_log == 1) { + fprintf(stream, "%s, %10.10lu bytes (0x%8.8lx)\n", text, (unsigned long)size, (unsigned long)size); + } + + if (write_logfile == 1) { + snprintf(log_buf, sizeof(log_buf), "%s, %10.10lu bytes (0x%8.8lx)\n", text, (unsigned long)size, (unsigned long)size); + write_log(log_buf); + } + + for (i = 0; i < size; i += width) { + if (print_log == 1) { + fprintf(stream, "%4.4lx: ", (unsigned long)i); + } + if (write_logfile == 1) { + snprintf(log_buf, sizeof(log_buf), "%4.4lx: ", (unsigned long)i); + write_log(log_buf); + } + + if (!nohex) { + /* hex not disabled, show it */ + for (c = 0; c < width; c++) + if (i + c < size) { + if (print_log == 1) { + fprintf(stream, "%02x ", ptr[i + c]); + } + + if (write_logfile == 1) { + snprintf(log_buf, sizeof(log_buf), "%02x ", ptr[i + c]); + write_log(log_buf); + } + } + else { + if (print_log == 1) { + fputs(" ", stream); + } + if (write_logfile == 1) { + write_log(" "); + } + } + } + + for (c = 0; (c < width) && (i + c < size); c++) { + /* check for 0D0A; if found, skip past and start a new line of output */ + if (nohex && (i + c + 1 < size) && ptr[i + c] == 0x0D && ptr[i + c + 1] == 0x0A) { + i += (c + 2 - width); + break; + } + // fprintf(stream, "%c", (ptr[i + c] >= 0x20) && (ptr[i + c]<0x80) ? ptr[i + c] : '.'); + if (print_log == 1) { + fprintf(stream, "%c", ptr[i + c]); + } + + if (write_logfile == 1) { + snprintf(log_buf, sizeof(log_buf), "%c", ptr[i + c]); + write_log(log_buf); + } + + /* check again for 0D0A, to avoid an extra \n if it's at width */ + if (nohex && (i + c + 2 < size) && ptr[i + c + 1] == 0x0D && ptr[i + c + 2] == 0x0A) { + i += (c + 3 - width); + break; + } + } + if (print_log == 1) { + fputc('\n', stream); /* newline */ + } + + if (write_logfile == 1) { + write_log("\n"); + } + } + if (print_log == 1) { + fflush(stream); + } +} + +static int my_trace(CURL *handle, curl_infotype type, char *data, size_t size, void *userp) +{ + struct data *config = (struct data *)userp; + const char *text; + (void)handle; /* prevent compiler warning */ + + switch (type) { + case CURLINFO_TEXT: + if (print_log == 1) { + fprintf(stderr, "== Info: %s", data); + } + + if (write_logfile == 1) { + snprintf(log_buf, sizeof(log_buf), "== Info: %s", data); + write_log(log_buf); + } + /* FALLTHROUGH */ + default: /* in case a new one is introduced to shock us */ + return 0; + + case CURLINFO_HEADER_OUT: + text = "=> Send header"; + break; + case CURLINFO_DATA_OUT: + text = "=> Send data"; + break; + case CURLINFO_SSL_DATA_OUT: + text = "=> Send SSL data"; + break; + case CURLINFO_HEADER_IN: + text = "<= Recv header"; + break; + case CURLINFO_DATA_IN: + text = "<= Recv data"; + break; + case CURLINFO_SSL_DATA_IN: + text = "<= Recv SSL data"; + break; + } + + dump(text, stderr, (unsigned char *)data, size, config->trace_ascii); + return 0; +} + +static size_t callback_for_curl(void *contents, size_t size, size_t nmemb, void *userp) +{ + size_t realsize = size * nmemb; + struct MemoryStruct *mem = (struct MemoryStruct *)userp; + + char *ptr = (char *)realloc(mem->memory, mem->size + realsize + 1); + if (ptr == NULL) { + /* out of memory! */ + printf("%s\n", "not enough memory (realloc returned NULL)"); + return 0; + } + + mem->memory = ptr; + memcpy(&(mem->memory[mem->size]), contents, realsize); + mem->size += realsize; + mem->memory[mem->size] = 0; + + return realsize; +} + +void url_init_curl(void) +{ + if (curl_initialized == 1) { + return; + } + curl_global_init(CURL_GLOBAL_DEFAULT); + curl_initialized = 1; +} + +uint32_t url_post_json(const char *url, char *post_data, char *answer, uint32_t max_answer_size) +{ + if (curl_initialized == 0) { + url_init_curl(); + } + + struct MemoryStruct chunk; + + chunk.memory = (char *)malloc(1); /* will be grown as needed by the realloc */ + chunk.size = 0; /* no data at this point */ + + CURL *curl; + CURLcode res; + + struct data config; + config.trace_ascii = 1; /* enable ascii tracing for debug */ + + struct curl_slist *headers = NULL; + headers = curl_slist_append(headers, "Accept: application/json"); + headers = curl_slist_append(headers, "Content-Type: application/json"); + headers = curl_slist_append(headers, "charset: utf-8"); + + curl = curl_easy_init(); + if (curl) { + if (print_log || write_logfile) { + curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); + curl_easy_setopt(curl, CURLOPT_DEBUGDATA, &config); + curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); + } + + curl_easy_setopt(curl, CURLOPT_URL, url); + curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "POST"); + curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers); + curl_easy_setopt(curl, CURLOPT_POSTFIELDS, post_data); + curl_easy_setopt(curl, CURLOPT_USERAGENT, "butt"); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 7L); + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L); + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L); + curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); + curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, callback_for_curl); + curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)&chunk); + + /* Perform the request, res will get the return code */ + res = curl_easy_perform(curl); + if (res != CURLE_OK) { + printf("URL request failed: %s\n", curl_easy_strerror(res)); + chunk.size = 0; + } + else { + long response_code; + curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response_code); + + if (chunk.size > max_answer_size) { + printf("%s\n", "buffer too small"); + chunk.size = 0; + } + /* else if (response_code != 200) { + printf("http response = %ld\n", response_code); + chunk.size = 0; + } + else if (strstr(chunk.memory, "Invalid resource")) { // Shoutcast v1 response with http_code = 200 but "Invalid ressource" + // if a wrong url is requested + printf("%s\n", "Invalid resource"); + chunk.size = 0; + }*/ + else { + memcpy(answer, chunk.memory, chunk.size); + answer[chunk.size] = '\0'; + } + } + + curl_easy_cleanup(curl); + } + + free(chunk.memory); + + return chunk.size; +} + +uint32_t url_post_sdp(const char *url, const char *bearer_token, char *post_data, char *answer, uint32_t max_answer_size) +{ + if (curl_initialized == 0) { + url_init_curl(); + } + + struct MemoryStruct chunk; + + chunk.memory = (char *)malloc(1); /* will be grown as needed by the realloc */ + chunk.size = 0; /* no data at this point */ + + CURL *curl; + CURLcode res; + + struct data config; + config.trace_ascii = 1; /* enable ascii tracing for debug */ + + struct curl_slist *headers = NULL; + headers = curl_slist_append(headers, "Accept: application/sdp"); + headers = curl_slist_append(headers, "Content-Type: application/sdp"); + headers = curl_slist_append(headers, "Charset: utf-8"); + if (bearer_token) { + char auth_header[256]; + snprintf(auth_header, sizeof(auth_header), "Authorization: Bearer %s", bearer_token); + headers = curl_slist_append(headers, auth_header); + } + + curl = curl_easy_init(); + if (curl) { + char user_agent[32]; + snprintf(user_agent, sizeof(user_agent), "butt %s", VERSION); + if (print_log || write_logfile) { + curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); + curl_easy_setopt(curl, CURLOPT_DEBUGDATA, &config); + curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); + } + + curl_easy_setopt(curl, CURLOPT_URL, url); + curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "POST"); + curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers); + curl_easy_setopt(curl, CURLOPT_POSTFIELDS, post_data); + curl_easy_setopt(curl, CURLOPT_USERAGENT, user_agent); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 7L); + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L); + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L); + curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); + curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, callback_for_curl); + curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)&chunk); + + /* Perform the request, res will get the return code */ + res = curl_easy_perform(curl); + if (res != CURLE_OK) { + printf("URL request failed: %s\n", curl_easy_strerror(res)); + chunk.size = 0; + } + else { + long response_code; + curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response_code); + + if (chunk.size > max_answer_size) { + printf("%s\n", "buffer too small"); + chunk.size = 0; + } + /* else if (response_code != 200) { + printf("http response = %ld\n", response_code); + chunk.size = 0; + } + else if (strstr(chunk.memory, "Invalid resource")) { // Shoutcast v1 response with http_code = 200 but "Invalid ressource" + // if a wrong url is requested + printf("%s\n", "Invalid resource"); + chunk.size = 0; + }*/ + else { + memcpy(answer, chunk.memory, chunk.size); + answer[chunk.size] = '\0'; + } + } + + curl_easy_cleanup(curl); + } + + free(chunk.memory); + + return chunk.size; +} + +uint32_t url_post(const char *url, char *post_data, char *answer, uint32_t max_answer_size) +{ + if (curl_initialized == 0) { + url_init_curl(); + } + + struct MemoryStruct chunk; + + chunk.memory = (char *)malloc(1); /* will be grown as needed by the realloc */ + chunk.size = 0; /* no data at this point */ + + CURL *curl; + CURLcode res; + + struct data config; + config.trace_ascii = 1; /* enable ascii tracing for debug */ + + curl = curl_easy_init(); + if (curl) { + if (print_log || write_logfile) { + curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); + curl_easy_setopt(curl, CURLOPT_DEBUGDATA, &config); + curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); + } + + curl_easy_setopt(curl, CURLOPT_URL, url); + curl_easy_setopt(curl, CURLOPT_POSTFIELDS, post_data); + curl_easy_setopt(curl, CURLOPT_USERAGENT, "butt"); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 7L); + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L); + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L); + curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); + curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, callback_for_curl); + curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)&chunk); + + /* Perform the request, res will get the return code */ + res = curl_easy_perform(curl); + if (res != CURLE_OK) { + printf("URL post failed: %s\n", curl_easy_strerror(res)); + write_log("url_post: URL post failed: "); + write_log(curl_easy_strerror(res)); + write_log("\n"); + + chunk.size = 0; + } + else { + long response_code; + curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response_code); + + if (chunk.size > max_answer_size) { + printf("%s\n", "buffer too small"); + write_log("url_post: buffer too small"); + chunk.size = 0; + } + /* else if (response_code != 200) { + printf("http response = %ld\n", response_code); + chunk.size = 0; + } + else if (strstr(chunk.memory, "Invalid resource")) { // Shoutcast v1 response with http_code = 200 but "Invalid ressource" + // if a wrong url is requested + printf("%s\n", "Invalid resource"); + chunk.size = 0; + }*/ + else { + memcpy(answer, chunk.memory, chunk.size); + answer[chunk.size] = '\0'; + } + } + + curl_easy_cleanup(curl); + } + + free(chunk.memory); + + return chunk.size; +} + +uint32_t url_get(const char *url, const char *custom_hdr, char *answer, uint32_t data_size) +{ + if (curl_initialized == 0) { + url_init_curl(); + } + + struct MemoryStruct chunk; + + chunk.memory = (char *)malloc(1); /* will be grown as needed by the realloc */ + chunk.size = 0; /* no data at this point */ + + CURL *curl; + CURLcode res; + + struct data config; + config.trace_ascii = 1; /* enable ascii tracing for debug */ + + struct curl_slist *hdr = NULL; + if (custom_hdr != NULL) { + hdr = curl_slist_append(hdr, custom_hdr); + } + + curl = curl_easy_init(); + + if (curl) { + char user_agent[32]; + snprintf(user_agent, sizeof(user_agent), "butt %s", VERSION); + if (print_log || write_logfile) { + curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); + curl_easy_setopt(curl, CURLOPT_DEBUGDATA, &config); + curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); + } + + curl_easy_setopt(curl, CURLOPT_URL, url); + curl_easy_setopt(curl, CURLOPT_USERAGENT, user_agent); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 3L); + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L); + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L); + curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); + curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, callback_for_curl); + curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)&chunk); + + if (hdr != NULL) { + curl_easy_setopt(curl, CURLOPT_HTTPHEADER, hdr); + } + + /* Perform the request, res will get the return code */ + res = curl_easy_perform(curl); + if (res != CURLE_OK) { + printf("URL request failed: %s\n", curl_easy_strerror(res)); + write_log("url_get: URL get failed: "); + write_log(curl_easy_strerror(res)); + write_log("\n"); + chunk.size = 0; + } + else { + long response_code; + curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response_code); + + if (chunk.size > data_size) { + printf("%s\n", "buffer too small"); + write_log("url_get: buffer too small"); + chunk.size = 0; + } + else { + memcpy(answer, chunk.memory, chunk.size); + answer[chunk.size] = '\0'; + } + } + + curl_easy_cleanup(curl); + } + + free(chunk.memory); + + return chunk.size; +} + +// Same as url_get() with a few icecast/shoutcast specific changes +uint32_t url_get_listener_count(const char *url, char *data, uint32_t data_size) +{ + if (curl_initialized == 0) { + url_init_curl(); + } + + struct MemoryStruct chunk; + + chunk.memory = (char *)malloc(1); /* will be grown as needed by the realloc */ + chunk.size = 0; /* no data at this point */ + + CURL *curl; + CURLcode res; + + curl = curl_easy_init(); + if (curl) { + curl_easy_setopt(curl, CURLOPT_URL, url); + // User Agent has to be set to "Mozilla". Otherwise Shoutcast v1 responses with 404 + curl_easy_setopt(curl, CURLOPT_USERAGENT, "Mozilla"); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 2L); + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L); + curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L); + curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); + curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, callback_for_curl); + curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)&chunk); + + /* Perform the request, res will get the return code */ + res = curl_easy_perform(curl); + if (res != CURLE_OK) { + // printf("url_get_listener: URL request failed: %s\n", curl_easy_strerror(res)); + write_log("url_get_listener: failed with error: "); + write_log(curl_easy_strerror(res)); + write_log("\n"); + chunk.size = 0; + } + else if (chunk.size > 0) { + long response_code; + curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response_code); + + if (chunk.size > data_size) { + write_log("url_get_listener: buffer too small"); + chunk.size = 0; + } + else if (response_code != 200) { + // printf("url_get_listener: http response = %ld\n", response_code); + write_log("url_get_listener: http response != 200\n"); + chunk.size = 0; + } + else if (strstr(chunk.memory, "Invalid resource")) { // Shoutcast v1 response with http_code = 200 but "Invalid ressource" + // if a wrong url is requested + write_log("url_get_listener: Invalid resource\n"); + chunk.size = 0; + } + else { + memcpy(data, chunk.memory, chunk.size); + } + } + + curl_easy_cleanup(curl); + } + + free(chunk.memory); + + return chunk.size; +} + +void url_cleanup_curl(void) +{ + curl_global_cleanup(); +} diff --git a/src/url.h b/src/url.h new file mode 100644 index 0000000..4ba6fbb --- /dev/null +++ b/src/url.h @@ -0,0 +1,22 @@ +// +// url.h +// iziCast +// +// Created by Daniel Nöthen on 29.05.19. +// Copyright © 2019 Daniel Nöthen. All rights reserved. +// + +#ifndef URL_H +#define URL_H + +#include +#include + +void url_init_curl(void); +void url_cleanup_curl(void); +uint32_t url_get(const char *url, const char *custom_hdr, char *data, uint32_t data_size); +uint32_t url_get_listener_count(const char *url, char *data, uint32_t data_size); +uint32_t url_post(const char *url, char *post_data, char *answer, uint32_t max_answer_size); +uint32_t url_post_json(const char *url, char *post_data, char *answer, uint32_t max_answer_size); +uint32_t url_post_sdp(const char *url, const char *bearer_token, char *post_data, char *answer, uint32_t max_answer_size); +#endif /* URL_H */ diff --git a/src/util.cpp b/src/util.cpp new file mode 100644 index 0000000..c34e270 --- /dev/null +++ b/src/util.cpp @@ -0,0 +1,157 @@ +// utility functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include +#include +#include +#include +#include +#include + +#include "util.h" + +void set_max_thread_priority(void) +{ + int policy, max_prio; + pthread_attr_t attr; + struct sched_param param; + pthread_attr_init(&attr); + pthread_getschedparam(pthread_self(), &policy, ¶m); + policy = SCHED_RR; + max_prio = sched_get_priority_max(policy); + + // printf("max_prio: %d\n", max_prio); + + if (max_prio != -1) { + param.sched_priority = max_prio; + pthread_setschedparam(pthread_self(), policy, ¶m); + } + else { + printf("could not set priority\n"); + } +} + +char *util_base64_enc(char *data) +{ + int i, j; + int len; + int chunk; + char *b64_data; + static char b64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "abcdefghijklmnopqrstuvwxyz" + "0123456789+/"; + + len = strlen(data); + + b64_data = (char *)malloc(len * 4 / 3 + 4); + + j = 0; + for (i = 0; i < len; i += 3) { + chunk = (data[i] & 0xFC) >> 2; + b64_data[j] = b64[chunk]; + + chunk = ((data[i] & 0x03) << 4) | ((data[i + 1] & 0xF0) >> 4); + b64_data[j + 1] = b64[chunk]; + + if (i + 2 <= len) { + chunk = ((data[i + 1] & 0x0F) << 2) | ((data[i + 2] & 0xC0) >> 6); + b64_data[j + 2] = b64[chunk]; + } + else { + b64_data[j + 2] = '='; // padding + } + + if (i + 3 <= len) { + chunk = data[i + 2] & 0x3F; + b64_data[j + 3] = b64[chunk]; + } + else { + b64_data[j + 3] = '='; // padding + } + + j += 4; + } + + b64_data[j] = '\0'; + return b64_data; +} + +char *util_get_file_extension(char *filename) +{ + static char *ext; + // find the last occurence of '.' in the filename + ext = strrchr(filename, (int)'.'); + + // return NULL if no '.' was found or the '.' is the last char in the + // filename + if (ext == NULL || ext[1] == '\0') { + return NULL; + } + else { + return ++ext; + } +} + +float util_factor_to_db(float factor) +{ + return 20 * log10(factor); +} + +float util_db_to_factor(float dB) +{ + return pow(10, dB / 20); +} + +int util_mkpath(char *path) +{ + char *tmp; + char *p = NULL; + size_t len; + + tmp = strdup(path); + len = strlen(tmp); + + if (tmp[len - 1] == '/') { + tmp[len - 1] = 0; + } + + for (p = tmp + 1; *p != '\0'; p++) { +#ifdef WIN32 + // Executing fl_mkdir on a disk other than C:\ returns EACCESS instead of EEXIST + // Therefore we make sure fl_mkdir is not executed for C:\, D:\, etc. + if (*p == ':') { + p += 2; + } +#endif + if (*p == '/') { + *p = 0; + if (fl_mkdir(tmp, 0700) != 0 && errno != EEXIST) { + free(tmp); + return -1; + } + *p = '/'; + } + } + + if (fl_mkdir(tmp, 0777) != 0 && errno != EEXIST) { + free(tmp); + return -1; + } + + free(tmp); + return 0; +} diff --git a/src/util.h b/src/util.h new file mode 100644 index 0000000..a51b726 --- /dev/null +++ b/src/util.h @@ -0,0 +1,26 @@ +// string manipulation functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// +#ifndef UTIL_H +#define UTIL_H + +char *util_base64_enc(char *data); +char *util_get_file_extension(char *filename); +float util_factor_to_db(float factor); +float util_db_to_factor(float dB); +void set_max_thread_priority(void); +int util_mkpath(char *path); + +#endif diff --git a/src/vorbis_encode.cpp b/src/vorbis_encode.cpp new file mode 100644 index 0000000..7f084ce --- /dev/null +++ b/src/vorbis_encode.cpp @@ -0,0 +1,200 @@ +// vorbis encoding functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include +#include +#include + +#include "config.h" +#include "cfg.h" +#include "vorbis_encode.h" + +int vorbis_enc_init(vorbis_enc *vorbis) +{ + int ret; + int min_bitrate, nominal_bitrate, max_bitrate; + + vorbis_info_init(&(vorbis->vi)); + + vorbis->os.body_data = NULL; + vorbis->header_written = 0; + + // CBR + if (vorbis->bitrate_mode == 0) { + min_bitrate = vorbis->bitrate * 1000; + nominal_bitrate = vorbis->bitrate * 1000; + max_bitrate = vorbis->bitrate * 1000; + } + + // VBR + if (vorbis->bitrate_mode == 1) { + min_bitrate = vorbis->vbr_min_bitrate * 1000; + nominal_bitrate = vorbis->bitrate * 1000; + max_bitrate = vorbis->vbr_min_bitrate * 1000; + } + + // ABR + if (vorbis->bitrate_mode == 2) { + min_bitrate = -1; + nominal_bitrate = vorbis->bitrate * 1000; + max_bitrate = -1; + } + + // CBR or ABR + if (vorbis->bitrate_mode == 0 || vorbis->bitrate_mode == 2) { + ret = vorbis_encode_init(&(vorbis->vi), vorbis->channel, vorbis->samplerate, min_bitrate, nominal_bitrate, max_bitrate); + if (ret) { + return ret; + } + } // VBR + else { + ret = vorbis_encode_init_vbr(&(vorbis->vi), vorbis->channel, vorbis->samplerate, vorbis->vbr_quality); + + if (ret) { + return ret; + } + } + + /* + printf("vorbis - bitrate_mode: %d\n", vorbis->bitrate_mode); + printf("vorbis - quality: %0.2f\n", vorbis->vbr_quality); + printf("vorbis - min_bitrate: %d\n", min_bitrate); + printf("vorbis - nominal_bitrate: %d\n", nominal_bitrate); + printf("vorbis - max_bitrate: %d\n\n", max_bitrate); + */ + + // printf("Vorbis bitrate: %d\n", vorbis->bitrate); + + vorbis_comment_init(&(vorbis->vc)); + vorbis_comment_add_tag(&(vorbis->vc), "ENCODER", PACKAGE_STRING); + + vorbis_analysis_init(&(vorbis->vd), &(vorbis->vi)); + vorbis_block_init(&(vorbis->vd), &(vorbis->vb)); + + return 0; +} + +// This function needs to be called before +// every connection +void vorbis_enc_write_header(vorbis_enc *vorbis) +{ + ogg_packet header; + ogg_packet header_comm; + ogg_packet header_code; + + ogg_stream_init(&(vorbis->os), rand()); + + vorbis_analysis_headerout(&(vorbis->vd), &(vorbis->vc), &header, &header_comm, &header_code); + + ogg_stream_packetin(&(vorbis->os), &header); + ogg_stream_packetin(&(vorbis->os), &header_comm); + ogg_stream_packetin(&(vorbis->os), &header_code); +} + +int vorbis_enc_reinit(vorbis_enc *vorbis) +{ + if (vorbis != NULL) { + vorbis_enc_close(vorbis); + return vorbis_enc_init(vorbis); + } + return 1; +} + +int vorbis_enc_encode(vorbis_enc *vorbis, float *pcm_buf, char *enc_buf, int size) +{ + int i, result; + int flush; + int eos = 0; + int w = 0; + float **vorbis_buf; + + flush = !size; + + if (vorbis->header_written == 0) { + while (ogg_stream_flush(&(vorbis->os), &(vorbis->og)) != 0) { + memcpy(enc_buf + w, vorbis->og.header, (size_t)vorbis->og.header_len); + w += vorbis->og.header_len; + memcpy(enc_buf + w, vorbis->og.body, (size_t)vorbis->og.body_len); + w += vorbis->og.body_len; + } + vorbis->header_written = 1; + } + + if (flush == 1) { + vorbis_analysis_wrote(&(vorbis->vd), 0); + } + else { + vorbis_buf = vorbis_analysis_buffer(&(vorbis->vd), size); + + // deinterlace audio data + // stereo + if (vorbis->channel == 2) { + for (i = 0; i < size; i++) { + vorbis_buf[0][i] = pcm_buf[i * 2]; + vorbis_buf[1][i] = pcm_buf[i * 2 + 1]; + } + } // mono + else { + for (i = 0; i < size; i++) { + vorbis_buf[0][i] = pcm_buf[i]; + } + } + + vorbis_analysis_wrote(&(vorbis->vd), size); + } + + while (vorbis_analysis_blockout(&(vorbis->vd), &(vorbis->vb)) == 1) { + vorbis_analysis(&(vorbis->vb), NULL); + vorbis_bitrate_addblock(&(vorbis->vb)); + + while (vorbis_bitrate_flushpacket(&(vorbis->vd), &(vorbis->op))) { + /* weld the packet into the bitstream */ + ogg_stream_packetin(&(vorbis->os), &(vorbis->op)); + + /* write out pages (if any) */ + while (!eos) { + result = ogg_stream_pageout(&(vorbis->os), &(vorbis->og)); + if (result == 0) { + break; + } + + memcpy(enc_buf + w, vorbis->og.header, vorbis->og.header_len); + w += vorbis->og.header_len; + memcpy(enc_buf + w, vorbis->og.body, vorbis->og.body_len); + w += vorbis->og.body_len; + eos = ogg_page_eos(&(vorbis->og)); + } + } + } + + return w; +} + +int vorbis_enc_get_samplerate(vorbis_enc *vorbis) +{ + return vorbis->vi.rate; +} + +void vorbis_enc_close(vorbis_enc *vorbis) +{ + if (vorbis->os.body_data != NULL) { + ogg_stream_clear(&(vorbis->os)); + } + + vorbis_block_clear(&(vorbis->vb)); + vorbis_dsp_clear(&(vorbis->vd)); + vorbis_comment_clear(&(vorbis->vc)); + vorbis_info_clear(&(vorbis->vi)); +} diff --git a/src/vorbis_encode.h b/src/vorbis_encode.h new file mode 100644 index 0000000..0edb5b5 --- /dev/null +++ b/src/vorbis_encode.h @@ -0,0 +1,61 @@ +// vorbis encoding functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef VORBIS_ENCODE_H +#define VORBIS_ENCODE_H + +#include + +struct vorbis_enc { + ogg_stream_state os; /* take physical pages, weld into a logical stream of packets */ + ogg_page og; /* one Ogg bitstream page. Vorbis packets are inside */ + ogg_packet op; /* one raw packet of data for decode */ + vorbis_info vi; + vorbis_comment vc; /* struct that stores all the user comments */ + vorbis_block vb; + vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */ + + int header_written; + + int bitrate; + int samplerate; + int channel; + int state; + + int bitrate_mode; + float vbr_quality; + int vbr_min_bitrate; + int vbr_max_bitrate; +}; + +enum { + VORBIS_READY = 0, + VORBIS_BUSY = 1, +}; + +extern vorbis_info vorbis_vi; +extern char *vorbis_buf; + +int vorbis_enc_init(vorbis_enc *vorbis); +int vorbis_enc_encode(vorbis_enc *vorbis, float *pcm_buf, char *enc_buf, int size); + +int vorbis_enc_reinit(vorbis_enc *vorbis); + +void vorbis_enc_write_header(vorbis_enc *vorbis); +void vorbis_enc_close(vorbis_enc *vorbis); + +int vorbis_enc_get_samplerate(vorbis_enc *vorbis); + +#endif diff --git a/src/vu_meter.cpp b/src/vu_meter.cpp new file mode 100644 index 0000000..5e21714 --- /dev/null +++ b/src/vu_meter.cpp @@ -0,0 +1,68 @@ +// vu-meter functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// +#include +#include "flgui.h" + +#include "vu_meter.h" + +void vu_left_peak_timer(void *); +void vu_right_peak_timer(void *); + +float left_peak_dB; +float right_peak_dB; + +void vu_init(void) +{ + left_peak_dB = -90; + right_peak_dB = -90; +} +void vu_meter(float left, float right, float l_peak, float r_peak) +{ + float left_dB; + float right_dB; + float l_peak_dB; + float r_peak_dB; + + left_dB = left > 0 ? 20 * log10(left) : -90; + right_dB = right > 0 ? 20 * log10(right) : -90; + + l_peak_dB = l_peak > 0 ? 20 * log10(l_peak) : -90; + r_peak_dB = r_peak > 0 ? 20 * log10(r_peak) : -90; + + if (l_peak_dB > left_peak_dB) { + left_peak_dB = l_peak_dB; + Fl::remove_timeout(&vu_left_peak_timer); + Fl::add_timeout(1.5 /*second*/, &vu_left_peak_timer); + } + + if (r_peak_dB > right_peak_dB) { + right_peak_dB = r_peak_dB; + Fl::remove_timeout(&vu_right_peak_timer); + Fl::add_timeout(1.5 /*second*/, &vu_right_peak_timer); + } + + fl_g->vumeter->value(left_dB, right_dB, left_peak_dB, right_peak_dB); +} + +void vu_left_peak_timer(void *) +{ + left_peak_dB = -90; +} + +void vu_right_peak_timer(void *) +{ + right_peak_dB = -90; +} diff --git a/src/vu_meter.h b/src/vu_meter.h new file mode 100644 index 0000000..de9e768 --- /dev/null +++ b/src/vu_meter.h @@ -0,0 +1,38 @@ +// vu-meter functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef VU_METER +#define VU_METER + +#include + +enum LED_state { + OFF = 0, + ON = 1, +}; + +struct vu_led_t { + float thld; + + struct { + Fl_Widget *widget; + int is_peak; + } left, right; +}; + +void vu_init(void); +void vu_meter(float left, float right, float l_peak, float r_peak); + +#endif diff --git a/src/wav_header.cpp b/src/wav_header.cpp new file mode 100644 index 0000000..17c87e6 --- /dev/null +++ b/src/wav_header.cpp @@ -0,0 +1,60 @@ +// wav functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#define _FILE_OFFSET_BITS 64 + +#include +#include + +#include "wav_header.h" + +int wav_write_header(FILE *fd, short ch, int srate, short bps) +{ + off_t file_size; + uint32_t wav_size; + wav_hdr_t hdr; + + file_size = ftello(fd); + if (file_size == -1) { + return -1; + } + + wav_size = file_size > UINT32_MAX ? UINT32_MAX : (uint32_t)file_size; + + memcpy(&hdr.wav.riff_id, "RIFF", 4); + hdr.wav.riff_size = wav_size >= WAV_HDR_SIZE ? (uint32_t)(wav_size - 8) : 0; + memcpy(&hdr.wav.riff_format, "WAVE", 4); + memcpy(hdr.wav.fmt_id, "fmt ", 4); + + hdr.wav.fmt_size = 16; + hdr.wav.fmt_format = 1; + hdr.wav.fmt_channel = ch; + hdr.wav.fmt_samplerate = srate; + hdr.wav.fmt_byte_rate = srate * bps * ch / 8; + hdr.wav.fmt_block_align = bps * ch / 8; + hdr.wav.fmt_bps = bps; + + memcpy(&hdr.wav.data_id, "data", 4); + hdr.wav.data_size = wav_size >= WAV_HDR_SIZE ? (uint32_t)(wav_size - WAV_HDR_SIZE) : 0; + + // write header to the beginning of the file + rewind(fd); + fwrite(&hdr.data, 1, sizeof(wav_hdr_t), fd); + + // set the fd back to the fileend + fseeko(fd, 0, SEEK_END); + + return 0; +} diff --git a/src/wav_header.h b/src/wav_header.h new file mode 100644 index 0000000..ef83dcb --- /dev/null +++ b/src/wav_header.h @@ -0,0 +1,48 @@ +// wav header functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef WAV_HEADER_H +#define WAV_HEADER_H + +#include +#include + +#define WAV_HDR_SIZE 44 + +typedef union { + char data[WAV_HDR_SIZE]; + + struct wav_header { + char riff_id[4]; //"RIFF" + uint32_t riff_size; // file_length - 8 + char riff_format[4]; //"WAVE" + + char fmt_id[4]; //"FMT "(the space is essential + uint32_t fmt_size; // fmt data size (16 bits) + uint16_t fmt_format; // format (PCM = 1) + uint16_t fmt_channel; // 1 = mono; 2 = stereo + uint32_t fmt_samplerate; //... + uint32_t fmt_byte_rate; // samplerate * block_align + uint16_t fmt_block_align; // channels * bits_per_sample / 8 + uint16_t fmt_bps; // bits per sample = 16 + + char data_id[4]; //"data" + uint32_t data_size; // file_length - 44 + } wav; +} wav_hdr_t; + +int wav_write_header(FILE *fd, short ch, int srate, short bps); + +#endif diff --git a/src/webrtc.cpp b/src/webrtc.cpp new file mode 100644 index 0000000..6735bd5 --- /dev/null +++ b/src/webrtc.cpp @@ -0,0 +1,392 @@ +// webrtc functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#include + +#ifdef HAVE_LIBDATACHANNEL + +#include +#include "butt.h" +#include "cfg.h" +#include "timer.h" +#include "webrtc.h" +#include "gettext.h" +#include "fl_funcs.h" +#include "url.h" +#include "atom.h" + +ATOM_NEW_COND(gathering_cond); +ATOM_NEW_COND(track_cond); + +unsigned char _payloadType = 111; +unsigned int _ssrc = 1; +char _name[] = "audio-stream"; +char _msid[] = "stream1"; + +bool _logger_prepared = false; +void _prepare_logger(void); +void _logWindow(rtcLogLevel level, const char *message); +void _logFile(rtcLogLevel level, const char *message); + +int peer, track, packetiser; +float last_sample_time, last_report_time; + +void _on_state_change(int pc, rtcState state, void *ptr); +void _on_gathering_state_change(int pc, rtcGatheringState state, void *ptr); + +void _on_track_open(int id, void *ptr); +void _on_track_closed(int id, void *ptr); +void _on_track_error(int id, const char *error, void *ptr); +void _on_track_message(int id, const char *message, int size, void *ptr); + +int _negotiate(void); + +// TODO: handle trickled ICE candidates - rtcAddRemoteCandidate(...) + +int webrtc_connect(void) +{ + atom_cond_init(&gathering_cond); + atom_cond_init(&track_cond); + + // Make the libdatachannel logger print to the BUTT console + _prepare_logger(); + + // Create the peer connection + const char *iceServer = cfg.srv[cfg.selected_srv]->webrtc_ice; + + rtcConfiguration peer_config = {}; + + if (iceServer != NULL && strlen(iceServer) > 0) { + peer_config.iceServers = &iceServer; + peer_config.iceServersCount = 1; + peer_config.disableAutoNegotiation = true; + } + + peer = rtcCreatePeerConnection(&peer_config); + if (peer < 0) { + return WEBRTC_ABORT; + } + + rtcSetStateChangeCallback(peer, _on_state_change); + rtcSetGatheringStateChangeCallback(peer, _on_gathering_state_change); + + // Work out a good profile + // (mainly stereo or mono) + int is_stereo = (cfg.audio.channel == 2 ? 1 : 0); + + char profile[256]; + snprintf(profile, sizeof(profile), "minptime=10;stereo=%d;sprop-stereo=%d;useinbandfec=1", is_stereo, is_stereo); + + // Add an audio track + rtcTrackInit track_config = {}; + track_config.direction = RTC_DIRECTION_SENDONLY; + track_config.codec = RTC_CODEC_OPUS; + track_config.payloadType = _payloadType; + track_config.ssrc = _ssrc; + track_config.name = _name; + track_config.msid = _msid; + track_config.trackId = _name; + track_config.profile = profile; + + track = rtcAddTrackEx(peer, &track_config); + if (track < 0) { + return WEBRTC_ABORT; + } + + rtcSetOpenCallback(track, _on_track_open); + rtcSetClosedCallback(track, _on_track_closed); + rtcSetErrorCallback(track, _on_track_error); + rtcSetMessageCallback(track, _on_track_message); + + // Configure the packetiser chain + unsigned int sample_rate = opus_enc_get_samplerate(&opus_stream); + if (sample_rate != 48000) { + return WEBRTC_ABORT; // WebRTC using Opus must be 48k + } + + rtcPacketizerInit packetiser_config = {}; + packetiser_config.ssrc = _ssrc; + packetiser_config.cname = _name; + packetiser_config.payloadType = _payloadType; + packetiser_config.clockRate = sample_rate; + + packetiser = rtcSetOpusPacketizer(track, &packetiser_config); + if (packetiser < 0) { + return WEBRTC_ABORT; + } + + if (rtcChainRtcpSrReporter(track) < 0) { + return WEBRTC_ABORT; + } + + if (rtcChainRtcpNackResponder(track, 512 /* default nack size */) < 0) { + return WEBRTC_ABORT; + } + // Create the offer and wait to complete ICE gathering before negotiating + rtcSetLocalDescription(peer, "offer"); + atom_cond_wait(&gathering_cond); + + // Negotiate with the WHIP endpoint + int negotiation_ret = _negotiate(); + if (negotiation_ret > 0) { + return negotiation_ret; + } + + // Wait for the negotiation to complete and the track to open + atom_cond_wait(&track_cond); + + connected = 1; + + timer_init(&stream_timer, 1); // starts the "online" timer + timer_start(&stream_timer); + last_sample_time = last_report_time = timer_get_elapsed_time(&stream_timer); + + return WEBRTC_OK; +} + +int webrtc_send(char *buf, int buf_len) +{ + // Bail if the track isn't open + if (!rtcIsOpen(track)) { + print_info("WebRTC tried to send packets on closed track", 1); + return buf_len; + } + + // Increment the RTP timestamp + unsigned int track_timestamp; + rtcGetCurrentTrackTimestamp(track, &track_timestamp); + + unsigned int current_timestamp = track_timestamp + OPUS_FRAME_SIZE; + rtcSetTrackRtpTimestamp(track, current_timestamp); + + // Work out if we need to to send another RTCP sender report + unsigned int reported_timestamp; + rtcGetLastTrackSenderReportTimestamp(track, &reported_timestamp); + + unsigned int time_since_report = current_timestamp - reported_timestamp; + + double seconds_since_report; + rtcTransformTimestampToSeconds(track, time_since_report, &seconds_since_report); + + if (seconds_since_report > 1) { + rtcSetNeedsToSendRtcpSr(track); + } + + // Send the audio data + // NOTE: Shoutcast/Icecast need the Opus data wrapped in a container, and + // opus_enc_encode() does it with Ogg but WebRTC and RTP in general require + // the raw unwrapped Opus, so we'll grab that directly from opus_stream + // which gets set by opus_enc_encode() separately to the Ogg wrapping. + buf = (char *)opus_stream.buffer; + buf_len = opus_stream.buffer_len; + if (rtcSendMessage(track, buf, buf_len) < 0) { + return -1; + } + + return buf_len; +} + +int webrtc_update_song(char *song_name) +{ + // not supported + return WEBRTC_OK; +} + +int webrtc_get_listener_count(void) +{ + // not supported + return -1; +} + +void webrtc_disconnect(void) +{ + if (track > 0) { + rtcDeleteTrack(track); + } + if (peer > 0) { + rtcDeletePeerConnection(peer); + } +} + +void _prepare_logger(void) +{ + if (_logger_prepared) { + return; + } + else { + _logger_prepared = true; + } + + rtcInitLogger(RTC_LOG_NONE, _logFile); + rtcInitLogger(RTC_LOG_FATAL, _logWindow); + rtcInitLogger(RTC_LOG_ERROR, _logWindow); + rtcInitLogger(RTC_LOG_WARNING, _logFile); + // rtcInitLogger(RTC_LOG_INFO, _logFile); + // rtcInitLogger(RTC_LOG_DEBUG, _logFile); + // rtcInitLogger(RTC_LOG_VERBOSE, _logFile); +} + +void _logWindow(rtcLogLevel level, const char *message) +{ + print_info(message, level); +} + +void _logFile(rtcLogLevel level, const char *message) +{ + write_log(message); +} + +void _on_state_change(int pc, rtcState state, void *ptr) +{ + char log[256]; + + const char *state_str; + switch (state) { + case RTC_NEW: + state_str = "RTC_NEW"; + break; + case RTC_CONNECTING: + state_str = "RTC_CONNECTING"; + break; + case RTC_CONNECTED: + state_str = "RTC_CONNECTED"; + break; + case RTC_DISCONNECTED: + state_str = "RTC_DISCONNECTED"; + break; + case RTC_FAILED: + state_str = "RTC_FAILED"; + break; + case RTC_CLOSED: + state_str = "RTC_CLOSED"; + break; + default: + state_str = "??"; + break; + } + + // snprintf(log, sizeof(log), "WebRTC state change: %i %s", state, state_str); + // print_info(log, 1); + + if (state == RTC_DISCONNECTED || state == RTC_FAILED || state == RTC_CLOSED) { + connected = 0; + } +} + +void _on_gathering_state_change(int pc, rtcGatheringState state, void *ptr) +{ + char log[256]; + + const char *state_str; + switch (state) { + case RTC_GATHERING_NEW: + state_str = "RTC_GATHERING_NEW"; + break; + case RTC_GATHERING_INPROGRESS: + state_str = "RTC_GATHERING_INPROGRESS"; + break; + case RTC_GATHERING_COMPLETE: + state_str = "RTC_GATHERING_COMPLETE"; + break; + default: + state_str = "??"; + break; + } + + // snprintf(log, sizeof(log), "WebRTC gathering state change: %i %s", state, state_str); + // print_info(log, 1); + + if (state == RTC_GATHERING_COMPLETE) { + // Signal to webrtc_init() that the network's ready + atom_cond_signal(&gathering_cond); + atom_cond_destroy(&gathering_cond); + } +} + +void _on_track_open(int id, void *ptr) +{ + write_log("WebRTC track open"); + + atom_cond_signal(&track_cond); + atom_cond_destroy(&track_cond); +} + +void _on_track_closed(int id, void *ptr) +{ + write_log("WebRTC track closed"); +} + +void _on_track_error(int id, const char *error, void *ptr) +{ + char log[256]; + + snprintf(log, sizeof(log), "WebRTC track error: %s", error); + print_info(log, 1); +} + +void _on_track_message(int id, const char *message, int size, void *ptr) +{ + // char log[256]; + + // snprintf(log, sizeof(log), "WebRTC track message (%i): %s", size, message); + // print_info(log, 1); +} + +int _negotiate(void) +{ + // Get our local SDP out of the peer + char local_sdp[4096]; + if (rtcGetLocalDescription(peer, local_sdp, sizeof(local_sdp)) < 0) { + return WEBRTC_ABORT; + } + + // print_info("Local SDP offer:", 1); + // print_info(local_sdp, 1); + + // Send it to the WHIP endpoint and get their answer + char remote_sdp[4096] = {0}; + if (true) { + // Fetch the remote SDP answer from the WHIP endpoint + if (url_post_sdp(cfg.srv[cfg.selected_srv]->webrtc_whip, cfg.srv[cfg.selected_srv]->webrtc_auth, local_sdp, remote_sdp, sizeof(remote_sdp)) < 1) { + return WEBRTC_ABORT; + } + } + else { + // Ask the user to paste the remote SDP answer into console (useful for debug) + char remote_sdp_input[4096] = {0}; + while (true) { + if (fgets(remote_sdp_input, 4096, stdin) != NULL) { + int input_len = strlen(remote_sdp_input); + if (input_len > 1) { + strcat(remote_sdp, remote_sdp_input); + } + else { + break; + } + } + } + } + + // print_info("Remote SDP answer:", 1); + // print_info(remote_sdp, 1); + + // Plug the remote SDP into the peer + if (rtcSetRemoteDescription(peer, remote_sdp, "answer") < 0) { + return WEBRTC_ABORT; + } + + return WEBRTC_OK; +} +#endif diff --git a/src/webrtc.h b/src/webrtc.h new file mode 100644 index 0000000..ac340dd --- /dev/null +++ b/src/webrtc.h @@ -0,0 +1,32 @@ +// webrtc functions for butt +// +// Copyright 2007-2018 by Daniel Noethen. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2, or (at your option) +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// + +#ifndef WEBRTC_H +#define WEBRTC_H + +enum { + WEBRTC_OK = 0, + WEBRTC_RETRY = 1, + WEBRTC_ABORT = 2, + WEBRTC_ASK = 3, +}; + +int webrtc_update_song(char *song_name); +int webrtc_connect(void); +int webrtc_send(char *buf, int buf_len); +void webrtc_disconnect(void); +int webrtc_get_listener_count(void); + +#endif diff --git a/src/xpm/VU_text.png b/src/xpm/VU_text.png new file mode 100644 index 0000000000000000000000000000000000000000..720af9487e8bb0d06331b49eb953bd928bcda687 GIT binary patch literal 6358 zcmeI0&5KQ89LMi?ow?>pMAIZL8-zbVNTxg8xydBWf~YGBLnD@y1shq|D0WkplJ1Ty zEXa6Q!c196m(*Cu!pn#fpYOf*sdFFCd3nw(Y|gJf&&&D!zQ6OlopbKY`5lAhLcTYj z%jF7{fznRuQOI}Bp{(`qU7ySKj8;lphjw*!TA|%y!5nBb#!I&$j@x|2_2vDx2ae-0}S0ZzhI2(x!M24F611ND9M zw}{uhxK%e{L@B|W@8Gt)9GL?f-1ZRU;Pl8*H8kPuU;B^ zE_P1EL|Jf6Ogk#x_N5uKokM+d?_h1>bS;h9`;#VzG@qfnC7wsEvl44FS`qrJ8uVS> z1D&8hD)jo)58}h1&)y-p2VtfISpf||gVNLBqd!9YWjF@vFykWt&K%Fag&Sq4yGMFowBHfsya=XUhx)zl~ zKG*)lX~O)=aNGg?S3|$)Rzqgl3S=vgtw6Q{xl0?yPgiT_K4>W_{ez`i-@dbd0nN+h AO8@`> literal 0 HcmV?d00001 diff --git a/src/xpm/conn.xpm b/src/xpm/conn.xpm new file mode 100644 index 0000000..a8cb215 --- /dev/null +++ b/src/xpm/conn.xpm @@ -0,0 +1,77 @@ +/* XPM */ +static const char *conn_xpm[] = { +/* columns rows colors chars-per-pixel */ +"20 20 51 1 ", +" c None", +". c #099600", +"X c #099900", +"o c #099C00", +"O c #099D00", +"+ c #0A9F00", +"@ c #0AA000", +"# c #0AA200", +"$ c #0AA300", +"% c #0AA500", +"& c #0BA600", +"* c #0BA700", +"= c #0BA800", +"- c #0BA900", +"; c #0BAA00", +": c #0BAC00", +"> c #0BAD00", +", c #0CAE00", +"< c #0CB200", +"1 c #0CB300", +"2 c #0DB500", +"3 c #0DB701", +"4 c #0EB801", +"5 c #0EB901", +"6 c #0FBC01", +"7 c #0FBE01", +"8 c #0FBE02", +"9 c #10C102", +"0 c #11C302", +"q c #12C703", +"w c #13C803", +"e c #13CA04", +"r c #15CE04", +"t c #16D205", +"y c #17D406", +"u c #18D406", +"i c #18D606", +"p c #19D706", +"a c #1ADA07", +"s c #1DDF09", +"d c #20E40A", +"f c #23E80C", +"g c #25EB0E", +"h c #27EC0F", +"j c #27ED0F", +"k c #2BF011", +"l c #2CF212", +"z c #33F717", +"x c #35F918", +"c c #36F918", +"v c #36F919", +/* pixels */ +" ", +" ", +" f ", +" sf ", +" isl ", +" eydz ", +" qeyfc ", +" qqqilc ", +" 444qyfc ", +" 42244eia ", +" 222222442 ", +" :::::::: ", +" ::::::: ", +" ###### ", +" ##### ", +" +#++ ", +" +++ ", +" ++ ", +" . ", +" " +}; diff --git a/src/xpm/conn_dark.xpm b/src/xpm/conn_dark.xpm new file mode 100644 index 0000000..d6e5f86 --- /dev/null +++ b/src/xpm/conn_dark.xpm @@ -0,0 +1,61 @@ +/* XPM */ +static const char * conn_dark_xpm[] = { +"20 20 38 1", +" c None", +". c #7B7C63", +"+ c #7A7B61", +"@ c #7B7C64", +"# c #797B60", +"$ c #7A7B63", +"% c #7B7C67", +"& c #797A5F", +"* c #797B61", +"= c #7A7B65", +"- c #7C7D6A", +"; c #787A5F", +"> c #797A60", +", c #797B62", +"' c #7D7D6E", +") c #78795E", +"! c #78795F", +"~ c #787A60", +"{ c #797B63", +"] c #7B7C69", +"^ c #7D7D70", +"/ c #787960", +"( c #797A64", +"_ c #7C7D6E", +": c #77785D", +"< c #77785E", +"[ c #77795E", +"} c #797A63", +"| c #7A7B66", +"1 c #7A7B67", +"2 c #77785F", +"3 c #777860", +"4 c #777960", +"5 c #76785D", +"6 c #76775C", +"7 c #76775D", +"8 c #75765C", +"9 c #75765B", +" ", +" ", +" . ", +" +@ ", +" #$% ", +" &*=- ", +" ;>,%' ", +" )!~{]^ ", +" ))!/(]_ ", +" :<<[/}|1 ", +" ::::<2343 ", +" 55555555 ", +" 6666667 ", +" 666666 ", +" 66666 ", +" 8888 ", +" 999 ", +" 99 ", +" 9 ", +" "}; diff --git a/src/xpm/folder.png b/src/xpm/folder.png new file mode 100644 index 0000000000000000000000000000000000000000..eb87a58e80047212c5ff87d3cd27826696065c6a GIT binary patch literal 611 zcmV-p0-XJcP)K6hRP%zwYVTarbUdVFOv?g-ebN3@E^t}?jZb696}ch&3)hU%%V`D^~_zY7lS50*^_dc7Xr`~Op| z-ERMG+bn}=R25@>emfWpR!5`JP*t6XpsEVI1HJ;Lo(r(Qjn4H~S(dG->O)n1qpEu; zTmjdBO<-qX2Fb7Fd43t_d+*-@FQ)QN0(XE9fSuaQfo5{efthKfe z*rF(!`h5gA+VB`)YZe2Sd`CpKt+hMOIa8LU6h(0(gfNUTPMBtmGR!icW!XkmRS!}q zI_D&Wa39!pwN{CUL=h3-Tv?XKfV;++A|2$f{WXRdBQeIxTH6v42aH1q&y6vvss{`v zN|+#>2X2}Dta29pdSMYMff6_ayj0aM_1sNhnAW#}(}~qG+JBO~Wl9kiSOfaN`vk5F zf?oli);e-fzyJcA0zLxY()+w-ffZmKc$Ea9bro4)54Z_j1+do6g{-P3`E_6y_}r9t zq0{MXr2|@aU_J&`8}C7@)#_ALwE^67&K+0PI6ZS_si@oSejks=7rpndQ)?SX#R=eg xx|xfb1wJ|F9)%Ee31KWe*Zwi8F&x@o*$>2oxW1?6bPxal002ovPDHLkV1iH?1*QN1 literal 0 HcmV?d00001 diff --git a/src/xpm/green_dark.png b/src/xpm/green_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..772c80f78b10b1fa7ee075633d90f511b074a7b9 GIT binary patch literal 634 zcmXw0J8KkC7(Mqfvw5&&AqblwxP^)X3+=2-Yp~Ns zloTdqen2W)HBC0@Qn{jLy)*aWcV=%yw`Of3JuWqh(>r?Yn0P4Nv&YG;#tchIS zA3i<3D2v)y>n>vZ%h?n8$?sq9c5oT@(7wI?{Hp9s_LuK$NXslsVe4&EHfv9MD@(O+ z_RQ>+OCQz2j<6KH&b3?3IrT#|q7q2;v~INeN~^n4ZKXgTrzxhdF{bx}oxvtS6}Yw1 zdSk49U~&VU8At<=5<(dfih$_j*5T*Fhl-3Q)35DhhD^#%NQ2Q3R(R)8jy(LRWYc3y zX)+R6tLMn4b7-p(L#%*GIVAaxA@vDvQ<{tf=JgtErV)G+I}Wi7m4bKSoMjk#q%;`` zG`SUEKyYJAJg+cJ%`o&xX);DHK(3UReL1cIYmSGh|A#65IJjR0ir)_9sRWadv?5JM zmUEP(3rx*0JfI~q5?Dxs_?3`p(+m%W`;7~YdBn6($@;O1|2rNTS0Uh>pBdiF@cVFg r=KRc08Bbd*HLA-HR$qi8xsVqG64x9J_T2HiNBr(Bt#-B-*I)hvPFw-V literal 0 HcmV?d00001 diff --git a/src/xpm/green_light.png b/src/xpm/green_light.png new file mode 100644 index 0000000000000000000000000000000000000000..73793213340e111d043a1ba2148dca7362a124ac GIT binary patch literal 634 zcmYjOJ!n)x5dL;|-oDG7XFPHymxp$8q6jHcS|wa^Im8fxAXX-V5DP(wU}a+$tn7ja zK|4WGo66EoNFf-lY);InNyLk}w?E^&tK>0ncV@r+zHeqXmKNL9a#jXV?JTsGWvvuZ zvhsiZ=224?wZ7b*#rB7D-zBkkuC-gZjN7<$bLH_>sf;{WxV0`<#)?pQ{-Pnp^kL`v zT>6R5*3Fey7nBi}ywjSw(U?>R>P%DuL3V#KGi9@x)F`9VG-WD=bfP^NyWwx>vg5VA zdtbV0;_i4x6?$juNi%Jvu;UiVC_z~b9z?h!5BJM`4*f7gN~ujfqMKApU?(g}=S#3- z34|HpI6(JuAaXMf;ua}VnJH;d)j-&hHZ0P*h1MGWB!DBs{|-<;-8_ML3Zz6oz z42&UYC~(TqsqExjQV>TF0)r)@mv9pD6{o?=PJG8af^!zIi#`k@g+BrQ&>{bkix@*0 zCGvilJE{A=2gRIs1vo7oV^EgKGT;u}5L^)CJt5f7;SLM%N$d*4^w5`x`+fjbisz6a zhy{NXiqRD+J0w2W&<_^{*Az=b>7pqpX;A#jqaYr~J@#>R_=2^iS|-d}+N$~gyGIaL gfp^5(>i)~#w~wv&Prvq`y%l0~<`!Gqvnx;j0m>QX=>Px# literal 0 HcmV?d00001 diff --git a/src/xpm/live365_badge.png b/src/xpm/live365_badge.png new file mode 100644 index 0000000000000000000000000000000000000000..88fd7b0aa50dc2c80b7b055f0a6cb081f4578684 GIT binary patch literal 14770 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 b>e+$tCN1)dR=M!se^tszDo9j|83p|>tRdk( literal 0 HcmV?d00001 diff --git a/src/xpm/orange_dark.png b/src/xpm/orange_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..74852a139c6b45ff50f9e0ebea8bd9ca8852a980 GIT binary patch literal 634 zcmXAm&r4KM6vxkf_rCXLMrRC%A&b_A5~eG$C`iV}ha@3Ev`X8!6~=HOinvM=*BOE9 zAp8SrQM*>9xTwTGAX`N<=#1~jy?wvW2j|^)@B5tZ`JQvP9?v$)rRyaTDM!=wIjlX5 zLV)-C4=aOMRCBH|Df{1V{J|!8G1I8ausoNcr}JxfaZ+5Ge%3@vm7(PAy8#@A%h98$ z@RzAoYZE_49)5&M9MvB@8MvnYsw-9j$)EMxy^F?E3r4FUC92}YwK6L|Gwb#?4%@qg za(H93yd4bv9E*hzn3|i6RYfn<^0A|uU zPo>>Sr5oEt!_rhFSgrWd*W*iI0A~(hA_}!(MUu=l4L!0n6$$oN0x4oo3!WzuCsxk7 znLu>Vuo-$}X(|#dgjzhUB!mqgXAndpf?cy2dSq!TG7=~z>E#)1I539e!O!u_W|F)# z6$!Grb9`SQ5edhD-5$m>-qLB_3_Y?ms}THmmgeKben)>fjlbQ$8uTLR4uLLULL3)^ z%|ZF~+Clr3=FNOQjX&M11;69W-NcV-C+1~job53zt`a17t8sEP7VUoJcQiFy-=Cb{ F{10a=`uG3< literal 0 HcmV?d00001 diff --git a/src/xpm/orange_light.png b/src/xpm/orange_light.png new file mode 100644 index 0000000000000000000000000000000000000000..bc6dfeed05f3fe029f2d0ac4770ce548267d9aaf GIT binary patch literal 634 zcmXX?OGq106g@9_W|B$9G58@4t|zomTv%|?l_45KsT3)cLZRA4aa9Ty+_W2U)2_P^ zDY$VXsC!o~-4&!8?W(JkVr$Zj&2*BPc|Esv;LLgNo^$Vg_r80$)NpLi2H-Ro>&xV# zAfMxZ|6s!>srBVX4M(4*zVniMe!o%2Z9K!R$188|F;aN7_+*_aqXLDUj}->3*Ubm> z*0~-ZoxSVcc~fPTezQLJs4}VAY9v*(;PZ=&=i1nwD8tJQV_MltW5~pm&Jdx60oK&Z zw53j;X1sCZ-hWBb zI^^Ywp&tgFj)4wBv@W}t$#bAdW004jY?@eHTE~Gwn}sd|9P=4i`x%%jEBYbDazL+a zN1n_*cSEi@G#C9CtCEksTE??9c4=BDaU&MHh&fIS1}Toy6sxs^^qYIQ^`ZJc`&Dw9 L^Go%k+REl%OJbrR literal 0 HcmV?d00001 diff --git a/src/xpm/radio_co_badge.png b/src/xpm/radio_co_badge.png new file mode 100644 index 0000000000000000000000000000000000000000..e34d0294dda619d6327c8e8a5862fc5c6926a52f GIT binary patch literal 6438 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 NSzcYPTE;y1{{ceN%I^RG literal 0 HcmV?d00001 diff --git a/src/xpm/rec.xpm b/src/xpm/rec.xpm new file mode 100644 index 0000000..62a7cad --- /dev/null +++ b/src/xpm/rec.xpm @@ -0,0 +1,106 @@ +/* XPM */ +static const char * rec_xpm[] = { +"16 16 87 1", +" c None", +". c #AD1313", +"+ c #B21717", +"@ c #B81C1C", +"# c #C22525", +"$ c #D03131", +"% c #E14141", +"& c #AA1212", +"* c #AE1414", +"= c #B31818", +"- c #BC2020", +"; c #C82B2B", +"> c #DA3C3C", +", c #F05151", +"' c #FF6868", +") c #A71111", +"! c #AE1515", +"~ c #B41A1A", +"{ c #BE2323", +"] c #CE3131", +"^ c #E44646", +"/ c #FF6060", +"( c #FF7B7B", +"_ c #FF9393", +": c #A51010", +"< c #B51B1B", +"[ c #C02525", +"} c #D23636", +"| c #EB4D4D", +"1 c #FF6A6A", +"2 c #FF8888", +"3 c #FFA1A1", +"4 c #FFB0B0", +"5 c #A41010", +"6 c #A61111", +"7 c #A91212", +"8 c #AD1515", +"9 c #C02626", +"0 c #D33737", +"a c #EC4F4F", +"b c #FF6C6C", +"c c #FF8A8A", +"d c #FFAEAE", +"e c #A81212", +"f c #AC1515", +"g c #B31B1B", +"h c #BE2424", +"i c #CF3434", +"j c #E74B4B", +"k c #FF6565", +"l c #FF7F7F", +"m c #FF9D9D", +"n c #A31010", +"o c #A71212", +"p c #AB1414", +"q c #B11919", +"r c #BA2121", +"s c #C92E2E", +"t c #DC4141", +"u c #F35656", +"v c #FF6B6B", +"w c #FF7A7A", +"x c #FF8181", +"y c #A21010", +"z c #A91313", +"A c #AE1717", +"B c #B51D1D", +"C c #C02727", +"D c #DF4343", +"E c #EF5252", +"F c #FB5D5D", +"G c #FF6262", +"H c #A51111", +"I c #AB1515", +"J c #B81F1F", +"K c #C22828", +"L c #CD3232", +"M c #D83B3B", +"N c #E04242", +"O c #B81E1E", +"P c #BF2424", +"Q c #C52A2A", +"R c #CB2E2E", +"S c #B01818", +"T c #B91E1E", +"U c #AC1414", +"V c #AE1616", +" ", +" ", +" .+@#$% ", +" &*=-;>,' ", +" )&!~{]^/(_ ", +" :)&!<[}|1234 ", +" 5678<90abc3d ", +" 56efghijkl_m ", +" n:opqrstuvwx ", +" y56zABCiDEFG ", +" ynHeIqJKLMN^ ", +" y56zfqOPQR ", +" n:)z8S c #DD844F", +", c #F19863", +"' c #FEAA78", +") c #C25514", +"! c #CA5B18", +"~ c #CD5F1D", +"{ c #D56927", +"] c #D37B45", +"^ c #E68D58", +"/ c #FEA570", +"( c #FFB487", +"_ c #FFC29D", +": c #C35513", +"< c #CD601F", +"[ c #D66B2A", +"} c #D67F4A", +"| c #EC935E", +"1 c #FEAC7A", +"2 c #FFBC93", +"3 c #FECAAA", +"4 c #FFD2B7", +"5 c #C15413", +"6 c #C85A18", +"7 c #D56B2B", +"8 c #D77F49", +"9 c #ED9661", +"0 c #FEAD7C", +"a c #FFBD95", +"b c #FFD1B5", +"c c #C35615", +"d c #CB601F", +"e c #D46928", +"f c #D47D48", +"g c #E9925D", +"h c #FEA874", +"i c #FFB78B", +"j c #FEC7A6", +"k c #C15513", +"l c #C35715", +"m c #C75917", +"n c #CB5E1D", +"o c #D36725", +"p c #D3763D", +"q c #DF8853", +"r c #F49C66", +"s c #FFB88D", +"t c #BF5413", +"u c #C45816", +"v c #C95C1B", +"w c #CD6221", +"x c #D56C2D", +"y c #E28A54", +"z c #F09964", +"A c #FBA26D", +"B c #FEA772", +"C c #C25614", +"D c #C65A18", +"E c #D16523", +"F c #D46E30", +"G c #D27B46", +"H c #DC844E", +"I c #E28954", +"J c #D06322", +"K c #D66A28", +"L c #D47136", +"M c #D4773E", +"N c #CA5D1C", +"O c #D26422", +"P c #C95B19", +" ", +" ", +" .+@#$% ", +" &*=-;>,' ", +" )&!~{]^/(_ ", +" :)&!<[}|1234 ", +" 5)&6<7890a3b ", +" 5)c6defghi_j ", +" k:lmnopqr1(s ", +" t5)uvwxfyzAB ", +" tkCcDnEFGHI^ ", +" t5)u6nJKLM ", +" k:)u6N c #827070", +", c #847474", +"' c #7D5F5F", +") c #7E6363", +"! c #816D6D", +"~ c #847272", +"{ c #847676", +"] c #847979", +"^ c #7B5959", +"/ c #806969", +"( c #826F6F", +"_ c #847878", +": c #847B7B", +"< c #847D7D", +"[ c #7B5A5A", +"} c #806A6A", +"| c #847C7C", +"1 c #7F6969", +"2 c #826E6E", +"3 c #847373", +"4 c #847777", +"5 c #7D6262", +"6 c #7F6767", +"7 c #837171", +"8 c #7C5E5E", +"9 c #7D6161", +"0 c #7E6565", +"a c #7C5D5D", +" ", +" ", +" .+@#$% ", +" &*+=-;>, ", +" &&*')$!~{] ", +" ^&&*@#/(,_:< ", +" ^[&*@#}(,_:| ", +" ^[&*@#1234]: ", +" ^^&*'56%7,{4 ", +" ^^[.8901!>~3 ", +" ^^[&*'50$;%! ", +" ^^[.*'9#-6 ", +" ^^&.*+@9 ", +" ^[&.*a ", +" ", +" "}; diff --git a/src/xpm/red_dark.png b/src/xpm/red_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d654e8e738be263fc5424fb02f83a56dd619b6 GIT binary patch literal 634 zcmX9)F=!M)6n!(Z*-K6@#DtI-1hEm%Ld29-2^TI$FvuZ@AQ&u?_9TLh7TQ^eX;gAp z+6a=$&Nf8~O{;CnG$wlIMR#xK``%{Z?VmsM{(Jxbm$z4&wd!0IK&`dhXfvJ>MpOPj zetL45!ELsii`dz}aL6QmxYBIkDjuMIckS6t-i&pY?`^VVN^t1DpXFucaqHGnFg`2WUa=+o!Rs5$W25?O8KoPX(u?`4{&u4R1FvuutWnh&UwoRC~l`h>(@jObgzB72m`T8bi` zBgP39Bd2PQWQQS&Xv||LQIE2gqKK0rV3cQ(LoC=r#DJjN#YDrXM_EfzL?N*2l=%p? zDF`oUY7L_vrFM#PC=8i%8|APDgV%aAbvX>}j%odqQ2b4(1+_9X93}lXTzQ*G7bsv7^hI$5@ i;7-f7PRtH+*mDuZdo#0lC4Tv{t8;56H5XQgR>~VL%iG-lXhS-=KVnabFh!uEvT#SSe5@RJ03p!08p^?Up)=G#8 z4GqT7TlpW5*r_GO5r`mqKsY?_`I|K+8fWwE_vU*u^WMzv+VoVV(4MqQDpV)SGjN9^ z*T#GM?MexFz58YX$u6tqvDspueYLACBSc$L(kXj&4emA#U6JC9)Kt)iGpW{)7H=ukY@L8E z+55y)xnWA}6jC{iGQn$N%=bg6~~|h*$HR#dpvG{~9H+ zQ}7K$7mVkGBM#Az5n6t<$G}df@II>})-hQ%7Q;TSz($=r7ubyO&+)&&{#lQM-o;#F z@g!(K7D_%-M8=g)P7RWnuj)acen|6a2hU{*Uu-kac>EXgpT;+u4l2^i{8NSfy_Zk+ SZVohdkyV|TD({TXz4!&*4TM|( literal 0 HcmV?d00001 diff --git a/src/xpm/refresh.png b/src/xpm/refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..2c576bf276dfbb689fa3566d583cdbf374162cb4 GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^{2!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBDAAP~;hE;^%b*2hb1<+n z3NbJPS&Tr)z$nE4G7ZRL@M4sPvx6878JK`#f7f0%imoD96zBBGVN}aTa()76X+Y1!2a{YxVDej76Ct z5hW46K32*3xq68y`AMmI6}bf^+8@JHwHOg z-_X+1Qs2Nx-^fT8s6w~6GOr}DLN~8i8Da>`9GBGMVRWk4;laW*WkID7rv0IJKo#Wa7{Ul7VOg2L{BA zHoy?IaxO|uEXgkl$%tU{6u zSQMCM?6`m-0ZV^&Tn5!!Zvk^ap{I*uh=yqGq}_Tfi6RZ@cg;8!Zio_+j&o>_Q`)2@ z^pR`PwQ8o$4{|zpO}y2mCU)d`Z_n~niMU^W#{Q_=oF}vY&o_QP$8x*Q=}lZb4MuFy z7h23;II-&`NUJGy)-6q*Tg_*+$AO!ti1Yk{e==qXvTh14$JsAD;Fxw`zeKIjw1*OL zj*+Z^H*=}39%ZeF!vZkLs@+Ro} z&SN24%7v5T`sZlfGT`p|Y}#?o^A7XdqJpW(!S5_WcR8wWV9J|zxAd~i;_3yxvm@FC zf}>d7OSzFu295B`)Ed}G^q%wuZs@l*V_szM#UWpGP? O3ItDAKbLh*2~7Y4Ost3i literal 0 HcmV?d00001 diff --git a/src/xpm/settings.png b/src/xpm/settings.png new file mode 100644 index 0000000000000000000000000000000000000000..59746f1d3d9b7f4192c403c9e791e54ade41d968 GIT binary patch literal 497 zcmVO(H5R8xzA~w;+!fz0pSf;lSKZWUy z2%?B>5Yvb#C`b@Y=?Ac|(?-Pv6O^cDu`lFump>az9T@iZ-J98)x4U!jUu*+#Jicxd zIApoNye0N4iv#zVuU?Ql!s3G_3jigc2xNe5;9ChBz^J?->`R=CVoLN;C5vC{cVG*M zxp*-kuXkR4wp;RX;6bE4pbXpr$sQk+6sN2hM>#^B$eS)gP}s1>S&Rf#`7sdHyQU;T z;88hpofcRDY9gGeqGs|J{8BstVORC%!fQafTgfS)E@DDhQS%ceoB~dT6~swsURREu z_9pU}=2gwZE>1+)tE&P>v2A8^(HxBd3$D++3#44ww8l$~yBK*QdIq@gaEIt2QJT)1 z9K~#?caxui8F8#OIfwt4HmeC^Hnbu?awWGurXdEuXmjG+0Q>a0Xwbb?`-Aoa*+P-+wXm6@00000NkvXXu0mjfXH(W* literal 0 HcmV?d00001 diff --git a/src/xpm/yt_icon.png b/src/xpm/yt_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..51640304f78ec0d14f60920ec2ffc4213f5b906e GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^GC(ZC!3HGf#l`*vQk(@Ik;Oo|1%w$5R?Dga8ImQg z5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9| z2Zu`q98SW8jO!d+U7eeca4uldn=;M&g5V1U#)}FUFDkf)EZYz+u*4%f|INf@zpX!~ z|9zWZXLx{D&d`10iOQv=v6=b_9oI!?=sf1BuAjVjONN+*Yd!CDi+}PvS>HV3mb3B@ zuek5rx3+_C|Hhd!jKUZ1W}fp<*D$r@VcpfIR(_`QU)^eBl(slt9p1)xd&hzF9=~la zOZbZJJXHSX;C0CP&b12}B};8(LRUt~&Jy&SBL76qjkW7s{2!k46OXP;`!FSO57WYk z9?k2QeGV0OJ`u4#Sh?cv+#MSlnAuLowQkgip*L??+cm7dyKe7!C}c Lu6{1-oD!M + + + + + + \ No newline at end of file diff --git a/usr/share/applications/butt.desktop b/usr/share/applications/butt.desktop new file mode 100644 index 0000000..ea9b861 --- /dev/null +++ b/usr/share/applications/butt.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Version=1.0 +Name=butt +Comment=broadcast using this tool +GenericName=Streaming Tool +Keywords=Stream,Audio,Shoutcast,Icecast,Record +Exec=butt %u +Terminal=false +X-MultipleArgs=false +Type=Application +Icon=butt +StartupWMClass=butt_FLTK +Categories=AudioVideo;Audio;AudioVideoEditing; +StartupNotify=true + diff --git a/usr/share/icons/hicolor/128x128/apps/butt.png b/usr/share/icons/hicolor/128x128/apps/butt.png new file mode 100644 index 0000000000000000000000000000000000000000..433c9cef9abf5ec351d276b287eddb7507889169 GIT binary patch literal 7559 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 RT1x-`002ovPDHLkV1h$#*g60J literal 0 HcmV?d00001 diff --git a/usr/share/icons/hicolor/22x22/apps/butt.png b/usr/share/icons/hicolor/22x22/apps/butt.png new file mode 100644 index 0000000000000000000000000000000000000000..ccbed8335c302b01e6fc26f21bf6bc99cee77073 GIT binary patch literal 3482 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 literal 0 HcmV?d00001 diff --git a/usr/share/icons/hicolor/256x256/apps/butt.png b/usr/share/icons/hicolor/256x256/apps/butt.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cb5dc329f115e65ae234e8908b37508b6fe5e1 GIT binary patch literal 20181 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 literal 0 HcmV?d00001 diff --git a/usr/share/icons/hicolor/256x256@2x/apps/butt.png b/usr/share/icons/hicolor/256x256@2x/apps/butt.png new file mode 100644 index 0000000000000000000000000000000000000000..0c73963053cd209f50cd17dcc5633a27e9ebbdf3 GIT binary patch literal 33630 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 literal 0 HcmV?d00001 diff --git a/usr/share/icons/hicolor/32x32/apps/butt.png b/usr/share/icons/hicolor/32x32/apps/butt.png new file mode 100644 index 0000000000000000000000000000000000000000..280993e91c2f6d4f87d85151991de940326e40b8 GIT binary patch literal 3506 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 R2Lk{A002ovPDHLkV1jhGa^?U4 literal 0 HcmV?d00001 diff --git a/usr/share/icons/hicolor/512x512/apps/butt.png b/usr/share/icons/hicolor/512x512/apps/butt.png new file mode 100644 index 0000000000000000000000000000000000000000..0c73963053cd209f50cd17dcc5633a27e9ebbdf3 GIT binary patch literal 33630 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 literal 0 HcmV?d00001 diff --git a/usr/share/icons/hicolor/512x512@2x/apps/butt.png b/usr/share/icons/hicolor/512x512@2x/apps/butt.png new file mode 100644 index 0000000000000000000000000000000000000000..97467d7c905677f19edc564f594bc545e678d1b1 GIT binary patch literal 111260 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 ncqnKAt#cx_}W%1#pTD>&x4<{n%1oYZvAF) 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 RT1x-`002ovPDHLkV1h$#*g60J literal 0 HcmV?d00001 diff --git a/icons/icon_16x16@2x.png b/icons/icon_16x16@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..f8550f51b0f105d2398d825c84198d5fda67d959 GIT binary patch literal 3548 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 WwE)2p{@m~Y0000X+uL$Nkc;* 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 literal 0 HcmV?d00001 diff --git a/icons/icon_256x256.png b/icons/icon_256x256.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cb5dc329f115e65ae234e8908b37508b6fe5e1 GIT binary patch literal 20181 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 literal 0 HcmV?d00001 diff --git a/icons/icon_256x256@2x.png b/icons/icon_256x256@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..0c73963053cd209f50cd17dcc5633a27e9ebbdf3 GIT binary patch literal 33630 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 literal 0 HcmV?d00001 diff --git a/icons/icon_32x32.png b/icons/icon_32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..280993e91c2f6d4f87d85151991de940326e40b8 GIT binary patch literal 3506 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 R2Lk{A002ovPDHLkV1jhGa^?U4 literal 0 HcmV?d00001 diff --git a/icons/icon_512x512.png b/icons/icon_512x512.png new file mode 100644 index 0000000000000000000000000000000000000000..0c73963053cd209f50cd17dcc5633a27e9ebbdf3 GIT binary patch literal 33630 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 literal 0 HcmV?d00001 diff --git a/icons/icon_512x512@2x.png b/icons/icon_512x512@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..97467d7c905677f19edc564f594bc545e678d1b1 GIT binary patch literal 111260 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