Add 0.5s mp3 redirectable resource

Command used to generate 0.5s mp3 file:

ffmpeg -ar 48000 -t 0.5 -f s16le -acodec pcm_s16le -ac 2 -i /dev/zero -acodec libmp3lame -aq 4 noop-0.5s.mp3

Related filter issue:
- https://github.com/uBlockOrigin/uAssets/issues/14231
This commit is contained in:
Raymond Hill 2022-08-14 13:06:00 -04:00
parent 78fccadaf2
commit c521479ef9
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
2 changed files with 2 additions and 0 deletions

View file

@ -144,6 +144,8 @@ const redirectableResources = new Map([
alias: [ 'noopmp3-0.1s', 'abp-resource:blank-mp3' ],
data: 'blob',
} ],
[ 'noop-0.5s.mp3', {
} ],
[ 'noop-1s.mp4', {
alias: 'noopmp4-1s',
data: 'blob',

Binary file not shown.