Skip to content

Commit

Permalink
feat: open wav audio files
Browse files Browse the repository at this point in the history
  • Loading branch information
godly-devotion committed Mar 24, 2024
1 parent 44a2ea5 commit 8668d1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Front Row/Support/PlayEngine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import SwiftUI
.mpeg4Audio,
.mpeg4Movie,
.quickTimeMovie,
.wav,
]

private(set) var player = AVPlayer()
Expand Down
12 changes: 12 additions & 0 deletions FrontRowInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@
<key>LSHandlerRank</key>
<string>Default</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>wav</string>
</array>
<key>CFBundleTypeName</key>
<string>Waveform Audio</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Default</string>
</dict>
</array>
<key>SUEnableAutomaticChecks</key>
<true/>
Expand Down

0 comments on commit 8668d1d

Please sign in to comment.