Cargo Features

[dependencies]
objc2-sound-analysis = { version = "0.2.0", default-features = false, features = ["std", "alloc", "unstable-docsrs", "all", "block2", "SNAnalyzer", "SNClassificationResult", "SNClassifySoundRequest", "SNDefines", "SNError", "SNRequest", "SNResult", "SNTimeDurationConstraint", "SNTypes"] }
default = std

The std feature is set by default whenever objc2-sound-analysis is added without default-features = false somewhere in the dependency tree.

std default = alloc

Currently not possible to turn off, put here for forwards compatibility.

Enables std of objc2

alloc std

Enables alloc of objc2

unstable-docsrs

For better documentation on docs.rs

all = SNAnalyzer, SNClassificationResult, SNClassifySoundRequest, SNDefines, SNError, SNRequest, SNResult, SNTimeDurationConstraint, SNTypes, block2
block2 all?

Enables block2

SNAnalyzer all?

Enables NSError and NSURL of objc2-foundation

SNClassificationResult all?

Enables NSArray and NSString of objc2-foundation

SNClassifySoundRequest all?

Enables NSArray, NSError and NSString of objc2-foundation

SNDefines all?
SNError all?

Enables NSString of objc2-foundation

SNRequest all?
SNResult all?

Enables NSError of objc2-foundation

SNTimeDurationConstraint all?

Enables NSArray and NSValue of objc2-foundation

SNTypes all?

Enables NSString of objc2-foundation