Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.
This repository was 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

Description

@martinfinke

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions