We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A user wants to play mp3 files with notes, pre-recorded address cards, exercise guidance, whatever.
Recipe:
The text was updated successfully, but these errors were encountered:
import time from just_playback import Playback #-- playback = Playback() playback.load_file("assets/test.mp3") playback.seek(15) playback.play() time.sleep(11) playback.stop()
Nice.
Sorry, something went wrong.
More at https://github.com/cheofusi/just_playback
DGrothe-PhD
No branches or pull requests
A user wants to play mp3 files with notes, pre-recorded address cards, exercise guidance, whatever.
Recipe:
The text was updated successfully, but these errors were encountered: