mirror of
https://github.com/blueskythlikesclouds/SonicAudioTools.git
synced 2024-11-12 01:20:46 +01:00
Add OPUS & M4A encode types. (#14)
* Add OPUS encode type.
Uses a fake extension, but all the encoding and decoding software use this extension anyway so might as well.
* Add M4A encode type.
479117fbc2/src/meta/awb.c (L124)
This commit is contained in:
parent
f42da23e0e
commit
a0a46150cb
@ -404,20 +404,24 @@ namespace AcbEditor
|
||||
return ".dsadpcm";
|
||||
case 6:
|
||||
return ".hcamx";
|
||||
case 10:
|
||||
case 7:
|
||||
case 10:
|
||||
return ".vag";
|
||||
case 8:
|
||||
return ".at3";
|
||||
case 9:
|
||||
return ".bcwav";
|
||||
case 18:
|
||||
case 11:
|
||||
case 18:
|
||||
return ".at9";
|
||||
case 12:
|
||||
return ".xma";
|
||||
case 13:
|
||||
return ".dsp";
|
||||
case 19:
|
||||
return ".m4a";
|
||||
case 24:
|
||||
return ".lopus";
|
||||
default:
|
||||
return ".bin";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user