summaryrefslogtreecommitdiffstats
path: root/src/audio/audio.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: I18N supporttestingSebastian Reichel1-2/+2
This adds I18N support using standard gettext system together with an initial German translation. This can be used to search locales in some directory: Intl.bindtextdomain("shopsystem", "/home/sre/src/serial-barcode-scanner"); And this can be used to switch language at runtime: Intl.setlocale(LocaleCategory.ALL, "");
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel1-5/+5
2017-10-02audio: improve gstreamer1.0 supportSebastian Reichel1-4/+10
Add proper error message when required gstreamer plugin is missing.
2017-09-29audio: switch from gstreamer-0.10 to gstreamer-1.0Sebastian Reichel1-1/+1
2017-04-16adds a new feature: a user can select it's sond theme in the web interface. ↵Holger Cremer1-0/+4
If not selected, a random theme is used.
2013-04-28put audio path into configSebastian Reichel1-2/+2
2013-04-27change default audio files directorySebastian Reichel1-1/+1
2013-03-26code restructureSebastian Reichel1-0/+83