An example of a string sound synthesized using the Karplus Strong algorithm:
https://en.wikipedia.org/wiki/Karplus%E2%80%93Strong_string_synthesis
Random noise is cycled at 325Hz, and fed back into itself, with a simple filter …
March 29th, 2016
Example of producing a beat frequency - Two seconds of 110hz tone, followed by two seconds of 118hz, to form an 8hz beat frequency.
Sound generated using the …
March 29th, 2016
Example of how the four major waveforms sound compared to eachother.
Warning: loud! This is full amplitude, so sawtooth and square in particular will appear louder than your …
November 15th, 2015
Example of a simple sine wave that is timed by limiting the number of samples.
Sound generated using the go-sound golang programming library:
https://github.com/padster/go-sound
as part of the …
November 15th, 2015
Example of playing two tones at the same time by adding their samples.
Sound generated using the go-sound golang programming library:
https://github.com/padster/go-sound
as part of the demonstration program: …
November 15th, 2015
Example of a sound at four levels of amplification: 0.0, 0.5, 1.0, 1.5
Includes clipping at the 1.5 level.
Sound generated using the go-sound golang programming library:
https://github.com/padster/go-sound …
November 15th, 2015
Example of a few sounds, first without ADSR envelope, then with.
Sound generated using the go-sound golang programming library:
https://github.com/padster/go-sound
as part of the demonstration program:
https://github.com/padster/go-sound/blob/master/runthrough.go
November 15th, 2015
Example of how notes are added in series by appending their samples
Sound generated using the go-sound golang programming library:
https://github.com/padster/go-sound
as part of the demonstration program:
https://github.com/padster/go-sound/blob/master/runthrough.go
November 15th, 2015