Archived

3wwav2mp3 0.1.0

3wwav2mp3 0.1.0 is the archived legacy release. It preserves the original WAV-to-MP3 conversion workflow and a matching legacy installer for systems that still depend on the older behavior.

Archived Legacy 0.1.0

Install Commands

Pin Archived Release 0.1.0
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --release 0.1.0

Uses the stable product bootstrap installer to fetch the archived legacy runtime and matching installer for this exact release.

Prepare System Only for 0.1.0
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --release 0.1.0 --prepare-system

Installs the client-side dependencies needed by the legacy script without copying the runtime itself.

Reinstall Archived Release 0.1.0
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/install.sh | bash -s -- --release 0.1.0 --reinstall

Forces the archived legacy release to be installed again even if the same version is already present.

Direct Legacy Script Install
curl -fsSL https://software.3wcorner.com/pbx/tools/3wmp3/versions/0.1.0/files/3wwav2mp3 -o /usr/local/sbin/3wwav2mp3 && chmod 0755 /usr/local/sbin/3wwav2mp3

Downloads the original legacy runtime directly without using the bootstrap installer.

Runtime Options

This archived release does not document supported runtime flags.

Installer Options

install.sh --release VERSION

Pins an exact published release instead of following the current recommended alias.

install.sh --latest

Installs the newest published release instead of the current recommended one.

install.sh --target-dir PATH

Overrides the install destination. Default is /usr/local/sbin.

install.sh --prepare-system

Installs the required client-side runtime dependencies only and skips the runtime install.

install.sh --reinstall

Forces the selected release to be installed again even if the same version is already present. --clean-install and --force-install are accepted aliases.

install.sh --list-versions

Prints the published versions list using JSON when jq is available and text fallback otherwise.

install.sh --yes

Accepts supported prompts automatically where that is safe.

install.sh --version

Shows the bootstrap installer version.

install.sh --help

Shows the bootstrap installer usage summary.

Release Notes

3wwav2mp3 0.1.0

Legacy public release.

Included files:

  • files/3wwav2mp3
  • files/3wwav2mp3_install.sh

Highlights:

  • original WAV-to-MP3 conversion workflow
  • basename-based CDR update behavior from the legacy script
  • legacy-compatible installer that prepares the dependency set expected by 3wwav2mp3