daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
9 stars 0 forks source link

Jam rest of docs #138

Closed Jambls closed 1 year ago

Jambls commented 1 year ago

closes #102 #103

MHCooke commented 1 year ago

Can we get something on the home page?

MHCooke commented 1 year ago

There is a typo in Mixer.sum() for the return param

MHCooke commented 1 year ago

In alsa_out.hh the constructor tmoutput param should be:

Time in milliseconds the thread will wait before exiting if no data is provided.

Amplifier has the same typo in the same place

MHCooke commented 1 year ago

Amplifier::amplify() is missing the @return description

MHCooke commented 1 year ago

RMS constructor. num samples is repeated