Fix 8bit playback
Enable 24bit playback
Enable 32bit playback
Upmix mono to stereo
Set the sample format appropriately based upon the bits per channel in the format chunk instead of defaulting to 16 bits
Rename all header files with .h extension
Fix function declaration in HamlibTransceiver.h that overrode member function but was not marked override
Remove unused variable in Modulator.cpp
Remove unused files from source tree
Remove duplicate LazyFillComboBox files
Reformat codebase to LLVM C++ standard