Skip to content

Commit

Permalink
minor fix to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 26, 2024
1 parent 73ac3cb commit 03dcaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio_common/src/audio_common/audio_player_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void AudioPlayerNode::audio_callback(
Pa_StartStream(this->stream_dict_[stream_key]);
}

// Convert ROS message to array
// Write audio from ROS 2 msg
switch (msg->audio.info.format) {
case paFloat32:
this->write_data(msg->audio.audio_data.float32_data,
Expand Down

0 comments on commit 03dcaab

Please sign in to comment.