Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 24 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,44 @@

# Sound-Time: Instantly Get the Duration of Your MP3 Files

[![goreleaser](https://github.com/mentax/sound-time/actions/workflows/goreleaser.yml/badge.svg)](https://github.com/mentax/sound-time/actions/workflows/goreleaser.yml)
[![test](https://github.com/mentax/sound-time/actions/workflows/test.yaml/badge.svg)](https://github.com/mentax/sound-time/actions/workflows/test.yaml)
[![GoDoc](https://godoc.org/github.com/mentax/sound-time?status.svg)](https://godoc.org/github.com/mentax/sound-time)
[![Go Report Card](https://goreportcard.com/badge/github.com/mentax/sound-time)](https://goreportcard.com/report/github.com/mentax/sound-time)
[![GitHub release](https://img.shields.io/github/v/release/mentax/sound-time)](https://github.com/mentax/sound-time/releases/latest)

<!--
[![Coverage](https://gocover.io/_badge/github.com/mentax/sound-time)](http://gocover.io/github.com/mentax/sound-time)
-->
**Tired of guessing the length of your audio files? Sound-Time is a lightning-fast command-line tool that instantly tells you the duration of any MP3 file, regardless of its compression format.**

# sound-time
## Why Use Sound-Time?

## HELP
You can check version of installed binary by run `sound-time -h` or `sound-time help`
- **Save Time:** Stop opening audio players just to check a file's length. Sound-Time gives you the answer in a fraction of a second.
- **Universal Compatibility:** It correctly handles various MP3 compression types, ensuring you always get an accurate duration.
- **Effortless to Use:** Its simple command-line interface makes it incredibly intuitive.
- **Perfect for Professionals:** If you work with large batches of audio files, Sound-Time will become an indispensable part of your workflow.

### NAME:
sound-time - Get length (time) of mp3 file with many formats of compression.
## Key Features


### Example:
- **Blazing-Fast Duration Calculation:** Analyzes MP3 files in an instant.
- **Simple Syntax:** Get the length of a file with a single command.
- **Broad Format Support:** Works reliably with different MP3 compression methods.
- **Lightweight and Efficient:** The tool is small and won't bloat your system.

```bash
sound-time 1.mp3
```
## Installation

### USAGE:
Download the latest version from the [Releases section on GitHub](https://github.com/mentax/sound-time/releases).

sound-time [global options] command [command options]
## How to Use

#### GLOBAL OPTIONS:
Using Sound-Time is incredibly simple. Just run the following command in your terminal:

```bash
sound-time your-file.mp3
```
--help, -h show help
--version, -v print the version
```

### Options

- `--help`, `-h`: Show help information.
- `--version`, `-v`: Print the application version.

## Download
---

Download from [releases section on GitHub](https://github.com/mentax/sound-time/releases)
Feel free to open an issue with feedback or suggestions!