MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / voice_volume

Method voice_volume

src/config/user.rs:49–51  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

47 }
48
49 pub(crate) fn voice_volume(&self) -> f32 {
50 self.volume.voice()
51 }
52
53 pub(crate) fn speed(&self) -> f32 {
54 self.text.speed()

Callers 1

load_volumeMethod · 0.80

Calls 1

voiceMethod · 0.80

Tested by

no test coverage detected