mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +02:00
Merge remote-tracking branch 'gale/qt-extensions'
This commit is contained in:
commit
9f5406fb84
@ -6,9 +6,10 @@
|
|||||||
|
|
||||||
Joshua Haberman
|
Joshua Haberman
|
||||||
|
|
||||||
Handles importing MPEG-4 audio files, including AAC and Apple Lossless,
|
On OS X, handles import of MPEG-4 audio including AAC and Apple
|
||||||
on Mac OS X. Could be modified to support QuickTime importing on
|
Lossless, import of audio from MPEG-4 video files, and import of
|
||||||
Windows, too.
|
AIF(F)/AIFC files (AIF(F) might contain content libsndfile can't
|
||||||
|
handle). Could be modified to support QuickTime import on Windows.
|
||||||
|
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
@ -20,9 +21,13 @@
|
|||||||
|
|
||||||
static const wxChar *exts[] =
|
static const wxChar *exts[] =
|
||||||
{
|
{
|
||||||
|
wxT("aif"),
|
||||||
|
wxT("aifc"),
|
||||||
|
wxT("aiff"),
|
||||||
wxT("mov"),
|
wxT("mov"),
|
||||||
wxT("aac"),
|
wxT("aac"),
|
||||||
wxT("m4a")
|
wxT("m4a"),
|
||||||
|
wxT("mp4")
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef USE_QUICKTIME
|
#ifndef USE_QUICKTIME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user