Audio files in this directory have been generated by the
commands below in case they ever need to be re-generated.

Only metadata, no audio:

  python ../../scripts/audiogen.py --title pyatv --artist postlund --album raop -n 0 -o only_metadata.wav

Audio, 10 frames (=20 samples):

  python ../../scripts/audiogen.py -n 10 -o audio_10_frames.wav

Audio, 352 * 3 frames = 3 packets (=1056 samples):

  python ../../scripts/audiogen.py -n 1056 -o audio_3_packets.wav

Audio, 8 seconds static (no sound), ogg for compression:

  python ../../scripts/audiogen.py -n 132300 -s -o static_3sec.wav
  ffmpeg -i static_3sec.wav static_3sec.ogg

Audio, 1 packets (=352 samples), with metadata:

  python ../../scripts/audiogen.py --title pyatv --artist postlund --album raop -n 352 -o audio_1_packet_metadata.wav
