Skip to content

Commit

Permalink
Use env python
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Jul 19, 2024
1 parent 792add0 commit f83bfb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/play.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python

from text_to_speech.srv import Play, PlayRequest

Expand Down
2 changes: 1 addition & 1 deletion src/google_tts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#! /usr/bin/env python
'''Adapted from http://glowingpython.blogspot.nl/2012/11/text-to-speech-with-correct-intonation.html'''

import roslib; roslib.load_manifest('text_to_speech_google')
Expand Down
2 changes: 1 addition & 1 deletion src/sing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#! /usr/bin/env python
import os
TTS_EXE_FILE = "../exec/ptts_v911.exe"
filename = "/tmp/speech.wav"
Expand Down

0 comments on commit f83bfb3

Please sign in to comment.