Merge Aether tools
This commit is contained in:
8
tools/mpeg/audio/Mode.hx
Normal file
8
tools/mpeg/audio/Mode.hx
Normal file
@@ -0,0 +1,8 @@
|
||||
package mpeg.audio;
|
||||
|
||||
enum Mode {
|
||||
Stereo;
|
||||
JointStereo;
|
||||
DualChannel;
|
||||
SingleChannel;
|
||||
}
|
||||
Reference in New Issue
Block a user