- WinampPluginProgramming/DSP . . . . 3 matches
winamp SDK 를 받으면 sample 로 있는 dspecho 에 대한 분석.
// Winamp test dsp library 0.9 for Winamp 2
winampDSPModule *getModule(int which);
void config(struct winampDSPModule *this_mod);
int init(struct winampDSPModule *this_mod);
void quit(struct winampDSPModule *this_mod);
void initpitch(struct winampDSPModule *this_mod);
void quitpitch(struct winampDSPModule *this_mod);
int modify_samples1(struct winampDSPModule *this_mod, short int *samples, int numsamples, int bps, int nch, int srate);
int modify_samples2(struct winampDSPModule *this_mod, short int *samples, int numsamples, int bps, int nch, int srate);
int modify_samples3(struct winampDSPModule *this_mod, short int *samples, int numsamples, int bps, int nch, int srate);
int modify_samples4(struct winampDSPModule *this_mod, short int *samples, int numsamples, int bps, int nch, int srate);
int modify_samples5(struct winampDSPModule *this_mod, short int *samples, int numsamples, int bps, int nch, int srate);
winampDSPHeader hdr = { DSP_HDRVER, "Nullsoft DSP demo v0.3 for Winamp 2", getModule };
winampDSPModule mod =
winampDSPModule mod2 =
winampDSPModule mod3 =
winampDSPModule mod4 =
winampDSPModule mod5 =
__declspec( dllexport ) winampDSPHeader *winampDSPGetHeader2()
- Winamp . . . . 2 matches
http://winamp.com
[WinampPlugin을이용한프로그래밍]
[WinampPluginProgramming/DSP]
- WinampPlugin을이용한프로그래밍 . . . . 1 match
winamp 의 plugin 을 이용한 프로그래밍
winamp 의 경우 다양한 plugin 를 지원한다.
컴파일하려면 in2.h 와 Out.h 가 필요하다. 이는 http://www.winamp.com/nsdn/ 에서 Winamp SDK를 다운받는다.
http://download.nullsoft.com/winamp/client/wa502_sdk.zip
INHDRPROC ihp = (INHDRPROC)GetProcAddress(hin,"winampGetInModule2");
OUTHDRPROC ohp = (OUTHDRPROC)GetProcAddress(hout,"winampGetOutModule");
Found 3 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.