-
-
Notifications
You must be signed in to change notification settings - Fork 974
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
Pokémon Cries #242
Comments
Yeah I like that :) |
Should we only have the new cries, old ones when applicable, or both? |
The veekun link has both old and new cries. So I guess we can do both. |
What would be the approach legally speaking? What is the legal approach with sprites? |
@cgbsu Your comment is a bit out of context. I redirect you here for your question: PokeAPI/sprites#38 |
FYI here is an api for pokemon cries https://www.pkmnapi.com/endpoints/pokemon-cries/ |
Is work on having pokemon cries in the api still an option or has this idea been dropped if its fine I could make a pr for this |
It would be pretty cool if the pokémon cries would be included in the API, I guess their implementation would be quite similar to how the sprites are implemented.
The response for endpoint
http://pokeapi.co/api/v2/pokemon/1/
would then containa new key => value pair. Something like the code below:
"cry" : "http://pokeapi.co/media/sounds/pokemon/cry/1.ogg"
The first step would be to gather the resources for this, the sound files would need to have the appropriate format for web playback, so MP3, OGG, or WAV would be safe choices.
The link below is one I found, but there could be better ones out there so I would appreciate your input on this.
UPDATE: I added another link for the cries.
Resources
http://www.smogon.com/forums/threads/pok%C3%A9mon-xy-remastered-cries.3512615/
http://veekun.com/dex/downloads#other-files
The text was updated successfully, but these errors were encountered: