Cinder-poSoundManager:Potion用于Cinder的基本声音管理模块

时间:2024-05-20 13:37:16
【文件属性】:

文件名称:Cinder-poSoundManager:Potion用于Cinder的基本声音管理模块

文件大小:10.42MB

文件格式:ZIP

更新时间:2024-05-20 13:37:16

C++

Cinder-poSoundManager 基本声音管理模块。 它对于一次播放多个声音而无需担心音量特别有用。 平均所有当前正在播放的声音的音量在内部均保持在MAX_VOLUME阈值以下。 Cinder-poSoundManager是根据发行的。 该块由单个类SoundManager组成,该类提供基本的声音播放控制。 特征 播放,循环使用数据源或音频缓冲区创建的曲目 停止曲目,所有声音或组中的曲目 跟踪平移和增益 声音播放完毕时发出信号 播放多首曲目时的平均音量 样本 MultipleSounds:鼠标按下时播放循环声音,按键时播放其他声音。 入门 播放声音: DataSourceRef source = loadAsset( " tune.wav " ); po::SoundManager::get ()->play(source); 停止循环播放声音: DataSourceR


【文件预览】:
Cinder-poSoundManager-master
----LICENSE(1KB)
----src()
--------poSoundManager()
----samples()
--------MultipleSounds()
----cinderblock.png(6KB)
----cinderblock.xml(704B)
----.gitignore(394B)
----README.md(1KB)

网友评论