Skip to content

Commit

Permalink
added aac; fixed links; v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justlep committed Jan 31, 2023
1 parent f9a46d8 commit cab26dd
Show file tree
Hide file tree
Showing 12 changed files with 378 additions and 222 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to Sample Commander will be documented in this file.

## [2.3.1] - 31<sup>st</sup> January 2023
* fixed external links
* support aac, m4a
* added AAC conversion using ffmpeg native or libfdk_aac (Fraunhofer) codec

## [2.3.0] - 29<sup>th</sup> March 2022
* faster program start
* reduced installer size
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
- **Copy or move files by dragging** files from the Source Panel into Target Panel folders
- **Drag** audio files from the Source Panel **directly into external applications** (e.g. your DAW)
- **Rename multiple files at once** using **patterns, counters, search/replace** (incl. regular expressions)
- **Convert to MP3 or Wave** (MP3 in CBR or VBR)
- **Convert to MP3, AAC\* or Wave** (MP3 in CBR or VBR)
- \*AAC conversion via ffmpeg's native or Fraunhofer "libfdk_aac" codec
- `libfdk_aac` is normally not included; you need a special ffmpeg build like [this](https://www.reddit.com/user/VeritablePornocopium/comments/okw130/ffmpeg_with_libfdk_aac_for_windows_x64/)
- Helpful **context menus per right-click**, allowing e.g. to
- show any file/folder in **Windows Explorer**
- show any file/folder in your **preferred file manager**\*\* (like [Total Commander](https://www.ghisler.com/) ❤)
Expand Down Expand Up @@ -97,7 +99,7 @@ npm run lint

## License

Copyright © 2019 Lennart Pegel
Copyright © 2019-2023 Lennart Pegel

Sample Commander is licensed under the [GNU General Public License v3](./LICENSE).

Expand Down
Loading

0 comments on commit cab26dd

Please sign in to comment.