diff --git a/docs/LibreMediaServer_Audio.hed b/docs/LibreMediaServer_Audio.hed index 82be283..5da3a28 100644 --- a/docs/LibreMediaServer_Audio.hed +++ b/docs/LibreMediaServer_Audio.hed @@ -1,55 +1,76 @@ -ް׆ˌĠ򝤫鿰맫͓ԔҊÅЁ -ܥ -ңә -鿡 - -Ŷ -툢 -Ս - -߿ԁ -ö -ś— -髶 - - - - - - - - -х - - -ܛ - - - - -ǐ - - -ً - -ۃ - -붪 - - -܎ -Ė -쾡 -Ǖ - -𓎍 -ł - - - - - - - - - +ް׆ˌĠ򝤫鿰맫͓Ԕ +ҊÅЁ䍡 +ӽ +䉭ėĈ +ϛ +Ӧ +ڑ +ė + +ݍ +Ȫ +웣傪Ⓨ֚ +ކՂ +߸“ +Ŷ +ѝ +ωƀ + + + + +ŕ +ʷí +̙ +򴹤 +ԥѼ܅ +𗹣َ +̚ +Რ + +Ņ +⽬ +̫ +喤쏎ʁǏ + +߬ػс +썎ޛ + +쏎 + + + +Ճ + +尨 +ގ + +ލ +ƕ + +ŗ + + + + + +ˤ + + + + + +쏐 + + + +쏎 +󩼿 + + + +ÛƘ + + + + diff --git a/docs/changelog.txt b/docs/changelog.txt index 7ad0243..89eaf47 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -6,16 +6,18 @@ https://git.criptomart.net/libremediaserver Lbre Media Server ChangeLog -v 0.1.4 -+ change engine to miniaudio. Refactor all audio methods to MiniAudioEngine. +v 0.2.0 Antigona (24/04/2024) ++ change engine to miniaudio because is imposible pan in SFML and it has not access to low API and audio processing. ++ Refactor all audio methods to MiniAudioEngine. + Select sound device output. + pan. + Show faders values. + play offset. -+ Refactor AudioMasterWidget to AudioDMXReceptionWidget. Master functions will be in AudioWidget. ++ Refactor AudioMasterWidget to AudioDMXReceptionWidget. + mp3, flac, wav (mp3 has given some errors seeking cursor...). ++ settings dialog not working, only read the conf file at startup. -v 0.1.3 (19/04/2024) +v 0.1.3 Unreleased (19/04/2024) + Ubuntu 22.04 jammy. + Use SFML as audio engine. @@ -23,14 +25,14 @@ v 0.1.3 (19/04/2024) + pitch. + loop. -v 0.1.2 (12/08/2015) +v 0.1.2 Mayordomo (12/08/2015) - GUI config - Several bugs tested in real world - variable layers - SFML as audio engine -v 0.1.1 (24/09/2014) +v 0.1.1 Pascual (24/09/2014) + First Version: 4 layers playing .ogg + Needs Open Lighting Arquitecture => 0.9.0 diff --git a/docs/lms-audio.xlm b/docs/lms-audio.xlm index 49aac0e..cc498ca 100644 --- a/docs/lms-audio.xlm +++ b/docs/lms-audio.xlm @@ -1,8 +1,8 @@ - + - + diff --git a/docs/roadmap.txt b/docs/roadmap.txt index 1171e6b..4b96379 100644 --- a/docs/roadmap.txt +++ b/docs/roadmap.txt @@ -14,7 +14,7 @@ v 0.2.x - FX en capas master para que se puedan usar como envíos de auxiliar. - Enroutado de masters en otros masters (retorno de efectos). -v 0.2.0 +v 0.2.2 - Use sACN directly. + la instalación de OLA es mediante compilación, el repo de paquetes no está actualizado, nada user-friendly. + hay que empaquetar OLA, incluirlo en el binario, o implementar sACN y linkarlo estáticamente. @@ -25,7 +25,7 @@ v 0.2.0 - Rasp build. - Octopus Sound Card support (6 outputs - 8 inputs). -v 1.5 +v 0.2.1 - Multi devices output. - Rose noise and sine generator in menu to test system. - Play Mode: @@ -51,3 +51,4 @@ v 1.5 - SettingsDialog. - Load/save conf file. - ¿stop offset? is it needed? +- decouple MiniAudioEngine from AudioWidget, starts whith no gui or with gui in a dedicated thread. diff --git a/src/defines.h b/src/defines.h index ca94591..341bd0e 100644 --- a/src/defines.h +++ b/src/defines.h @@ -5,7 +5,7 @@ #include #include -#define VERSION "LibreMediaServer-Audio 0.1.4" +#define VERSION "LibreMediaServerAudio 0.2.0 Antigona Release" #define COPYRIGHT "(C) 2014-2024 Santi Norena lms@criptomart.net" #define LICENSE "GPL 3 License. See LICENSE.txt and credits.txt for details" #define DEFAULT_FILE "lms-audio.xlm" diff --git a/src/main.cpp b/src/main.cpp index c82efa8..25d84e0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -142,11 +142,11 @@ int main(int argc, char *argv[]) { qInstallMessageHandler(MessageHandler); }*/ -// qInstallMessageHandler(MessageHandler); + QApplication app(argc, argv); QStringList args = app.arguments(); - // parse the command line + if (args.size() > 1) { if (args.contains("-v"))