Default WAV 24-bit extension is .AIFF

Feedback and Reviews for Audacity 2.x
Forum rules
This board is ONLY for general feedback and discussion about Audacity 2.X.

If you require help, or think you have found a "bug", please post on the forum board relevant to your operating system.
Windows
Mac OS X
GNU/Linux and Unix-like
waxcylinder
Forum Staff
Posts: 14574
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Default WAV 24-bit extension is .AIFF

Post by waxcylinder » Mon Feb 26, 2018 1:03 pm

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
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

ppw1
Posts: 34
Joined: Tue Jun 25, 2013 4:55 pm
Operating System: Windows 10

Re: Default WAV 24-bit extension is .AIFF

Post by ppw1 » Fri Mar 22, 2019 10:06 pm

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.

steve
Site Admin
Posts: 80677
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Default WAV 24-bit extension is .AIFF

Post by steve » Sat Mar 23, 2019 10:56 am

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.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply