반응형
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- if(식)
- StringGetPos
- EnvAdd
- Threads
- SetTitleMatchMode
- SetEnv
- if
- DetectHiddenWindows
- IfWinExist
- MouseClick
- EnvSet
- 배열
- autohotkey
- Menu
- IfInString
- 식의 설명
- SetMouseDelay
- API
- Blocks
- ControlSend
- 함수
- 식
- EnvMult
- SetControlDelay
- Var:=식
- ControlGetText
- IF (식)
- SetKeyDelay
- EnvSub
- EnvDiv
Archives
- Today
- Total
ㄴrㅎnㅂrㄹrㄱi
BASS Library - extreme AHK sound power! 본문
반응형
BASS Library - extreme AHK sound power!
| |
[ description ] BASS for powerful AHK soundplay >:D ! It gives AHK power to play: AIFF, AIF, AIFC, MP1, MP2, MP3, OGA, OGG, WAV, MO3, XM, MOD, S3M, IT, MTM, UMX soundfiles and STREAM on-the-fly plus 3d effects using EAX in a tiny 96KB dll. BASS can be extended with plugins, supporting formats like: FLAC, WMA, WMP, WMV, ASF, MID, MIDI, RMI, KAR, WV, WVC, AAC, MP4, M4A, M4B, M4P, APE, AC3, SPX, TTA, OFR, MPC, ALAC, CDA etc; It can load VST and Winamp plugins for effects DSP, read ID3v1, ID3v2.2/3/4,OGG/FLAC, WMA, APE, OFR, MPC, AAC tags! ___ [ download ] version: pre-revision 1, beta 5 - sources @ SVN bass.ahk - The library basstags.ahk - TAGS Plugin bassfx.ahk - FX Plugin basscd.ahk - CD Plugin bassmidi.ahk - MIDI Plugin bassflac.ahk - FLAC Plugin basswma.ahk - WMA Plugin basswv.ahk - WV Plugin bassaac.ahk - AAC Plugin bassape.ahk - APE Plugin bassmpc.ahk - MPC Plugin bassac3.ahk - AC3 Plugin bassalac.ahk - ALAC Plugin bassspx.ahk - SPX Plugin basstta.ahk - TTA Plugin bassofr.ahk - OFR Plugin* ___ [ examples ] use the examples to understand how the library works and how manage to create your own solution. #How to load a streamable song locally : example1.ahk requirement files: bass.ahk, bass.dll description: shows how to load a built-in supported song (AIFF, AIF, AIFC, MP1, MP2, MP3, OGA, OGG, WAV, MO3, XM, MOD, S3M, IT, MTM, UMX) #How to streaming : example2.ahk requirement files: none description: shows how to stream a file or a service like shoutcast, mms, rtsp etc. #How to dynamically load plugins : example3.ahk requirement files: bass.ahk, basstags.dll, bass.dll, tags.dll ( +any plugin ) description: shows how to play different plugin supported formats, initialize plugins dinamically, add sound effects, add gui visualizer and read id3tags ___ [ files ] - official link: - bass - plugins: - basstags - bassfx - basscd - bassmidi - bassflac - basswma - basswv - bassaac - bassape - bassmpc - bassac3 - bassalac - basspspx - basstta - bassofr* plugins mirror ___ [ news & comments ] *: OFR Plugin is deprecated, requires dwmapi.dll and some old dlls, which can cause some memory leaks. -BASS Library: pre-revision 1, beta 5 released with huge improvements, please see example3.ahk and use it as reference _________________ [ profile | ahk.net | ahk.talk ] |
반응형
'AUTOHOTKEY > 스크립트' 카테고리의 다른 글
Control Anchoring - for resizing windows (창크기에 따라 같이 변하는 오브젝트) (0) | 2009.01.04 |
---|---|
X-GUI : Skinnable GUI (창에 스킨을 입히자 윈엠 같은 스킨만들기) (0) | 2009.01.03 |
다양한 다이얼로그 창 (A handy dialogue technique!) (0) | 2008.12.21 |
GUI (꾸미기) (0) | 2008.12.16 |
왼쪽 마우스가 눌려졌을때 반응하기 / GetKeyState() (0) | 2008.12.15 |
Comments