awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesAudio API Abstractions

Unified interfaces that wrap multiple platform-specific audio APIs to simplify development.

Distinct from Android API Simplifications: Focuses on providing a consistent wrapper for audio backends rather than general Android API simplifications.

Explore 2 awesome GitHub repositories matching mobile development · Audio API Abstractions. Refine with filters or upvote what's useful.

Awesome Audio API Abstractions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/oboegoogle 的头像

    google/oboe

    4,069在 GitHub 上查看↗

    Oboe 是一个原生 C++ 库,旨在在 Android 上构建高性能、低延迟的音频应用。它作为一个统一的包装器和原生 API,用于管理不同 Android 操作系统版本上的音频流、采样率和硬件路由。 该库通过在运行时自动选择最高效的音频后端,在 AAudio 和 OpenSL ES 之间切换以确保尽可能低的延迟,从而提供一致的接口。它支持独占模式硬件访问以绕过系统混音器,并利用高优先级异步拉取模型进行音频处理。 Oboe 涵盖了广泛的音频工程功能,包括实时信号处理、程序化波形合成和全双工音频路由。它包括用于音频格式转换、效果流水线管理和硬件路由更改检测以处理设备断开连接的系统。 该项目还包括用于测量音频延迟和检测播放故障的诊断工具,以及自动化性能测试工具。

    Provides a unified C++ interface that automatically selects the most efficient Android audio backend at runtime.

    C++
    在 GitHub 上查看↗4,069
  • react-native-audio-toolkit/react-native-audio-toolkitreact-native-audio-toolkit 的头像

    react-native-audio-toolkit/react-native-audio-toolkit

    1,083在 GitHub 上查看↗

    React Native Audio Toolkit is a cross-platform mobile library and toolkit for recording, playing, and streaming audio files within cross-platform mobile applications. It provides a unified JavaScript interface that abstracts the distinct native audio implementations of different mobile operating systems behind a common set of APIs. The library supports loading and playing local or remote audio files with controls for playback speed, volume, looping, seeking, and hardware looping. It also captures microphone input into audio files with configurable bitrate, channels, sample rate, format, and m

    Provides a unified JavaScript interface that abstracts the distinct native audio implementations of different mobile operating systems.

    Objective-Caudio-librarycross-platformreactnative
    在 GitHub 上查看↗1,083
  1. Home
  2. Mobile Development
  3. Audio API Abstractions