Skip to content

Commit

Permalink
AudioFFTBase
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Dec 14, 2022
1 parent d35817f commit 267455d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioLibs/AudioFFT.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class AudioFFTBase : public AudioPrint {
result[j]=tmp;
}
}
return false;
return true;
}

void writeStrideBuffer(uint8_t* buffer, size_t len){
Expand Down

0 comments on commit 267455d

Please sign in to comment.