Skip to content

Commit

Permalink
Fixed wrong format
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Dec 1, 2023
1 parent 936b7db commit 6efae79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soh/soh/resource/type/AudioSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ namespace LUS {

enum class AudioFormat {
WAV = 0,
MP3 = 2,
FLAC = 3
MP3 = 1,
FLAC = 2
};

typedef struct {
Expand Down

0 comments on commit 6efae79

Please sign in to comment.