{"id":15638547,"url":"https://github.com/jimbobbennett/audioids","last_synced_at":"2025-02-22T07:21:04.890Z","repository":{"id":56322944,"uuid":"194302476","full_name":"jimbobbennett/AudioIds","owner":"jimbobbennett","description":"A macOS tool to get the audio ids of all connected devices for use with the Azure cognitive services SDKs","archived":false,"fork":false,"pushed_at":"2020-11-16T08:00:41.000Z","size":7,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-02T22:30:34.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-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/jimbobbennett.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}},"created_at":"2019-06-28T16:18:51.000Z","updated_at":"2020-11-27T15:38:44.000Z","dependencies_parsed_at":"2022-08-15T16:40:26.808Z","dependency_job_id":null,"html_url":"https://github.com/jimbobbennett/AudioIds","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/jimbobbennett%2FAudioIds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbobbennett%2FAudioIds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbobbennett%2FAudioIds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbobbennett%2FAudioIds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimbobbennett","download_url":"https://codeload.github.com/jimbobbennett/AudioIds/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240138167,"owners_count":19753880,"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-10-03T11:21:59.192Z","updated_at":"2025-02-22T07:21:04.862Z","avatar_url":"https://github.com/jimbobbennett.png","language":"Objective-C","readme":"# Audio Ids\n\nThis is a macOS tool to get the Device UIDs of all the microphones connected to your Mac.\n\nYou can use the output device UIDs to configure the audio config for the [Azure cognitive services speech SDK](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-select-audio-input-devices/?WT.mc_id=audioids-github-jabenn).\n\nFor example - with this output:\n\n```sh\n2019-06-28 17:07:29.682992+0100 AudioIds[55558:3491097] {\n    deviceName = \"Built-in Microphone\";\n    deviceUID = \"AppleHDAEngineInput:1F,3,0,1,0:1\";\n}\n2019-06-28 17:07:29.683729+0100 AudioIds[55558:3491097] {\n    deviceName = \"USB Advanced Audio Device\";\n    deviceUID = \"AppleUSBAudioEngine:C-Media Electronics Inc.:USB Advanced Audio Device:14431100:2\";\n}\n2019-06-28 17:07:29.683767+0100 AudioIds[55558:3491097] {\n    deviceName = \"Logitech Webcam C930e\";\n    deviceUID = \"AppleUSBAudioEngine:Unknown Manufacturer:Logitech Webcam C930e:FBA21F8E:3\";\n}\n```\n\nIf you wanted to use the **USB Advanced Audio Device** you would set the the audio config to `\"AppleUSBAudioEngine:C-Media Electronics Inc.:USB Advanced Audio Device:14431100:2\"`.\n\n## C++\n\n```cpp\naudioConfig = AudioConfig.FromMicrophoneInput(\"AppleUSBAudioEngine:C-Media Electronics Inc.:USB Advanced Audio Device:14431100:2\");\n```\n\n## C#\n\n```cs\naudioConfig = AudioConfig.FromMicrophoneInput(\"AppleUSBAudioEngine:C-Media Electronics Inc.:USB Advanced Audio Device:14431100:2\");\n```\n\n## Python\n\n```python\naudio_config = AudioConfig(device_name=\"AppleUSBAudioEngine:C-Media Electronics Inc.:USB Advanced Audio Device:14431100:2\");\n```\n\n## Objective-C\n\n```objc\naudioConfig = AudioConfiguration.FromMicrophoneInput(\"AppleUSBAudioEngine:C-Media Electronics Inc.:USB Advanced Audio Device:14431100:2\");\n```\n\n## Java\n\n```java\naudioConfig = AudioConfiguration.fromMicrophoneInput(\"AppleUSBAudioEngine:C-Media Electronics Inc.:USB Advanced Audio Device:14431100:2\");\n```\n\n## JavaScript\n\n```js\naudioConfig = AudioConfiguration.fromMicrophoneInput(\"AppleUSBAudioEngine:C-Media Electronics Inc.:USB Advanced Audio Device:14431100:2\");\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbobbennett%2Faudioids","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimbobbennett%2Faudioids","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbobbennett%2Faudioids/lists"}