Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulBatchelor/voxbox
/ functions
Functions
166 in github.com/PaulBatchelor/voxbox
⨍
Functions
166
◇
Types & classes
40
Function
main
()
examples/gesture_path_linear.rs:7
Function
main
()
examples/chatter.rs:146
Function
main
()
examples/rephasoring.rs:42
Function
main
()
examples/gesture_builder.rs:12
Function
main
()
examples/milowda.rs:52
Function
main
()
examples/tract_simple.rs:20
Function
main
()
examples/voice_simple.rs:3
Function
main
()
examples/hello.rs:3
Function
main
()
examples/glot_simple.rs:9
Function
main
()
examples/throat_singing.rs:23
Method
new
(sr: usize, length_cm: f32, oversample: u16)
src/voice.rs:17
Method
new
()
src/envelope.rs:22
Method
new
(sr: usize, length: f32, oversample: u16)
src/nose.rs:25
Method
new
(sr: usize, iphs: f32)
src/phasor.rs:8
Method
new
(sr: usize)
src/butterworth.rs:27
Method
new
()
src/rng.rs:7
Method
new
(sr: usize)
src/smoother.rs:12
Method
new
()
src/bigverb.rs:102
Method
new
()
src/gesture.rs:162
Method
new
()
src/rephasor.rs:35
Method
new
(wavfilename: &str)
src/monowav.rs:15
Method
new
(_sr: usize)
src/dcblocker.rs:8
Method
new
(sr: usize)
src/balloon.rs:26
Method
new
(sr: usize, delay_time_s: f32)
src/delay.rs:8
Method
new
(sr: usize)
src/glot.rs:76
Method
new
(sr: usize, length: f32, oversample: u16)
src/tract.rs:46
Method
new
(sr: usize)
src/tgate.rs:8
Method
new
(sr: usize)
examples/chatter.rs:38
Method
new
(sr: usize, length: f32)
examples/rephasoring.rs:10
Method
reset
(&mut self)
src/phasor.rs:39
Method
set_freq
(&mut self, f: f32)
src/butterworth.rs:54
Method
set_length
(&mut self, len_cm: f32)
src/voice.rs:52
Method
set_length
(&mut self, len_cm: f32)
src/nose.rs:199
Method
set_length
(&mut self, len_cm: f32)
src/tract.rs:347
Method
set_pitch_ji
(&mut self, base: f32, step: usize)
src/glot.rs:196
Method
set_tongue_smooth
(&mut self, smooth: f32)
src/tract.rs:246
Function
sin
a simple sine wave generator
examples/rephasoring.rs:36
Function
sin
a simple sine wave generator
examples/throat_singing.rs:17
Function
test_behavior_from_integer
()
src/gesture.rs:637
Function
test_event_queue
()
src/gesture.rs:644
Function
test_eventful_gesture
()
src/gesture.rs:676
Function
test_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
Function
test_wait_event
()
src/gesture.rs:743
Method
tick
(&mut self)
src/voice.rs:42
Method
tick
(&mut self, gate: f32)
src/envelope.rs:65
Method
tick
(&mut self, tr: &mut Tract, nose_start: usize)
src/nose.rs:104
Method
tick
(&mut self)
src/phasor.rs:20
Method
tick
(&mut self, insig: f32)
src/butterworth.rs:58
Method
tick
(&mut self, phs: f32)
src/rng.rs:53
Method
tick
(&mut self, sig: f32)
src/smoother.rs:31
Method
tick
(&mut self, buf: &mut [f32], insig: f32, fdbk: f32, filt: f32, sr: usize)
src/bigverb.rs:169
Method
tick
(&mut self, clk: f32)
src/gesture.rs:96
Method
tick
(&mut self, sig: f32)
src/monowav.rs:65
Method
tick
(&mut self, sig: f32)
src/dcblocker.rs:16
Method
tick
(&mut self)
src/balloon.rs:43
Method
tick
(&mut self, sig: f32)
src/delay.rs:16
Method
tick
(&mut self)
src/glot.rs:222
Method
tick
(&mut self, trig: f32)
src/tgate.rs:16
Method
tongue_shape
(&mut self, pos: f32, diam: f32)
src/tract.rs:230
Function
vb_gesture_alpha
(vb: &mut LinearGestureBuilder)
src/gesture.rs:433
Function
vb_gesture_done
(vb: &mut LinearGestureBuilder)
src/gesture.rs:391
Function
vb_gesture_free
(vd: &mut LinearGestureBuilder)
src/gesture.rs:396
Function
vb_gesture_loop
(vb: &mut LinearGestureBuilder)
src/gesture.rs:428
Method
write_data_chunk
(wav: &mut BufWriter<File>)
src/monowav.rs:60
Method
write_fmt_chunk
(wav: &mut BufWriter<File>)
src/monowav.rs:35
Method
write_master_chunk
(wav: &mut BufWriter<File>)
src/monowav.rs:29
← previous
101–166 of 166, ranked by callers