//! Audio transformation (v2).
//!
//! Future capabilities:
//! - Compress / re-encode (lower bitrate)
//! - Transcribe to text (via external service)
//! - Trim silence
//! - Split into segments
use crateAction;
use Result;
/// Apply a transformation action to audio data.
///
/// **Not yet implemented.** Returns an error indicating audio support is planned for v2.