Castify SDK
2.0.2
Castify SDK
/
jp.castify.api
/
AudioSource
/
Microphone
Microphone
data
class
Microphone
(
val
samplingRate
:
Int
=
44100
,
val
channelCount
:
Int
=
1
)
:
AudioSource
マイクから入力される音声に対応した
AudioSource
です。
Constructors
Functions
Properties
Constructors
Microphone
Link copied to clipboard
fun
Microphone
(
samplingRate
:
Int
=
44100
,
channelCount
:
Int
=
1
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
channel
Count
Link copied to clipboard
val
channelCount
:
Int
=
1
sampling
Rate
Link copied to clipboard
val
samplingRate
:
Int
=
44100