A good conga synthesis

hey community, has anyone mastered conga synthesis on sc?

I got pretty close with

(
//to play all in one
{BLowPass4.ar(PinkNoise.ar(0.6),EnvGen.kr(Env([1400,500,120],[0.1,0.4,1],[-30,-4,1]),doneAction: 2),Line.kr(0.6,1,1))}.play;

{SinOsc.ar(110,mul: EnvGen.kr(Env.perc(releaseTime: 0.2,curve: -3)))}.play)

and

({BHiPass.ar(SinOsc.ar(310,mul: EnvGen.kr(Env.perc(releaseTime: 0.8,curve: -30))))!2}.play);

first is low second a little high , I found this example below

anyone please ? =D

after digging a bit more below

({BBandPass.ar(SinOsc.ar(250,mul:EnvGen.kr(Env.perc(releaseTime: 0.38,curve: -6))),400,0.2)}.play)

but not there yet haha