blob: 57252e9bbc58fa2e6cab2b7301057d26b2d97384 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
sndstretch_xmms is an xmms plugin to adjust pitch and speed separately
with two sliders.
sndstretch can be compiled as an effect-plugin, with one major drawback
- the time and the visual plugins don't synchronize with the song
and a very basic oss-output-plugin with some limitations:
- no additional effect support built in (at least not yet).
- the mixer device and pcm device are fix coded as "/dev/mixer"
and "/dev/dsp"
- the effect is written for normal signed short (S16_LE) and will
probably only work if xmms plays such data (...i think mostly it will).
|