Skip to content

Commit

Permalink
0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Aug 13, 2024
1 parent fc317cf commit 6a84996
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions audio_capture/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package audio_capture
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.18 (2024-08-13)
-------------------

0.3.17 (2023-06-08)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion audio_capture/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>audio_capture</name>
<version>0.3.17</version>
<version>0.3.18</version>
<description>
Transports audio from a source to a destination. Audio sources can come
from a microphone or file. The destination can play the audio or save it
Expand Down
4 changes: 2 additions & 2 deletions audio_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package audio_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.18 (2024-08-13)
-------------------

0.3.17 (2023-06-08)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion audio_common/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>audio_common</name>
<version>0.3.17</version>
<version>0.3.18</version>
<description>
Common code for working with audio in ROS
</description>
Expand Down
4 changes: 2 additions & 2 deletions audio_common_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package audio_common_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.18 (2024-08-13)
-------------------

0.3.17 (2023-06-08)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion audio_common_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>audio_common_msgs</name>
<version>0.3.17</version>
<version>0.3.18</version>
<description>
Messages for transmitting audio via ROS
</description>
Expand Down
4 changes: 2 additions & 2 deletions audio_play/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package audio_play
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.18 (2024-08-13)
-------------------
* Merge pull request `#238 <https://github.com/ros-drivers/audio_common/issues/238>`_ from Kanazawanaoaki/add-record-to-file-launch
* Add record to file launch
* Contributors: Kanazawanaoaki, Shingo Kitagawa
Expand Down
2 changes: 1 addition & 1 deletion audio_play/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>audio_play</name>
<version>0.3.17</version>
<version>0.3.18</version>
<description>
Outputs audio to a speaker from a source node.
</description>
Expand Down
4 changes: 2 additions & 2 deletions sound_play/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package sound_play
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.3.18 (2024-08-13)
-------------------
* Merge pull request `#249 <https://github.com/ros-drivers/audio_common/issues/249>`_ from peci1/patch-1
festival_plugin: add support for different encodings
* festival_plugin: add support for different encodings
Expand Down
2 changes: 1 addition & 1 deletion sound_play/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>sound_play</name>
<version>0.3.17</version>
<version>0.3.18</version>
<description>
sound_play provides a ROS node that translates commands on a ROS topic (<tt>robotsound</tt>) into sounds. The node supports built-in sounds, playing OGG/WAV files, and doing speech synthesis via festival. C++ and Python bindings allow this node to be used without understanding the details of the message format, allowing faster development and resilience to message format changes.
</description>
Expand Down

0 comments on commit 6a84996

Please sign in to comment.