Skip to content

Improve DSP measurement accuracy - #28

Merged
CryptoJones merged 1 commit into
mainfrom
release/dsp-measurement-3.6.1
Jul 9, 2026
Merged

Improve DSP measurement accuracy#28
CryptoJones merged 1 commit into
mainfrom
release/dsp-measurement-3.6.1

Conversation

@CryptoJones

Copy link
Copy Markdown
Owner

Summary

  • improve dominant pitch detection with harmonic stack scoring/refinement
  • fold chroma from FFT-bin power with semitone interpolation and key confidence gate
  • improve production metering with fractional band energy, octave-density balance, biquad band splits, and 4x intersample peak estimate
  • bump version to 3.6.1

Verification

  • /usr/bin/gcc -Wall -Wextra -Werror -O2 -std=c99 -o /tmp/test_prod tests/test_prod.c -lm
  • /tmp/test_prod
  • /usr/bin/gcc -Wall -Wextra -Werror -O2 -std=c99 -o /tmp/test_pitch tests/test_pitch.c -lm
  • /tmp/test_pitch
  • /usr/bin/gcc -Wall -Wextra -O2 -std=c99 -o /tmp/test_lufs tests/test_lufs.c -lm
  • /tmp/test_lufs
  • /usr/bin/gcc -Wall -Wextra -shared -fPIC -O2 -DMODULE_STRING="dixwaveform" -D__PLUGIN__ -I/usr/include/vlc/plugins -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE waveform.c -lvlccore -lm -o /tmp/libdixwaveform_plugin.so
  • git diff --check

Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/

@CryptoJones
CryptoJones merged commit 2cd6389 into main Jul 9, 2026
7 checks passed
@CryptoJones
CryptoJones deleted the release/dsp-measurement-3.6.1 branch July 9, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant