{"id":18536329,"url":"https://github.com/adishavit/speakstream","last_synced_at":"2025-04-09T16:33:57.874Z","repository":{"id":20916260,"uuid":"24204134","full_name":"adishavit/SpeakStream","owner":"adishavit","description":"Add Text-to-Speech to your program with a single line of code.","archived":false,"fork":false,"pushed_at":"2014-09-18T20:54:51.000Z","size":132,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T08:55:48.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adishavit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-18T20:35:32.000Z","updated_at":"2018-01-18T08:40:55.000Z","dependencies_parsed_at":"2022-09-02T18:12:05.446Z","dependency_job_id":null,"html_url":"https://github.com/adishavit/SpeakStream","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/adishavit%2FSpeakStream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adishavit%2FSpeakStream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adishavit%2FSpeakStream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adishavit%2FSpeakStream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adishavit","download_url":"https://codeload.github.com/adishavit/SpeakStream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248068094,"owners_count":21042419,"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":[],"created_at":"2024-11-06T19:32:15.517Z","updated_at":"2025-04-09T16:33:52.863Z","avatar_url":"https://github.com/adishavit.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"SpeakStream\n===========\n\nThis is a mirror of the code accompanying my 2007 CodeProject Article - [\"`audio_ostream` - A Text-to-Speech ostream\"](http://www.codeproject.com/Articles/17897/audio-ostream-A-Text-to-Speech-ostream).\n\nIn the article, I show you how to add Text-to-Speech (TTS) to your program with a single line of code using the familiar standard `std::ostream` syntax.\n\nThe header-only code depends on 3 libraries:\n\n * [COMSTL](http://synesis.com.au/software/comstl/) and [STLSoft](http://synesis.com.au/software/stlsoft/);\n * [Boost.iostreams](http://www.boost.org/libs/iostreams/doc/index.html)\n * [Microsoft SAPI SDK](http://www.microsoft.com/downloads/details.aspx?FamilyID=5e86ec97-40a7-453f-b0ee-6583171b4530\u0026DisplayLang=en)\n \nHowever, the general concepts presented should be easily ported to using other TTS SDKs.\n\n### Using the code \n\nUsing the code cannot be easier:\n\n```cpp\n#include \"audiostream.hpp\"\nusing namespace std;\nusing namespace audiostream;\nint main()\n{\n   audio_ostream aout;\n   aout \u003c\u003c \"Hello World!\"  \u003c\u003c endl;\n\n   // some more code...\n   \n   return 0;\n}\n```\n\nThis little program will, obviously, say \"Hello World!\".\n\nThe original CodeProject article can be read [here](http://www.codeproject.com/Articles/17897/audio-ostream-A-Text-to-Speech-ostream).  \nThe license is [The Code Project Open License (CPOL)](http://www.codeproject.com/info/cpol10.aspx).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadishavit%2Fspeakstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadishavit%2Fspeakstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadishavit%2Fspeakstream/lists"}