Home | History | Annotate | Download | only in audio

Lines Matching refs:tmpfile

389 def record_sample(tmpfile, record_command=_DEFAULT_REC_COMMAND):
392 @param tmpfile: The file to record to.
395 utils.system('%s %s' % (record_command, tmpfile))