Skip to content

Commit

Permalink
update rcd
Browse files Browse the repository at this point in the history
Changed wave output filename to metrocard.wav
  • Loading branch information
MantieReid authored Oct 1, 2017
1 parent 7a36e8a commit efb83f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrocard/rcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
RATE = 44100
CHUNK = 1024
RECORD_SECONDS = 3
WAVE_OUTPUT_FILENAME = "/Users/wulinxin/Desktop/metrocard/metrocard.wav"
WAVE_OUTPUT_FILENAME = "metrocard.wav"

audio = pyaudio.PyAudio()

Expand Down

0 comments on commit efb83f7

Please sign in to comment.