-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
14,485 additions
and
14,576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
To install WavvieW, unzip the file from the release. | ||
https://github.com/fredvs/WavvieW/releases | ||
|
||
To run it, 2xclick on wavview in /WavvieW_xxx/ directory. | ||
|
||
For fft calculation library fftw3 is needed. | ||
|
||
For Linux and FreeBSD, fftw3 library is installed by default. | ||
If you need to install it, just do: | ||
|
||
$ sudo apt-get install fftw3 | ||
|
||
For Windows the library fftw3 is included in the release. | ||
|
||
Enjoy ;-) | ||
|
||
FredvS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# WavvieW. | ||
|
||
|
||
WavvieW is deeply inspired by noisegen from mseide-msegui. | ||
WavvieW is deeply inspired by msesignal from mseide-msegui. | ||
|
||
WavvieW analyzes and show the build-in noise-generator and synhtesizer, audio files, input-mic with his oscilloscope and spectrum FFT using uos_PortAudio, LibSndfile libraries... | ||
WavvieW analyzes the build-in noise-generator-synhtesizer, audio files, input-mic and shows the result with his oscilloscope and FFT-spectrum... | ||
|
||
![WavvieW](https://user-images.githubusercontent.com/3421249/107425069-ca2bef80-6b1e-11eb-8b0c-f422d66de2b3.png) | ||
![WavvieW](https://user-images.githubusercontent.com/3421249/107452508-a4681000-6b49-11eb-8da5-35e341ee109e.png) | ||
|
||
Fred van Stappen | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
[mainfo.viewinput] | ||
value=0 | ||
[mainfo.viewpiano] | ||
value=0 | ||
[mainfo.viewfile] | ||
value=0 | ||
[mainfo.viewnoise] | ||
value=1 | ||
[mainfo.tfilenameeditx1] | ||
filenames=1 | ||
sound/test.ogg | ||
filenamescust=0 | ||
filecolwidth=0 | ||
x=0 | ||
y=0 | ||
cx=0 | ||
cy=0 | ||
nopanel=0 | ||
noicon=0 | ||
compact=0 | ||
showhidden=0 | ||
colnamewidth=0 | ||
colsizewidth=0 | ||
colextwidth=0 | ||
coldatewidth=0 | ||
splitterplaces=0 | ||
splitterlateral=0 | ||
lastdir=sound/ | ||
filehistory=0 | ||
filefilterindex=0 | ||
filefilter="*.wav" "*.ogg" "*.flac" "*.WAV" "*.OGG" "*.FLAC" | ||
[mainfo.kinded] | ||
value=0 | ||
[mainfo.sampcount] | ||
value=0 | ||
[mainfo.tsigslider1] | ||
value=0.52238805970149 | ||
[mainfo.average] | ||
value=0 | ||
[mainfo.tsigslider3] | ||
value=0.95833333333333 | ||
[mainfo.tsigkeyboard1] | ||
value=100 | ||
[mainfo.tenvelopeedit1] | ||
[mainfo.tenvelopeedit1.0] | ||
zoomx=1 | ||
zoomy=1 | ||
scrollx=0 | ||
scrolly=0 | ||
activetrace=0 | ||
value0=3 | ||
0.0021276595744681,0.025078369905956 | ||
0.029787234042553,0.98432601880878 | ||
0.079787234042553,0.92789968652038 | ||
value1=0 | ||
[mainfo.tenvelopeedit1.1] | ||
x=94 | ||
y=0 | ||
xprop=0.34751773049645 | ||
yprop=1 | ||
[mainfo.tenvelopeedit1.2] | ||
marker0_0=10 | ||
zoomx=1 | ||
zoomy=1 | ||
scrollx=0 | ||
scrolly=0 | ||
activetrace=0 | ||
value0=3 | ||
0.105263157894737,0.74608150470219 | ||
3.89473684210526,0.98746081504702 | ||
8.31578947368421,0.92476489028213 | ||
value1=0 | ||
[mainfo.tenvelopeedit1.3] | ||
x=193 | ||
y=0 | ||
xprop=0.69858156028369 | ||
yprop=1 | ||
[mainfo.tenvelopeedit1.4] | ||
zoomx=1 | ||
zoomy=1 | ||
scrollx=0 | ||
scrolly=0 | ||
activetrace=0 | ||
value0=2 | ||
0.035294117647059,0.97805642633229 | ||
0.89411764705882,0.93730407523511 | ||
value1=0 | ||
[mainfo.tsplitter2] | ||
x=736 | ||
y=0 | ||
xprop=0.72407045009785 | ||
yprop=1 | ||
[mainfo.tsplitter1] | ||
x=344 | ||
y=0 | ||
xprop=0.34050880626223 | ||
yprop=1 | ||
[mainfo] | ||
stackedunder= | ||
x=135 | ||
y=162 | ||
cx=1024 | ||
cy=466 | ||
wsize=0 | ||
active=1 | ||
visible=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.