MixHelpers: added isSilent()
A simple function for testing whether a given sample buffer is silent. Maybe we have to adjust/lower the threshold.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
namespace MixHelpers
|
||||
{
|
||||
|
||||
bool isSilent( const sampleFrame* src, int frames );
|
||||
|
||||
/*! \brief Add samples from src to dst */
|
||||
void add( sampleFrame* dst, const sampleFrame* src, int frames );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user