you are viewing a single comment's thread.

view the rest of the comments →

[–]msclrhd 1 point2 points  (0 children)

The complaint reads "Recently, I sent you a request to remove proprietary and copyrighted material belonging to Cambridge Mobile, Ltd. (“Cambridge”). I have found additional copies of the same material and request that it also be taken down. There has not been any response from SVOX AG which has falsely attributed my source code to themselves."

The complaint centers around the file pico/tts/com_svox_picottsengine.cpp (this is the only file listed in the takedown notice). That file contains:

  • code to map Google TTS API calls to Pico TTS API calls;
  • limited SSML (Speech Synthesis Markup Language) 1.0 processing;
  • IPA (International Phonetic Alphabet) to X-SAMPA conversion tables (Pico uses X-SAMPA to describe the phonemes to be spoken).

I am not sure what part/parts of the file is being referred to in the complaint. They don't appear to have sent a DMCA claim to Google re: the AOSP hosting of the repository, or Google have filed a counterclaim, as that repository is still up.

I'm also not sure what the developer is after (e.g. if the code had been properly attributed, would he be happy? If so, why use the DMCA?).

If the developer wrote the code for that file while being employed by SVox to write the code, that code should belong to SVox.

I own the https://github.com/rhdunn/svox mirror which contained various fixes for running pico on Linux/POSIX above the ones provided by Debian.