Thread: FMsynth
View Single Post
Old 18 June 2015, 18:03   #30
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,304
Has anyone the source code of FMsynth 3.7? The one for V1.1 I have already.

In V1.1 source I found the sampling frequency (8363 Hz) where 8svx is saved in:
Code:
vhdr.samplesPerSec := 8363;
I searched in FMsynth exe for this value and changed it. Luckily it works. So 8svx sample can have higher frequencies. E.g. 44100 Hz seems to work although it doesn`t make sense. If you want to experiment load FMsynth into a HexEditor and search for $20AB or go to address $3596:
8363 Hz = $20AB
16726 Hz = $4156
22050 Hz = $5622
44100 Hz = $AC44
daxb is offline  
 
Page generated in 0.08128 seconds with 11 queries