Package Details: sbagen 1.4.5-8

Git Clone URL: https://aur.archlinux.org/sbagen.git (read-only, click to copy)
Package Base: sbagen
Description: A binural brainwave generator
Upstream URL: http://uazu.net/sbagen
Licenses: GPL
Submitter: prurigro
Maintainer: prurigro
Last Packager: prurigro
Votes: 25
Popularity: 0.000000
First Submitted: 2008-04-27 23:34 (UTC)
Last Updated: 2022-06-03 04:41 (UTC)

Latest Comments

« First ‹ Previous 1 2

<deleted-account> commented on 2013-07-09 02:34 (UTC)

I had trouble getting soundfile support working. Changing "gcc -DT_LINUX -Wall -O3 -s -lm -lpthread -lmad -lvorbis sbagen.c -o sbagen" to "gcc -DT_LINUX -DMP3_DECODE -Wall -O3 -s -lm -lpthread -lmad -lvorbis sbagen.c -o sbagen" gets MP3 support working, but defining OGG_DECODE leads to compilation errors

prurigro commented on 2010-10-18 12:08 (UTC)

Revision 5 has been released to include the rhybag utility -> http://uazu.net/sbagen/rhybag.txt

prurigro commented on 2010-10-18 10:05 (UTC)

Sorry for the wait, I fell a bit behind on projects during the summer and am just catching up with things now. The latest revision includes the fixes by AerialX and veox (thanks to both of you!) Since AerialX's change worked on i686, I made this the default for both archs; if anyone experiences any problems however, try commenting out "gcc -DT_LINUX -Wall -O3 -s -lm -lpthread -lmad -lvorbis sbagen.c -o sbagen || return 1" and uncommenting "sh mk || return 1" to see if it fixes things, and let me know if it does!

veox commented on 2010-09-02 21:25 (UTC)

Also, line 19 contains a typo: it should have '||', not '|'.

sputnick commented on 2010-08-10 22:58 (UTC)

please update your PKGBUILD, can't compile on x86_64 like AerialX in june

<deleted-account> commented on 2010-06-13 06:19 (UTC)

I found that it wouldn't compile on x86_64 at all, but changing the "sh mk" line in the PKGBUILD instead to the following helped: gcc -DT_LINUX -Wall -O3 -s -lm -lpthread -lmad -lvorbis sbagen.c -o sbagen || return 1 This way it doesn't use the precompiled 32-bit mad/vorbis included in the source, and thus can just depend on Arch's libmad and libvorbis packages instead. The program works fine here when linked against the current mad/vorbis packages.

prurigro commented on 2010-04-08 11:05 (UTC)

I corrected a typo in the arch field for x86_64 users without updating the revision or version number- pointed out by @dennyhalim