You are not logged in.

#1 2015-05-18 09:58:29

usernameistaken
Member
Registered: 2014-03-06
Posts: 2

Firefox can't listen Google Translate pronunciation.

Hello everyone.

I have installed Firefox without any extension and set some plugins enabled:

OpenH264 Video Codec provided by Cisco Systems, Inc.
QuickTime Plug-in 7.6.9
mplayerplug-in is now gecko-mediaplayer 1.0.9
DivX Browser Plug-In
RealPlayer 9
Windows Media Player Plug-in
Shockwave Flash

But it can't play Google Translate tts. Same to some extensions rely on it.

I found it'll request a "m2a"  audio file after clicking "Listen" button.  Firefox can't play it with hint "Video can't be played because the file is corrupt". So I think it's a plugin problem.

Any solutions? Thank you.

Offline

#2 2015-05-18 11:00:42

quellen
Member
From: Italy
Registered: 2014-05-24
Posts: 288

Re: Firefox can't listen Google Translate pronunciation.

on my firefox 37.0.2-1, it works.
you could try to install "freshplayerplugin" from AUR:
https://aur.archlinux.org/packages/fres … lugin-git/

About
PPAPI-host NPAPI-plugin adapter.

As you know, Adobe have suspended further development of Flash player plugin for GNU/Linux. Latest available as an NPAPI plugin version 11.2 will get security updates for five years (since its release on May 4th, 2012), but further development have been ceased. Fortunately or not, newer versions are still available for Linux as a part of Chrome browser, where Flash comes bundled in a form of PPAPI plugin. PPAPI or Pepper Plugin API is an interface promoted by Chromium/Chrome team for browser plugins. It's NPAPI-inspired yet significantly different API which have every conceivable function plugin may want. Two-dimensional graphics, OpenGL ES, font rendering, network access, audio, and so on. It's huge, there are 111 groups of functions, called interfaces which todays Chromium browser offers to plugins. Although specs are not final yet, and new interface versions are arising, with some older ones getting deleted; rate of change have significantly slowed down.

For various reasons Firefox developers are not interested now in implementing PPAPI in Firefox. However that does not mean it cannot be done.

The main goal of this project is to get PPAPI (Pepper) Flash player working in Firefox. This can be done in two ways. First one is to implement full PPAPI interface in Firefox itself. Other one is to implement a wrapper, some kind of adapter which will look like browser to PPAPI plugin and look like NPAPI plugin for browser.

First approach requires strong knowledge of Firefox internals, and moreover additional effort to get the code into mainstream. Maintaining a set of patches doesn't look like a good idea. Second approach allows to concentrate on two APIs only. Yes one of them is big, but still graspable. Second way will be used for the project. It will benefit other browsers too, not only Firefox.


sorry for my bad english

Offline

Board footer

Powered by FluxBB