Skip to content

Releases: ros-ai/ros2_whisper

v1.3.1

01 Jul 16:31
d1741e6
Compare
Choose a tag to compare
  • whisper_msgs: Changed to whisper_idl package
  • whisper_bringup: Changed executor to MultiThreadedExecutor so audio and inference can run in parallel on whisper_server

v1.3.0

21 Jun 17:07
Compare
Choose a tag to compare

Some update to the vendor package as well as downstream updates to parameters

  • whisper_cpp_vendor: whisper.cpp 1.5.4 -> 1.6.2 release
  • whisper_cpp_vendor: CMake build flag WHISPER_CUBLAS to WHISPER_CUDA
  • whisper_server: Removed launch mixins
  • whisper_server: Updated parameters for whisper.yaml
  • whisper_server: Fixed whisper initialization order

v1.2.1

15 Dec 00:22
Compare
Choose a tag to compare
  • Changes whisper_cpp_vendor C++ version to C++11

v1.2.0

20 Nov 11:07
c9d27b0
Compare
Choose a tag to compare

v1.1.0

01 Sep 18:02
30f3e78
Compare
Choose a tag to compare

Refer to #6

  • Improved action server for whisper_server
  • Improved terminal output for whisper_demos

v1.0.0

31 Aug 16:22
2e75639
Compare
Choose a tag to compare

Refer to #3

alpha-v0.1.0

15 Aug 14:26
Compare
Choose a tag to compare
  • basic inference using whisper
  • custom audio listener implementation