PortAudio是一个免费的跨平台开源音频 I/O 库。 它允许您用C或C ++编写简单的音频程序、可在许多平台编译和运行,包括Windows,Macintosh OS X和Unix(OSS /ALSA)。 它旨在促进在不同平台上的开发人员之间交换音频软件。 许多应用程序使用PortAudio进行音频I/O。
PortAudio
PortAudio是一个免费的跨平台开源音频 I/O 库。(PortAudio is a free, cross-platform, open-source, audio I/O library. )
Github星跟蹤圖
主要指標
- 概覽
-
名稱與所有者 D-Programming-Deimos/portaudio 主編程語言 C 編程語言 C (語言數: 2) 平台 許可證 - 所有者活动
-
創建於 2012-03-15 04:59:42 推送於 2016-05-31 13:15:24 最后一次提交 2016-05-31 09:15:24 發布數 0 - 用户参与
-
星數 12 關注者數 13 派生數 4 提交數 5 已啟用問題? 問題數 1 打開的問題數 0 拉請求數 2 打開的拉請求數 0 關閉的拉請求數 0 - 项目设置
-
已啟用Wiki? 已存檔? 是復刻? 已鎖定? 是鏡像? 是私有?
portaudio D bindings
Introduction:
PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.
http://www.portaudio.com
License:
portaudio is released under an MIT-like license.
Binding version:
v19
Example:
See examples/ folder
High-Level Wrapper:
not available