NEWS
LJmp3converter 1.0.7 (2025-03-24)
Changes:
- Removed the incorrectly formatted "The package includes" section from the DESCRIPTION file to comply with CRAN formatting requirements.
LJmp3converter 1.0.6
New Features:
- Added
merge_mp3() function to merge multiple audio files into a single 'MP3'.
- Uses
ffmpeg for audio merging.
- Supports interactive folder selection via
rstudioapi and utils.
- Converts non-MP3 audio files to MP3 before merging.
- Added
trim_audio() function to trim audio files based on user-defined start and end times.
- Uses
ffmpeg for precise audio trimming.
- Supports interactive file selection via
rstudioapi and utils.
- Allows input in hours, minutes, and seconds for accurate trimming.
- Users can choose output format when trimming audio.
Improvements:
- Updated documentation:
- Added
@return details for merge_mp3() and trim_audio().
- Updated
NAMESPACE to export merge_mp3() and trim_audio().
- Enhanced error handling and user messages.
- Refactored code for better consistency within the package.
LJmp3converter 1.0.5 (2025-03-20)
Changes:
- Removed dependency on
shiny and replaced it with rstudioapi and utils for file selection.
- Ensured compliance with CRAN policies:
- Added required web service URL in
DESCRIPTION.
- Documented return values for exported functions.
- Replaced
installed.packages() with requireNamespace().
- Removed package installation within functions.
- Ensured proper handling of options using
on.exit().
- Updated
README.md, cran-comments.md, and other documentation files.
LJmp3converter 1.0.4
Refer to previous NEWS.md versions for historical changes.