Problem
The command and have an inconsistency: accepts , , , , , and files, but the command and only accept .
This means a user can extract from a but can't chunk it afterwards without first converting to .
Scope
- Update in to accept the same formats as (, , , , , ) using 's format auto-detection.
- Update validation to match.
- Update the MCP tool if needed (it delegates to ).
- Add a test covering non-wav input to .
Acceptance
- works without manual conversion.
- All existing chunk tests pass.
- Docs in are updated to list supported formats.
Problem
The command and have an inconsistency: accepts , , , , , and files, but the command and only accept .
This means a user can extract from a but can't chunk it afterwards without first converting to .
Scope
Acceptance