Bug 58577 - No option to disable offensive word censor for speech input
Summary: No option to disable offensive word censor for speech input
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 39485
  Show dependency treegraph
 
Reported: 2011-04-14 14:49 PDT by Eli Grey (:sephr)
Modified: 2011-04-14 15:18 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eli Grey (:sephr) 2011-04-14 14:49:31 PDT
If you say an offensive word (as deemed by Google's speech recognition service) using speech input, such as bitch, fuck, shit, ass, etc., it is always censored as "####". There needs to be a configuration option to disable this censor, such as the option present in Android.
Comment 1 Satish Sampath 2011-04-14 15:18:00 PDT
This is not a webkit issue, it is the embedder that captures audio, does recognition and returns the recognized results to webkit. WebKit does not censor any results and such an option to not censor words should be part of the embedder. If you are looking at a particular embedder please file a bug in that project.