This is a small post just to let you know that I released a new version of drg2sbg, drg2sbg is a program based on Stealth’s DRG Author tool. It provides a way to convert drg files (from i-doser.com) into sbg files than can be played with open source software sbagen and converted to .wav and/or any format you may like.
You should be aware that binaural beats needs full stereo channels, so if you plan to make an mp3 out of the wav (provided by sbagen) please make sure you are not using any joint-stereo or similar features. I recommend you to convert the wavs to mp3 only after you have achieved 100% success rate with wavs.
Without further ado here is the link: http://code.google.com/p/drg2sbg/
… time to finish my vodka and lime… and get some sleep, I just love weekends!

Hello! i’m very interested in this application and I’m trying to install it on OSX. But while executing ./configure i keep getting the following error:
configure: error: lib ssl not found
On the terminal I’m quite a noob, so could you please lend me a hand?
you can contact me by email, j dot wolken at gmail dot com, and I’ll give you all the details.
Thank you in advance!!
You have to install the libssl-dev package, or build from source the openssl libraries from http://www.openssl.org.
Regards
Hey, thanks for writing this code.
Can you tell us the arguments to pass to openssl’s command line binary… if we want to use that instead of the openssl libraries?
Gracias!
Hello Anonymoussl,
The truth is I don’t know, you will have to break the .drg file, since it’s a concatenated base64 encoded, the delimiter is @ so you first have to split that, then base64 decode it.
Then you will end up with rc4 encoded, please noticed that I only use libssl for base64 decoding, for the rc4 I only have the permutation and not the key… (please check: http://en.wikipedia.org/wiki/RC4) and as far as I know, rc4 decoding with openssl is not possible without the key… but I may be wrong
Good Luck
I am interested in this software to convert drg to sbg.
But i am not too knowlegeable in programming.
Do you have program for window users like me who are not familiar with programing? So that we install and run it ?
thanks
Hello indy,
I think you should try this link: http://theidoserblog.blogspot.com/2008/01/stealths-drg-author-by-konstant-and.html
It’s a visual basic program that should run on your windows box without problems.
Good luck
Hello,
I’m taking with the drg2sbg,
when I try to convert drg, the program returns the following error:
“ERROR: could not convert argument 3Error decoding drg file”
…
Hello,
I just sent you an email… (hope you introduced your real address…) if not let me know…
Sent the e-mail response…
But this error, occurs due to a modified DRG (probably by DRG Author).
With the original files, this does not happen.
Hello,
I downloaded the latest version (1.2.11), and the error continues…
That would be a “system” anti-piracy?
Hi. I’m the author of steAlth’s DRG Author. Now, I have an online converter for this which converts to sbg irrespective of operating system and version. No compilation/installation required.
Head over to http://www.khattam.info/drg2sbg to use it.