Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Dec 15, 2024
1 parent 98216fa commit 606e3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These tools are aimed at the large collections of MDX files available online (se
* `pdx2sf2` - generate a SoundFont file with the samples from the PDX file. Useful for importing a song into a DAW.
* `pdxinfo` - extract information from a PDX file, and output in `.csv` format
* `adpcm-decode` - decodes ADPCM data from stdin and outputs 16-bit PCM to stdout (sample rate does not change)
* `adpcm-encode` - encodes PCM data from stdrin and outputs APDCM data to stdout (sample rate does not change)
* `adpcm-encode` - encodes PCM data from stdin and outputs APDCM data to stdout (sample rate does not change)

The rest of this document is work in progress.

Expand Down

0 comments on commit 606e3a7

Please sign in to comment.