Home
last modified time | relevance | path

Searched refs:microphone (Results 1 – 25 of 46) sorted by relevance

12

/external/autotest/client/common_lib/cros/manual/
Daudio_helper.py233 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/
Dcontrol9 PURPOSE = "Remotely controlled internal microphone audio test."
20 This test remotely tests internal microphone audio function.
/external/autotest/server/site_tests/audio_AudioBasicExternalMicrophone/
Dcontrol9 PURPOSE = "Remotely controlled external microphone audio test."
20 This test remotely tests external microphone audio function.
Dcontrol.quality9 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/
Dcontrol.not_allowed16 microphone will be muted.
Dcontrol.allowed16 microphone will be able to record.
Dcontrol.not_set16 microphone will be able to record.
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/
Dlibrary.properties6 …amples work best with the Arduino Nano 33 BLE Sense board, which has a microphone and acceleromete…
/external/python/cpython2/Tools/audiopy/
DREADME20 the microphone, the line-in jack, or the CD in. These choices are
73 microphone -- m
/external/autotest/client/cros/multimedia/
Daudio_facade_native.py485 self._arc_resource.microphone.start_microphone_app()
497 self._arc_resource.microphone.stop_microphone_app(file_path)
Darc_resource.py394 self.microphone = ArcMicrophoneResource()
/external/sonic/samples/
DREADME14 This is my father talking, using a decent microphone and 44KHz sample rate.
/external/autotest/server/cros/cfm/configurable_test/
DREADME.md23 This test creates a meeting, mutes and unmutes the microphone five times and
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCAudioManager.java147 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/
DREADME.md4 uses your linux computer's microphone to wait for the 'alexa' wakeword, sends
/external/oboe/apps/fxlab/
DREADME.md13 … input and output devices. A simple use-case could be a headset with a microphone while singing or…
/external/walt/
DREADME.md18 * [Audio output and microphone latencies](docs/AudioLatency.md).
/external/walt/docs/
DAudioLatency.md61 Audio signal for measuring microphone latency is generated as a square wave using the Teensy tone()
/external/walt/hardware/
DREADME.md38 * MIC_PIN 23 // Same as A9 - uses PWM to generate a tone for measuring microphone latency.
/external/llvm-project/llvm/docs/
DMeetupGuidelines.rst59 microphone for better sound.
/external/autotest/client/site_tests/suite_HWQual/
DREADME.txt156 - 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/
Dvoice_processing_audio_unit.mm55 // 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/
Dindex.md61 Captures audio with a microphone to detect the words "yes" and "no"
/external/walt/docs/usage/
DWALT_usage.md85 ## Audio input latency (microphone)
90 * Tap the microphone icon in the top left
/external/adhd/cras/
DREADME.dbus-api63 node is like a microphone. The return value is a

12