aboutsummaryrefslogtreecommitdiff
path: root/audio/clunk
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2.130Dmitry Marakasov2011-09-245-90/+9
| | | | Notes: svn path=/head/; revision=282307
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* The CLUNK C++ library provides support for real-time 3D soundDmitry Marakasov2010-04-136-0/+144
generation. It puts virtually no limitations on the developer; people who is experienced on working with other solutions (such as SDL_Mixer or Creative OpenAL) will respect this advantage. The library supports mixing of any number of sound channels and any number of objects that have sounds connected to them. The SDL library is used for sound output. The project is currently at beta testing stage, preparing to the first release. WWW: http://media.netive.ru/clunk/ Notes: svn path=/head/; revision=252624