-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Jeff Shanab
Sent: Monday, November 21, 2011 3:10 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode
I am building cross platform from one
& use'
Subject: Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode
Hi Jeff,
On Windows, when you want to build both Unicode and non-Unicode, the easiest
way is to use the Microsoft-specific TCHAR functions. If you look up a
particular function on MSDN you can find the TCHA
> What happened was one of the files now has an include and that cascaded to it
> I think. I had updated last march, so I wasn’t that far behind.
Well, nothing in the "WindowsAudioInputDevice" directory has changed in years.
You should not be building (or including) this stuff at all, if you do
Hi Jeff,
On Windows, when you want to build both Unicode and non-Unicode, the easiest
way is to use the Microsoft-specific TCHAR functions. If you look up a
particular function on MSDN you can find the TCHAR routine name. In this
case it will be _tcsncpy.
http://msdn.microsoft.com/en-us/l
o: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode
I updated to the newest version of live555 and the WindowsAudioInput folder was
added.
It was added in July 2003! You've probably had it all along. (But you don't
> I updated to the newest version of live555 and the WindowsAudioInput folder
> was added.
It was added in July 2003! You've probably had it all along. (But you don't
have to use it if you don't want to; i.e., if you don't want to read PCM audio
input from a Windows sound card.)
> In one of