Search
Preparing search index...
The search index is not available
ntdf-modding-toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ntdf-modding-toolkit
VagAudio
Class VagAudio
Hierarchy
VagAudio
Index
Constructors
constructor
Properties
data
name
sample_
rate
Methods
to_
blob
from_
blob
get_
name
Constructors
constructor
new
Vag
Audio
(
name
:
string
, data
:
Float32Array
, sample_rate
?:
number
)
:
VagAudio
Parameters
name:
string
data:
Float32Array
sample_rate:
number
= 22050
Returns
VagAudio
Properties
data
data
:
Float32Array
name
name
:
string
sample_
rate
sample_
rate
:
number
= 22050
Methods
to_
blob
to_
blob
(
)
:
Blob
Returns
Blob
Static
from_
blob
from_
blob
(
blob
:
Blob
)
:
Promise
<
VagAudio
>
Parameters
blob:
Blob
Returns
Promise
<
VagAudio
>
Static
get_
name
get_
name
(
blob
:
Blob
)
:
Promise
<
string
>
Parameters
blob:
Blob
Returns
Promise
<
string
>
Exports
Table
Formats
Vag
Audio
constructor
data
name
sample_
rate
to_
blob
from_
blob
get_
name
Generated using
TypeDoc