音频引擎 FMOD

码农软件 · 软件分类 · 多媒体处理 · 2019-09-14 21:14:14
  • 授权协议: 多种商业/非商业专有协议
  • 开发语言: C/C++ Python
  • 操作系统: 跨平台
  • 软件首页: http://www.fmod.org/

软件介绍

FMOD 音频引擎是一个非常不错的音频引擎,其使用也比较简单,下面做一些简单介绍:
一.基本准备
它是免费的,你可以从它们的主站上下载API等文件.之后,你需要添加头文件和库文件,如下(C/C++):

  • fmodvc.lib 用于 Microsoft Visual C++ 和 Codewarrior

  • fmodbc.lib 用于 Borland

  • fmodwc.lib 用于 Watcom

  • fmodcc.lib 用于 LCC-Win32

  • libfmod.a 用于 MingW and CygWin

  • fmod-3-7.lib 用于 GCC

本文地址:https://codercto.com/soft/d/14609.html

Deep Learning

Deep Learning

Ian Goodfellow、Yoshua Bengio、Aaron Courville / The MIT Press / 2016-11-11 / USD 72.00

"Written by three experts in the field, Deep Learning is the only comprehensive book on the subject." -- Elon Musk, co-chair of OpenAI; co-founder and CEO of Tesla and SpaceX Deep learning is a for......一起来看看 《Deep Learning》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换