Command line options
Work can be simplyfied by specifing options and parameters with command line options. The full list of available commands is shown with the command java -jar fbview.jar -h. In particular, typical commands should be stored in .bat files or shell scripts. Some examples are:
- Open all files in the specified directory, use the master label file test.mlf:
java -jar fbview.jar -t -I test.mlf -n 4 test_mono\*.* - Open all files in the directory audio, using the words in the file vokabular to build a lexicon window
java -jar fbview.jar -l vokabular -I unknown.mlf -n 4 audio/*.* - Open the file s.asc, sampling rate is 8000 Hz. In ascii-mode each column is displayed as wave.
java -jar fbview.jar -f 8000 s.asc