Skip to content

Audio in FoundationKit #21

@MSch

Description

@MSch

It seems that if you build a .framework out of FoundationKit NKAudioRecorder fails, since it depends on AudioToolbox. It works for a static library.

My understanding is that this is since frameworks have dependencies (and AudioToolbox is missing) while static libraries don't have any dependencies to begin with (the embedding app has to provide the dependencies)

Please check out my branch that adds a .framework target for Mac OS X bd6cfe2

I wasn't against the inclusion of NKAudioRecorder since I thought AudioToolbox gets pulled in by Foundation, but that has been wrong. We should therefore remove NKAudioRecorder (and move it to iOSKit/MacKit instead?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions