Channel Audio Eq

something to change mid low and hi frequences on an audio channel. (good for music applications)

  
audio.setVolume(0.5,{channel=1})  
audio.setHighFreq(0.7,{channel=1})  
audio.setMidFreq(0.4,{channel=1})  
audio.setLowFreq(0.7,{channel=1})  
audio.play(mySound,{channel=1})  

[import]uid: 70929 topic_id: 27826 reply_id: 327826[/import]