Last week I received quite an unusual bug report for
irrKlang, the audio library I wrote. It started like this:
subject: My voice in irrklangI was checking out irrKlang for use in a project I'm working on [...] |
OK, looks like this is about a bug with the audio recording functionality. Let's read on.
[...] I ran the CSharp.01.HelloWorld.exe program and was disoriented when my voice started to play [...] Eventually I realized it was [the music file included in the SDK named] "getout.ogg" |
Woha. Wait. What? He hasn't been using anything of the engine yet, and only started the HelloWorld example which simply plays an example ogg file, but was hearing himself singing?! WTF.
It turned out that the bug reporter is the singer/musican known as
bradsucks and that the irrKlang
example in the SDK is using one of his songs as example audio file which has been remixed and published under a CC license by someone else. :)
So this was quite a funny surprise for him as well as for me. :) Brad is writing about the development of his audio player software on his
blog, btw.