mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
aac encodings
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ func LoadConfig(path string) (*Config, error) {
|
||||
CaptureDevice: "plughw:0,0",
|
||||
SampleRate: 48000,
|
||||
Channels: 2,
|
||||
Bitrate: 64000,
|
||||
Bitrate: 32000,
|
||||
TTSEnabled: false,
|
||||
DefaultEngine: "flite",
|
||||
DefaultVoice: "rms",
|
||||
|
||||
@@ -42,7 +42,7 @@ audio:
|
||||
captureDevice: plughw:0,0
|
||||
sampleRate: 48000
|
||||
channels: 2
|
||||
bitrate: 64000
|
||||
bitrate: 32000
|
||||
ttsEnabled: false
|
||||
defaultEngine: flite
|
||||
defaultVoice: rms
|
||||
|
||||
Reference in New Issue
Block a user