{"id":18995966,"url":"https://github.com/vindecodex/pcaudiotoandroid","last_synced_at":"2026-05-12T23:33:24.954Z","repository":{"id":135239549,"uuid":"305636942","full_name":"vindecodex/PCAudioToAndroid","owner":"vindecodex","description":"Stream Audio from PC to Android (Ubuntu)","archived":false,"fork":false,"pushed_at":"2020-10-20T08:39:47.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T05:40:13.215Z","etag":null,"topics":["android","audio","shell-script","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vindecodex.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":"2020-10-20T08:14:42.000Z","updated_at":"2024-07-20T16:21:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfb07db5-7900-4a07-b200-a27022c5e23d","html_url":"https://github.com/vindecodex/PCAudioToAndroid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vindecodex/PCAudioToAndroid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindecodex%2FPCAudioToAndroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindecodex%2FPCAudioToAndroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindecodex%2FPCAudioToAndroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindecodex%2FPCAudioToAndroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vindecodex","download_url":"https://codeload.github.com/vindecodex/PCAudioToAndroid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vindecodex%2FPCAudioToAndroid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32961783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["android","audio","shell-script","ubuntu"],"created_at":"2024-11-08T17:33:31.568Z","updated_at":"2026-05-12T23:33:24.931Z","avatar_url":"https://github.com/vindecodex.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PCAudioToAndroid\nStream Audio from PC to Android (Ubuntu)\n\n## Instructions\n\nClone and cd inside the project\n\n1. Find you source_name.\n\n```bash\npactl list | grep \"Monitor Source\"\n```\n\n2. Open `shareAudio` with editor and replate `\u003csource_name_here\u003e` with you source name.\n\n```bash\n#!/bin/sh\ncase \"$1\" in\n  start)\n    $0 stop \n    pactl load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 source=\u003csource_name_here\u003e record=true port=8000\n    ;;\n  stop)\n    pactl unload-module `pactl list | grep tcp -B1 | grep M | sed 's/[^0-9]//g'`\n    ;;\n  *)\n    echo \"Usage: $0 start|stop\" \u003e\u00262\n    ;;\nesac\n```\n3. Run below command.\n\n```bash\n./pashare start\nnetstat -nlt | grep 8000 \ntelnet 127.0.0.1 8000\n```\n\n4. Install and connect to your computer ip\n\n[Download PulseDroid APK](https://github.com/dront78/PulseDroid/tree/master/bin)\n\nor\n\n[Download Simple Protocol Player](https://play.google.com/store/apps/details?id=com.kaytat.simpleprotocolplayer)\n\n\n## Source\n[StackOverflow](https://superuser.com/questions/605445/how-to-stream-my-gnu-linux-audio-output-to-android-devices-over-wi-fi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvindecodex%2Fpcaudiotoandroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvindecodex%2Fpcaudiotoandroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvindecodex%2Fpcaudiotoandroid/lists"}