Results 3 issues of andy

In the class Mfcc.cpp, you have this function "calculate()", 32 std::vector Mfcc::calculate(const SignalSource &source, 33 std::size_t numFeatures) 34 { 35 auto spectrum = m_fft->fft(source.toArray()); 36 37 Aquila::MelFilterBank bank(source.getSampleFrequency(), m_inputSize); 38...

This fails: `abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghij` If you keep typing the alphabet it will keep failing, but then start working again at this point: `abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrsyuvwxyzabcdefghij` So between those to lengths, the barcode generator...

I posted this [question](https://stackoverflow.com/questions/66096141/gtk-sharp-synchronization-context-doesnt-seem-to-exist-breaking-async-await-by) on Stack Overflow a while ago, and nobody responded -- so I decided I am going to go right to the source because I am very...