forked from len0rd/rockbox
pitchscreen make it a plugin
full commandline parsing -has pitch, speed, time_stretch /* pitch_screen * accepts args -q, -g, -p=, -s=, -k=; (= sign is optional) * -q silences output splash * -g runs the gui (Runs immediately) * -p100 would set pitch to 100% * -s=90 sets speed to 90% if timestrech is enabled * -k=true -k1 enables time stretch -k0 -kf-kn disables */ Change-Id: I900c4b5d184e12ddbe47509f66fdf3e55193a520
This commit is contained in:
parent
67fb558c89
commit
cf009b4cbb
8 changed files with 1314 additions and 1071 deletions
|
@ -48,6 +48,10 @@ lamp.c
|
|||
pitch_detector.c
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PITCHCONTROL
|
||||
pitch_screen.c
|
||||
#endif
|
||||
|
||||
mp3_encoder.c
|
||||
wav2wv.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue