From 3407fbb4f39512d82b254ef34cdf9535700e87e6 Mon Sep 17 00:00:00 2001 From: trainman419 Date: Wed, 2 Dec 2015 09:53:38 -0800 Subject: [PATCH] 0.2.9 --- audio_capture/CHANGELOG.rst | 4 ++-- audio_capture/package.xml | 2 +- audio_common/CHANGELOG.rst | 4 ++-- audio_common/package.xml | 2 +- audio_common_msgs/CHANGELOG.rst | 4 ++-- audio_common_msgs/package.xml | 2 +- audio_play/CHANGELOG.rst | 4 ++-- audio_play/package.xml | 2 +- sound_play/CHANGELOG.rst | 4 ++-- sound_play/package.xml | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/audio_capture/CHANGELOG.rst b/audio_capture/CHANGELOG.rst index 23cbac2f..b85ea761 100644 --- a/audio_capture/CHANGELOG.rst +++ b/audio_capture/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package audio_capture ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.2.9 (2015-12-02) +------------------ * [audio_capture] add error handler * [audio_capture] add option to publish captured audio data as wav format * Fixed memory leak (see `#18 `_). diff --git a/audio_capture/package.xml b/audio_capture/package.xml index de586348..9e6692ba 100644 --- a/audio_capture/package.xml +++ b/audio_capture/package.xml @@ -1,6 +1,6 @@ audio_capture - 0.2.8 + 0.2.9 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 diff --git a/audio_common/CHANGELOG.rst b/audio_common/CHANGELOG.rst index 2ca8ced6..74aab0b6 100644 --- a/audio_common/CHANGELOG.rst +++ b/audio_common/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package audio_common ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.2.9 (2015-12-02) +------------------ 0.2.8 (2015-10-02) ------------------ diff --git a/audio_common/package.xml b/audio_common/package.xml index 1e2b54c7..647169b7 100644 --- a/audio_common/package.xml +++ b/audio_common/package.xml @@ -1,6 +1,6 @@ audio_common - 0.2.8 + 0.2.9 Common code for working with audio in ROS diff --git a/audio_common_msgs/CHANGELOG.rst b/audio_common_msgs/CHANGELOG.rst index 9e4dcfef..5943774a 100644 --- a/audio_common_msgs/CHANGELOG.rst +++ b/audio_common_msgs/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package audio_common_msgs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.2.9 (2015-12-02) +------------------ 0.2.8 (2015-10-02) ------------------ diff --git a/audio_common_msgs/package.xml b/audio_common_msgs/package.xml index e6558542..acd28628 100644 --- a/audio_common_msgs/package.xml +++ b/audio_common_msgs/package.xml @@ -1,6 +1,6 @@ audio_common_msgs - 0.2.8 + 0.2.9 Messages for transmitting audio via ROS diff --git a/audio_play/CHANGELOG.rst b/audio_play/CHANGELOG.rst index c9161380..7227e7f2 100644 --- a/audio_play/CHANGELOG.rst +++ b/audio_play/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package audio_play ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.2.9 (2015-12-02) +------------------ 0.2.8 (2015-10-02) ------------------ diff --git a/audio_play/package.xml b/audio_play/package.xml index e1b7aa06..cd34aadd 100644 --- a/audio_play/package.xml +++ b/audio_play/package.xml @@ -1,6 +1,6 @@ audio_play - 0.2.8 + 0.2.9 Outputs audio to a speaker from a source node. diff --git a/sound_play/CHANGELOG.rst b/sound_play/CHANGELOG.rst index 68c424bd..6a6df27a 100644 --- a/sound_play/CHANGELOG.rst +++ b/sound_play/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package sound_play ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.2.9 (2015-12-02) +------------------ * [soundplay_node] fix resources not being released on dict cleanup This was resulting in the number of sink inputs reaching the maximum threshold, (32 on ubuntu 14.04 with pulseaudio 4.0) after which no more sounds could be diff --git a/sound_play/package.xml b/sound_play/package.xml index c10ed0a0..12ab6a70 100644 --- a/sound_play/package.xml +++ b/sound_play/package.xml @@ -1,6 +1,6 @@ sound_play - 0.2.8 + 0.2.9 sound_play provides a ROS node that translates commands on a ROS topic (robotsound) 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.