Skip to content

Commit 2521b3b

Browse files
committed
add ADPCM-A encoder as submodule; MIT license
1 parent 77d81be commit 2521b3b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "tools/romwak"]
22
path = tools/romwak
33
url = [email protected]:freem/romwak.git
4+
[submodule "tools/adpcma"]
5+
path = tools/adpcma
6+
url = [email protected]:freem/adpcma.git

tools/adpcma

Submodule adpcma added at bd1e35f

tools/readme.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tools Directory
22
===============
33

4+
adpcma/ (submodule) ADPCM-A sample encoder
45
romwak/ (submodule) ANSI C port of Jeff Kurtz's ROMWak tool
56
sailorvrom/ Sailor VROM, a V ROM/.PCM file builder
67
yy-chr_plugins/ Plugins for YY-CHR.NET (http://www.geocities.jp/yy_6502/yychr/index.html)

0 commit comments

Comments
 (0)