summaryrefslogtreecommitdiffstats
path: root/src/audio
AgeCommit message (Collapse)AuthorFilesLines
2018-07-17fix templatedirSebastian Reichel1-9/+17
2018-07-15all: simplify datadir configurationSebastian Reichel1-1/+2
This simplifies the datadir configuration and removes the expectation, that the code is executed from the repository. It should now be possible to install this into the system like any other common Linux application.
2018-07-15build: switch to meson buildsystemSebastian Reichel1-10/+0
We build the project with 'meson' now instead of using custom configure script + GNU Makefiles. To build the project, go to the project root directory and use the following commands: Building: meson build cd build ninja Update Language Files: ninja shopsystem-pot ninja shopsystem-update-po Install: DESTDIR=./tmp ninja install
2018-06-29all: I18N supportSebastian Reichel3-10/+13
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 Reichel3-9/+11
2018-06-28scanner-session: add play_audio()Johannes Rudolph1-0/+8
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 Reichel2-2/+2
2017-04-18Merge branch 'master' into customizable_user_soundsSebastian Reichel1-2/+2
2017-04-18all: switch from session to system busSebastian Reichel1-2/+2
2017-04-16adds a new feature: a user can select it's sond theme in the web interface. ↵Holger Cremer2-0/+5
If not selected, a random theme is used.
2015-04-07Make the Makefile more quietSebastian Reichel1-0/+1
2014-04-09silence C-Compiler warningsSebastian Reichel1-1/+1
2013-04-28put audio path into configSebastian Reichel3-6/+14
2013-04-27change default audio files directorySebastian Reichel1-1/+1
2013-04-27fix init in audio daemonSebastian Reichel1-0/+4
2013-03-26ignore binariesSebastian Reichel1-0/+1
2013-03-26code restructureSebastian Reichel4-0/+153