Confirmed users
654
edits
No edit summary |
No edit summary |
||
| Line 49: | Line 49: | ||
====If we decide to support MP3 on desktop via MPAPI, #4 (below) explains the plan we would follow:==== | ====If we decide to support MP3 on desktop via MPAPI, #4 (below) explains the plan we would follow:==== | ||
4) Investigate MP3 support using system codecs on desktop platforms. | 4) Investigate MP3 support using system codecs on desktop platforms. | ||
4a) On Windows (XP and up) we can use DirectShow. Chris Pearce is going to | *4a) On Windows (XP and up) we can use DirectShow. Chris Pearce is going to | ||
look into this. | look into this. | ||
4b) on Mac we can use some Mac APIs. Edwin Flores is going to look into | *4b) on Mac we can use some Mac APIs. Edwin Flores is going to look into | ||
this. | this. | ||
4c) on Linux we could use libav (when MP3 codec is available) directly, or | *4c) on Linux we could use libav (when MP3 codec is available) directly, or | ||
possibly via GStreamer (see #3). Not sure who's going to work on that. | possibly via GStreamer (see #3). Not sure who's going to work on that. | ||
The currently plan is to use these system APIs directly in dedicated codec | The currently plan is to use these system APIs directly in dedicated codec | ||