UNPKG
@stacksjs/audiox
Version:
latest (0.1.1)
0.1.1
Powerful audio processing for your media workflows.
github.com/stacksjs/audiox
stacksjs/audiox
@stacksjs/audiox
/
dist
/
audio-info.d.ts
3 lines
(2 loc)
•
158 B
TypeScript
View Raw
1
2
3
import
type
{
AudioInfoOptions
}
from
'./types'
;
export
declare
function
audioInfo
(
filePath
:
string
,
options
?:
AudioInfoOptions
):
Promise
<
FfmpegAudioInfo
[]>;