Mike Dinescu

Results 11 comments of Mike Dinescu

Can confirm that this happens when attempting to run the `classifyFolder` or `segmentClassifyFile` with current tip of master (https://github.com/tyiannak/pyAudioAnalysis/commit/bacb14f719e7bc039947059fefb35505c52a4cff) Looks like the current feature vector is different than what was...

I ran into the same issue described here. I can repro this using the following configuration: - EC2 instance, running Amazon Linux 2 (amzn2-ami-hvm-2.0.20190313-x86_64-gp2 (ami-061392db613a6357b)) - PHP 7.4 (FPM) +...

I've also tested this with PHP 7.2 and nginx 1.12 with same results And have also tried giving the IAM role broader S3 permissions (ie. "s3:*")

Is `$target` the S3 url? If so, I don't think `wp_mkdir_p` is supposed to execute on that at all. With S3 it is unnecessary to "create directories". in S3, what...

yea, it is interesting -- I can reproduce this 100% of the time starting from scratch with an EC2 instance running Amazon Linux 2. I posted steps to repro here:...

Thanks Nick! I'm not actively involved with this project anymore but happy to forward to somebody who should be able to help.

Can you verify that the lambda works correctly (ie. doesn't throw any errors) if you make a test invocation from the Lambda console? If everything works correctly you should see...

Can you give an example of a question where you added audio? What does the JSON object look like? It should be something like this: ```javascript module.exports = Object.freeze({ questions_en_US:...

The way you have it should work. Of course, assuming the URL is a valid audio file, as explained here: https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html#audio This is where the question is added to the...

I'm not sure what you need help with; Have you thought about how the game would work with multiple players? How would Alexa know which player answered the question? The...