You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix FLAC Direct downsampling to use proper sample rate configuration
- Add sample rate configuration field to store UI selection separately from format
- Update configuration dialog to save/load sample rate selection for FLAC formats
- Fix MainWindow to check sample rate config for FLAC Direct captures
- Now FLAC Direct with 20 MSPS selection uses Signed16BitHalf format (real downsampling)
- Now FLAC Direct with 10 MSPS selection uses Signed16BitQuarter format (real downsampling)
- Fixes issue where 20 MSPS FLAC captures produced wrong sample rate metadata
- Real-time downsampling now works correctly with FLAC Direct format
This addresses the core issue where FLAC Direct always captured at full 40 MSPS
regardless of UI sample rate selection, causing incorrect metadata in output files.
0 commit comments