Alexandre G.-Raymond

Results 17 comments of Alexandre G.-Raymond

Here are some ideas for speech (with no params shabda defaults to en-GB female voice): ```javascript await samples('shabda/speak:strudel,rocks') ``` and with language param: ```javascript await samples('shabda/speak/fr-FR:strudel,pour_tous') ``` finally with gender:...

My first PR on strudel :) Let me know if it fits your idea and code style.

According to Delicious.com API documentation, the tag_separator argument concerns GET operations only. In POST operations, commas are always used. So there is a bug right now when using Delicious :...

I agree, separating tags with commas is certainly more intuitive.

We should add a text helper that tells the format to the user before the tags input.

Yep, interesting idea, i'll look into it.

Yes, I had planned to implement something like this in Scuttloid. It would make it much more usable. And you described it very well so I say : go for...

Depends on: https://github.com/cweiske/SemanticScuttle/pull/8

I have made a fork of this repository and published it on pypi: https://pypi.org/project/freesound-api/ The fork lies here: https://github.com/ilesinge/freesound-api There is no functional change, only packaging and README changes. If...

Yeah exactly, I changed the name in order to let you use the original name. I'll do a PR.