diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/AVSAudioConverter.exe b/AVSAudioConverter.exe new file mode 100644 index 0000000..4cccb04 Binary files /dev/null and b/AVSAudioConverter.exe differ diff --git a/AVSMediaDemo.wav b/AVSMediaDemo.wav new file mode 100644 index 0000000..2c41c7b Binary files /dev/null and b/AVSMediaDemo.wav differ diff --git a/HC2Setup.exe b/HC2Setup.exe new file mode 100644 index 0000000..3dc1735 Binary files /dev/null and b/HC2Setup.exe differ diff --git a/MM26_ENU.msi b/MM26_ENU.msi new file mode 100644 index 0000000..217d8f3 Binary files /dev/null and b/MM26_ENU.msi differ diff --git a/Movie Maker 2.1.zip b/Movie Maker 2.1.zip new file mode 100644 index 0000000..76ea437 Binary files /dev/null and b/Movie Maker 2.1.zip differ diff --git a/audacity_bitcrush_v3.ny.txt b/audacity_bitcrush_v3.ny.txt new file mode 100644 index 0000000..cc7ecd3 --- /dev/null +++ b/audacity_bitcrush_v3.ny.txt @@ -0,0 +1,36 @@ +;version 3 +(setq sourcerate 4000) ; Source samplerate +(setq multiplier (/ 44100 sourcerate)) ; New samplerate + + +(defun bad-resample (sig num) + (setq size 1000) + (setf s-array (make-array (* num size))) + (setf end-array + (if (/= (rem (truncate len) size) 0) + (make-array (* num (rem (truncate len) size))) + nil)) + (setf output (s-rest 0)) + (dotimes (count (truncate (/ len size))) + (fill-array s-array sig num) + (setf output + (sim + output + (at-abs (/ (* count num size) *sound-srate*) + (cue (snd-from-array 0 *sound-srate* s-array)))))) + (if end-array + (progn + (fill-array end-array sig num) + (sim + output + (at-abs (/ (* (truncate (/ len size)) (* num size)) *sound-srate*) + (cue (snd-from-array 0 *sound-srate* end-array))))) + output)) + +(defun fill-array (s-a sig times) + (dotimes (count (/ (length s-a) times)) + (let ((next (snd-fetch sig))) + (dotimes (i times) + (setf (aref s-a (+ i (* count times))) next))))) + +(multichan-expand #'bad-resample s (truncate multiplier)) \ No newline at end of file diff --git a/audacity_bitcrush_v4.ny.txt b/audacity_bitcrush_v4.ny.txt new file mode 100644 index 0000000..2197c89 --- /dev/null +++ b/audacity_bitcrush_v4.ny.txt @@ -0,0 +1,10 @@ +;version 4 +;(setq factor 11.025) ;4000hz -> 44100hz +;(setq factor 5.5125) ;8000hz -> 44100hz +;(setq factor 4) ;11025hz -> 44100hz +;(setq factor 2) ;22050hz -> 44100hz + +(control-srate-abs *sound-srate* + (let ((sig2 (mult (/ *sound-srate*) + (quantize (pwl factor len factor) 1)))) + (multichan-expand #'snd-compose *track* sig2))) \ No newline at end of file diff --git a/avs4you-360.png b/avs4you-360.png new file mode 100644 index 0000000..4844f55 Binary files /dev/null and b/avs4you-360.png differ diff --git a/avs4you.png b/avs4you.png new file mode 100644 index 0000000..9cf480b Binary files /dev/null and b/avs4you.png differ diff --git a/hypercam 180p.png b/hypercam 180p.png new file mode 100644 index 0000000..ad969f3 Binary files /dev/null and b/hypercam 180p.png differ diff --git a/hypercam 240p.png b/hypercam 240p.png new file mode 100644 index 0000000..557603e Binary files /dev/null and b/hypercam 240p.png differ diff --git a/hypercam.png b/hypercam.png new file mode 100644 index 0000000..17217b6 Binary files /dev/null and b/hypercam.png differ diff --git a/mspaint.exe b/mspaint.exe new file mode 100644 index 0000000..8bd4582 Binary files /dev/null and b/mspaint.exe differ diff --git a/sndrec32.exe b/sndrec32.exe new file mode 100644 index 0000000..a41e09a Binary files /dev/null and b/sndrec32.exe differ