logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Problem in Play Wave file
gkris82
#1 Posted : Thursday, February 16, 2012 1:27:50 PM(UTC)
Rank: Member

Groups: Member
Joined: 11/23/2011(UTC)
Posts: 12
Points: 36
Location: germany

Thanks: 6 times

Hello,

RTP Audio Demo working file in Windows XP system but throws error saying no device driver....in Windows 2003 server.

AudioOut aout = new AudioOut(AudioOut.Devices[0], 8000, 16, 2); statement internally calls function

int result = WavMethods.waveOutOpen(out m_pWavDevHandle, m_pOutDevice.Index, format, m_pWaveOutProc, 0, WavConstants.CALLBACK_FUNCTION);
if (result != MMSYSERR.NOERROR)
{
throw new Exception("Failed to open wav device, error: " + result.ToString() );
}

this is throwing above said exception. Please help me to solve the problem.

Regards,

gkris82
ivx
#2 Posted : Thursday, February 16, 2012 4:05:13 PM(UTC)
Rank: Administration

Groups: Administration
Joined: 9/15/2006(UTC)
Posts: 1,946
Points: 5,711
Man
Location: Estonia

Was thanked: 68 time(s) in 68 post(s)
Hi,

Are you using terminal services or directly ?

If audio stuff installed in win2003, it should have same wave api than XP.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF 1.9.5.5 | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.027 seconds.