Audiere 64 bit MSVC 2005 development binaries

I needed a Windows 64 bit development version of the audio library Audiere but couldn’t find any precompiled binaries for x64, so I’m posting them here for any future googlers.

http://www.codedojo.com/files/audiere-1.9.4-win32_win64_msvc2005.zip

Why did I need Audiere?  Well, I had switched the Growtopia 64 bit client to use SDL2_mixer and immediately had a rash of complaints from poor audio mixing to no audio at all.

Tried various bit rates, buffer sizes, and driver settings (directsound, etc) , still had weird “drunk” timings and distortion when mixing 4+ sounds.  I got it to the point of “not that bad, on my computer at least” but many players still had major problems.  So back to Audiere we go!

Versions used:

audiere: 1.9.4 (?) forked from Chad Austin’s Audiere on github
flac: 1.3.1
libogg: 1.3.2
libvorbis: 1.3.5

Note:  The 64 bit binaries are missing mod/xm support as I didn’t need them for my project and was too lazy to find and include the Dumb source.

If you’d like an easy way to compile your own 32/64 bit version for MSVC2005, I’ve thrown the entire thing including supporting libraries on github so you can build from source in a single MSVC 2005 solution in Audiere/vc8/audiere.sln:

audiere_solution

Github: https://github.com/SethRobinson/Audiere

One thought on “Audiere 64 bit MSVC 2005 development binaries

  1. Vectrotek

    Fantastic!
    All we need is for you to include dumb for MOD etc support!
    Thanks so much!
    I now have Effects and Streams which are very useful!

Leave a Reply

Your email address will not be published. Required fields are marked *