romi1502
a23a66e683
Cleaning: updated docstring and unexposed some internal methods
2020-04-10 17:17:35 +02:00
Moussallam
1287ef85d1
Merge pull request #305 from alreadytaikeune/fix_librosa_mono
...
Fix librosa mono
2020-04-03 16:15:59 +02:00
Romain Hennequin
b3d43700ae
Update README.md
2020-04-01 22:29:46 +02:00
Romain Hennequin
5ab40b2ea6
Update README.md
2020-04-01 17:09:42 +02:00
Moussallam
648b308609
Update README.md
2020-03-31 01:00:21 +02:00
mmoussallam
7ef2e44a19
update README
2020-03-31 00:56:14 +02:00
akhlif
ae6ed9f306
Tensorflow 1.15.2
2020-03-27 16:29:10 +01:00
akhlif
f8c728a67b
Hack so that multichannel doesn't crash with librosa
2020-03-27 16:15:14 +01:00
akhlif
38bfff833e
Fixing tests when running in single process
2020-03-27 11:12:05 +01:00
akhlif
4e16e0fe23
correct fixtures
2020-03-26 14:27:19 +01:00
akhlif
5d18b7855c
Adding support for mono files with librosa backend
2020-03-26 14:23:41 +01:00
Moussallam
89d78bf31f
Merge pull request #247 from deezer/tensorflow-1.15
...
feat: upgrade tensorflow version
2020-03-21 00:32:21 +01:00
Moussallam
938ebf4c72
Merge branch 'master' into tensorflow-1.15
2020-03-21 00:00:41 +01:00
alreadytaikeune
243b3236ad
Merge pull request #282 from alreadytaikeune/librosa_backend
...
Librosa backend
2020-03-20 17:10:41 +01:00
akhlif
6539bf779b
Bumping tensorflow version to do 1 PR merge instead of two
2020-03-20 15:40:55 +01:00
akhlif
2365a9b37f
Removing duplicate logs
2020-03-20 15:39:11 +01:00
romi1502
6b713edfb9
Added paper for JOSS submission
2020-03-06 18:11:36 +01:00
akhlif
3cba6985f4
Updating tests to test for librosa backend
2020-02-27 15:38:46 +01:00
akhlif
922fcd85bb
add librosa dependency
2020-02-27 14:37:02 +01:00
akhlif
d177525ea7
Moving get_backend to separator
2020-02-27 14:13:59 +01:00
akhlif
6001ae12a9
Fixing the stft/istft computations
2020-02-27 11:05:06 +01:00
akhlif
31f823aaa4
removing useless code
2020-02-26 17:51:28 +01:00
akhlif
fe4634afa6
Adding option to use librosa backend.
...
Changes in the EstimatorBuilder to set attributes instead of returning tensors for the _build methods.
InputProvider classes to handle the different backend cases.
New method in Separator.
2020-02-26 16:59:21 +01:00
akhlif
aa7c208b39
First draft implementing correct reconstruction
2020-02-20 09:42:16 +01:00
akhlif
f93dfbc235
Adding a new argument to support chunked inference
2020-02-19 10:55:48 +01:00
Félix Voituret
d5d372dd0f
Merge pull request #251 from valrus/allow-use-without-multiprocessing
...
Add an option allowing use without a multiprocessing pool...
2020-01-30 12:01:16 +01:00
Félix Voituret
dde9bc610e
Merge pull request #249 from deezer/write_race_cond
...
fixing possible race condition in output writing
2020-01-30 11:55:21 +01:00
mmoussallam
a23a41a380
fixing possible race condition in output writing
2020-01-27 15:10:34 +01:00
Félix Voituret
4f60b44e57
Merge pull request #248 from robert-moore/patch-1
...
fix(config.yml): docker run 4 and 5 stem containers
2020-01-27 14:36:02 +01:00
Félix Voituret
e60b11296f
Merge pull request #246 from yusukegoto/docker-uses-1.4.9
...
fix: switch up to 1.4.9
2020-01-27 14:22:41 +01:00
Yusuke Goto
d2604235ac
fix: switch up to 1.4.9
2020-01-27 22:13:55 +09:00
Félix Voituret
6360d03898
feat: upgrade tensorflow version
2020-01-27 14:12:22 +01:00
Félix Voituret
5167f64cf6
docs: update spleeter logo
2020-01-27 14:03:32 +01:00
Félix Voituret
de8eb420d4
Merge pull request #243 from yusukegoto/encoder-mapping
...
fix unknown encoder error
2020-01-27 12:02:21 +01:00
Rob Moore
aa0cc14a8c
fix(config.yml): docker run 4 and 5 stem containers
...
The `docker run` job for embedded 4 and 5 stem images was, by default, using the 2stems model. The 2stem model is downloaded each time. This change uses the -p option to use the 4 and 5 stem models, respectively.
2020-01-21 15:03:44 +00:00
valrus
aff7f83a13
Add an option allowing use without a multiprocessing pool...
...
...this allows spleeter itself to be run asynchronously from another
process using multiprocessing, which otherwise fails with "daemonic
processes are not allowed to have children"
2020-01-11 14:50:37 -08:00
Yusuke Goto
731102f24e
fix unknown encoder error
2020-01-01 19:49:17 +09:00
romi1502
fc1e3d9a2f
Added new config for processing until 16kHz
2019-12-27 14:34:27 +01:00
Romain Hennequin
3c6b794ccf
Added reference
2019-12-20 18:27:06 +01:00
Moussallam
5a36b6aa27
Update README.md
2019-12-18 15:32:13 +01:00
Félix Voituret
42d476f6fa
fix: bump version for deployment
2019-11-26 13:49:33 +01:00
Félix Voituret
8a2af007e4
fix: typo
2019-11-26 12:17:30 +01:00
Félix Voituret
902c29782a
fix: delegate parameters
2019-11-26 12:15:35 +01:00
Félix Voituret
11c3c03a20
fix: evaluation parameter injection
2019-11-26 11:22:58 +01:00
Félix Voituret
b9652ccdb3
feat: bump version for deployement
2019-11-25 15:46:10 +01:00
Félix Voituret
8e9eb0c0cd
Merge pull request #131 from johnwmillr/master
...
Fix tuple bug in output directory name
2019-11-25 15:26:49 +01:00
johnwmillr
2b18451eec
Fix file naming tuple bug
2019-11-23 15:42:40 -08:00
Félix Voituret
85ff00797f
fix: dockerfiles
2019-11-22 15:17:21 +01:00
Félix Voituret
0ba6c321ce
fix: switch up to 1.4.5
2019-11-22 14:51:18 +01:00
Félix Voituret
ced4028ce8
fix: filename format bug
2019-11-22 13:02:42 +01:00