Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Background Music and Sound effects   Message List  
Reply | Forward Message #14794 of 15019 |
Re: [gbadev] Background Music and Sound effects

Its been a long while since I was involved with GBa but I know the
principals of these.

Since you said you used both soundchannels, well those 2 are both used for
stereosounds, one channel for each ear. The trick is to write software which
combines all the sounds so it can fit into one stream, wich is basically
taking the strings of sounddata and adding each variable of each soundsample
in their own seperate new string and then devide it by the number of strings
used.

Background music is usually given in the MOD form, which is taking small
soundsamples and then adapted to new tones through the program and thus
making the music, basically like midi only the samples are not govorned by
the soundchip (or samples in the program itself) but by the samples in the
MOD file.
----- Original Message -----
From: "Palamon 3" <palamon_3@...>
To: <gbadev@yahoogroups.com>
Sent: Wednesday, September 29, 2004 5:57 AM
Subject: [gbadev] Background Music and Sound effects


>
> I've been trying to learn how to incorporate music and
> sound effects into my game.
>
> I've figured out how to play Direct Sounds thanks to
> various websites and all and I've gotten it to work to
> the level that I need it to be for sound effects.
>
> I've also learned how to incorporate Sounds 1-4 using
> software and tutorials from boyscout.
>
> However I haven't had much luck playing both at the
> same time. When I do, the direct sound makes a
> crackling sound or a brief pause of silence.
>
> I've gotten two direct sounds to play at the same time
> using the two direct sound channels and as much as I
> would love to make one of those channels be just for
> background music, the background music file is just
> too big so unless there is a trick, my BG music will
> just have to be composed with boyscout.
>
> So how do you all nicely incorporate sound effects and
> background music into your projects?
>
> I don't know any assembly so I would really appreciate
> it if you all gave answers for C/C++
>
> Thanks
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail is new and improved - Check it out!
> http://promotions.yahoo.com/new_mail
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>






Wed Sep 29, 2004 10:47 am

daikath
Online Now Online Now
Send Email Send Email

Forward
Message #14794 of 15019 |
Expand Messages Author Sort by Date

I've been trying to learn how to incorporate music and sound effects into my game. I've figured out how to play Direct Sounds thanks to various websites and...
Palamon 3
palamon_3
Offline Send Email
Sep 29, 2004
8:17 am

Its been a long while since I was involved with GBa but I know the principals of these. Since you said you used both soundchannels, well those 2 are both used...
Win Schutten
daikath
Online Now Send Email
Sep 29, 2004
10:53 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help