*
* *
*
scene.org
Log in:
login for 1 year
No account? register here

Scene.org is hosted and supported by:
Scene.org is sponsored by:
* forum - #coders

*
Topic:  me want small sound
* Posted by xernobyl Wednesday 10 August 2005 - 3:53 
Hi.
I'm trying to do a 4kb demo, and I would like to add at least a stupid beep to it. What's a smalest way or simplest way to get sound?
BTW, using windows.

* Posted by kusma Thursday 25 August 2005 - 19:19 
Beep(1000, 1000); ? :)

more seriously, this is one of the smallest ways i'm using.

http://www.demoscene.no/kusma/sound4k.cpp

* Posted by makc Wednesday 16 November 2005 - 13:29 
...and you can use this code as a hint on how to build a simple softsynth: create the wav that way and then fill it with your own blips and blops (:

[Post edited by makc on Wednesday 16 November 2005 - 13:30]


*