1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/lua/include_lua
William Wilgus 74fe5203d0 lua consolidate pcm_ functions
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
2018-10-30 14:16:01 -04:00
..
audio.lua lua add audio_play consolidate audio_ functions 2018-10-24 12:37:29 -04:00
blit.lua Clean up rocklib_img 2018-10-09 01:02:25 +02:00
color.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
draw.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
image.lua Clean up rocklib_img 2018-10-09 01:02:25 +02:00
lcd.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
math_ex.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00
pcm.lua lua consolidate pcm_ functions 2018-10-30 14:16:01 -04:00
playlist.lua lua consolidate playlist_ functions 2018-10-25 05:59:42 -04:00
print.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
timer.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00