From b6f983120a785fd9092b7ae050e364b52d28499c Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 26 Sep 2016 09:07:24 -0400 Subject: fixtures: add test.m4a test.m4a contains an AAC LC stream inside an M4A (MPEG-4 Part 14) container. It is generated by FFmpeg 3.1.3 from test.wav: ffmpeg -y -i test.wav -c:a aac -profile:a aac_low -b:a 32k test.m4a test.m4a facilitates testing utilities or libraries that work with the AAC codec or the M4A container, e.g., alac. --- Library/Homebrew/test/fixtures/test.m4a | Bin 0 -> 1689 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Library/Homebrew/test/fixtures/test.m4a (limited to 'Library') diff --git a/Library/Homebrew/test/fixtures/test.m4a b/Library/Homebrew/test/fixtures/test.m4a new file mode 100644 index 000000000..7650fc482 Binary files /dev/null and b/Library/Homebrew/test/fixtures/test.m4a differ -- cgit v1.2.3