rename the whole thing to baudmine >:-)

This commit is contained in:
2026-03-25 22:48:50 +01:00
parent dfe61b65e1
commit c526f00957
36 changed files with 88 additions and 88 deletions

View File

@@ -3,7 +3,7 @@
#include <cmath>
#include <algorithm>
namespace baudline {
namespace baudmine {
static double binToFreqHelper(int bin, double sampleRate, bool isIQ, int fftSize) {
if (isIQ) {
@@ -194,4 +194,4 @@ int Cursors::findLocalPeak(const std::vector<float>& spectrumDB,
return best;
}
} // namespace baudline
} // namespace baudmine