This commit is contained in:
2025-11-23 14:45:35 -03:00
parent b6c239b6af
commit ffc02894bf
15 changed files with 48 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto

BIN
AVSAudioConverter.exe Normal file

Binary file not shown.

BIN
AVSMediaDemo.wav Normal file

Binary file not shown.

BIN
HC2Setup.exe Normal file

Binary file not shown.

BIN
MM26_ENU.msi Normal file

Binary file not shown.

BIN
Movie Maker 2.1.zip Normal file

Binary file not shown.

View File

@@ -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))

View File

@@ -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)))

BIN
avs4you-360.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
avs4you.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
hypercam 180p.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
hypercam 240p.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
hypercam.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

BIN
mspaint.exe Normal file

Binary file not shown.

BIN
sndrec32.exe Normal file

Binary file not shown.