summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-11-08 13:53:26 -0800
committerEric Laurent <elaurent@google.com>2011-11-08 13:53:26 -0800
commitc1c0948374c475007ca5127991baecbab206c3d2 (patch)
tree2b364aac0358df59d7627ac59b07087a9d42aee8 /res
parentd7bca9eb8c6953ac166ee0417af7f9628470c57a (diff)
downloadpackages_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.oggbin18638 -> 6641 bytes
-rw-r--r--res/raw/error.oggbin18935 -> 6185 bytes
-rw-r--r--res/raw/start.oggbin19646 -> 7437 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/res/raw/end.ogg b/res/raw/end.ogg
index 6cf4b98..7199153 100644
--- a/res/raw/end.ogg
+++ b/res/raw/end.ogg
Binary files differ
diff --git a/res/raw/error.ogg b/res/raw/error.ogg
index fbbc356..71d14b4 100644
--- a/res/raw/error.ogg
+++ b/res/raw/error.ogg
Binary files differ
diff --git a/res/raw/start.ogg b/res/raw/start.ogg
index f7b1a00..3c4d8c5 100644
--- a/res/raw/start.ogg
+++ b/res/raw/start.ogg
Binary files differ