|
| 1 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 2 | +Changelog for package audio_capture |
| 3 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4 | + |
| 5 | +0.3.18 (2024-08-13) |
| 6 | +------------------- |
| 7 | + |
| 8 | +0.3.17 (2023-06-08) |
| 9 | +------------------- |
| 10 | +* Merge pull request `#220 <https://github.com/ros-drivers/audio_common/issues/220>`_ from v4hn/master |
| 11 | +* on real systems publish system clock time in capture node |
| 12 | +* The capture node is hard-coded to alsasrc |
| 13 | +* Contributors: Shingo Kitagawa, v4hn |
| 14 | + |
| 15 | +0.3.16 (2022-12-23) |
| 16 | +------------------- |
| 17 | +* Merge pull request `#204 <https://github.com/ros-drivers/audio_common/issues/204>`_ from knorth55/audio-capture-stamped |
| 18 | +* add todo comment |
| 19 | +* publish audio stamped in audio_capture.cpp |
| 20 | +* Merge pull request `#216 <https://github.com/ros-drivers/audio_common/issues/216>`_ from knorth55/launch-update |
| 21 | +* update audio_capture launch |
| 22 | +* Contributors: Shingo Kitagawa |
| 23 | + |
| 24 | +0.3.15 (2022-08-29) |
| 25 | +------------------- |
| 26 | + |
| 27 | +0.3.14 (2022-08-18) |
| 28 | +------------------- |
| 29 | + |
| 30 | +0.3.13 (2022-04-07) |
| 31 | +------------------- |
| 32 | + |
| 33 | +0.3.12 (2021-09-01) |
| 34 | +------------------- |
| 35 | +* Merge branch 'master' into master |
| 36 | +* Contributors: Shingo Kitagawa |
| 37 | + |
| 38 | +0.3.11 (2021-04-08) |
| 39 | +------------------- |
| 40 | + |
| 41 | +0.3.10 (2021-01-07) |
| 42 | +------------------- |
| 43 | +* add bitrate in capture launch |
| 44 | +* [audio_capture] Publish audio info once before publishing /audio |
| 45 | +* Contributors: Naoya Yamaguchi, Shingo Kitagawa |
| 46 | + |
| 47 | +0.3.9 (2020-10-22) |
| 48 | +------------------ |
| 49 | +* Merge pull request `#160 <https://github.com/ros-drivers/audio_common/issues/160>`_ from knorth55/add-device-play |
| 50 | +* use ROS_INFO instead of printf |
| 51 | +* Contributors: Shingo Kitagawa |
| 52 | + |
| 53 | +0.3.8 (2020-09-13) |
| 54 | +------------------ |
| 55 | + |
| 56 | +0.3.7 (2020-08-08) |
| 57 | +------------------ |
| 58 | +* Merge pull request `#150 <https://github.com/ros-drivers/audio_common/issues/150>`_ from sktometometo/fix_mp3_options |
| 59 | + Fix property of lamemp3enc element in audio_capture so that the bitrate parameter work properly. |
| 60 | +* fix property of lamemp3enc element so that it will use the specified bitrate |
| 61 | +* Merge pull request `#146 <https://github.com/ros-drivers/audio_common/issues/146>`_ from knorth55/mp3-support |
| 62 | +* use space instead of tab |
| 63 | +* use same caps |
| 64 | +* support channls for mp3 |
| 65 | +* Merge pull request `#145 <https://github.com/ros-drivers/audio_common/issues/145>`_ from knorth55/mp3-channel-rate |
| 66 | + [audio_capture] add sample_format in audio_capture |
| 67 | +* Merge pull request `#147 <https://github.com/ros-drivers/audio_common/issues/147>`_ from knorth55/fix-filesink |
| 68 | + [audio_capture] fix filesink for wave format |
| 69 | +* add sample_format arg in capture_to_file.launch |
| 70 | +* fix filesink for wave format |
| 71 | +* add sample_format in audio_capture |
| 72 | +* Contributors: Koki Shinjo, Shingo Kitagawa |
| 73 | + |
| 74 | +0.3.6 (2020-05-29) |
| 75 | +------------------ |
| 76 | +* Merge pull request `#141 <https://github.com/ros-drivers/audio_common/issues/141>`_ from knorth55/add-maintainer |
| 77 | + add maintainer |
| 78 | +* add maintainer |
| 79 | +* Contributors: Shingo Kitagawa |
| 80 | + |
| 81 | +0.3.5 (2020-04-28) |
| 82 | +------------------ |
| 83 | + |
| 84 | +0.3.4 (2020-04-02) |
| 85 | +------------------ |
| 86 | +* Merge branch 'master' of github.com:ros-drivers/audio_common |
| 87 | +* Contributors: Gerard Canal |
| 88 | + |
| 89 | +0.3.3 (2018-05-22) |
| 90 | +------------------ |
| 91 | + |
| 92 | +0.3.2 (2018-05-02) |
| 93 | +------------------ |
| 94 | +* [sound_play] add option to select audio device to play / record (`#87 <https://github.com/ros-drivers/audio_common/issues/87>`_) |
| 95 | + * [sound_play] add option to select audio device to play |
| 96 | + * [sound_play] reformat README to markdown; add usage to set device via rosparam |
| 97 | + * audio_capture: add option for selecting device to use |
| 98 | + * audio_play: add option to select device for playing audio |
| 99 | + * add device argument to launch files |
| 100 | + Conflicts: |
| 101 | + audio_capture/launch/capture.launch |
| 102 | + audio_capture/launch/capture_to_file.launch |
| 103 | + audio_capture/src/audio_capture.cpp |
| 104 | + audio_play/launch/play.launch |
| 105 | + sound_play/scripts/soundplay_node.py |
| 106 | +* Merge pull request `#102 <https://github.com/ros-drivers/audio_common/issues/102>`_ from EndPointCorp/fix_capture_leak |
| 107 | + Fix audio_capture leak |
| 108 | +* Fix audio_capture sample/buffer leak |
| 109 | +* Merge pull request `#90 <https://github.com/ros-drivers/audio_common/issues/90>`_ from prarobo/master |
| 110 | + Error checking code and improvements to launch files |
| 111 | +* Bug fix |
| 112 | +* fix(audio_capture): capturing wave using gst1.0 |
| 113 | + 0.10-style raw audio caps were being created, according to GStreamer warning. Should be audio/x-raw,format=(string).. now. |
| 114 | +* Merge pull request `#1 <https://github.com/ros-drivers/audio_common/issues/1>`_ from prarobo/fixes |
| 115 | + Error checking code and improvements to launch files |
| 116 | +* Removed default device |
| 117 | +* Added error checking code |
| 118 | +* Added parameters to launch files |
| 119 | +* Contributors: Austin, Matt Vollrath, Prasanna Kannappan, Rokus, Yuki Furuta, prarobo |
| 120 | + |
| 121 | +0.3.1 (2016-08-28) |
| 122 | +------------------ |
| 123 | +* Update to new gstreamer rosdeps |
| 124 | +* #70 can launch these in different namespaces with different microphones, and both are operating. |
| 125 | +* #70 can switch between different microphones, but the first microphone doesn't like the hw:1, it only works with device:="" - so must be doing something wrong still. |
| 126 | +* Add changelogs |
| 127 | +* [audio_capture] add error handler |
| 128 | +* [audio_capture] add option to publish captured audio data as wav format |
| 129 | + Conflicts: |
| 130 | + audio_capture/src/audio_capture.cpp |
| 131 | +* Fixed memory leak (see #18). |
| 132 | +* Removed trailing whitespace. |
| 133 | +* Fixed problem that CMake uses gstreamer-0.1 instead of gstreamer-1.0 |
| 134 | +* Added gstreamer 1.0 dependecies |
| 135 | +* Ported to gstreamer 1.0 |
| 136 | + package.xml dependencies still missing |
| 137 | +* Update maintainer email |
| 138 | +* Contributors: Benny, Felix Duvallet, Furushchev, Lucas Walter, trainman419 |
| 139 | + |
| 140 | +0.2.11 (2016-02-16) |
| 141 | +------------------- |
| 142 | +* Add changelogs |
| 143 | +* Contributors: trainman419 |
| 144 | + |
| 145 | +0.2.10 (2016-01-21) |
| 146 | +------------------- |
| 147 | +* Add changelogs |
| 148 | +* Contributors: trainman419 |
| 149 | + |
| 150 | +0.2.9 (2015-12-02) |
| 151 | +------------------ |
| 152 | +* Add changelogs |
| 153 | +* [audio_capture] add error handler |
| 154 | +* [audio_capture] add option to publish captured audio data as wav format |
| 155 | +* Fixed memory leak (see `#18 <https://github.com/ros-drivers/audio_common/issues/18>`_). |
| 156 | +* Removed trailing whitespace. |
| 157 | +* Contributors: Felix Duvallet, Furushchev, trainman419 |
| 158 | + |
| 159 | +0.2.8 (2015-10-02) |
| 160 | +------------------ |
| 161 | +* Update maintainer email |
| 162 | +* Contributors: trainman419 |
| 163 | + |
| 164 | +0.2.7 (2014-07-25) |
| 165 | +------------------ |
| 166 | +* audio_capture.cpp has to wait for generated AudioData headers |
| 167 | +* Contributors: v4hn |
| 168 | + |
| 169 | +0.2.6 (2014-02-26) |
| 170 | +------------------ |
| 171 | +* audio_capture and play _require\_ gstreamer, it's not optional |
| 172 | +* Contributors: v4hn |
| 173 | + |
| 174 | +0.2.5 (2014-01-23) |
| 175 | +------------------ |
| 176 | +* "0.2.5" |
| 177 | +* Contributors: trainman419 |
| 178 | + |
| 179 | +0.2.4 (2013-09-10) |
| 180 | +------------------ |
| 181 | +* Update CMakeLists.txt |
| 182 | +* audio_capture: install launchfiles |
| 183 | +* Contributors: David Gossow |
| 184 | + |
| 185 | +0.2.3 (2013-07-15) |
| 186 | +------------------ |
| 187 | +* Fix install rule for audio_capture. |
| 188 | +* Contributors: Austin Hendrix |
| 189 | + |
| 190 | +0.2.2 (2013-04-10) |
| 191 | +------------------ |
| 192 | + |
| 193 | +0.2.1 (2013-04-08 13:59) |
| 194 | +------------------------ |
| 195 | + |
| 196 | +0.2.0 (2013-04-08 13:49) |
| 197 | +------------------------ |
| 198 | +* Finish catkinizing audio_common. |
| 199 | +* Catkinize audio_play. |
| 200 | +* Catkinize audio_capture. |
| 201 | +* Fix typo in package.xml |
| 202 | +* Versions and more URLs. |
| 203 | +* Convert manifests to package.xml |
| 204 | +* Convert audio_capture manifest to package.xml |
| 205 | +* Ditch old makefiles. |
| 206 | +* Updates manifest |
| 207 | +* Updated manifests for rodep2 |
| 208 | +* oneiric build fixes, bump version to 0.1.6 |
| 209 | +* Removed redundant thread::thread |
| 210 | +* Added a rosdep.yaml file |
| 211 | +* Fixed to use audio_common_msgs |
| 212 | +* Added ability to use different festival voices |
| 213 | +* Updated documentation |
| 214 | +* Added ability to capture to file |
| 215 | +* Fixed ignore files |
| 216 | +* Added hgignore files |
| 217 | +* Audio_capture and audio_play working |
| 218 | +* Making separate audio_capture and audio_play packages |
| 219 | +* Moved audio_transport to audio_capture |
| 220 | +* Contributors: Austin Hendrix, Brian Gerkey, Nate Koenig, nkoenig |
0 commit comments