Releases: phandasm/waveform
v1.2.1
- Fix rounded caps misaligned by 1 pixel
- Add option to hide the graph when audio is silent
Changes from 1.2.0
- Add circular display mode
- Add level meter display mode
- Add rounded bar caps
- Add option to capture OBS audio output bus (all active audio sources)
- Reduce minimum strength of gaussian filter to work better with bar graphs
Installation
Windows
Either
- Use the installer and select your OBS folder.
or - Extract Waveform_v#.#.#_x86_64.zip to the root of your OBS folder (e.g.
C:\Program Files (x86)\obs-studio
).
Both methods include 32-bit and 64-bit binaries.
Linux (Ubuntu 20.04)
Prebuilt Binaries
- Extract Waveform_v#.#.#_Ubuntu_x64.tar.gz to your
~/.config/obs-studio/plugins
folder.
Source Build
- Step-by-step instructions in the readme.
v1.2.0
- Add circular display mode
- Add level meter display mode
- Add rounded bar caps
- Add option to capture OBS audio output bus (all active audio sources)
- Reduce minimum strength of gaussian filter to work better with bar graphs
Installation
Windows
Either
- Use the installer and select your OBS folder.
or - Extract Waveform_v#.#.#_x86_64.zip to the root of your OBS folder (e.g.
C:\Program Files (x86)\obs-studio
).
Both methods include 32-bit and 64-bit binaries.
Linux (Ubuntu 20.04)
Prebuilt Binaries
- Extract Waveform_v#.#.#_Ubuntu_x64.tar.gz to your
~/.config/obs-studio/plugins
folder.
Source Build
- Step-by-step instructions in the readme.
v1.1.1
- Fix crash that can occur in certain configurations
- Fix potential installation issues
- Auto recapture audio sources that have been removed and re-added
Installation
Windows
Either
- Use the installer and select your OBS folder.
or - Extract Waveform_v#.#.#_x86_64.zip to the root of your OBS folder (e.g.
C:\Program Files (x86)\obs-studio
).
Both methods include 32-bit and 64-bit binaries.
Linux (Ubuntu 20.04)
Prebuilt Binaries
- Extract Waveform_v#.#.#_Ubuntu_x64.tar.gz to your
~/.config/obs-studio/plugins
folder.
Source Build
- Step-by-step instructions in the readme.
v1.1.1-rc2
- Fix intermittent crash
Installation
Windows
Either
- Use the installer and select your OBS folder.
or - Extract Waveform_v#.#.#_x86_64.zip to the root of your OBS folder (e.g.
C:\Program Files (x86)\obs-studio
).
Both methods include 32-bit and 64-bit binaries.
Linux (Ubuntu 20.04)
Prebuilt Binaries
- Extract Waveform_v#.#.#_Ubuntu_x64.tar.gz to your
~/.config/obs-studio/plugins
folder.
Source Build
- Step-by-step instructions in the readme.
v1.1.1-rc1
- Attempt to fix crashes
Installation
Windows
Either
- Use the installer and select your OBS folder.
or - Extract Waveform_v#.#.#_x86_64.zip to the root of your OBS folder (e.g.
C:\Program Files (x86)\obs-studio
).
Both methods include 32-bit and 64-bit binaries.
Linux (Ubuntu 20.04)
Prebuilt Binaries
- Extract Waveform_v#.#.#_Ubuntu_x64.tar.gz to your
~/.config/obs-studio/plugins
folder.
Source Build
- Step-by-step instructions in the readme.
v1.1.0
- Fix crash when using audio configurations with more than 2 channels
- Fix name conflict with other plugins
- Add bar and "stepped" bar visualizers
- Minor performance improvements
IMPORTANT
Due to being renamed to avoid conflicts with other plugins, sources made with version 1.0.0 will no longer be recognized.
If you would like to preserve those sources you can edit your scene files in %appdata%/obs-studio/basic/scenes
and replace occurrences of waveform_source
with phandasm_waveform_source
.
Apologies for the inconvenience.
Installation
Windows
Either
- Use the installer and select your OBS folder.
or - Extract Waveform_v#.#.#_x86_64.zip to the root of your OBS folder (e.g.
C:\Program Files (x86)\obs-studio
).
Requirements (included with installer)
Linux (Ubuntu 20.04)
Prebuilt Binaries
- Extract Waveform_v#.#.#_Ubuntu_x64.tar.gz to your
~/.config/obs-studio/plugins
folder.
Source Build
- Step-by-step instructions in the readme.
v1.1.0-rc1
- Fix crash when using audio configurations with more than 2 channels
- Fix name conflict with other plugins
- Add bar and "stepped" bar visualizers
- Minor performance improvements
IMPORTANT
Due to being renamed to avoid conflicts with other plugins, sources made with version 1.0.0 will no longer be recognized.
If you would like to preserve those sources you can edit your scene files in %appdata%/obs-studio/basic/scenes
and replace occurances of waveform_source
with phandasm_waveform_source
.
Apologies for the inconvenience.
Installation
Windows
Either
- Use the installer and select your OBS folder.
or - Extract Waveform_v#.#.#_x86_64.zip to the root of your OBS folder (e.g.
C:\Program Files (x86)\obs-studio
).
Requirements (included with installer)
Linux (Ubuntu 20.04)
Prebuilt Binaries
- Extract Waveform_v#.#.#_Ubuntu_x64.tar.gz to your
~/.config/obs-studio/plugins
folder. - Install FFTW
sudo apt-get install libfftw3-3
if using the non-static build
Source Build
- Step-by-step instructions in the readme.
v1.0.0
Installation
Either
- Use the installer and select your OBS folder.
or - Extract Waveform_1.0.0_x86_64.zip to the root of your OBS folder (e.g.
C:\Program Files (x86)\obs-studio
).