aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using the standard polygLua.HEADmasteronefang10 days3-592/+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
|
* Pass name to option funcs, and use it in help command.dvs12024-11-041-3/+3
|
* Switch confFile to name, to be used more genericaly.dvs12024-11-041-3/+3
|
* No need for Help here now that it can find it's README.dvs12024-11-041-64/+0
|
* Search for the README.md file when help is asked for.dvs12024-11-041-0/+10
|
* Oops--dvs12024-11-042-2/+2
|
* Refactor aataaj.lua uninstall / purge as well.dvs12024-11-041-12/+12
|
* Refactor PolygLua.lua uninstall / purge.dvs12024-11-041-24/+15
|
* No need for os.exit() in these places.dvs12024-11-041-3/+0
|
* 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-042-24/+127
|
* Add install command to test_ as well.dvs12024-11-041-0/+18
|
* Let user know we are installing things.dvs12024-11-041-0/+1
|
* Install the aataaj symlink correctly.dvs12024-11-041-1/+1
|
* Update docs.dvs12024-11-032-11/+4
|
* Install command for aataaj.dvs12024-11-031-1/+21
|
* PolygLua.lua installs itself.dvs12024-11-031-0/+25
|
* 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.
* Start up jack-plumbing in the example.dvs12024-10-311-1/+2
|
* Shut up more things.dvs12024-10-312-2/+2
|
* 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
|
* Various minor tweaks and cleanups.dvs12024-10-283-7/+14
|
* Minor tweaks.dvs12024-10-282-10/+10
|
* Hello -> G'day, coz I'm an Aussie, and it helps test embedded quote marks.dvs12024-10-281-7/+7
|
* Fix the PHP example.dvs12024-10-282-4/+4
|
* This is documenting STOP not stop.dvs12024-10-281-2/+2
|
* Consistantly use single quotes for Lua strings, unless otherwise needed.dvs12024-10-283-71/+71
| | | | Old habits die hard. lol
* Allow -abc style, expand to -a -b -c, and can put -- in front of any option.dvs12024-10-271-6/+15
|
* TODO+=2.5dvs12024-10-272-2/+7
|
* Rename _ to PolygLua externally.dvs12024-10-274-6/+9
| | | | Next it'll want it's own package. Oh wait....
* Debug code --dvs12024-10-261-7/+0
|
* Move aataaj.lua configuration options to a conf file.dvs12024-10-262-28/+28
|