{"id":16683520,"url":"https://github.com/marcominerva/babelfish","last_synced_at":"2025-04-09T23:24:33.337Z","repository":{"id":99650741,"uuid":"91811984","full_name":"marcominerva/BabelFish","owner":"marcominerva","description":"An app that shows how to use the Microsoft Translator Speech APIs to build a real-time voice translation app for the Universal Windows Platform, event for Windows 10 IoT Core","archived":false,"fork":false,"pushed_at":"2018-07-20T14:13:16.000Z","size":637,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T01:13:31.994Z","etag":null,"topics":["cognitive-services","iot","translation","uwp","windows-10"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcominerva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-19T14:03:42.000Z","updated_at":"2021-11-01T23:22:19.000Z","dependencies_parsed_at":"2023-07-31T10:30:46.277Z","dependency_job_id":null,"html_url":"https://github.com/marcominerva/BabelFish","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcominerva%2FBabelFish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcominerva%2FBabelFish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcominerva%2FBabelFish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcominerva%2FBabelFish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcominerva","download_url":"https://codeload.github.com/marcominerva/BabelFish/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248127225,"owners_count":21052213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cognitive-services","iot","translation","uwp","windows-10"],"created_at":"2024-10-12T14:25:06.491Z","updated_at":"2025-04-09T23:24:33.294Z","avatar_url":"https://github.com/marcominerva.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Babel Fish\n\nAn app that shows how to use the Microsoft Translator Speech APIs to build a real-time voice translation app for the Universal Windows Platform, even for Windows 10 IoT Core.\n\n![A screenshot of the UWP desktop version](https://raw.githubusercontent.com/marcominerva/BabelFish/master/Screenshots/App.png)\n\n![The Windows 10 IoT Core device running the app](https://raw.githubusercontent.com/marcominerva/BabelFish/master/Screenshots/App-IoT.jpg)\n\n\n**Getting started**\n\nFirst of all, you need to register for a *Translator Speech* service on the [Azure Portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechTranslation), in order to obtain the key that is requested by the app. Then, you can either insert the key in the [Constants.cs](https://github.com/marcominerva/BabelFish/blob/master/BabelFish/Common/Constants.cs#L11) file or create a file named *settings.babelfish* and put it in the My Documents folder:\n\n```\n{\n  \"speechSubscriptionKey\": \"your_key\",\n  \"source\":\"it\",\n  \"translation\":\"en\",\n  \"voice\":\"en-US-Zira\",\n  \"autoConnect\": true\n}\n```\n\nParameters are self-explanatory. This file is used to automatically configure the app and is useful in particular for Windows 10 IoT Core, as in this case you haven't a UI.\n\n**Contribute**\n\nThe project is continuously evolving. We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcominerva%2Fbabelfish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcominerva%2Fbabelfish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcominerva%2Fbabelfish/lists"}