https://github.com/RustAudio/cpal #
Rust 跨平台 audio 项目。
This library currently supports the following:
Enumerate supported audio hosts.
Enumerate all available audio devices.
Get the current default input and output devices.
Enumerate known supported input and output stream formats for a device.
Get the current default input and output stream formats for a device.
Build and run input and output PCM streams on a chosen device with a given stream format.
Currently, supported hosts include:
Linux (via ALSA or JACK)
Windows (via WASAPI by default, see ASIO instructions below)
macOS (via CoreAudio)
iOS (via CoreAudio)
Android (via AAudio)
Emscripten
esp-hal-smartled #
https://github.com/esp-rs/esp-hal-community/tree/main/esp-hal-smartled
Allows for the use of an RMT output channel to easily interact with RGB LEDs and use the convenience functions of the smart-leds crate.
esp-storage NVS API #
https://github.com/esp-rs/esp-hal/issues/3426
esp32-cam-test #
https://github.com/rursprung/esp32-cam-test
mjpeg-test-server #
https://github.com/rursprung/mjpeg-test-server
esp32-mjpeg #
https://github.com/Dominaezzz/esp32-mjpeg/tree/main
Demo of ESP32-S3 Camera features using esp-hal and picoserve.
picoserve #
https://github.com/sammhicks/picoserve
An async no_std HTTP server suitable for bare-metal environments, heavily inspired by axum
ez-ffmpeg #
https://github.com/YeautyYE/ez-ffmpeg/tree/main
A safe and ergonomic Rust interface for FFmpeg integration, designed for ease of use.
OpenHD #
开源的使用 wifi 网卡实现的远程图像视频回传项目:
- 使用 wifi 网卡的频率和能力,但是改造成低延迟、长距离传输的适配器,类似于模拟视频传输硬件;