Skip to content

Commit

Permalink
Add "URL_MPEG2_WAV_REFS,URL_MPEG2_WAV_REFS_MD5" params to AACGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanchez87 committed Nov 14, 2024
1 parent f63dbe4 commit 34e73b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gen_aac.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ def _fill_checksum_aac(test_vector, dest_dir):
Codec.AAC,
"ISO_IEC_13818-4 MPEG-2 AAC compressedAdif test suite",
URL_MPEG2_ADIF,
URL_MPEG2_WAV_REFS,
URL_MPEG2_WAV_REFS_MD5,
True,
)
generator.generate(not args.skip_download, args.jobs)

0 comments on commit 34e73b8

Please sign in to comment.