Is it possible to use executables from an xblock?
For example, call command line executable from python based xblock like
this:
import os
os.system('sox input.wav -b 24 output.aiff rate -v -L -b 90 48k')
Where I assume I would have to include the executable in the xBlock to get
it deployed.
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/6fd6cbf7-8e57-4e66-9fb9-f67dca571071%40googlegroups.com.