|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
winmm book?Does anyone know of a good book about winmm.dll. I tried looking online and
going to the local book store but found nothing. Thanks Hi,
Try : http://msdn.microsoft.com/en-us/library/ms713771(VS.85).aspx (Windows Multimedia Start Page). As this is quite specialized I'll doubt you'll easily find a book on this subject alone (but a general Windows Programming Guide such as old Petzold books could perhaps have a chapter about that but likely not with an in depth cover). IMO your best bet to use the SDK documentation mentioned above (or you may want to tall us what you have in mind if you need something special rather than to see the whole WinMM library)... -- Patrice "mickey" <mickmarsh***@earthlink.net> a écrit dans le message de groupe de discussion : 91DCB70B-74E6-47D6-8A13-EC53F44AD***@microsoft.com...Show quoteHide quote > Does anyone know of a good book about winmm.dll. I tried looking online > and going to the local book store but found nothing. > > Thanks Thank You,
I've been trying to write an audio play / record / edit program. I can record and play (I haven't gotten to the edit section yet) bud I'm having difficulty with reading and line in levels in Vista. I found a sample monitor app that I have working I think but All the apps I have found that are supposed to control the mic or line in levels fail to work in vista (or at least they fail on my machine). I use mcisend string to play and record but that is not compatable with the 'waveIn' functions I use to monitor the level but I can overcome that (just a pain in the xxx) but I have found nothing about controlling line or mic levels. Thanks Mickey Show quoteHide quote "Patrice" <http://www.chez.com/scribe/> wrote in message news:A09BBEA6-8C27-4F8D-9661-D716B8F663C4@microsoft.com... > Hi, > > Try : > http://msdn.microsoft.com/en-us/library/ms713771(VS.85).aspx (Windows > Multimedia Start Page). > > As this is quite specialized I'll doubt you'll easily find a book on this > subject alone (but a general Windows Programming Guide such as old Petzold > books could perhaps have a chapter about that but likely not with an in > depth cover). > > IMO your best bet to use the SDK documentation mentioned above (or you may > want to tall us what you have in mind if you need something special rather > than to see the whole WinMM library)... > > -- > Patrice > > "mickey" <mickmarsh***@earthlink.net> a écrit dans le message de groupe de > discussion : 91DCB70B-74E6-47D6-8A13-EC53F44AD***@microsoft.com... >> Does anyone know of a good book about winmm.dll. I tried looking online >> and going to the local book store but found nothing. >> >> Thanks > >
Show quote
Hide quote
"mickey" <mickmarsh***@earthlink.net> wrote in message I use the following library http://www.un4seen.com/ for my audio handling. news:AFE4BEDD-159C-4C14-AF25-70AFB7448B82@microsoft.com... > Thank You, > I've been trying to write an audio play / record / edit program. I can > record and play (I haven't gotten to the edit section yet) bud I'm having > difficulty with reading and line in levels in Vista. I found a sample > monitor app that I have working I think but All the apps I have found that > are supposed to control the mic or line in levels fail to work in vista > (or at least they fail on my machine). I use mcisend string to play and > record but that is not compatable with the 'waveIn' functions I use to > monitor the level but I can overcome that (just a pain in the xxx) but I > have found nothing about controlling line or mic levels. > > Thanks > Mickey > > "Patrice" <http://www.chez.com/scribe/> wrote in message > news:A09BBEA6-8C27-4F8D-9661-D716B8F663C4@microsoft.com... >> Hi, >> >> Try : >> http://msdn.microsoft.com/en-us/library/ms713771(VS.85).aspx (Windows >> Multimedia Start Page). >> >> As this is quite specialized I'll doubt you'll easily find a book on this >> subject alone (but a general Windows Programming Guide such as old >> Petzold books could perhaps have a chapter about that but likely not with >> an in depth cover). >> >> IMO your best bet to use the SDK documentation mentioned above (or you >> may want to tall us what you have in mind if you need something special >> rather than to see the whole WinMM library)... >> >> -- >> Patrice >> >> "mickey" <mickmarsh***@earthlink.net> a écrit dans le message de groupe >> de discussion : 91DCB70B-74E6-47D6-8A13-EC53F44AD***@microsoft.com... >>> Does anyone know of a good book about winmm.dll. I tried looking online >>> and going to the local book store but found nothing. >>> >>> Thanks >> >> > I don't know if it will do everything you want but there are lots of plug-ins and has dot.net libraries and other DLL's . Hope this helps LS Perhaps with the mixer device ? I would try a multimedia or win32 group as
this is more related to API usage then VB... -- Patrice "mickey" <mickmarsh***@earthlink.net> a écrit dans le message de groupe de discussion : AFE4BEDD-159C-4C14-AF25-70AFB7448***@microsoft.com...Show quoteHide quote > Thank You, > I've been trying to write an audio play / record / edit program. I can > record and play (I haven't gotten to the edit section yet) bud I'm having > difficulty with reading and line in levels in Vista. I found a sample > monitor app that I have working I think but All the apps I have found that > are supposed to control the mic or line in levels fail to work in vista > (or at least they fail on my machine). I use mcisend string to play and > record but that is not compatable with the 'waveIn' functions I use to > monitor the level but I can overcome that (just a pain in the xxx) but I > have found nothing about controlling line or mic levels. > > Thanks > Mickey > > "Patrice" <http://www.chez.com/scribe/> wrote in message > news:A09BBEA6-8C27-4F8D-9661-D716B8F663C4@microsoft.com... >> Hi, >> >> Try : >> http://msdn.microsoft.com/en-us/library/ms713771(VS.85).aspx (Windows >> Multimedia Start Page). >> >> As this is quite specialized I'll doubt you'll easily find a book on this >> subject alone (but a general Windows Programming Guide such as old >> Petzold books could perhaps have a chapter about that but likely not with >> an in depth cover). >> >> IMO your best bet to use the SDK documentation mentioned above (or you >> may want to tall us what you have in mind if you need something special >> rather than to see the whole WinMM library)... >> >> -- >> Patrice >> >> "mickey" <mickmarsh***@earthlink.net> a écrit dans le message de groupe >> de discussion : 91DCB70B-74E6-47D6-8A13-EC53F44AD***@microsoft.com... >>> Does anyone know of a good book about winmm.dll. I tried looking online >>> and going to the local book store but found nothing. >>> >>> Thanks >> >> > "mickey" <mickmarsh***@earthlink.net> wrote in message Rather than re-inventing the wheel, have you tried this open source news:AFE4BEDD-159C-4C14-AF25-70AFB7448B82@microsoft.com... > Thank You, > I've been trying to write an audio play / record / edit program. I can > record and play (I haven't gotten to the edit section yet) bud I'm having > difficulty with reading and line in levels in Vista. I found a sample > monitor app that I have working I think but All the apps I have found that > are supposed to control the mic or line in levels fail to work in vista > (or at least they fail on my machine). I use mcisend string to play and > record but that is not compatable with the 'waveIn' functions I use to > monitor the level but I can overcome that (just a pain in the xxx) but I > have found nothing about controlling line or mic levels. software: http://en.wikipedia.org/wiki/Audacity It can handle multiple formats, like Wave and MP3. Audacity crashes so often that I decided to re-invent the wheel and
customize it for my needs and learning skills :-} Thanks Mickey Show quoteHide quote "Nobody" <nob***@nobody.com> wrote in message news:uDj6rgC9JHA.1248@TK2MSFTNGP04.phx.gbl... > "mickey" <mickmarsh***@earthlink.net> wrote in message > news:AFE4BEDD-159C-4C14-AF25-70AFB7448B82@microsoft.com... >> Thank You, >> I've been trying to write an audio play / record / edit program. I can >> record and play (I haven't gotten to the edit section yet) bud I'm having >> difficulty with reading and line in levels in Vista. I found a sample >> monitor app that I have working I think but All the apps I have found >> that are supposed to control the mic or line in levels fail to work in >> vista (or at least they fail on my machine). I use mcisend string to play >> and record but that is not compatable with the 'waveIn' functions I use >> to monitor the level but I can overcome that (just a pain in the xxx) but >> I have found nothing about controlling line or mic levels. > > Rather than re-inventing the wheel, have you tried this open source > software: > > http://en.wikipedia.org/wiki/Audacity > > It can handle multiple formats, like Wave and MP3. > > "mickey" <mickmarsh***@earthlink.net> wrote in message See if changing the compatibility mode helps. This is in the shortcut news:64CBAA9C-A2C5-4E0D-A8F5-67BF4A42697F@microsoft.com... > Audacity crashes so often that I decided to re-invent the wheel and > customize it for my needs and learning skills :-} properties. http://audacityteam.org/wiki/index.php?title=Windows_Vista_OS#Known_Issues Another option is to try the latest beta. I have had no problems running it on XP.
.net 3.5 with vs 2005
Need some help from VB Programmers... How to hide base class member variable in derived class (w/o shadows)? Application Icon distributing software Alternative to strongly typed datasets Uisng ADO.Net The Entity Framework "Random" numbers cause pattern? Need help in finding error in SOAP web service call create com object and register trouble |
|||||||||||||||||||||||