Cut center or sides from stereo.
public bool StereoCut(bool Enable, bool OutputCenter, bool BassToSides);
Parameters |
Description |
bool Enable |
True enables stereo cut, false disables stereo cut. |
bool OutputCenter |
True outputs center and cuts sides. False outputs sides and cut center. |
bool BassToSides |
True enables bass to sides, false disables bass to sides. |
Return Values |
Description |
True |
All OK. |
False |
Error. To get error message read here. |
Using this function you can cut center or side from stereo sound. This algorithm is based on FFT algorithm.
Note: Set BassToSides to true to enable bass output to sides. In this case bass from stereo center will not be cut and will remain in output.
If you cut sides from stereo sound, resulting sound will contain only stereo center. In this case you will get sound with vocal, but without music.
If you cut sides from stereo sound, resulting sound will contain only stereo center. In this case you will get sound with vocal, but without music.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |