Skip to content

Commit

Permalink
Add readmes in the upstream folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
kg committed Aug 18, 2012
1 parent 0be6ec1 commit bdc7d19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ Tests/*Cases/*.js
/jsil.org/demos/demos.zip
/Examples/obj
/Upstream/dxtc.cpp
/Upstream/LAME
/Upstream/FFMPEG
/Upstream/OggEnc
/Upstream/LAME/*.exe
/Upstream/LAME/*.dll
/Upstream/FFMPEG/*.dll
/Upstream/FFMPEG/*.exe
/Upstream/FFMPEG/licenses
/Upstream/OggEnc/*.exe
/Upstream/XapParse/obj
/Upstream/XapParse/bin
Skeletons/*.js
Expand Down
1 change: 1 addition & 0 deletions Upstream/FFMPEG/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
You need to include a command-line version of FFMPEG (ffmpeg.exe) in this folder for JSIL to be able to process audio content that is not stored in .wav format (i.e. if your sounds are already encoded to MP3 or WMA).
1 change: 1 addition & 0 deletions Upstream/LAME/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
For JSIL to automatically convert your sound assets to MP3, you need to put a version of the LAME MP3 encoder in this folder (lame.exe). The version used by Audacity should work fine.
1 change: 1 addition & 0 deletions Upstream/OggEnc/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
For JSIL to automatically convert your sound assets to OGG, you need to put a version of the command line OGG Vorbis encoder in this folder (oggenc2.exe).

0 comments on commit bdc7d19

Please sign in to comment.