Marshall Scorcio
ba9999ac22
Remove temp model archive after extraction
...
Without this change every time a model is downloaded
it leaks a file in the temp directory.
2020-04-25 22:06:17 -07:00
Marshall Scorcio
0366a4c83d
Use with statement to auto-close tarfile
2020-04-25 22:00:32 -07:00
romi1502
87225b9001
Put back save_to_file as a public method of Separator
2020-04-14 22:33:35 +02:00
romi1502
1ba8b37146
Fix multiple call to Separator.separate by instantiating tensorflow graphs only once
2020-04-10 18:06:37 +02:00
romi1502
a23a66e683
Cleaning: updated docstring and unexposed some internal methods
2020-04-10 17:17:35 +02: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
5d18b7855c
Adding support for mono files with librosa backend
2020-03-26 14:23:41 +01:00
akhlif
2365a9b37f
Removing duplicate logs
2020-03-20 15:39:11 +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
mmoussallam
a23a41a380
fixing possible race condition in output writing
2020-01-27 15:10:34 +01: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
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
johnwmillr
2b18451eec
Fix file naming tuple bug
2019-11-23 15:42:40 -08:00
Félix Voituret
ced4028ce8
fix: filename format bug
2019-11-22 13:02:42 +01:00
Félix Voituret
c6bba68308
fix: GPU images
2019-11-22 12:24:50 +01:00
Félix Voituret
fbe5f290ef
refactor: add probe in train
2019-11-20 15:40:25 +01:00
Félix Voituret
d771fbae34
feat: add filename format
2019-11-20 15:07:12 +01:00
Félix Voituret
7b5222a64a
feat: add detailed ffprobe logs
2019-11-20 14:33:18 +01:00
Félix Voituret
eb32348c34
fix: checksum testing
2019-11-19 15:04:32 +01:00
Félix Voituret
52cefd1dae
feat: add checksum control
2019-11-19 14:56:12 +01:00
Félix Voituret
b2ebbe5db8
Merge branch '1.4.4' of https://github.com/deezer/spleeter into 1.4.4
2019-11-19 14:43:23 +01:00
Félix Voituret
7ea5325fbf
fix: remove unused dep
...
feat: add checksum control
2019-11-19 14:43:10 +01:00
Félix Voituret
5158dedf3b
fix: remove unused dataset default path
2019-11-19 14:07:27 +01:00
Félix Voituret
ab099f2256
fix: move to chunk based writing
2019-11-19 12:11:47 +01:00
Félix Voituret
33a0e4248d
Merge branch 'master' into 1.4.4
2019-11-19 11:28:02 +01:00
romi1502
3ebd23649b
Fixed cache dir for validation
2019-11-16 13:21:00 +01:00
Félix Voituret
4a743cd618
refactor: use separator
...
feat: add bitrate opt
feat: add offset opt
2019-11-14 13:03:55 -05:00
Félix Voituret
d19c13bf66
test: add unit test for audio adapter
...
fix: import issues
2019-11-08 18:01:47 -05:00
Félix Voituret
c4d1343897
refactor: move audio package from utils to top
2019-11-08 17:09:17 -05:00
Félix Voituret
f1f3efbe9c
fix: add musdb and museval check
2019-11-07 00:04:18 +01:00
Félix Voituret
2559d52ecf
fix: export directory issue
2019-11-06 20:36:31 +01:00
Félix Voituret
01319e1a63
refactor: logging
2019-11-06 20:30:47 +01:00
Félix Voituret
eaa6005e08
fix: finalizes FFMPEG debug
...
docs: update prog USAGE
2019-11-06 19:41:16 +01:00
Félix Voituret
55723cfa62
fix: pool managment
2019-11-06 18:46:33 +01:00
Félix Voituret
cce8636fdf
fix: update writing process
2019-11-06 18:42:52 +01:00
Félix Voituret
deaadf06a3
fix: path and log
2019-11-06 18:36:34 +01:00