-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(audioconv): Enhance JSDoc docs and update typedefs
- Added default values to `inputOptions` and `outputOptions` in the `ConvertAudioOptions` typedef, improving clarity on optional parameters. - Introduced `FFmpegInfo` typedef to document progress data emitted by FFmpeg during conversion. - Added JSDoc comments for `writeErrorLog`, including format details for error logs, and ensured it returns a Promise. - Updated `resolveOptions` to include its module reference in the JSDoc comment. - Added detailed documentation for `createConversionProgress` and `splitOptions`, including parameter types and return values. - Updated the `defaultOptions` object to be readonly, and clarified its role in the conversion process.
- Loading branch information
Showing
2 changed files
with
95 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters