Skip to content

Commit

Permalink
Update TegaAction message sending for r1d1_msgs v8.0.0
Browse files Browse the repository at this point in the history
- Remove "do_sound_playback" flag from the message.
- Bump version.
  • Loading branch information
jakory committed Aug 1, 2017
1 parent 8dba64c commit 2ae50aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>rr_audio_entrainer</name>
<version>1.2.0</version>
<version>1.2.1</version>
<description>Entrain audio files to match target audio</description>

<maintainer email="[email protected]">jakory</maintainer>
Expand Down
1 change: 0 additions & 1 deletion src/entrain_speech_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ def send_tega_action_message(audio_file, visemes, energies, times):
""" Publish TegaAction message to playback audio. """
print '\nsending speech message: %s' % audio_file
msg = TegaAction()
msg.do_sound_playback = True
msg.wav_filename = audio_file
msg.visemes = visemes
msg.energy_values = energies
Expand Down

0 comments on commit 2ae50aa

Please sign in to comment.