{"id":19429837,"url":"https://github.com/akscf/mod_google_asr","last_synced_at":"2025-09-15T03:17:26.476Z","repository":{"id":191452043,"uuid":"679420565","full_name":"akscf/mod_google_asr","owner":"akscf","description":"Freeswitch ASR module","archived":false,"fork":false,"pushed_at":"2025-07-13T07:04:27.000Z","size":130,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T09:10:37.435Z","etag":null,"topics":["freeswitch","speech-recognition","speech-to-text"],"latest_commit_sha":null,"homepage":"https://akstel.org","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/akscf.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-16T19:59:46.000Z","updated_at":"2025-07-13T07:04:31.000Z","dependencies_parsed_at":"2023-08-30T01:12:06.512Z","dependency_job_id":"302363d8-340d-479e-97f4-5937d37c2930","html_url":"https://github.com/akscf/mod_google_asr","commit_stats":null,"previous_names":["akscf/mod_google_asr"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/akscf/mod_google_asr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akscf%2Fmod_google_asr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akscf%2Fmod_google_asr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akscf%2Fmod_google_asr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akscf%2Fmod_google_asr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akscf","download_url":"https://codeload.github.com/akscf/mod_google_asr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akscf%2Fmod_google_asr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275198566,"owners_count":25422356,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["freeswitch","speech-recognition","speech-to-text"],"created_at":"2024-11-10T14:21:51.800Z","updated_at":"2025-09-15T03:17:26.468Z","avatar_url":"https://github.com/akscf.png","language":"C","readme":"\u003cp\u003e\n  Google Speech-To-Text service for the Freeswitch. \u003cbr\u003e\n  Features: vad, flexible adjustments. \u003cbr\u003e\n  Available through: asr_interface, commnad api. \u003cbr\u003e\n  A small installation guide can be found here: \u003ca href=\"https://github.com/akscf/mod_openai_asr/issues/1\"\u003eFail to compile module\u003c/a\u003e\n\u003c/p\u003e\n\n### Usage example\n```\n\u003cextension name=\"asr-test\"\u003e\n  \u003ccondition field=\"destination_number\" expression=\"^(3222)$\"\u003e\n    \u003caction application=\"answer\"/\u003e\n    \u003caction application=\"sleep\" data=\"1000\"/\u003e\n    \u003caction application=\"play_and_detect_speech\" data=\"/tmp/test2.wav detect:google {lang=en}\"/\u003e\n    \u003caction application=\"sleep\" data=\"1000\"/\u003e\n    \u003caction application=\"log\" data=\"CRIT SPEECH_RESULT=${detect_speech_result}\"/\u003e\n    \u003caction application=\"sleep\" data=\"1000\"/\u003e\n    \u003caction application=\"hangup\"/\u003e\n \u003c/condition\u003e\n\u003c/extension\u003e\n```\n\n### mod_quickjs\n```javascript\nsession.ttsEngine= 'google'; // requires: mod_google_tts\nsession.asrEngine= 'google';\n\nvar txt = session.sayAndDetectSpeech('Hello, how can I help you?', 10);\nconsoleLog('info', \"TEXT: \" + txt);\n```\n\n### Command line\n```\nfreeswitch\u003e google_asr_transcript /tmp/test.wav\n+OK: How old is the Brooklyn Bridge\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakscf%2Fmod_google_asr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakscf%2Fmod_google_asr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakscf%2Fmod_google_asr/lists"}