Home
last modified time | relevance | path

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

123

/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."
21 This test remotely tests internal microphone audio function.
/external/autotest/server/site_tests/audio_AudioBasicExternalMicrophone/
Dcontrol9 PURPOSE = "Remotely controlled external microphone audio test."
21 This test remotely tests external microphone audio function.
Dcontrol.quality9 PURPOSE = "Remotely controlled external microphone audio test with quality check."
21 This test remotely tests external microphone audio function and quality.
/external/webrtc/modules/audio_processing/g3doc/
Daudio_processing_module.md9 microphone signal. These effects are required for VoIP calling and some
22 * APM handles any number of microphone channels and loudspeaker channels, with
/external/curl/tests/data/
Dtest42133 …era 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment …
81 …era 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment …
/external/python/google-api-python-client/scripts/readme-gen/templates/
Dinstall_portaudio.tmpl.rst5 audio from your computer's microphone. PyAudio depends on PortAudio for cross-platform compatibilit…
/external/python/python-api-core/scripts/readme-gen/templates/
Dinstall_portaudio.tmpl.rst5 audio from your computer's microphone. PyAudio depends on PortAudio for cross-platform compatibilit…
/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.py511 self._arc_resource.microphone.start_microphone_app()
523 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/oboe/samples/LiveEffect/
DREADME.md28 Input and output have different startup times. The input side may have to charge up the microphone
/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/autotest/server/cros/cfm/configurable_test/
DREADME.md23 This test creates a meeting, mutes and unmutes the microphone five times and
/external/webrtc/modules/audio_device/g3doc/
Daudio_device_module.md8 The ADM is responsible for driving input (microphone) and output (speaker) audio
18 * Recording audio from the selected microphone, and
78 * [`AudiDeviceModule::SetRecordingDevice`][9] - specifies which microphone to
/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/walt/
DREADME.md18 * [Audio output and microphone latencies](docs/AudioLatency.md).
/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/webrtc/docs/
Dbug-reporting.md27 * Blink>GetUserMedia for camera/microphone issues
52 * Camera and microphone model and version (if applicable)
/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/walt/hardware/
DREADME.md38 * MIC_PIN 23 // Same as A9 - uses PWM to generate a tone for measuring microphone latency.
/external/walt/docs/
DAudioLatency.md61 Audio signal for measuring microphone latency is generated as a square wave using the Teensy tone()
/external/tensorflow/tensorflow/lite/g3doc/android/tutorials/
Daudio_classification.md22 audio samples recorded with a microphone on an Android device. The example app
86 1. Select an attached Android device with a microphone to test the app.
249 microphone. See the `fragments/PermissionsFragment` class in the project for an
/external/webrtc/sdk/objc/native/src/audio/
Dvoice_processing_audio_unit.mm54 // A VP I/O unit's bus 1 connects to input hardware (microphone).
59 // Returns the automatic gain control (AGC) state on the processed microphone

123