menu
meshagent_flutter_shadcn package
documentation
chat/dataset_chat_thread.dart
DatasetChatAudioFormat
DatasetChatAudioFormat.new const constructor
DatasetChatAudioFormat.new const constructor
dark_mode
light_mode
DatasetChatAudioFormat
constructor
const
DatasetChatAudioFormat
(
{
String
type
=
'audio/pcm'
,
int
?
sampleRate
=
24000
,
int
?
bitrate
,
})
Implementation
const DatasetChatAudioFormat({this.type = 'audio/pcm', this.sampleRate = 24000, this.bitrate});
meshagent_flutter_shadcn package
documentation
chat/dataset_chat_thread
DatasetChatAudioFormat
DatasetChatAudioFormat.new const constructor
DatasetChatAudioFormat class