Am 26.07.2021 um 14:27 schrieb tim.russell at med-associates.com: > Does FFMPEG support sample rates (using the '-ar' parameter) of 192k? > I don't see it listed in the documentation. yes that works, here is an example: ffmpeg -f lavfi -i sine=1000:d=10 -ar 192000 sine.wav Michael