Hello everyone,
I'm trying to test a function that generates a .wav
audio file with snapshot testing from testthat
. I know that there is whole file snapshotting that has "initial support for images (.png
, .jpg
, .svg
), data frames (.csv
), and text files (.R
, .txt
, .json
, ...)".
Is there any support for audio files in the form of .wav
or .mp3
?