Skip to content

Commit

Permalink
update mixVideoRaw comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnut committed Oct 13, 2024
1 parent 56978e4 commit e0d1dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/audio_mixer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class FFMPEG_API_DLL AudioMixer {
* @brief Mixes a video file and raw audio data into a single MP4 output.
*
* This function takes an input video file and raw audio data (in the form of a vector of floating-point samples),
* and merges them into a single MP4 output file. The audio codec parameters must also be provided to describe the format of the raw audio.
* and merges them into a single MP4 output file.
*
* @param videoFile The path to the input video file.
* @param raw A vector containing the raw audio data (floating-point samples).
Expand Down

0 comments on commit e0d1dd1

Please sign in to comment.