All functions not otherwise categorized as a method on one of the CogPy classes.
cogpy.
installsox()
Installs Sound Exchange (SoX) toolkit for sound manipulation, if necessary. This is required for some
cogpy.Microphone
and cogpy.Audio
functions.
Does nothing on Windows and Mac OS X (since CogPy comes with executable binaries for both) or on any
system where SoX is already installed.
Warning: This function can take a long time to execute.