Page 2 of 2
Re: Default WAV 24-bit extension is .AIFF
Posted: Mon Feb 26, 2018 1:03 pm
by waxcylinder
ppw1 wrote:Well, since I'm here, I may as well write up a list of correct header-extension matches for future reference
Thanks for that ppw1 - I added that list to the bug thread:
http://bugzilla.audacityteam.org/show_b ... id=1355#c6
Peter
Re: Default WAV 24-bit extension is .AIFF
Posted: Fri Mar 22, 2019 10:06 pm
by ppw1
James Crook 2018-08-06 11:08:34 EDT
After some further research, it's a limitation of wxWidgets, that you cannot get at the wxFileDialog filename to change it, at least not from wxWidgets.
I have added some code that spots that the extension has changed, but there is no way to hook that in to changing the filename.
https://github.com/JamesCrook/audacity/ ... 4f3ef13302
So what could we do?
1. Wait for wxWidgets to provide a way to change the filename programmatically OR
2. Re-Write the wxFileDialog ourselves (not going to happen). OR
3. Rejig our 'Other uncompressed files' Exporter so that all its header options are separately in the FileDialog Type drop down, and 'Other Uncompressed files' disappears as a separate option. That's a major rejig and beyond the scope of this bug.
So all in all that makes this a WONTFIX.
Thanks! /s
I just want to point that this
used to work, i.e.
the functionality was there, fully functional and bug-free.
Re: Default WAV 24-bit extension is .AIFF
Posted: Sat Mar 23, 2019 10:56 am
by steve
ppw1 wrote: ↑Fri Mar 22, 2019 10:06 pm
I just want to point that this used to work
Perhaps that was with wxWidgets 2.8 (now obsolete). Audacity now uses wxWidgets 3.1, which has major differences to the 2.x series. The update was essential in order to support newer versions of Windows and macOS.