Audio frequency generator: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
m (Automated syntax highlighting fixup (second round - minor fixes))
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 914:
{{trans|Go}}
The ability to call external processes such as ''SoX'' is expected to be added to Wren-cli in the next release. In the meantime, we embed the following Wren script in a C host to complete this task.
<syntaxhighlight lang="ecmascriptwren">/* audio_frequency_generator.wren */
 
class C {
Line 1,051:
free(script);
return 0;
}</syntaxhighlight>
 
=={{header|ZX Spectrum Basic}}==
9,490

edits