您的位置:首页 > 其它

Simple MP3 Player for Pocket PC using FMOD

2005-11-23 09:30 435 查看
Simple MP3 Player for Pocket PC using FMOD

Introduction

When I was asked to create an audio guide based on Pocket PC technology and MP3 sound tracks, I had no clue where to go and how to achieve this.
So off I am for a little net-surfing and what I found is quite a neat library : FMOD Sound System from Firelight Technologies.
They propose a more-than-complete set of functions, enabling you to create just about any sound recording/playing application, for desktops and Pocket PCs.
You can read more about it here : http://www.fmod.org/. Download the API and you'll see by yourself! (you're just another WinAmp away...)

For my system, I needed of course a CE version of their DLL. If you are developping in C++ for CE then it's allright. If you are coding in .NET, then start the troubles.



地址在这里:
http://www.codeproject.com/useritems/Simple_MP3_Player_for_PPC.asp
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: