Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Waveform Generation #10

Open
rob-luke opened this issue Aug 16, 2016 · 2 comments
Open

Waveform Generation #10

rob-luke opened this issue Aug 16, 2016 · 2 comments

Comments

@rob-luke
Copy link
Member

Is anyone interested in a package for generating common waveforms? Im thinking of something similar to MATLAB.

Or does this functionality already exist somewhere else? I figured this isn't overly complicated, but something we probably all have our own snippets for.

@gummif
Copy link
Member

gummif commented Aug 16, 2016

I made some not so elegant code a while back in https://github.com/gummif/Musical.jl/blob/master/src/synth.jl#L47
A submodule in DSP or a package with a nice API will probably be used by many.

@ssfrr
Copy link

ssfrr commented Aug 17, 2016

I've currently got a SinSource that conforms to the SampleSource API, so you can read from it either a number of samples or number of seconds, e.g. read(src, 1024) or read(src, 100ms). I've found it to be a pretty handy API for generating an arbitrary amount of waveform data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants