Remove redundant namespaces
This commit is contained in:
parent
0b4c3fcae0
commit
acf4f00b9d
1 changed files with 2 additions and 2 deletions
|
|
@ -252,9 +252,9 @@ private:
|
|||
* @param indices the integral parts of the source positions
|
||||
* @param coeffs the fractional parts of the source positions
|
||||
*/
|
||||
template <sfz::InterpolatorModel M>
|
||||
template <InterpolatorModel M>
|
||||
static void fillInterpolated(
|
||||
const sfz::AudioSpan<const float>& source, sfz::AudioSpan<float>& dest,
|
||||
const AudioSpan<const float>& source, AudioSpan<float>& dest,
|
||||
absl::Span<const int> indices, absl::Span<const float> coeffs);
|
||||
|
||||
void amplitudeEnvelope(absl::Span<float> modulationSpan) noexcept;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue