forked from bun137/attendance_shell
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Replace redundant creation of audio files #2
Labels
enhancement
New feature or request
Comments
Thank you for opening this issue! A Maintainer will review it soon! |
can i be assigned this issue |
Hey you are assigned, you can start working on this! |
This issue is open to contribution |
can i get assigned |
!assign @rithulkamesh |
this issue has been solved! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the file
take_attendance.bash
makes astudent.mp3
file for every student every time the code is run, this is redundant and can be replaced with a one time audio file creation for each student. These files can be play when taking attendance.Your job would be to replace the redundant creation of the
student.mp3
file to a folder with all student files and play audio from them!Bounty points: 40
The text was updated successfully, but these errors were encountered: