Skip to content

Commit

Permalink
update readme, add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian-Robert Stöter committed Jan 7, 2020
1 parent 615cb26 commit 1d5cc01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ See [releases section](https://github.com/sigsep/open-unmix-demo-electron/releas

## Usage

Every time you open the demo player it will prompt for a config.json file. Note: to load a different file, just click on the logo in the upper left corner.
Every time you open the demo player it will prompt for root folder.

### Provide an example config file
### Provide audio files

Lets assume we a folder with subfolders for each audio tracks, separated into different sources:

Expand All @@ -26,15 +26,7 @@ tracks/track_2/other.m4a
...
```

Specifying a `config.json` file like following would be sufficient to load the files into the demo player. Note that `audiopath` is a relative path with respect to the path of the config file.

```js
{
"title": "Open-Unmix Demo",
"audiopath": "tracks",
"tagline": "my great separation method",
}
```
just open the folder `tracks` when the application starts.

## Development

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-unmix-demo",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 1d5cc01

Please sign in to comment.