Bugzilla – Bug 2500
"EQ XML to TXT Converter" fails on CRLF line endings
Last modified: 2020-08-05 12:55:55 UTC
Several of the curves provided on the Audacity wiki use CRLF rather than LF. This causes "EQ XML to TXT Converter" to fail. Tested on Linux and macOS. This may not be a problem on Windows, I've not tested.
Created attachment 1000 [details] Updated plug-in This fixes it on Linux. Not yet tested on Mac or Windows.
Fixed at https://github.com/audacity/audacity/commit/e7fd679 I think it is adequate to just test on Windows and Mac. On Mac, it should fix the bug. The bug did not appear on Windows, so the plug-in should still work.
Re comment #2 I want it tested on all platforms before closing. So I added flag must-tes-all-os
(In reply to James Crook from comment #3) As we have so few testers on Linux, would you test it on Linux James please.
(In reply to Steve Daulton from comment #2) Testing on W10 with Audacity 3.0.0 e7fd679 I can successfully use the converter and I can import and use the curves that get downloaded.
(In reply to Steve Daulton from comment #2) Testing on macOS 10.15.5 Catalina with Audacity 3.0.0 e7fd679 I can successfully use the converter and I can import and use the curves that get downloaded.
Tested on Linux too. Works fine. RESOLVED FIXED