diff options
author | Eric Laurent <elaurent@google.com> | 2011-11-08 13:53:26 -0800 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2011-11-08 13:53:26 -0800 |
commit | c1c0948374c475007ca5127991baecbab206c3d2 (patch) | |
tree | 2b364aac0358df59d7627ac59b07087a9d42aee8 /res | |
parent | d7bca9eb8c6953ac166ee0417af7f9628470c57a (diff) | |
download | packages_apps_nfc-c1c0948374c475007ca5127991baecbab206c3d2.zip packages_apps_nfc-c1c0948374c475007ca5127991baecbab206c3d2.tar.gz packages_apps_nfc-c1c0948374c475007ca5127991baecbab206c3d2.tar.bz2 |
Reduce sound assets size.
The assets used for start end and error sounds were unecessarily large and caused a lot
of memory to be used in media server process.
Reduced the sound duration, sampling rate and converted to mono to devide the size by 8.
Issue 5160674.
Change-Id: Ifda28eae27e574867bc62e105dfef51685bf9f9a
Diffstat (limited to 'res')
-rw-r--r-- | res/raw/end.ogg | bin | 18638 -> 6641 bytes |
-rw-r--r-- | res/raw/error.ogg | bin | 18935 -> 6185 bytes |
-rw-r--r-- | res/raw/start.ogg | bin | 19646 -> 7437 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/res/raw/end.ogg b/res/raw/end.ogg Binary files differindex 6cf4b98..7199153 100644 --- a/res/raw/end.ogg +++ b/res/raw/end.ogg diff --git a/res/raw/error.ogg b/res/raw/error.ogg Binary files differindex fbbc356..71d14b4 100644 --- a/res/raw/error.ogg +++ b/res/raw/error.ogg diff --git a/res/raw/start.ogg b/res/raw/start.ogg Binary files differindex f7b1a00..3c4d8c5 100644 --- a/res/raw/start.ogg +++ b/res/raw/start.ogg |