Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

playing audio from external source #23

Open
andy5995 opened this issue Apr 6, 2019 · 3 comments
Open

playing audio from external source #23

andy5995 opened this issue Apr 6, 2019 · 3 comments

Comments

@andy5995
Copy link
Contributor

andy5995 commented Apr 6, 2019

It would be very convenient if one could click "play" to hear the word. I wonder if there's an easy way to code the app so when the user hits "play" on a word, the audio for that word is pulled from dict.cc and cached locally on his device.

@Swarthon
Copy link
Member

Swarthon commented May 7, 2019

First of all, sorry for answering so late. That would be a wonderful idea. According to dict.cc website (https://www.dict.cc/?s=about%3A&l=e), for automated requests, we should ask for their permission. Before contacting an email, we will have to plan a little bit this feature and even try some features locally. Personally, I haven't yet coded any app using audio, so it would be interesting.
Thank you for your proposal, we will keep you informed.

@andy5995
Copy link
Contributor Author

No apologies necessary, but thanks. Looking forward to seeing that feature. Tschüss!

@Swarthon
Copy link
Member

We did not find any dict.cc API to get the verbs. Nonetheless Android provides a great tool : Android TextToSpeech. I think it is the one we will be using, because it is very handy and we do not have to install anything or ask anyone's permission. Well, now we will have to discuss about the interface and implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants