由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 如何循环播放一个mp3文件中的某一段?
相关主题
菜鸟请教C问题问一个vim的问题
关于buffer overflow为什么redbox比netflix好用的多?
一个101的面试题*** help needed! on MATLAB GUI ***
Python里边file writer的问题how to get runtime caller function?
does the system guarantee this? (转载)请教一个C++有关的编译问题
multi-thread 一问,error while building gcc
OpenGL能否方便实现自定义图形的移动,擦除和分层显示?一个简单的问题
新人5个包子请教问题,redhat读写文件的内存问题 (转载)A C++ runtime type casting question
相关话题的讨论汇总
话题: mp3话题: areas话题: media话题: windows话题: vb
进入Programming版参与讨论
1 (共1页)
G***G
发帖数: 16778
1
one mp3 file has 10 areas.
each time we loop playback each of the ten areas.
how to program it using vb or c#?
j********g
发帖数: 88
2
vb or c# do not support mp3 directly. You need to
1 use a MP3 decoder and play the sound (e.g. use 10 DirectSound buffers and
switch buffers when needed)
or
2 use a MP3 player and seek to desired position (e.g. Windows Media Player,
DirectShow or Windows Media Format Runtime)
1 (共1页)
进入Programming版参与讨论
相关主题
A C++ runtime type casting questiondoes the system guarantee this? (转载)
IDL一问multi-thread 一问,
人无食不活,码无库不通OpenGL能否方便实现自定义图形的移动,擦除和分层显示?
[合集] 请问关于堆栈的问题新人5个包子请教问题,redhat读写文件的内存问题 (转载)
菜鸟请教C问题问一个vim的问题
关于buffer overflow为什么redbox比netflix好用的多?
一个101的面试题*** help needed! on MATLAB GUI ***
Python里边file writer的问题how to get runtime caller function?
相关话题的讨论汇总
话题: mp3话题: areas话题: media话题: windows话题: vb