HomeSort by relevance Sort by last modified time
    Searched refs:arecord (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/tests/sound_infrastructure/
sound_infrastructure.py 57 arecord = subprocess.Popen(["arecord", "-l"], stderr=subprocess.PIPE)
58 arecord_list = arecord.communicate()[1]
59 if arecord.returncode or re.match(no_cards_pattern, arecord_list):
60 raise error.TestError("No playback devices found by arecord")
  /external/autotest/client/cros/audio/
alsa_utils.py 11 ARECORD_PATH = '/usr/bin/arecord'
160 raise RuntimeError('arecord -l command failed')
191 '''Gets the sysdefault device from arecord -L output.'''
239 '''Records the audio to the specified output by ALSA utility: 'arecord'.

Completed in 134 milliseconds