pysptk icon indicating copy to clipboard operation
pysptk copied to clipboard

A python wrapper for Speech Signal Processing Toolkit (SPTK).

Results 7 pysptk issues
Sort by recently updated
recently updated
newest added

I got the following error while installing pysptk on python3.6. Installing numpy before pysptk could work around. Collecting pysptk Downloading https://files.pythonhosted.org/packages/7c/25/4ea0932fbf0f1db42934b85011c1c825bcf57055ecde7e511f05e9fb9197/pysptk-0.1.18.tar.gz (419kB) 100% |################################| 419kB 3.0MB/s Complete output from command...

Hello r9y9, Thank you for your contribution. I was wondering if the algorithms such as rapt or swipe use "center=True" option like librosa. I tried to search how your algorithm...

Running setup.py install for pysptk ... error Complete output from command d:\coding\pyfastcache\pyvenv\qppwgnov2020stdref\scripts\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\sumur\\AppData\\Local\\Temp\\pip-install-a_nxk4m_\\pysptk\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\sumur\AppData\Local\Temp\pip-record-bfudty5b\install-record.txt --single-version-externally-managed --compile --install-headers d:\coding\pyfastcache\pyvenv\qppwgnov2020stdref\include\site\python3.7\pysptk: running...

I'm using fresh isolated ubuntu: ```bash docker run --rm -it python bash ``` install from pypi fails with ``` pip install pysptk < ... long error traceback ... > note:...

After years of development, I feel it would be a good time to tag v1.0.0 release. API is pretty stable and there are no plans to make it break in...

to avoid installation problems on various platforms.

help wanted

File "/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/conversion.py", line 20, in from pysptk.sptk import c2ir, freqt, gnorm, mc2b File "/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/sptk.py", line 150, in from . import _sptk # type: ignore ^^^^^^^^^^^^^^^^^^^ ImportError: dlopen(/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/_sptk.cpython-312-darwin.so, 0x0002): tried: '/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/_sptk.cpython-312-darwin.so'...