XGS PIC 16-Bit piano sound demo
Loading...
4,120
Loading...
Uploader Comments (XGSDEV)
see all
All Comments (9)
-
please i need anything that can help me doing this project using pic16f877
could you please give me the source code of your project !! in .asm please
or any tutorials that can show me exactly how to generate tone using pic16
-
WTF!!!!!!!
-
only one sound channel?
-
I wonder if Mario can play Mozart?
-
Im pretty sure the genesis only use FM sound and support one PCM channel.
-
In a 16-bit PIC, is it possible to make Genesis-quality sound? I'd like to see DMA samples a la Amiga/Super Nintendo.
Square waves... music to my ears...
-
piano sound?
Loading...
Sound is made purely with software, this simple demo just generated a square wave tone. A proper sound engine would use PWM and mix together 4-8 channels. You would need to write this in assembly language of course.
XGSDEV 10 months ago
Yes, absolutely, someone just needs to write a driver. The A/D is there, PWM hardware, its as simple as playing the samples from the SD or flash out the PWM'ed A/D to speaker. About a good weekend of work --
XGSDEV 2 years ago