Skip to content

Commit

Permalink
Explicitly use python2 to make wav
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Sep 16, 2020
1 parent 47b41b5 commit 785d463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ endif
wav: fsk-wav

fsk-wav: $(BIN)
export PYTHONPATH='.' && python stm_audio_bootloader/fsk/encoder.py \
export PYTHONPATH='.' && python2 stm_audio_bootloader/fsk/encoder.py \
-s 44100 -b 16 -n 8 -z 4 -p 256 -g 16384 -k 1800 \
$(BIN)

Expand Down

0 comments on commit 785d463

Please sign in to comment.