MCPcopy Create free account

hub / github.com/PaulBatchelor/voxbox / functions

Functions166 in github.com/PaulBatchelor/voxbox

Functionmain
()
examples/gesture_path_linear.rs:7
Functionmain
()
examples/chatter.rs:146
Functionmain
()
examples/rephasoring.rs:42
Functionmain
()
examples/gesture_builder.rs:12
Functionmain
()
examples/milowda.rs:52
Functionmain
()
examples/tract_simple.rs:20
Functionmain
()
examples/voice_simple.rs:3
Functionmain
()
examples/hello.rs:3
Functionmain
()
examples/glot_simple.rs:9
Functionmain
()
examples/throat_singing.rs:23
Methodnew
(sr: usize, length_cm: f32, oversample: u16)
src/voice.rs:17
Methodnew
()
src/envelope.rs:22
Methodnew
(sr: usize, length: f32, oversample: u16)
src/nose.rs:25
Methodnew
(sr: usize, iphs: f32)
src/phasor.rs:8
Methodnew
(sr: usize)
src/butterworth.rs:27
Methodnew
()
src/rng.rs:7
Methodnew
(sr: usize)
src/smoother.rs:12
Methodnew
()
src/bigverb.rs:102
Methodnew
()
src/gesture.rs:162
Methodnew
()
src/rephasor.rs:35
Methodnew
(wavfilename: &str)
src/monowav.rs:15
Methodnew
(_sr: usize)
src/dcblocker.rs:8
Methodnew
(sr: usize)
src/balloon.rs:26
Methodnew
(sr: usize, delay_time_s: f32)
src/delay.rs:8
Methodnew
(sr: usize)
src/glot.rs:76
Methodnew
(sr: usize, length: f32, oversample: u16)
src/tract.rs:46
Methodnew
(sr: usize)
src/tgate.rs:8
Methodnew
(sr: usize)
examples/chatter.rs:38
Methodnew
(sr: usize, length: f32)
examples/rephasoring.rs:10
Methodreset
(&mut self)
src/phasor.rs:39
Methodset_freq
(&mut self, f: f32)
src/butterworth.rs:54
Methodset_length
(&mut self, len_cm: f32)
src/voice.rs:52
Methodset_length
(&mut self, len_cm: f32)
src/nose.rs:199
Methodset_length
(&mut self, len_cm: f32)
src/tract.rs:347
Methodset_pitch_ji
(&mut self, base: f32, step: usize)
src/glot.rs:196
Methodset_tongue_smooth
(&mut self, smooth: f32)
src/tract.rs:246
Functionsin
a simple sine wave generator
examples/rephasoring.rs:36
Functionsin
a simple sine wave generator
examples/throat_singing.rs:17
Functiontest_behavior_from_integer
()
src/gesture.rs:637
Functiontest_event_queue
()
src/gesture.rs:644
Functiontest_eventful_gesture
()
src/gesture.rs:676
Functiontest_reset
Initially I made this test because I expected huge jumps with sudden phasor resets. It turns out, it actually might be resilient against this kind of
src/rephasor.rs:123
Functiontest_wait_event
()
src/gesture.rs:743
Methodtick
(&mut self)
src/voice.rs:42
Methodtick
(&mut self, gate: f32)
src/envelope.rs:65
Methodtick
(&mut self, tr: &mut Tract, nose_start: usize)
src/nose.rs:104
Methodtick
(&mut self)
src/phasor.rs:20
Methodtick
(&mut self, insig: f32)
src/butterworth.rs:58
Methodtick
(&mut self, phs: f32)
src/rng.rs:53
Methodtick
(&mut self, sig: f32)
src/smoother.rs:31
Methodtick
(&mut self, buf: &mut [f32], insig: f32, fdbk: f32, filt: f32, sr: usize)
src/bigverb.rs:169
Methodtick
(&mut self, clk: f32)
src/gesture.rs:96
Methodtick
(&mut self, sig: f32)
src/monowav.rs:65
Methodtick
(&mut self, sig: f32)
src/dcblocker.rs:16
Methodtick
(&mut self)
src/balloon.rs:43
Methodtick
(&mut self, sig: f32)
src/delay.rs:16
Methodtick
(&mut self)
src/glot.rs:222
Methodtick
(&mut self, trig: f32)
src/tgate.rs:16
Methodtongue_shape
(&mut self, pos: f32, diam: f32)
src/tract.rs:230
Functionvb_gesture_alpha
(vb: &mut LinearGestureBuilder)
src/gesture.rs:433
Functionvb_gesture_done
(vb: &mut LinearGestureBuilder)
src/gesture.rs:391
Functionvb_gesture_free
(vd: &mut LinearGestureBuilder)
src/gesture.rs:396
Functionvb_gesture_loop
(vb: &mut LinearGestureBuilder)
src/gesture.rs:428
Methodwrite_data_chunk
(wav: &mut BufWriter<File>)
src/monowav.rs:60
Methodwrite_fmt_chunk
(wav: &mut BufWriter<File>)
src/monowav.rs:35
Methodwrite_master_chunk
(wav: &mut BufWriter<File>)
src/monowav.rs:29
← previous101–166 of 166, ranked by callers