Closed
Bug 946242
Opened 11 years ago
Closed 11 years ago
[Audio][gonk-kk] Porting AudioManager
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 948337
People
(Reporter: seinlin, Assigned: scheng)
References
Details
AudioManager is compiled failed in gonk-kk.
Updated•11 years ago
|
Assignee: nobody → scheng
Assignee | ||
Comment 1•11 years ago
|
||
(push .ogg and .mp3 files to /sdcard folder)
Enter Music App.
The scenarios are listed as following:
(0)User can play .ogg(audio format) files normally, but can NOT play .mp3 files.
(1)While playing .ogg(audio format) files, user can change audio volume.
(2)While playing .ogg(audio format) files, pause/resume/seek actions are normal.
(3)While playing .ogg(audio format) files, insert and remove headset works normally.
I have captured the log while playing .mp3 file. It seems that can't fetch local time. I will investigate.
E/MonoPipe( 175): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
Comment 2•11 years ago
|
||
(In reply to Kai-Zhen Li from comment #0)
> AudioManager is compiled failed in gonk-kk.
This bug is effectively bug 948337.
(In reply to Star Cheng [:scheng] from comment #1)
> (push .ogg and .mp3 files to /sdcard folder)
>
> Enter Music App.
> The scenarios are listed as following:
>
> (0)User can play .ogg(audio format) files normally, but can NOT play .mp3
> files.
We need hardware decoding support for this. That is a separate issue from what this bug was opened for.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•