Hannes Helmholz

Results 108 comments of Hannes Helmholz

As a quick idea without having looked at the code: Append the generated sweep with zeros of the specified length. For safety, it might also be good to have a...

Yes, clicks in the beginning and end of the sweep can be tricky as well. Feel free to take inspiration (or code 👍 ) from our examples which implement `playrec`...

If required, isn't a fallback to the command line tools in order to administrate JACK the more accessible solution than trying to make a GUI work?

There is a multitude of other executable that come with an installation or are build. However, I didn't really find a good place where they are documented. https://github.com/jackaudio/jackaudio.github.com/wiki#jack-tools For your...

> I know that you don't like the `startsWith`, although I don't see a simple alternative here because it operates on a cell array of chars here. Do you know...

I would like to install the latest version rather from conda instead of PyPI. If I do `conda install pysoundfile -c conda-forge` I'll successfully get to install version `conda-forge/noarch::pysoundfile-0.10.1-py_0`. That...

@mgeier I have no knowledge about how conda-forge works so far. I would not know how to reference or even where to create the issue. So, to whoever will be...

> Did you try to install `libsndfile` on its own? Did not try separately before. But doing that seems to work without problems and installs `libsndfile conda-forge/osx-64::libsndfile-1.0.28-h0a44026_1000` That is the...

YES, works perfectly now!

@zeke800 You might want to explicitly specify the data format subtype i.e., in your case maybe `'FLOAT'`? EDIT: From how I quickly grasp the implementation, *.wav files would use `'PCM_16'`...