Audio wavefrom creation
Oldbitcollector (Jeff)
Posts: 8,091
Outside of the audio chapter in the Hydra book, or the HSS project has
anyone done anything with audio waveforms which I could study?
I'm in desperate need of a break from the book, and want to work
on a sound project. I've got a pretty good handle on square wave
generation, but suspect I'll need to read up on PWM for generating
sawtooth, triangle, etc.
I would be nice to have an "open" driver for sound. Maybe
something that is kin to the PropGFX for audio. [noparse]:)[/noparse]
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with a Propeller Protoboard?
Check out: Introduction to the Proboard & Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
anyone done anything with audio waveforms which I could study?
I'm in desperate need of a break from the book, and want to work
on a sound project. I've got a pretty good handle on square wave
generation, but suspect I'll need to read up on PWM for generating
sawtooth, triangle, etc.
I would be nice to have an "open" driver for sound. Maybe
something that is kin to the PropGFX for audio. [noparse]:)[/noparse]
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with a Propeller Protoboard?
Check out: Introduction to the Proboard & Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
Comments
http://forums.parallax.com/showthread.php?p=688553
www.geocities.com/leon_heller/minidds.html
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
Sawtooth:
10000000 11000000 11100000 11110000 11111000 11111100 11111110 11111111 repeat
Triangle:
11110000 11111000 11111100 11111110 11111111 11111110 11111100 11111000
11110000 1110000 11000000 1000000 0000000 10000000 11000000 11100000 repeat
This illustration is based entirely on my own imagination, so don't worry if it makes no sense.
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with a Propeller Protoboard?
Check out: Introduction to the Proboard & Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS