Versions in this module Expand all Collapse all v0 v0.14.0 Jun 6, 2026 Changes in this version + type AudioParser struct + func NewParser() AudioParser + func NewRichParser(opts ...Option) AudioParser + func (p AudioParser) Parse(ctx context.Context, asset asset.PublicationAsset, fetcher fetcher.Fetcher) (*pub.Builder, error) + type Option func(*AudioParser) + func WithCacheBlockSize(size int) Option + func WithConcurrency(n int) Option + func WithoutEmbeddedChapters() Option