Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Speakers for Sound
#1
HEY GUYS!! hehe his topic is funny
:lol: I know there's a lot of people who get mad at you and say (NEVER EVER USE THE SPEAKERS) but.... in any case..

I want to upgrade my personal ranking status of a QB programmer from NEWBIE/INTERMEDIATE to ANNOYING NEWBIE/INTERMEDIATE

yeah, so is there a way to revert the sound that usually comes from the internal speakers to normal speakers? (I want to be as annoying as I can.... hehe)

if there is a program (or a way) help would be appreciated. Thanks... umm, I guess link me to a site if there is one.

-NOVA
ovaProgramming.

One night I had a dream where I was breaking balls. The next morning, BALLSBREAKER was born.

Quote: Excellent. Now you can have things without paying for them.

BALLSBREAKER 2
~-_-Status Report-_-~
Engine: 94%
Graphics: 95%
Sound: 100%
A Severe Error has crippled BB2 for the time being... I have to figure it out, but until then you won't see much of it Sad.
-----------------------------
Reply
#2
Just record a sound from the computers speaker and play it at different pitches thru the soundcard would be my solution....

But erm... what the point :???:
crapyard / Smile Cheerful Software
[Image: Cheerful.gif]


"All your base are belong to us"
Reply
#3
...a way to revert the sound that usually comes from the internal speakers to normal speakers? Yes, it's perfectly possible. But I don't see the point behind that...
img]http://usuarios.vtr.net/~disaster/sigs/annoyizer.php[/img]
Reply
#4
Some Sound Blasters have a PC speaker input onboard. You just run the wires from your mobo to the soundcard (instead of the pc speaker). Then you can control the volume via the SB, and the sound is sent to the line out.
Reply
#5
Somewhere in the ABC packets there is a file that plays QB PLAY commands thtough the SoundBlaster, if this is what you intended to do
http://www.allbasiccode.com/
Antoni
Reply
#6
Okay okay ppl... jeez.

There IS A reason:
Quote:I want to upgrade my personal ranking status of a QB programmer from NEWBIE/INTERMEDIATE to ANNOYING NEWBIE/INTERMEDIATE

Therefore... yeah....

well what I intend to do is....

Code:
CLS
N = 150
DO
PRESS$ = INKEY$
IF PRESS$ = "1" THEN N = N + 1
IF PRESS$ = "2" THEN N = N + 2
IF PRESS$ = "3" THEN N = N + 3
IF PRESS$ = "4" THEN N = N + 4
IF PRESS$ = "5" THEN N = N + 5
IF PRESS$ = "6" THEN N = N + 6
IF PRESS$ = "7" THEN N = N + 7
IF PRESS$ = "8" THEN N = N + 8
IF PRESS$ = "9" THEN N = N + 9
IF PRESS$ = "0" THEN N = N + 10
IF PRESS$ = "Q" THEN N = N - 1
IF PRESS$ = "W" THEN N = N - 2
IF PRESS$ = "E" THEN N = N - 3
IF PRESS$ = "R" THEN N = N - 4
IF PRESS$ = "T" THEN N = N - 5
IF PRESS$ = "Y" THEN N = N - 6
IF PRESS$ = "U" THEN N = N - 7
IF PRESS$ = "I" THEN N = N - 8
IF PRESS$ = "O" THEN N = N - 9
IF PRESS$ = "P" THEN N = N - 10
IF N < 37 THEN N = 37
SOUND N, .025
LOOP UNTIL PRESS$ = CHR$(13)

yeah...so... it works and all that but the PC speakers are horribly weak to be nearly as annoying as I would wish them to be, so if there is a way to reroute the PC internal 'beeper' speakers to the pc speakers that would be cool.



Quote:Somewhere in the ABC packets there is a file that plays QB PLAY commands thtough the SoundBlaster, if this is what you intended to do
http://www.allbasiccode.com/

thanks, antoni, I will try that a little bit later. If anyone else has like a direct link you can still post it cause I won't be able to check that link and look for the file for awhile, I have to go home before I can (I am at skool right now)

Thanks you's guys you's guys is the bestest!

-Nova
ovaProgramming.

One night I had a dream where I was breaking balls. The next morning, BALLSBREAKER was born.

Quote: Excellent. Now you can have things without paying for them.

BALLSBREAKER 2
~-_-Status Report-_-~
Engine: 94%
Graphics: 95%
Sound: 100%
A Severe Error has crippled BB2 for the time being... I have to figure it out, but until then you won't see much of it Sad.
-----------------------------
Reply
#7
ANTONI: I went and looked thru the site.......

Err, I don't really know what to look for #1...
#2, I don't want to download the entire packet... isn't there a to download a single file?!

umm, yeah. This computer that I am on's hard drive is only like 2 GB and it's my dad's so he gets pissed when I 'fill up his hard drive' so ... um. yeah.
ovaProgramming.

One night I had a dream where I was breaking balls. The next morning, BALLSBREAKER was born.

Quote: Excellent. Now you can have things without paying for them.

BALLSBREAKER 2
~-_-Status Report-_-~
Engine: 94%
Graphics: 95%
Sound: 100%
A Severe Error has crippled BB2 for the time being... I have to figure it out, but until then you won't see much of it Sad.
-----------------------------
Reply
#8
Check your e-mail
Antoni
Reply
#9
I checked my email... there's nothing in there from you or anyone else!
ovaProgramming.

One night I had a dream where I was breaking balls. The next morning, BALLSBREAKER was born.

Quote: Excellent. Now you can have things without paying for them.

BALLSBREAKER 2
~-_-Status Report-_-~
Engine: 94%
Graphics: 95%
Sound: 100%
A Severe Error has crippled BB2 for the time being... I have to figure it out, but until then you won't see much of it Sad.
-----------------------------
Reply
#10
Hello Hello Hello there is nothing in my email about this topic please re-send or something !!!
ovaProgramming.

One night I had a dream where I was breaking balls. The next morning, BALLSBREAKER was born.

Quote: Excellent. Now you can have things without paying for them.

BALLSBREAKER 2
~-_-Status Report-_-~
Engine: 94%
Graphics: 95%
Sound: 100%
A Severe Error has crippled BB2 for the time being... I have to figure it out, but until then you won't see much of it Sad.
-----------------------------
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)