Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajhsu/dummy-audio

Generating dummy audio files of any length. Could be useful to use as placeholder for audio players.
https://github.com/ajhsu/dummy-audio

Last synced: 15 days ago
JSON representation

Generating dummy audio files of any length. Could be useful to use as placeholder for audio players.

Awesome Lists containing this project

README

        

# Dummy Audio

Generating dummy audio files of any length.

[![Build Status](https://travis-ci.org/ajhsu/dummy-audio.svg?branch=master)](https://travis-ci.org/ajhsu/dummy-audio)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

## Usage

Create a seconds silent audio file (mp3).

```
https://dummy.audio/silent?length=
```

Ex: Create a 270s silent audio file (mp3).

```
https://dummy.audio/silent?length=270
```