blob: 8430867a31a18112817d7b33d7f47391b924b7ea [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = 'The Chromium OS Authors'
NAME = 'audio_Microphone'
PURPOSE = 'Verify microphone works correctly.'
CRITERIA = """
Microphone should be on by default.
Mono and stereo capturing should work fine @ 44.1KHz and 48KHz.
Low latency capturing should work fine with low CPU usage.
"""
TIME='MEDIUM'
TEST_CATEGORY = 'Microphone'
TEST_CLASS = 'audio'
TEST_TYPE = 'client'
SUITE = 'audio,qav'
DOC = """
This test run multiple cmdline tools to verify that microphone works correctly.
"""
job.run_test('audio_Microphone')