annotate python/README.md @ 51:ebf92ed7d680
tip master
Added -fd (--full-duration) argument.
author |
Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk> |
date |
Sun, 30 Sep 2018 13:21:49 +0100 |
parents |
41cc77e844fe |
children |
|
rev |
line source |
e@35
|
1 simscene-py
|
e@35
|
2
|
e@37
|
3 *WARNING* This is work-in-progress. Has a lot of bugs and is nowhere as mature as the matlab version.
|
e@37
|
4
|
e@35
|
5 An acoustic pattern generation tool
|
e@35
|
6 Copyright (c) Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk>
|
e@35
|
7
|
e@35
|
8 simscene-py is a collection of tools to synthesize an audio scene from independent sound events.
|
e@35
|
9 It is inspired by Lagrange et al. simScene (https://bitbucket.org/mlagrange/simscene) but takes
|
e@35
|
10 a different direction. The goal of simscene-py is to (1) have a python implementation of simScene
|
e@35
|
11 since python is the platform of choice for developers accustomed with deep learning packages
|
e@35
|
12 or other python package candy and (2) to allow generating audio scenes from patterns.
|
e@35
|
13
|
e@35
|
14 Please direct any comments, suggestions, etc. to Emmanouil Chourdakis <e.t.chourdakis@qmul.ac.uk>
|
e@35
|
15
|
e@35
|
16 This code is licensed under GPLv3. Please see LICENSE for more info.
|
e@35
|
17
|
e@35
|
18 Usage examples:
|
e@35
|
19
|
e@35
|
20 * ./simscene.py -h
|
e@35
|
21 Displays command line syntax and option descriptions.
|
e@35
|
22
|
e@35
|
23 * ./simscene.py example/sound/ output/ 10 -e example/forest_events.xls -b example/forest_backgrounds.xls -N 10 -v
|
e@35
|
24 Creates wavefiles and plots of 10 instances of scenes for which events are described in example/forest_events.xls and
|
e@35
|
25 background sounds in example/forest_backgrounds.xls
|
e@35
|
26
|
e@35
|
27
|
e@35
|
28
|