Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dbry committed Nov 2, 2015
1 parent f3122d0 commit 9c4c05e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The other technique is "lookahead" in which the encoder exhaustively
searches ahead to find the optimum coding sequence based on future samples.
This process can reduce the quantization noise from about 1 to 6 dB (depending
on the source) and also reduces or eliminates the harmonic content in the
noise that sometimes plagues ADPCM. Unfortunately, at it's maximum settings
noise that sometimes plagues ADPCM. Unfortunately, at its maximum settings
this can be very slow, but this should be relatively irrelevant if the
encoder is being used to generate canned samples.

Expand Down Expand Up @@ -55,3 +55,5 @@ Bugs:
should always be fine and then the user can simply try increasing levels
until the time becomes untenable.

4. Pipes are not yet supported.

0 comments on commit 9c4c05e

Please sign in to comment.