Added license header

pull/2/head
Patrick Radius 7 years ago committed by GitHub
parent 216a6667fe
commit 211ee7a7a3
  1. 12
      AudioMultiply_F32.h

@ -1,3 +1,15 @@
/*
* AudioEffectsGain
*
* Created: Patrick Radius, December 2016
* Purpose: Multiply two channels of audio data. Can be used for example as 'vca' or amplitude modulation.
* Assumes floating-point data.
*
* This processes a single stream fo audio data (ie, it is mono)
*
* MIT License. use at your own risk.
*/
#include <arm_math.h>
#include <AudioStream_F32.h>

Loading…
Cancel
Save