summaryrefslogtreecommitdiffstats
path: root/misc/drg2sbg/README
diff options
context:
space:
mode:
author Ruan K. F <ruan.klein@gmail.com>2015-01-22 06:31:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-22 06:34:21 +0700
commitb3e77bae26666f130de563180266ec376757acb4 (patch)
treedc692daca71a4e57bb4f1484eb4d4620a1e438f6 /misc/drg2sbg/README
parent9d86666900f48438411aededdaa483ee8f12c595 (diff)
downloadslackbuilds-b3e77bae26666f130de563180266ec376757acb4.tar.gz
slackbuilds-b3e77bae26666f130de563180266ec376757acb4.tar.xz
misc/drg2sbg: Added (convert I-Doser files to SBaGen scripts).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/drg2sbg/README')
-rw-r--r--misc/drg2sbg/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/drg2sbg/README b/misc/drg2sbg/README
new file mode 100644
index 0000000000..52508529e2
--- /dev/null
+++ b/misc/drg2sbg/README
@@ -0,0 +1,15 @@
+This program converts the .drg proprietary file format into the open source SBaGen format.
+
+I-Doser is a company that produces Binaural brainwaves to simulate different states.
+
+The problem is that they don't provide a doser application for Linux, and their mp3 collection is limited,
+with this program you can convert the .drg file to an .sbg and then using SBaGen (an open source application
+that they use as main engine to generate the tones) you can convert it to wav and (if desired) to mp3 or similar.
+
+This project will never be possible without the help of "The Unofficial I-Doser Blog" and their steAlth's DRG Author
+by konstAnt and khAttAm to tell the truth this is a rip off stripped version of konstAnt and KhAttAm steAlth's DRG Author.
+They did all the work with the .drg files, I just port some parts of it to C.
+
+Optional dependencies :
+ * sbagen (to play and/or convert sbg files to WAV);
+ * lame (to convert WAV files to MP3).