Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ajhsu/dummy-audio
- Owner: ajhsu
- Created: 2017-06-28T08:45:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T04:13:19.000Z (over 7 years ago)
- Last Synced: 2024-11-07T09:28:58.936Z (2 months ago)
- Language: JavaScript
- Homepage: https://dummy.audio/
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```