aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added the rest of the logging and debug level stuff from apt-panopticon, ↵dvs12024-10-251-7/+27
| | | | except for file logging
* Seems to be he only way to assign copies of table elemnts to that table at ↵dvs12024-10-251-2/+4
| | | | construction time.
* Help command now prints out full usage as well.dvs12024-10-253-14/+31
|
* Turn on debug mode, or pretend to, this bit isn't functional yet.dvs12024-10-251-1/+1
|
* Don't complain about not finding something we actually found.dvs12024-10-251-2/+1
|
* Comment++dvs12024-10-251-1/+1
|
* Should add this test asoundrc, though it's not working yet.dvs12024-10-251-0/+88
|
* Forgot to add the test conf file.dvs12024-10-251-0/+17
|
* Comment++dvs12024-10-251-0/+1
|
* Moved common stuff like --help, --version to an internal options table we ↵dvs12024-10-253-25/+30
| | | | scan as well.
* TODO++dvs12024-10-251-0/+2
|
* Print the status of some more tests.dvs12024-10-251-2/+2
|
* Support config files now.dvs12024-10-252-16/+38
|
* Another error test.dvs12024-10-251-0/+5
|
* Added an example in C. B-)dvs12024-10-251-0/+11
|
* Other potential names.dvs12024-10-251-0/+1
|
* Just discovered the arg variable, use it and rename parseArgs() to just parse().dvs12024-10-253-11/+14
|
* Yet another TODO, YATODO.dvs12024-10-241-0/+4
|
* Rename also to Then.dvs12024-10-242-2/+2
|
* Some more tidying up.dvs12024-10-243-138/+30
|
* Split up the audio output a little nicer.dvs12024-10-241-5/+34
|
* Add options[] to aataaj.lua.dvs12024-10-241-1/+69
|
* Rewrite the test script to catch up with the newness.dvs12024-10-241-29/+51
|
* Mostly minor cleanups.dvs12024-10-241-3/+11
|
* Add an after command for forked stuff, to be called whan the forked thing ends.dvs12024-10-241-2/+5
|
* Introducing PolygLua, writing Lua in any language.dvs12024-10-241-3/+22
| | | | | Basically include a script written in any script language, as a string in your Lua code, then call it from your Lua code.