comparison python/README.md @ 35:5d19c2254677

added simscene.py with the accompanying input files to generate acoustic scenes using python
author Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk>
date Thu, 05 Oct 2017 14:53:15 +0100
parents
children 41cc77e844fe
comparison
equal deleted inserted replaced
34:39399de892ef 35:5d19c2254677
1 simscene-py
2
3 An acoustic pattern generation tool
4 Copyright (c) Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk>
5
6 simscene-py is a collection of tools to synthesize an audio scene from independent sound events.
7 It is inspired by Lagrange et al. simScene (https://bitbucket.org/mlagrange/simscene) but takes
8 a different direction. The goal of simscene-py is to (1) have a python implementation of simScene
9 since python is the platform of choice for developers accustomed with deep learning packages
10 or other python package candy and (2) to allow generating audio scenes from patterns.
11
12 Please direct any comments, suggestions, etc. to Emmanouil Chourdakis <e.t.chourdakis@qmul.ac.uk>
13
14 This code is licensed under GPLv3. Please see LICENSE for more info.
15
16 Usage examples:
17
18 * ./simscene.py -h
19 Displays command line syntax and option descriptions.
20
21 * ./simscene.py example/sound/ output/ 10 -e example/forest_events.xls -b example/forest_backgrounds.xls -N 10 -v
22 Creates wavefiles and plots of 10 instances of scenes for which events are described in example/forest_events.xls and
23 background sounds in example/forest_backgrounds.xls
24
25
26