summaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.h
AgeCommit message (Collapse)Author
2015-09-26Rename voice_set_volume argument to p_volume to avoid confusionRĂ©mi Verschelde
This argument is indeed expected to be a volume on a linear scale (not dB), typically from 0.0 to 1.0, though it can go higher than 1.0.
2015-09-10HTML5 exporter ImprovementsJuan Linietsky
-Better template handling -Voice support -Stream support