raspberry-pi3 - Android Things 麦克风支持

标签 raspberry-pi3 android-things

树莓派 3 上的 Android Things 是否已经支持 USB 麦克风?
如果不是,我可以通过 ADC 将麦克风连接到 RPi3(并通过 SPI 与之交谈),但是我可以通过将其注册为用户驱动程序来让 Android 将其视为麦克风吗? - 我需要用 MediaRecorder 录制它。

最佳答案

@devunwired评论于 Google's IoT Developers Community :当前未启用 USB 配件支持是 RC1 预览。

虽然可以使用 SpiDevice 通过 SPI 与 ADC 通信类,使用 preview-RC1 以 44.1khz 采样听起来非常具有挑战性Peripheral I/O API 的实现目前没有公开 DMA/I2S Controller 的 API。

另外 preview-RC1 User-space Driver API 的实现目前仅支持这 3 种框架外设类型:

  • 隐藏
  • 传感器
  • GPS

  • 我建议使用 this template 在 b.android.com 上提交功能请求对于所有这些!

    关于raspberry-pi3 - Android Things 麦克风支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41163556/

    相关文章:

    node.js - Raspberry pi 3 上 Node.js 的最佳环境

    android-things - 连接到 USB 外围设备

    android - 将带有 Android Things 的 Raspberry PI 3 连接到 Arduino

    c# - 如何在 raspberry pi3 windows iot core os 上录制 mp3 格式的音频?

    python - UHF RFID 阅读器和 Python

    python - APScheduler - 导入错误 : No module named 'apscheduler'

    android - Raspberry Pi 中 Wifi 直连几秒后自动断开连接

    macos - 无法在 OS X 中挂载 Android Things 图像文件以调整配置文件

    android - 在链接到 Jcenter 之前如何在 Bintray 上上传模块?

    java - 在 Android Things 中使用 SharedPreferences