mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
Add M4A import support using MP4V2 and faad.
This commit is contained in:
@@ -70,6 +70,8 @@ class RDAudioConvert : public QObject
|
||||
RDWaveFile *wave);
|
||||
RDAudioConvert::ErrorCode Stage1Mpeg(const QString &dstfile,
|
||||
RDWaveFile *wave);
|
||||
RDAudioConvert::ErrorCode Stage1M4A(const QString &dstfile,
|
||||
RDWaveFile *wave);
|
||||
RDAudioConvert::ErrorCode Stage1SndFile(const QString &dstfile,
|
||||
SNDFILE *sf_src,
|
||||
SF_INFO *sf_src_info);
|
||||
|
||||
Reference in New Issue
Block a user