Skip to content

Commit

Permalink
feat: 支持 wav 格式解封装
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohappy committed May 21, 2024
1 parent 2038dcd commit 03e132c
Show file tree
Hide file tree
Showing 17 changed files with 620 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@
"imov",
"impegts",
"Inited",
"intread",
"ioloader",
"iriff",
"isom",
"itouch",
"kbps",
Expand Down
2 changes: 2 additions & 0 deletions @types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ declare const ENABLE_DEMUXER_AAC: boolean

declare const ENABLE_DEMUXER_FLAC: boolean

declare const ENABLE_DEMUXER_WAV: boolean

declare const ENABLE_MSE: boolean

declare const ENABLE_WEBGPU: boolean
Expand Down
1 change: 1 addition & 0 deletions dist/228.avplayer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 03e132c

Please sign in to comment.