aboutsummaryrefslogtreecommitdiffstats
path: root/aataaj.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using the standard polygLua.HEADmasteronefang2025-05-281-1/+1
|
* Neaten up the white space.onefang2025-05-231-20/+22
|
* Maximize the volume, and turn on IEC958 for everything, so we can hear ↵onefang2025-05-231-1/+12
| | | | everything.
* Oopsie--onefang2025-05-231-0/+5
|
* A few other speaking tweaks.onefang2025-05-231-7/+10
|
* espeak-ng has an entirely undocumented way of speciyfying the output device. ↵onefang2025-05-231-23/+23
| | | | aplay can't deal with it's output, so have to pipe it through sox.
* Don't bother intalling links if they are there already.onefang2025-05-231-5/+10
| | | | Plus re-arrange things a little.
* Zita claims these are higher quality, but I'm getting some crap sound, and ↵dvs12024-11-121-2/+2
| | | | not compatible with everything.
* TODO++dvs12024-11-121-0/+1
|
* Yet another failed attempt to get ALSA sub devices to work at boot time.dvs12024-11-101-11/+43
|
* Shut up some spam.dvs12024-11-061-1/+3
|
* Another failure at boot subdevices. Works in terminal, dammit.dvs12024-11-041-7/+10
|
* Install / uninstall aataaj docs.dvs12024-11-041-0/+3
|
* No need for Help here now that it can find it's README.dvs12024-11-041-64/+0
|
* Oops--dvs12024-11-041-1/+1
|
* Refactor aataaj.lua uninstall / purge as well.dvs12024-11-041-12/+12
|
* The command might not be the first argument.dvs12024-11-041-6/+6
|
* Copy paste error, actually name it purging.dvs12024-11-041-3/+3
|
* Add uninstall and purge subcommands for PolygLua and aataaj.dvs12024-11-041-5/+42
|
* Install the aataaj symlink correctly.dvs12024-11-041-1/+1
|
* Update docs.dvs12024-11-031-6/+2
|
* Install command for aataaj.dvs12024-11-031-1/+21
|
* Various failed attempts to get ALSA stuff to talk to a particular sub device.dvs12024-10-311-10/+16
|
* Filter out non audio devices and Loopback type things.dvs12024-10-311-22/+26
|
* Language cleanup.dvs12024-10-311-2/+2
|
* Move the espeak stuff into it's own function, might help get it to behave.dvs12024-10-311-12/+20
| | | | | So far, got partial behaviour, seems to have stopped pausing rest of scripts text output until script end.
* Shut up more things.dvs12024-10-311-1/+1
|
* Move the "decide which card" bit to "start".dvs12024-10-281-31/+30
|
* Let the user pick the best sound device.dvs12024-10-281-26/+51
|
* More clean ups.dvs12024-10-281-5/+5
|
* Minor tweaks.dvs12024-10-281-1/+1
|
* This is documenting STOP not stop.dvs12024-10-281-2/+2
|
* Consistantly use single quotes for Lua strings, unless otherwise needed.dvs12024-10-281-46/+46
| | | | Old habits die hard. lol
* TODO+=2.5dvs12024-10-271-1/+3
|
* Rename _ to PolygLua externally.dvs12024-10-271-1/+1
| | | | Next it'll want it's own package. Oh wait....
* Move aataaj.lua configuration options to a conf file.dvs12024-10-261-28/+16
|
* Help command now prints out full usage as well.dvs12024-10-251-1/+1
|
* Comment++dvs12024-10-251-1/+1
|
* Moved common stuff like --help, --version to an internal options table we ↵dvs12024-10-251-12/+3
| | | | scan as well.
* Just discovered the arg variable, use it and rename parseArgs() to just parse().dvs12024-10-251-5/+4
|
* Some more tidying up.dvs12024-10-241-59/+0
|
* Split up the audio output a little nicer.dvs12024-10-241-5/+34
|
* Add options[] to aataaj.lua.dvs12024-10-241-1/+69
|
* If espeak has something to say, it should just speak it.dvs12024-10-231-1/+1
|
* Rearrange those logging globals and a few other things in _.dvs12024-10-221-7/+0
|
* Make the user command STOP, so stop is for SysV.dvs12024-10-221-2/+3
|
* Lots of little tweaks about how _ works.dvs12024-10-221-35/+33
|
* Restructure the APT.exe stuff.dvs12024-10-211-187/+75
|
* Tweak the "didn't die" sleep.dvs12024-10-201-1/+1
|
* Tweak APT.exe status return code to be more reliable.dvs12024-10-201-11/+11
|