Skip to content

Commit

Permalink
Add descriptors for new types
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jan 12, 2025
1 parent 336b480 commit c01f23d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ MIXED_EXPORT char *mixed_type_string(int code){
return "error";
case MIXED_RESAMPLE_TYPE_ENUM:
return "resample type";
case MIXED_CHANNEL_T:
return "channel count";
case MIXED_DECIBEL_T:
return "volume (dB)";
case MIXED_DURATION_T:
return "duration (s)";
default:
return "unknown";
}
Expand Down

0 comments on commit c01f23d

Please sign in to comment.