index
:
specgram.git
master
Small program that computes and plots spectrograms, either in a live window or to disk, with support for stdin input.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-22
Make argv const.
Vasile Vilvoiu
2021-07-21
Added header file comments for classes and methods.
Vasile Vilvoiu
2021-07-21
Implement unit tests.
Vasile Vilvoiu
2021-07-21
Checks in base InputReader class.
Vasile Vilvoiu
2021-07-21
Input parser template instantiation.
Vasile Vilvoiu
2021-07-20
Revert "Change M_PI to std::numbers::pi."
Vasile Vilvoiu
2021-07-20
Change M_PI to std::numbers::pi.
Vasile Vilvoiu
2021-07-20
No window constructor for FFT.
Vasile Vilvoiu
2021-07-20
Fixed window function term computation.
Vasile Vilvoiu
2021-07-19
Move normalization from ValueMap to FFT class.
Vasile Vilvoiu
2021-07-19
ValueMap constructor sanity checks.
Vasile Vilvoiu
2021-07-17
Remove spdlog as a dependency.
Vasile Vilvoiu
2021-07-16
Fix typo in CHANGELOG.
Vasile Vilvoiu
2021-07-16
Increment version to 0.9.1
Vasile Vilvoiu
2021-07-16
Re-generate example images.
Vasile Vilvoiu
2021-07-16
Round very small values to zero in tick labels.
Vasile Vilvoiu
2021-07-16
Adaptive tick spacing, based on tick label width.
Vasile Vilvoiu
2021-07-16
Remove use of typeof() extension.
Vasile Vilvoiu
2021-07-16
Render texture onto window on each iteration.
Vasile Vilvoiu
2021-07-16
Fix branch on uninitialized value.
Vasile Vilvoiu
2021-07-16
Add support for arbitrary scales, with custom units.
Vasile Vilvoiu
2021-07-15
Support "-" for input/output files as stdin/stdout.
Vasile Vilvoiu
2021-07-15
Fix small typos in README file.
Vasile Vilvoiu
2021-07-15
Update e-mail address in copyright notices, README and manpage.
Vasile Vilvoiu
2020-12-29
Initial commit
Vasile Vilvoiu