Searched refs:microphone (Results 1 – 25 of 46) sorted by relevance
12
/external/autotest/client/common_lib/cros/manual/ |
D | audio_helper.py | 233 microphone = re.findall(r"10\t(.*):\s+USB\s+Audio:", line)[0] 237 logging.info('---mic for %s is %s', node, microphone) 238 return microphone 412 microphone = None 417 microphone = dut.run(cmd, ignore_status=True).stdout.splitlines()[0] 420 logging.info('---cmd: %s\n---output = %s', cmd, microphone) 421 if microphone:
|
/external/autotest/server/site_tests/audio_AudioBasicInternalMicrophone/ |
D | control | 9 PURPOSE = "Remotely controlled internal microphone audio test." 20 This test remotely tests internal microphone audio function.
|
/external/autotest/server/site_tests/audio_AudioBasicExternalMicrophone/ |
D | control | 9 PURPOSE = "Remotely controlled external microphone audio test." 20 This test remotely tests external microphone audio function.
|
D | control.quality | 9 PURPOSE = "Remotely controlled external microphone audio test with quality check." 20 This test remotely tests external microphone audio function and quality.
|
/external/autotest/client/site_tests/policy_ArcAudioCaptureAllowed/ |
D | control.not_allowed | 16 microphone will be muted.
|
D | control.allowed | 16 microphone will be able to record.
|
D | control.not_set | 16 microphone will be able to record.
|
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/ |
D | library.properties | 6 …amples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and acceleromete…
|
/external/python/cpython2/Tools/audiopy/ |
D | README | 20 the microphone, the line-in jack, or the CD in. These choices are 73 microphone -- m
|
/external/autotest/client/cros/multimedia/ |
D | audio_facade_native.py | 485 self._arc_resource.microphone.start_microphone_app() 497 self._arc_resource.microphone.stop_microphone_app(file_path)
|
D | arc_resource.py | 394 self.microphone = ArcMicrophoneResource()
|
/external/sonic/samples/ |
D | README | 14 This is my father talking, using a decent microphone and 44KHz sample rate.
|
/external/autotest/server/cros/cfm/configurable_test/ |
D | README.md | 23 This test creates a meeting, mutes and unmutes the microphone five times and
|
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | AppRTCAudioManager.java | 147 int microphone = intent.getIntExtra("microphone", HAS_NO_MIC); in onReceive() local 152 + (microphone == HAS_MIC ? "mic" : "no mic") + ", n=" + name + ", sb=" in onReceive()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | README.md | 4 uses your linux computer's microphone to wait for the 'alexa' wakeword, sends
|
/external/oboe/apps/fxlab/ |
D | README.md | 13 … input and output devices. A simple use-case could be a headset with a microphone while singing or…
|
/external/walt/ |
D | README.md | 18 * [Audio output and microphone latencies](docs/AudioLatency.md).
|
/external/walt/docs/ |
D | AudioLatency.md | 61 Audio signal for measuring microphone latency is generated as a square wave using the Teensy tone()
|
/external/walt/hardware/ |
D | README.md | 38 * MIC_PIN 23 // Same as A9 - uses PWM to generate a tone for measuring microphone latency.
|
/external/llvm-project/llvm/docs/ |
D | MeetupGuidelines.rst | 59 microphone for better sound.
|
/external/autotest/client/site_tests/suite_HWQual/ |
D | README.txt | 156 - Run audio test, with built-in speakers and microphone 161 - Plug-in headphone and microphone, run audio test again
|
/external/webrtc/sdk/objc/native/src/audio/ |
D | voice_processing_audio_unit.mm | 55 // A VP I/O unit's bus 1 connects to input hardware (microphone). 60 // Returns the automatic gain control (AGC) state on the processed microphone
|
/external/tensorflow/tensorflow/lite/g3doc/microcontrollers/ |
D | index.md | 61 Captures audio with a microphone to detect the words "yes" and "no"
|
/external/walt/docs/usage/ |
D | WALT_usage.md | 85 ## Audio input latency (microphone) 90 * Tap the microphone icon in the top left
|
/external/adhd/cras/ |
D | README.dbus-api | 63 node is like a microphone. The return value is a
|
12