首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > C++源代码库的扩展API的音频

C++源代码库的扩展API的音频

  • 资源大小:6.01 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: api 源代码 扩展 音频

资 源 简 介

Audio-ex audio is c++ source library that provides simple methods to work with wave audio under windows Provides simple interfaces for: Recording audio in different formats Playbacking audio Working with audio buffers Applying different effects on audio ``` int main() { audio::format wf(1,11025,8); audio::header hd(wf,1); audio::in xin(wf,WAVE_MAPPER); audio::out xout(wf,WAVE_MAPPER); xin.record(hd); xout.play(hd); return 0; } ``` Can you so simply record and playback audio using WinAPI? If interested, browse to Wiki and Source pages

文 件 列 表

audio-ex
.svn
audition.hpp
audition.using
effects.hpp
VIP VIP
0.185091s