Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add much more functions to audio library #457

Open
Charnjitchann opened this issue Feb 26, 2023 · 0 comments
Open

Add much more functions to audio library #457

Charnjitchann opened this issue Feb 26, 2023 · 0 comments

Comments

@Charnjitchann
Copy link

Charnjitchann commented Feb 26, 2023

Would you like some additional functionality to audio library. Something like below.so that it would appear as music audio loop sampler device... hints
..
1.Add playback repeat mode function to SD player like
playWav1.playAndRepeat(file name);

File will be start play without latency & being repeated endless until receive Stop command.

2.add. playback speed function to SD player at running file like below.
playWav1.setSpeed(SPEED);
Where variable (SPEED) should be 1.00 for normal speed SPEED--; should be
( 1.00,0.98,0.97........to..0.10)
SPEED++; should be
(1.00, 1.01, 1.02, 1.03, 1.04.......to..2.00)

3.Add pitch function to SD player. Like

playwav1.setPitch(PITCH);
Where variable (PITCH) should be 0 for normal pitch . up & down range in semitones
(-12 .....0.......12).

Thank you....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant