ros-drivers / audio_common

Common code for working with audio in ROS
BSD 3-Clause "New" or "Revised" License
86 stars 151 forks source link

[audio_play] Add record_to_file.launch #238

Closed Kanazawanaoaki closed 10 months ago

Kanazawanaoaki commented 10 months ago

Related to https://github.com/jsk-ros-pkg/jsk_common/pull/1791 There is a function to save audio topics to a file in audio_play , but it is currently difficult to find, so I wrote a record_to_file.launch file following the example of audio_capture's capture_to_file.launch.