Chip Audette
0ac8f28236
GUI: add line feed
8 years ago
Chip Audette
4bd5165e57
GUI: add setup(), loop() to export. tweak wndow size.
8 years ago
Chip Audette
837d347f6d
GUI: js mods to export AudioConnection_F32 and include OpenAudio library
8 years ago
Chip Audette
9755f6cbdc
GUI: add docs for 3206
8 years ago
Chip Audette
342b42aa10
GUI: begin adding per-node HTML docs
8 years ago
Chip Audette
44057d28ea
Adding GUI to docs
8 years ago
Chip Audette
409fdd38ba
Update Blocks with GUI directive for ins and outs
8 years ago
Chip Audette
d6ac1238a9
More F32! I2S in and out and Synth Sine
8 years ago
Chip Audette
ce0032dd78
TLV320: tweaks to library
8 years ago
Chip Audette
df03165997
Keywords: reformat. add a couple
8 years ago
Chip Audette
770ad2240b
Add Control_TLV for Teensy Audio Board!
8 years ago
Chip Audette
77b19f86b5
IIR Filter: remove unneeded variable
8 years ago
Chip Audette
a01405ca0f
Add FIR and IIR to OpenAudio library header
8 years ago
Chip Audette
d94a52115c
AudioStream_F32: remove const on length and fs_Hz
8 years ago
Chip Audette
c1c7241b9b
AudioConvert_F32: adjusting how conversion is done
8 years ago
Chip Audette
96202a55fe
Updating keywords.txt
8 years ago
Chip Audette
5f10adb37c
Adding AudioFilterIIR_F32.h (not well tested!)
8 years ago
Chip Audette
318d5a5e8e
Adding AudioFilterFIR_F32
8 years ago
Chip Audette
df7988129c
AudioStream_F32: partly enable diff block size
8 years ago
Chip Audette
aae97dc956
Compressor: move pow10 and log10_approx into the class
8 years ago
Chip Audette
59d474693a
AudioEffectGain: remove unneeded file
8 years ago
Chip Audette
f8bc5a38f5
Compressor: faster! via POW10 and LOG10 substitutions
8 years ago
Chip Audette
561d783e54
Compressor: enable user to set HP coefficients
8 years ago
Chip Audette
163877b76c
Compressor: clarify and expand comments
8 years ago
Chip Audette
21fe4b37dc
Merge pull request #3 from patrick-radius/OscillatorF32
...
Added an oscillator in float format
8 years ago
patrick-radius
03c5e4c846
Added an oscillator in float format
8 years ago
Chip Audette
c578607557
Compressor: add level-detector before the gain calc
8 years ago
Chip Audette
d7dc90a7fc
AudioEffectCompressor: add #ifndef around whole thing...I forgot!
8 years ago
Chip Audette
2e6a2c8551
Clarifying header on AudioEffectGain_F32
8 years ago
Chip Audette
8cde87e743
Readme: reference AudioMixer4 and AudioMultiply.
8 years ago
Chip Audette
4bbb35bed1
Add examples for Mixer (MixStereoToMono_Float)
8 years ago
Chip Audette
538931c9a9
Add AudioMultiply and AudioMixer to lib header and to keywords
8 years ago
Chip Audette
5e0cc472fd
Merge pull request #1 from patrick-radius/mixer
...
Added mixer in float format
8 years ago
Chip Audette
2f3cb540ce
Merge pull request #2 from patrick-radius/multiply
...
Added a multiply in float format
8 years ago
patrick-radius
dac6bf4ad4
Added license block and remove arbitrary limits. Added array lowerbound check
8 years ago
Patrick Radius
0476e187a3
Update AudioMultiply_F32.h
...
Oops, forgot to edit the title in the comment.
Also added guard block so there will be no problem including it in multiple places (i guess all .h files should have this)
8 years ago
Patrick Radius
211ee7a7a3
Added license header
8 years ago
patrick-radius
216a6667fe
Added float audio multiply
8 years ago
patrick-radius
f9a0e09cf9
Added mixer
8 years ago
Chip Audette
5c6bd90446
Add AudioEffectCompressor plus example
8 years ago
Chip Audette
d9c788fc79
Examples: AudioEffectMine: clarify how audio is returned
8 years ago
Chip Audette
1742b08255
Examples: Adding AudioEffectMine
8 years ago
Chip Audette
d0bfbf797b
AudioStream_F32: add memory usage macros for f32 memory
8 years ago
Chip Audette
93f398b1fc
Adding first keywords.txt
8 years ago
Chip Audette
0418e490b8
BasicGain: improve comments and formatting of comments
8 years ago
Chip Audette
d00c7a3d4a
Readme: add comment about arm_math.h
8 years ago
Chip Audette
1711468630
First content in readme.md
8 years ago
Chip Audette
595ba0744e
Adding SGTL5000_Extended.h
8 years ago
Chip Audette
85a0271afc
AudioConvert: comment to CMSIS conversion instead
8 years ago
Chip Audette
97b5cb96f6
AudioEffectGain: tweak comments
8 years ago