Skip to content

For converting LSU (lightsaber) to WAV sound files.

Notifications You must be signed in to change notification settings

tmanaud/lsu-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

LSU to WAV Converter.

This simple (simple!) utility converts all the LSU files in a directory to wave files. LSUs are used largely by microcontrollers (especially lightsabers) and are raw 16 bit, mono, 44100Hz data. This utility adds the WAV wrapper and writes a new file.

Source are provided on github.

Notes

The original lsu files won't be changed. wav files will be created and placed in the same directory.

Compiling

make

Using

The easy way

Place the binary file in the directory with your LSU files and run it to generate WAV files.

The command line

  • Open up the command line.
  • Change directory to your .LSU files.
  • \path\to\exe\lsuToWav

Credits

About

For converting LSU (lightsaber) to WAV sound files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 86.7%
  • C++ 10.0%
  • Makefile 3.3%