diff --git a/push_to_record_and_play.py b/push_to_record_and_play.py index 623531f..2e87b90 100644 --- a/push_to_record_and_play.py +++ b/push_to_record_and_play.py @@ -1,7 +1,7 @@ # this program will record audio while the button is pressed # it will then play the audio back to the user from memory -import audio +import audio.audio import RPi.GPIO as GPIO BUTTON = 17