{"id":13578159,"url":"https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer","last_synced_at":"2025-04-05T16:31:59.128Z","repository":{"id":39636300,"uuid":"83773591","full_name":"SamDel/ChromeCast-Desktop-Audio-Streamer","owner":"SamDel","description":"Stream the sound of your desktop to your Chromecast Audio device","archived":false,"fork":false,"pushed_at":"2025-03-25T04:40:42.000Z","size":45141,"stargazers_count":423,"open_issues_count":28,"forks_count":31,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-25T05:27:17.846Z","etag":null,"topics":["chromecast","chromecast-audio","csharp","desktop","streaming"],"latest_commit_sha":null,"homepage":"","language":"C#","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/SamDel.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-03-03T08:02:55.000Z","updated_at":"2025-03-25T04:30:51.000Z","dependencies_parsed_at":"2024-01-16T20:26:17.895Z","dependency_job_id":"68208623-692d-4de0-b39d-e4246ddebbbe","html_url":"https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamDel%2FChromeCast-Desktop-Audio-Streamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamDel%2FChromeCast-Desktop-Audio-Streamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamDel%2FChromeCast-Desktop-Audio-Streamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamDel%2FChromeCast-Desktop-Audio-Streamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamDel","download_url":"https://codeload.github.com/SamDel/ChromeCast-Desktop-Audio-Streamer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247366374,"owners_count":20927499,"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":["chromecast","chromecast-audio","csharp","desktop","streaming"],"created_at":"2024-08-01T15:01:28.020Z","updated_at":"2025-04-05T16:31:57.987Z","avatar_url":"https://github.com/SamDel.png","language":"C#","funding_links":[],"categories":["C# #"],"sub_categories":[],"readme":"# Desktop Audio Streamer\n\nThis tool captures the audio from your desktop (or microphone) and streams it to a ChromeCast Audio device.\n\nYou can download an installer from the [releases](https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer/releases).\nAfter running setup.exe you can run the installed program from `C:\\Program Files (x86)\\Desktop Audio Streamer\\Desktop Audio Streamer\\ChromeCast.Desktop.AudioStreamer.exe`.\n- On the first run Windows will ask you to configure the firewall and this must be enabled for your home-network type (public or private) for audio to play.\n- If the application doesn't find your devices please read [troubleshooting](https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer/wiki#troubleshooting).\n- This tool can't be used to synchronize video on your desktop with audio on your devices. There's always a lag because of audio buffers on the devices and in the application.\n\n```\nNot all home setup are stable on the default device buffer settings. \nPlease set it to a setting where your speakers produce the appropriate delay:\n\n- When streaming in wav 32 bit format: \u003c 2 seconds\n- When streaming in wav format: \u003c 5 seconds\n- When streaming in mp3 320 format: \u003c 10 seconds\n- When streaming in mp3 128 format: \u003e 20 seconds\n\nPost a message in discussions if you still have a problem.\n```\n\nPlease read the [wiki](https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer/wiki) page for further information, and the [developers](https://github.com/SamDel/ChromeCast-Desktop-Audio-Streamer/wiki/Developers) page to get it to work in Visual Studio.\n\n\n\n# Dependencies\n\n- [NAudio](https://github.com/naudio/NAudio)\n- [NAudio.Lame](https://github.com/Corey-M/NAudio.Lame)\n- [Protocol Buffers](https://github.com/google/protobuf)\n- [Tmds.MDns](https://github.com/tmds/Tmds.MDns)\n- [protobuf-csharp-port](https://github.com/jskeet/protobuf-csharp-port)\n- [Microsoft Visual Studio Installer Projects (Visual Studio 2022)](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects)\n- [Multilingual App Toolkit v4.0 (VS 2022)](https://marketplace.visualstudio.com/items?itemName=dts-publisher.mat2022)\n\n# Learned from\n\n- [Google Home Local Api](https://github.com/rithvikvibhu/GHLocalApi)\n- [node-castv2](https://github.com/thibauts/node-castv2)\n- [node-castv2-client](https://github.com/thibauts/node-castv2-client)\n- [chromecast-audio-stream](https://github.com/acidhax/chromecast-audio-stream)\n\nIt's inspired by [acidhax/chromecast-audio-stream](https://github.com/acidhax/chromecast-audio-stream), and has basically the same functionality.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSamDel%2FChromeCast-Desktop-Audio-Streamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSamDel%2FChromeCast-Desktop-Audio-Streamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSamDel%2FChromeCast-Desktop-Audio-Streamer/lists"}