Skip to content

Commit

Permalink
AT9 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
GMatrixGames committed Jul 9, 2023
1 parent 487e40a commit 8a72f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CUE4Parse
Submodule CUE4Parse updated 164 files
1 change: 1 addition & 0 deletions FModel/ViewModels/AudioPlayerViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ private bool ConvertIfNeeded()
case "adpcm":
case "opus":
case "wem":
case "at9":
{
if (TryConvert(out var wavFilePath) && !string.IsNullOrEmpty(wavFilePath))
{
Expand Down

0 comments on commit 8a72f29

Please sign in to comment.