Skip to content

Releases: CorBer/waveSharp

WaveSharp 3.0 release (2025 12 09)

30 Nov 12:58
3b4cc3e

Choose a tag to compare

x waveSharp3 release available (2025 12 09)

Documentation

Currently we have the following documentation available:

Installing waveSharp3

Warning

$${ \color{red} ** WARNING\ for\ windows\ users\ (20260105)** }$$

If your user-name on the computer you install WS3 has a space in the name (eg. c:\users\XXXX XXXX\ ...) you will need to change the original check_depencies.py file that is (after installing) available in the subdirectory pylibs where WS3 was installed. This file can be downloaded from check_dependencies. After downloading overwrite the original check_dependencies in the pylibs directory. Upon restart of WS3 (no need to reinstall) the system should work as planned.

Windows Install (version 3.0.25.8 20251209_0900)

WaveSharp3 on windows has to be installed using a specialized installer

download: WS3_windows20251209_0900

If you want to check if the file you downloaded is genuine below are the SHA256 signatures. You can check these yourself with: https://emn178.github.io/online-tools/sha256_checksum.html

SHA256 signatures
Installer Zipfile
13ce9f8d4373b597910e6977b3bbf797d9c7598a48b19a6fd78fcfc0187801af

Installer Exe
cb50bf298c424e436f072760e37e9ca2921143cadd23613edc6e7c904ec01574

Wavesharp3.exe
9eea5b61d9c8d1cc2d0984b211ba22d6f818a953ba2b2467178e69679cbcaafc
This signature also is shown on screen at startup

After downloading and unzipping the installer you can start installation by clicking on the waveSharpInstaller3_rc_20251209_0900.exe file.

Check the installation guide for further instructions.

Linux Install (version 3.0.25.8 20251204_0832)

The Linux version of waveSharp3 does not come with an installer but only as a zipped bundle of files

download: WS3_linux20251204_0832

If you want to check if the file you downloaded is genuine below are the SHA256 signatures. You can check these yourself with: https://emn178.github.io/online-tools/sha256_checksum.html

SHA256 signatures
Zipfile:
961c12d42ae0f0f6707b3e6c55409f11416bc6324e217a1a4e6dda779b415dd3

waveSharp_3:
f5e72cf1dcead96e3602cf762f8d97a2af1a370d9e42ebb1ca93d5e3530aa5bb
This signature also is shown on screen at startup

After downloading unzip waveSharp3 in a directory you want to use.

Check the installation guide for further instructions.

waveSharp 2.0 release

21 Nov 11:07
dbdf68c

Choose a tag to compare

x waveSharp2 release (2024 12 09)

It is one year after we released waveSharp1. Below are instructions on how to install waveSharp2. The development team has been working on the overall documentation for the interface and the new functionality. The GUI documentation can be found HERE

The GUI documentation

The following HOW-To documents are now available for download:
From Don:

  • Animation
  • Background enhancement
  • De-Rind

From Grant:

  • HistoGram

From Mike:

  • FFT_Denoise
  • Processing Tabs

waveSharp 2.0 team

Windows Install (version 2.0.24.2)

WaveSharp2 on windows can be installed using a specialized installer Click HERE.

As waveSharp2 depends on Python the installer will check if python 3.9/10/11 or 3.12 can be found on your computer. If not it will help you to automatically install python 3.10 or 3.12. After python is installed (or allready present) two mandatory libraries will be installed (openCV and Numpy). The final stage of the install will create a link to python that waveSharp2 will use in a file called pythonpath.ini (created by the installer in the waveSharp directory), after that you can launch waveSharp2.

If you want to check if the file you downloaded is the correct file below are the SHA256 signatures. You can check these yourself with: https://emn178.github.io/online-tools/sha256_checksum.html

signature of the Installer ZIPfile :
    SHA256:  0ea20f6b2e13eb2a2422186e04d3d8bf94b8a5bd4a1de17808d552778ef43bab
signature of waveSharp2.exe:
    SHA256:  db50cf1fe1c10fa7ca6540d6af7bb49a859bc523e00116617c22198672bc73b9
signature in waveSharp startup screen:
    SHA-256: db50cf1fe1c10fa7ca6540d6af7bb49a859bc523e00116617c22198672bc73b9

Linux Install (version 2.0.24.2)

To install waveSharp2 on linux first download the release-files Click HERE
Unzip these in the directory you want to use waveSharp2 from.

As waveSharp2 depends on Python you need to have python 3.9/10/11 or 3.12 installed. Next to that you need to have the OpenCV-python and Numpy library(1.26.4) installed.
These can be installed (if Python has been installed) by:
pip3 install opencv-python
and
pip3 install numpy==1.26.4

Now open the file called pythonpath.ini from the directory where you stored the waveSharp2 files.
This file (at release should read) :
/usr/lib/x86_64-linux-gnu/
libpython3.10.so
The 1st line refers to the default location where python's DLLs in linux are stored, the 2nd line should be changed to reflect the version of python you installed (by default set at 3.10).

Before launching waveSharp you can check if the 1st line is correct by using the terminal(make sure you use the proper version number):
whereis libpython3.10.so
This should show something like: /usr/lib/x86_64-linux-gnu/libpython3.10.so
If another directory shows than make sure to change the 1st line of pythonpath.ini accordingly.

After this waveSharp2 can be launched.

If you want to check if the file you downloaded is the correct file below are the SHA256 signatures. You can check these yourself with: https://emn178.github.io/online-tools/sha256_checksum.html

signature of the wavesharp ZIPfile :
    SHA256:  33c399740cefaced373d773ee10f3dbc32bcac7683abefa33428be5c87e57d3b
signature of waveSharp_2:
    SHA256: d6d5aac500a96085d2c08bf38236a75fde6b8686a33fe0789d13351b73020325
signature in waveSharp startup screen:
    SHA-256: d6d5aac500a96085d2c08bf38236a75fde6b8686a33fe0789d13351b73020325