Tags: vrunk11/fl2k_2
Tags
option based on file extension + signal gain - The program now come with preset based on the file extension (tbc, s8, u8, s16, u16, wav, pcm, efm, raw, r8, r16) - Channel option is now used to override preset option - new option (set to 8bit) -R8 -G8 -B8 - new option (disable tbc processing) -not_tbcR -not_tbcG -not_tbcB - new option (select the sign) -signR -signG -signB - new option (add gain to the 8bit value) -SgainR -SgainG -SgainB
Pipe option + audio
New option:
-pipeMode : (default = A) option : A = Audio file / R = output of R / G = output of G / B = output of B
-A : set the input audio file to be played on pipe
-audioOffset : offset audio from a duration of x frame
-syncA : chanel used for sync the audio file default : G value = (R ,G ,B)
Compilation script Add compilation script for windows and linux for linux : - install cmake - install make - run compile.sh for windows: install cmake and mingw put mingw in the system path download libusb binaries and put the file in mingw (bin, include, lib) you can get make.exe build from this repo https://github.com/skeeto/w64devkit run compile.bat
Compilation script Add compilation script for windows and linux for linux : - install cmake - install make - run compile.sh for windows: install cmake and mingw put mingw in the system path download libusb binaries and put the file in mingw (bin, include, lib) you can get make.exe build from this repo https://github.com/skeeto/w64devkit run compile.bat
Add support for .tbc files - add option -tbcR -tbcG -tbcB that skip the last line of frame on the channel selected (using sample rate to determine standard) - add option to the -s parameter : 'NTSC' 'Ntsc' 'ntsc' and 'PAL' 'Pal' 'pal' that set the sample rate needed for the format
Add support for .tbc files - add option -tbcR -tbcG -tbcB that skip the last line of frame on the channel selected (using sample rate to determine standard) - add option to the -s parameter : 'NTSC' 'Ntsc' 'ntsc' and 'PAL' 'Pal' 'pal' that set the sample rate needed for the format