summaryrefslogtreecommitdiffstats
path: root/platform/javascript/audio_server_javascript.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus argument in sample_get_descriptionRémi Verschelde2015-12-281-1/+1
| | | | Copy-paste mistake from the setter most likely.
* Rename voice_set_volume argument to p_volume to avoid confusionRémi Verschelde2015-09-261-2/+2
| | | | | 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.
* remotion of some c++ includes to avoid dependency on libstdc++Juan Linietsky2015-09-101-4/+7
|
* HTML5 exporter ImprovementsJuan Linietsky2015-09-101-0/+802
-Better template handling -Voice support -Stream support