Searched refs:microphone (Results 1 – 25 of 58) sorted by relevance
123
/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." 21 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." 21 This test remotely tests external microphone audio function.
|
D | control.quality | 9 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/ |
D | audio_processing_module.md | 9 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/ |
D | test421 | 33 …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/ |
D | install_portaudio.tmpl.rst | 5 audio from your computer's microphone. PyAudio depends on PortAudio for cross-platform compatibilit…
|
/external/python/python-api-core/scripts/readme-gen/templates/ |
D | install_portaudio.tmpl.rst | 5 audio from your computer's microphone. PyAudio depends on PortAudio for cross-platform compatibilit…
|
/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.py | 511 self._arc_resource.microphone.start_microphone_app() 523 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/oboe/samples/LiveEffect/ |
D | README.md | 28 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/ |
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/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/modules/audio_device/g3doc/ |
D | audio_device_module.md | 8 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/ |
D | README.md | 4 uses your linux computer's microphone to wait for the 'alexa' wakeword, sends
|
/external/walt/ |
D | README.md | 18 * [Audio output and microphone latencies](docs/AudioLatency.md).
|
/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/webrtc/docs/ |
D | bug-reporting.md | 27 * Blink>GetUserMedia for camera/microphone issues 52 * Camera and microphone model and version (if applicable)
|
/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/walt/hardware/ |
D | README.md | 38 * MIC_PIN 23 // Same as A9 - uses PWM to generate a tone for measuring microphone latency.
|
/external/walt/docs/ |
D | AudioLatency.md | 61 Audio signal for measuring microphone latency is generated as a square wave using the Teensy tone()
|
/external/tensorflow/tensorflow/lite/g3doc/android/tutorials/ |
D | audio_classification.md | 22 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/ |
D | voice_processing_audio_unit.mm | 54 // 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