Skip to content

Releases: newdigate/teensy-variable-playback

pitch control on multi-channel samples

13 Jul 10:39
fe06ea2

Choose a tag to compare

Merge pull request #33 from newdigate/feature/stereo

Feature/stereo

single point floating point interpolation sounds better

07 Jul 09:04
1b45677

Choose a tag to compare

1.0.6

Merge pull request #31 from newdigate/feature/floatingpoint_interpola…

interpolation optimisations

30 Jun 10:44

Choose a tag to compare

same as 1.0.4, but arduino library versions updated consistently across all files!

optimised for teensy 3.6

30 Jun 10:21

Choose a tag to compare

  • Optimised quadratic function to use fixed pipeline of 4 samples
  • use integer math instead of floating point math

minor improvements examples and cmake build

26 Jun 14:00
a12e128

Choose a tag to compare

Merge pull request #27 from newdigate/feature/better_linkage

Feature/better linkage

buffer size improvement for less speedy uSD cards

25 Jun 15:54
d12100b

Choose a tag to compare

1.0.2

Merge pull request #26 from newdigate/feature/buffer_size_for_regular…

1.0.1: Merge pull request #25 from newdigate/feature/restructure

25 Jun 14:12
9200031

Choose a tag to compare

hopefully examples should be visible in arduino menu...

Initial release

25 Jun 09:41
f9b7b3c

Choose a tag to compare

  • Pitch control for mono wave and raw files, and arrays
  • Looping controls
  • Quadratic interpolation (disabled by default)