Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Standalone (Mac): No audio if sound card doesn't have an input jack #36

Open
martinfinke opened this issue Mar 15, 2015 · 0 comments
Open

Comments

@martinfinke
Copy link

When I run the standalone (APP target) on a MacBook Air (which doesn't have an audio input jack, just a microphone), it doesn't start an audio stream (so there's no input or output). The reason seems to be in app_main.h line 34:

#define DEFAULT_INPUT_DEV "Built-in Input"

It's trying to set the input to something that's not in the hardware. Changing this to "Built-in Microphone" solves the problem on my MacBook Air. After changing it, you have to delete ~/Library/Application Support/ as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant