Playing with audio Pt.2

Audacity could not handle it properly so chatGPT produced below ffmpeg command to split it.

ffmpeg -i input.wav -map 0:a -c copy -f segment -segment_time 3600 out_%02d.wav

We can still use audacity to see the waveforms and targeted playback.

Comments

Popular posts from this blog

Morning Quotes

QCalendarWidget CSS Stylesheeting

Qt global thread pool max thread count