TeaPoly / speexdsp-ns-python

Python bindings of speexdsp noise suppression library
Apache License 2.0
35 stars 1 forks source link

Wheels for PyPI #1

Open synesthesiam opened 10 months ago

synesthesiam commented 10 months ago

Hi @TeaPoly! Thank you for creating this project!

I've been working with @dscripka on something related to openWakeWord, and thought it would be helpful to build/upload speexdsp-ns wheels to PyPI. The wheels are built for Python 3.7-3.12 and both AMD and ARM 64-bit systems.

For reference, here is the Dockerfile I used to build the wheels: https://github.com/rhasspy/rhasspy3/blob/wyoming-v1/programs/wake/openwakeword-lite/server/Dockerfile.speex-ns And here is the build command: https://github.com/rhasspy/rhasspy3/blob/wyoming-v1/programs/wake/openwakeword-lite/server/Makefile

TeaPoly commented 10 months ago

Hi @TeaPoly! Thank you for creating this project!

I've been working with @dscripka on something related to openWakeWord, and thought it would be helpful to build/upload speexdsp-ns wheels to PyPI. The wheels are built for Python 3.7-3.12 and both AMD and ARM 64-bit systems.

For reference, here is the Dockerfile I used to build the wheels: https://github.com/rhasspy/rhasspy3/blob/wyoming-v1/programs/wake/openwakeword-lite/server/Dockerfile.speex-ns And here is the build command: https://github.com/rhasspy/rhasspy3/blob/wyoming-v1/programs/wake/openwakeword-lite/server/Makefile

Great work.