-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
64 lines (48 loc) · 2.4 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
VoiX 1.0.0 Beta 5
(http://vocaleliminator.sourceforge.net)
Readme file
by Zhang Zhichao
================================================================================
* Introduction
VoiX is an Open Source Vocal Eliminator. There are so many vocal elimination
softwares, but few are open-source. So after trying 2 or 3 this kind of
softwares, I decide to write my own vocal eliminator.
VoiX is distributed under the GPL license published by the "Free Software
Foundation". So you can modify and/or redistribute it under the terms of GPL.
VoiX is developed based on VirtualDub's Center Cut filter by Avery Lee, and
written in ANSI C. If you want a Winamp Plugin based on the same algorithm, you
can download "dsp_centercut" at moitah.net.
================================================================================
* Usage
Usage: voix.exe <infile> [outfile] [options]
Options: <lowpass> <highpass>
<lowpass>: Cutoff frequency (in Hz) for low-pass filter
<highpass>: Cutoff frequency (in Hz) for high-pass filter
Example: voix.exe input.wav output.wav 200 8000
================================================================================
* Updates
1.0.0 Beta 5
Better realization of "Center Cut" algorithm, Wave file reader improved:
24 Bit PCM wave and 32 Bit IEEE float wave are supported.
1.0.0 Beta 4
Using "Center Cut" algorithm instead of traditional phase substraction;
1.0.0 Beta 3
Wave reader improved.
1.0.0 Beta 4
Parameter reader supported. A high-pass filter added. Settings improved
(Pan, Amplitude...).
1.0.0 Beta 1
First version: A channel mixer with a low-pass filter.
================================================================================
* TO-DO List
* When processing some songs, VoiX remains some noise in the song.
Processing speed needs improving.
================================================================================
* Contact
If you have any suggestion, please contact me:
Zhang Zhichao([email protected])
================================================================================
* Special Thanks
================================================================================
END OF FILE