diff --git a/plugin.cfg b/plugin.cfg index e3c5feb..cff03e1 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -3,7 +3,7 @@ NAME=Oliver Lewald EMAIL=olewald64@gmail.com [PLUGIN] -VERSION=1.3.0 +VERSION=1.3.1 NAME=text2speech FOLDER=text2speech diff --git a/release.cfg b/release.cfg index b876aae..af5ddf4 100644 --- a/release.cfg +++ b/release.cfg @@ -5,10 +5,10 @@ # the donwload link here # Version of the new release -VERSION=1.3.0 +VERSION=1.3.1 # Download URL of the ZIP Archive -ARCHIVEURL=https://github.com/Liver64/LoxBerry-TTS/archive/v1.3.0.zip +ARCHIVEURL=https://github.com/Liver64/LoxBerry-TTS/archive/v1.3.1.zip # URL for further information about this release -INFOURL=https://github.com/Liver64/LoxBerry-TTS/releases/tag/v1.3.0 +INFOURL=https://github.com/Liver64/LoxBerry-TTS/releases/tag/v1.3.1 diff --git a/webfrontend/html/changelog.txt b/webfrontend/html/changelog.txt index 28c0c88..2bc1c17 100644 --- a/webfrontend/html/changelog.txt +++ b/webfrontend/html/changelog.txt @@ -23,4 +23,5 @@ 1.2.2 [Enhancement] Microsoft Azure T2S hinzugefügt [Enhancement] Interface erweitert (inklusive Logging) [Enhancement] USB-Soundkarten Unterstützung - 1.3.0 [Bugfix] Fixed Cleanup TTS files \ No newline at end of file + 1.3.0 [Bugfix] Fixed Cleanup TTS files + 1.3.1 [Bugfix] Fixed missing link \ No newline at end of file diff --git a/webfrontend/html/tts.php b/webfrontend/html/tts.php index aaa05d6..398c178 100644 --- a/webfrontend/html/tts.php +++ b/webfrontend/html/tts.php @@ -19,7 +19,7 @@ include("helper.php"); include('logging.php'); -require_once('output/soundcards.php'); +include('output/usb.php'); // setze korrekte Zeitzone date_default_timezone_set(date("e")); @@ -243,7 +243,7 @@ default; // Soundcard bcm2835 require_once('output/alsa.php'); shell_exec("export AUDIODRIVER=alsa"); - $output = shell_exec("export AUDIODEV=hw:0,0"); + $output = shell_exec("export AUDIODEV=hw:1,0"); break; # The hw:X,Y comes from this mapping of your hardware -- in this case, X is the card number, while Y is the device number. # https://superuser.com/questions/53957/what-do-alsa-devices-like-hw0-0-mean-how-do-i-figure-out-which-to-use