This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* A simple program to test the audio equalizer API in LibVLC. | |
* | |
* An example build command: | |
* | |
* $gcc -std=c99 -I/home/linux/vlc/vlc/include -o equalizer equalizer.c `pkg-config --cflags --libs libvlc` | |
* | |
* You may also need to set PKG_CONFIG_PATH first, for example: | |
* | |
* $export PKG_CONFIG_PATH=/home/linux/vlc/install/lib/pkgconfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This class is made available under the Apache License, Version 2.0. | |
* | |
* See http://www.apache.org/licenses/LICENSE-2.0.txt | |
* | |
* Author: Mark Lee | |
* | |
* (C)2013 Caprica Software (http://www.capricasoftware.co.uk) | |
*/ |
NewerOlder