summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/include_lua/pcm.lua (follow)
Commit message (Collapse)AuthorAge
* Lua Add underscores in audio, pcm, playlist functionsWilliam Wilgus2018-10-31
| | | | | | | Lessen confusion for end users looking for the underlying function names in plugin.h Change-Id: I6662dc7bd9f22d83af372b3d3c5af53d9a1eac9a
* lua consolidate pcm_ functionsWilliam Wilgus2018-10-30
The way to call the pcm functions has changed rb.pcm("option", var) rb.pcm_set_frequency(freq) = becomes rb.pcm("pcmsetfrequency", freq) added pcm.lua to the includes for conversion to old functions if your script is broken by this change you simply add `require("pcm")` to the top for the old functionality added rb.pcm("calculatepeaks") Change-Id: I092057b0c0b5575e567862661f122da1ca2680e8