25 Commits

Author SHA1 Message Date
Ali Saghiran
fde4cebae8 Update noisereduce.py (#63)
I noticed that when the argument `use_tqdm` is set to `False`, progression bars appears. I made this small change and it seemed to behave correctly.
I think it is due to the fact that tqdm arguments asks the opposite (set disable to `True` then no progress bars are shown).   
I found this tricky to spot especially when other libraries or personal code uses tqdm in parallel.
2022-04-13 13:06:19 -04:00
Tim Sainburg
6d268737e9 Fixes hop length parameter (#59)
https://github.com/timsainb/noisereduce/issues/55
2022-02-27 12:15:58 -05:00
fardage
e19236384d fix typo in usage sample (#61) 2022-02-27 12:13:17 -05:00
rjfarber
d2818c7cf1 Update README.md (#53)
* Update README.md

Added import wavfile from scipy to the basic example to obviate people searching how to do so in the future :)

* Update README.md

Added the wavefile.write as suggested.
2021-11-13 16:38:16 -08:00
Tim Sainburg
7013c987aa Update to version 2, which adds several features (#46)
* update to v2

* updated readme

* updated noisereduce logo

* updated noisereduce logo

* added tests

* added tests

* added tests

* added tests

* updated tests

Co-authored-by: Timothy J Sainburg <tsainbur@txori.ucsd.edu>
2.0.0
2021-07-18 13:40:15 -07:00
Tim Sainburg
833be4763a added citation 2021-02-23 18:44:39 -08:00
Tim Sainburg
af9fc75af0 update readme 2021-01-14 10:08:44 -08:00
Kareem Amr
f31eddfaec fixed readme typo (#41) 2020-04-01 09:48:12 -07:00
Tim Sainburg
2899119fd3 Fix mask (#33)
* updated masking to remove distortion

* removed test.json

* updated version
2020-01-23 22:41:05 -08:00
Tim Sainburg
8ec032a840 Remove second mask convolution (#29) 2019-12-07 13:34:53 -08:00
timsainb
a2d94e5af7 upick update to notebook 1.0.1 2019-06-11 11:14:11 -07:00
Tim Sainburg
a71d562b02 updated readme for colab (#18) 2019-06-11 11:09:51 -07:00
Tim Sainburg
18d4b69077 fixed tensorflow load, added colab (#17)
* fixed tensorflow load, added colab

* updated version
2019-06-11 11:07:16 -07:00
Tim Sainburg
db94fe2f68 Add GPU acceleration (#14)
* added pad clipping flag

* added tensorflow backend

* updated docstrings

* updated readme

* updated readme

* updated package version

* updated readme

* updated readme

* updated website

* updated testing

* updated testing and black formatting

* update testing

* added test requirements

* updated travis yml to install requirements-txt

* updated travis yml

* updated test-req
db94fe2
2019-06-10 22:48:14 -07:00
Tim Sainburg
3cfc83e994 add pip install for noisereduce to environment.yml (#7) 2019-03-18 15:22:42 -07:00
Tim Sainburg
e111ef3042 update environment.yml (#6)
fix related to 
https://github.com/jupyter/repo2docker/issues/618
2019-03-18 09:27:52 -07:00
Tim Sainburg
3a022e5bf3 Add DOI badge 2019-03-17 12:46:21 -07:00
Tim Sainburg
15288d62d8 update readme v0.1.2 2019-03-06 22:03:15 -08:00
timsainb
e0448d7387 type on travis.yml 2019-03-06 15:43:54 -08:00
timsainb
e49ebe1987 coveralls addition 2019-03-06 14:41:27 -08:00
timsainb
ebec356e99 added travis coveralls 2019-03-06 14:22:56 -08:00
timsainb
9bb755dd23 added coveralls badge 2019-03-06 14:19:14 -08:00
timsainb
031330a9b1 updated setup.py 2019-03-06 14:11:58 -08:00
Tim Sainburg
21476415ff added travis ci and coveralls + readme
* added reqs

* updated travis yml

* updated travis yml

* add coveralls

* requirements

* readme

* update travis
2019-03-06 13:59:08 -08:00
timsainb
08532e5977 first commit 2019-03-06 12:55:31 -08:00