Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerjames99 committed Jul 9, 2024
1 parent b8d001f commit 7ab74b0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,11 @@ Soundfont trimmer (sftrimmer) is a small program that is designed to shrink the

## The ideal sample loop layout

<<<<<<< HEAD
1. 8 sample points before loop start sample point, the last 4 sample points of this section
identical to the 4 sample points before the loop end sample.
2. loop start sample point, this should be identical to the loop end sample point.
3. loop sample points.
4. loop end sample point.
5. 8 sample points after loop end sample point, the first 4 sample points of this section
should be identical to the 4 sample points after the loop start sample point.
=======
1. 8 sample points before loop start sample point, the last 4 sample points of this section identical to the 4 sample points before the loop end sample.
2. loop start sample point, this should be identical to the loop end sample point.
3. loop sample points.
4. loop end sample point.
5. 8 sample points after loop end sample point, the first 4 sample points of this section should be identical to the 4 sample points after the loop start sample point.
>>>>>>> 5c4170daf734e57f8099d1a3f839d622604c168d
6. 46 zero sample points.

This implementation looks at the 9 samples around the loop start and loop end points, It overwrites these points with the mean of the the two corresponding samples. Thus ensuring that these points are identical.
Expand Down

0 comments on commit 7ab74b0

Please sign in to comment.