嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c 编写的音频管理器(使用openal)
自写的c 音频管理器 目前支持wav与ogg格式 使用zthread多线程 初次发布:) 欢迎交流
.
├── AudioMgr
│ ├── AudioData.hpp
│ ├── AudioListener.hpp
│ ├── AudioManager.hpp
│ ├── AudioMgr.dll
│ ├── AudioMgr.exp
│ ├── AudioMgr.lib
│ ├── AudioPlayer.hpp
│ ├── AudioType.hpp
│ ├── Bomb.ogg
│ ├── Config.hpp
│ ├── Debug
│ │ ├── BuildLog.htm
│ │ ├── SimpleOGG.exe
│ │ ├── SimpleOGG.exe.embed.manifest
│ │ ├── SimpleOGG.exe.embed.manifest.res
│ │ ├── SimpleOGG.exe.intermediate.manifest
│ │ ├── SimpleOGG.exp
│ │ ├── SimpleOGG.ilk
│ │ ├── SimpleOGG.lib
│ │ ├── SimpleOGG.obj
│ │ ├── SimpleOGG.pdb
│ │ ├── mt.dep
│ │ ├── vc80.idb
│ │ └── vc80.pdb
│ ├── FilePath.hpp
│ ├── FileSystem.dll
│ ├── FileSystem.hpp
│ ├── FileSystem.lib
│ ├── Sigslot.hpp
│ ├── SimpleOGG.cpp
│ ├── SimpleOGG.ncb
│ ├── SimpleOGG.sln
│ ├── SimpleOGG.suo
│ ├── SimpleOGG.vcproj
│ ├── SimpleOGG.vcproj.LENOVO-5C28CD77.Administrator.user
│ ├── String.hpp
│ ├── String.inl
│ ├── String.lib
│ ├── Thread.hpp
│ ├── Types.hpp
│ ├── Utility.hpp
│ ├── breakup.wav
│ ├── ogg.dll
│ ├── ogg.lib
│ ├── ogg_d.dll
│ ├── ogg_d.lib
│ ├── vorbis.dll
│ ├── vorbis_d.dll
│ ├── vorbis_d.lib
│ ├── vorbis_static_d.lib
│ ├── vorbisenc_static_d.lib
│ ├── vorbisfile.dll
│ ├── vorbisfile_d.dll
│ ├── vorbisfile_d.lib
│ ├── vorbisfile_static_d.lib
│ └── 说明.txt
└── c 编写的音频管理器(使用openal)_AudioMgr.7z
2 directories, 56 files