I'm looking for a Delphi API for Amazon Polly. Does anybody know of something that already supports it? If not, would anybody like to build one for me for a reasonable fee? I only need support for DescribeVoices and SynthesizeSpeech at this time, but the other handful of APIs probably wouldn't be hard to build either.

I'm looking for a Delphi API for Amazon Polly. Does anybody know of something that already supports it? If not, would anybody like to build one for me for a reasonable fee? I only need support for DescribeVoices and SynthesizeSpeech at this time, but the other handful of APIs probably wouldn't be hard to build either.

I've been messing with some examples for other AWS APIs, and I've not had much luck with the authentication part. Actually, I'd be happy with a working Delphi translation of the Python example at the link below for either of these two APIs.

http://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html

Comments

  1. David Schwartz It's the drawback of not using a popular language - you're always going to be scrambling to find drivers, API support, etc.

    ReplyDelete
  2. Never miss a chance to snipe, eh? In this case it's more along the lines of Amazon's APIs being esoteric. They must be all Java developers over there because the APIs and docs are needlessly bureaucratic.

    ReplyDelete
  3. Eli M hehe ... I totally failed to connect the dots. duh!

    Joseph Mitzen well, as long as there are folks around who can help like Eli, that's fine.

    ReplyDelete

Post a Comment