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