export interface Mp3WorkerConfig {
    vmsgWasmUrl: string;
}
export interface Mp3WorkerEncodingConfig {
    sampleRate: number;
}
