Jump to content

Alex360

Rocksmith Custom Developer
  • Posts

    2,288
  • Joined

  • Last visited

  • Days Won

    2
  • Country

    Ukraine
  • Donations

    0.00 USD 

Posts posted by Alex360

  1. I think that encoding issue, select it as karaoke template and set utf-7 encoding(its still 1byte encoding, utf-8 is a 2 byte encoding).Those would import even cyrillic(but we can't see font glyphs for it ingame and in EOF too). I still don't implemented cusom fonts for Rorckmith 2014, have no timeknowlage for this:(Also utf-8 used BOM indicator, EOF can't hadle it. take care.

    • Like 1
  2. Using SOX we can apply fade effect to some audio file.Here bat-file for sox for win32 :)works great through.

    rem Example of how to do batch processing with SoX on MS-Windows.remrem Place this file in the same folder as sox.exe (& rename it as appropriate).rem You can then drag and drop a selection of files onto the batch file (orrem onto a `short-cut' to it).remrem In this example, the Processed files end up in a folder called `Processed',rem but this, of course, can be changed, as can the parameters to the soxrem command.cd %~dp0mkdir ProcessedFOR %%A IN (%*) DO sox %%A "Processed/%%~nxA" fade t 00:00:01 0pause

    Hope you'll use some :)

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. - Privacy Policy