[Stk] audio glitches, drivers and being a beginner

forwinder forward@forwind.net
Tue, 29 Mar 2005 05:43:25 -0700


This is a multi-part message in MIME format.

------_SmarterMail_NextPart_2764776568556333
Content-Type: text/plain;
	charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Hi all,=0D=0A =A0I'm very new to STK but have managed to run the demo's app=
...=0D=0A =A0However I find the audio when playing back glitches period...=
=0D=0A =A0output from the score audible (quality is good but the gli...=0D=
=0A =A0=0D=0A Too many errors encountered; the rest of the message is ignor=
ed:=0D=0A =A0pretty annoying). Is this due to the audio drivers? I have an =
echo =0D=0A =A0Layla=0D=0A =A024 soundcard as the default windows audio dev=
ice. Should I then use =0D=0A =A0Asio or Direct Sound inorder to run the La=
yla properly?=0D=0A =A0=0D=0A =A0 I must say the fact that realtime scores =
were readily audible on the =0D=0A =A0layla through msdev.net immediately w=
as very promising. . I want to =0D=0A =A0get into doing some audio dev and =
this looks perfect. I know this =0D=0A =A0sounds like a total novice questi=
on but where do i query the OS as to =0D=0A =A0how many audio drivers i hav=
e installed. I recently wiped the machine =0D=0A =A0so i don't know where t=
o check in the registry. the control panel =0D=0A =A0"sound audio devices" =
section only displays options for the Layla and =0D=0A =A0the onboard intel=
 sound driver. I don't even think i have installed =0D=0A =A0the default dr=
iver for the sound card that came on the laptop. would =0D=0A =A0any of the=
se make a difference my setup?=0D=0A =A0I find that when i set the identifi=
ers for asio instead of default =0D=0A =A0direct sound and include the asio=
 src i get compile errors like:=0D=0A =A0=0D=0A =A0e:\forwind_dev\stk-4.2.0=
\include\Thread.h(62): error C2061: syntax =0D=0A =A0error=0D=0A =A0: ident=
ifier 'THREAD_FUNCTION'=0D=0A =A0e:\forwind_dev\stk-4.2.0\src\Socket.cpp(61=
): error C2065: 'IPPROTO_TCP' =0D=0A =A0: undeclared identifier=0D=0A =A0e:=
\forwind_dev\stk-4.2.0\src\Socket.cpp(68): error C2065: 'TCP_NODELAY' =0D=
=0A =A0: undeclared identifier=0D=0A =A0=0D=0A =A0and so on...=0D=0A =A0alo=
t macros undefined, where should i find these?=0D=0A =A0When i try and comp=
ile in debug with the asio identifier and source =0D=0A =A0included i get t=
hese type of compile errors=0D=0A =A0=0D=0A =A0demo error LNK2019: unresolv=
ed external symbol "public: __thiscall =0D=0A =A0AsioDrivers::AsioDrivers(v=
oid)" (??0AsioDrivers@@QAE@XZ) referenced in =0D=0A =A0function _$E1 demo e=
rror LNK2019: unresolved external symbol "public: =0D=0A =A0__thiscall Asio=
Drivers::~AsioDrivers(void)" (??1AsioDrivers@@QAE@XZ) =0D=0A =A0referenced =
in function _$E2=0D=0A =A0=0D=0A =A0etc..=0D=0A =A0any ideas of where i sho=
uld i start to address the gliching ....=0D=0A cheers,=0D=0A=0D=0A Conor=0D=
=0A=0D=0A 

------_SmarterMail_NextPart_2764776568556333
Content-Type: text/html;
	charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

<font face=3D"arial" size=3D"2">Hi all,<br /> &nbsp;I'm very new to STK but=
 have managed to run the demo's app...<br /> &nbsp;However I find the audio=
 when playing back glitches period...<br /> &nbsp;output from the score aud=
ible (quality is good but the gli...<br /> &nbsp;<br /> Too many errors enc=
ountered; the rest of the message is ignored:<br /> &nbsp;pretty annoying).=
 Is this due to the audio drivers? I have an echo <br /> &nbsp;Layla<br /> =
&nbsp;24 soundcard as the default windows audio device. Should I then use <=
br /> &nbsp;Asio or Direct Sound inorder to run the Layla properly?<br /> &=
nbsp;<br /> &nbsp; I must say the fact that realtime scores were readily au=
dible on the <br /> &nbsp;layla through msdev.net immediately was very prom=
ising. . I want to <br /> &nbsp;get into doing some audio dev and this look=
s perfect. I know this <br /> &nbsp;sounds like a total novice question but=
 where do i query the OS as to <br /> &nbsp;how many audio drivers i have i=
nstalled. I recently wiped the machine <br /> &nbsp;so i don't know where t=
o check in the registry. the control panel <br /> &nbsp;"sound audio device=
s" section only displays options for the Layla and <br /> &nbsp;the onboard=
 intel sound driver. I don't even think i have installed <br /> &nbsp;the d=
efault driver for the sound card that came on the laptop. would <br /> &nbs=
p;any of these make a difference my setup?<br /> &nbsp;I find that when i s=
et the identifiers for asio instead of default <br /> &nbsp;direct sound an=
d include the asio src i get compile errors like:<br /> &nbsp;<br /> &nbsp;=
e:\forwind_dev\stk-4.2.0\include\Thread.h(62): error C2061: syntax <br /> &=
nbsp;error<br /> &nbsp;: identifier 'THREAD_FUNCTION'<br /> &nbsp;e:\forwin=
d_dev\stk-4.2.0\src\Socket.cpp(61): error C2065: 'IPPROTO_TCP' <br /> &nbsp=
;: undeclared identifier<br /> &nbsp;e:\forwind_dev\stk-4.2.0\src\Socket.cp=
p(68): error C2065: 'TCP_NODELAY' <br /> &nbsp;: undeclared identifier<br /=
> &nbsp;<br /> &nbsp;and so on...<br /> &nbsp;alot macros undefined, where =
should i find these?<br /> &nbsp;When i try and compile in debug with the a=
sio identifier and source <br /> &nbsp;included i get these type of compile=
 errors<br /> &nbsp;<br /> &nbsp;demo error LNK2019: unresolved external sy=
mbol "public: __thiscall <br /> &nbsp;AsioDrivers::AsioDrivers(void)" (??0A=
sioDrivers@@QAE@XZ) referenced in <br /> &nbsp;function _$E1 demo error LNK=
2019: unresolved external symbol "public: <br /> &nbsp;__thiscall AsioDrive=
rs::~AsioDrivers(void)" (??1AsioDrivers@@QAE@XZ) <br /> &nbsp;referenced in=
 function _$E2<br /> &nbsp;<br /> &nbsp;etc..<br /> &nbsp;any ideas of wher=
e i should i start to address the gliching ....<br /> cheers,<br /> <br /> =
Conor<br /> <br /> <br /><br /></font>

------_SmarterMail_NextPart_2764776568556333--