| Commit message (Expand) | Author | Files | Lines |
11 days | Zita claims these are higher quality, but I'm getting some crap sound, and no...HEADmaster | dvs1 | 1 | -2/+2 |
11 days | TODO++ | dvs1 | 1 | -0/+1 |
13 days | Yet another failed attempt to get ALSA sub devices to work at boot time. | dvs1 | 1 | -11/+43 |
2024-11-06 | Shut up some spam. | dvs1 | 1 | -1/+3 |
2024-11-04 | Another failure at boot subdevices. Works in terminal, dammit. | dvs1 | 1 | -7/+10 |
2024-11-04 | Install / uninstall aataaj docs. | dvs1 | 1 | -0/+3 |
2024-11-04 | No need for Help here now that it can find it's README. | dvs1 | 1 | -64/+0 |
2024-11-04 | Oops-- | dvs1 | 1 | -1/+1 |
2024-11-04 | Refactor aataaj.lua uninstall / purge as well. | dvs1 | 1 | -12/+12 |
2024-11-04 | The command might not be the first argument. | dvs1 | 1 | -6/+6 |
2024-11-04 | Copy paste error, actually name it purging. | dvs1 | 1 | -3/+3 |
2024-11-04 | Add uninstall and purge subcommands for PolygLua and aataaj. | dvs1 | 1 | -5/+42 |
2024-11-04 | Install the aataaj symlink correctly. | dvs1 | 1 | -1/+1 |
2024-11-03 | Update docs. | dvs1 | 1 | -6/+2 |
2024-11-03 | Install command for aataaj. | dvs1 | 1 | -1/+21 |
2024-10-31 | Various failed attempts to get ALSA stuff to talk to a particular sub device. | dvs1 | 1 | -10/+16 |
2024-10-31 | Filter out non audio devices and Loopback type things. | dvs1 | 1 | -22/+26 |
2024-10-31 | Language cleanup. | dvs1 | 1 | -2/+2 |
2024-10-31 | Move the espeak stuff into it's own function, might help get it to behave. | dvs1 | 1 | -12/+20 |
2024-10-31 | Shut up more things. | dvs1 | 1 | -1/+1 |
2024-10-28 | Move the "decide which card" bit to "start". | dvs1 | 1 | -31/+30 |
2024-10-28 | Let the user pick the best sound device. | dvs1 | 1 | -26/+51 |
2024-10-28 | More clean ups. | dvs1 | 1 | -5/+5 |
2024-10-28 | Minor tweaks. | dvs1 | 1 | -1/+1 |
2024-10-28 | This is documenting STOP not stop. | dvs1 | 1 | -2/+2 |
2024-10-28 | Consistantly use single quotes for Lua strings, unless otherwise needed. | dvs1 | 1 | -46/+46 |
2024-10-27 | TODO+=2.5 | dvs1 | 1 | -1/+3 |
2024-10-27 | Rename _ to PolygLua externally. | dvs1 | 1 | -1/+1 |
2024-10-26 | Move aataaj.lua configuration options to a conf file. | dvs1 | 1 | -28/+16 |
2024-10-25 | Help command now prints out full usage as well. | dvs1 | 1 | -1/+1 |
2024-10-25 | Comment++ | dvs1 | 1 | -1/+1 |
2024-10-25 | Moved common stuff like --help, --version to an internal options table we sca... | dvs1 | 1 | -12/+3 |
2024-10-25 | Just discovered the arg variable, use it and rename parseArgs() to just parse(). | dvs1 | 1 | -5/+4 |
2024-10-24 | Some more tidying up. | dvs1 | 1 | -59/+0 |
2024-10-24 | Split up the audio output a little nicer. | dvs1 | 1 | -5/+34 |
2024-10-24 | Add options[] to aataaj.lua. | dvs1 | 1 | -1/+69 |
2024-10-23 | If espeak has something to say, it should just speak it. | dvs1 | 1 | -1/+1 |
2024-10-22 | Rearrange those logging globals and a few other things in _. | dvs1 | 1 | -7/+0 |
2024-10-22 | Make the user command STOP, so stop is for SysV. | dvs1 | 1 | -2/+3 |
2024-10-22 | Lots of little tweaks about how _ works. | dvs1 | 1 | -35/+33 |
2024-10-21 | Restructure the APT.exe stuff. | dvs1 | 1 | -187/+75 |
2024-10-20 | Tweak the "didn't die" sleep. | dvs1 | 1 | -1/+1 |
2024-10-20 | Tweak APT.exe status return code to be more reliable. | dvs1 | 1 | -11/+11 |
2024-10-19 | Make APT.exe status return more robust. | dvs1 | 1 | -12/+10 |
2024-10-19 | Add users script for post JACK setup, like starting music stuff. | dvs1 | 1 | -0/+5 |
2024-10-19 | Bit of code clean up. | dvs1 | 1 | -13/+4 |
2024-10-19 | Use the new exists function to decide what to do, and how. | dvs1 | 1 | -30/+41 |
2024-10-19 | If it doesn't want to TERM, wait an ever increasing time before escelating. | dvs1 | 1 | -1/+1 |
2024-10-19 | New function for killing a bunch of exes. | dvs1 | 1 | -0/+5 |
2024-10-19 | Update comment. | dvs1 | 1 | -1/+1 |