Skip to content

Tags: vrunk11/fl2k_2

Tags

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add basic resampling option

- Added option -resample for resampling input to the actual samplerate (cause its not always matching) using the libsoxr library
- small reworks of the code

v4.1

Toggle v4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

win64_v4

Toggle win64_v4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)

win64_v3.2

Toggle win64_v3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reading performance change

- Reading performance boost
- New option -readMode (default = 0) chose a mode of reading files using thread :  
     0 = multit-threading   (RGB)
     1 = hybrid           (R --> GB) 
     2 = hybrid           (RG --> B) 
     3 = sequential (R -> G -> B)

win64_v3.1

Toggle win64_v3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

linux_build_v3.1

Toggle linux_build_v3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

win64_v3

Toggle win64_v3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

linux_build_v3

Toggle linux_build_v3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Win64_v2

Toggle Win64_v2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Code reworks + 16bit to 8bit conversion added

- Rework of the code
- Removed repeat function (for now)
- add option -R16 -G16 -B16 for doing a (basic) 16bit to 8bit conversion on the channel selected

Win64_v1

Toggle Win64_v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Code reworks + 16bit to 8bit conversion added

- Rework of the code
- Removed repeat function (for now)
- add option -R16 -G16 -B16 for doing a (basic) 16bit to 8bit conversion on the channel selected