o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

win98 audio -

Hi folks, I have a really silly newbie question,

I have a small app which plays a wave file a specified intervals. It is compliled on windows XP. Yet does not play the required file when run on a windows 98 machine. I am using the mci controll. Is there something which I might be doing wrong? Is there a better way which would assure me compatability? (API?)

I know the runtimes and required ocx files are on the win 98 machine. And I know it is finding the wave file, I can't get any sound. And yes, the volume is turned up :-)



thanks

paul

 

audio not working in win2k -
hi guys, Thank you in advance for help. I have recently installed win2k on my pc apart from my earlier os win98. The problem I am facing is that any audio fails to work ie not working and says that " no audio device installed". I can hear o


[2005/2008] Audio -
Hello, i have asked how i would make a recording program, a music editor/audio editor etc.. throughout a few threads. In conclusion to those threads all i recieved was short explanations and a link to an Audio class which i may download. How can i generate my own sounds through


Listening to different Audio PID in Windows Media -
I'm developing an application where you can view a MPEG-2 movie with more than one language. How do I select a different audio PID using visual basic. For example, I have a movie with a video PID 0x40, Audio 1 PID is 0x80 and audio 2 PID is 0xc0. When I play that movie, Media Player


Audio recording -
Hi, Looking for a bit of help with a project im doing. I need to be able to record some audio within my application and output this somehow in a web browser. This could be using flash or another method. The web browser will only be required to play the audio file so there are


audio processing -
does anyone know of a class library that deals with Digital audio processing? one that does such things as converting audio file to binary, or defining properties of a specific piece of audio like frequency, pitch, etc... i ultimately need to store information on the geometrical


What DirectX API for audio player -
I want to create an audio player that will play the most common audio file formats. I have downloaded the DirectX SDK but there are several methods of playing audio, which one is the best to use? - DirectSound - DirectMusic - DirectShow Also do you know any good sources of info


Connecting Front Audio to Mobo -
I recently put together a computer for my girlfriends mom, and I can't figure out how to connect the Front-side Audio connectors to the motherboard. In the motherboard manual, it has this for pin assignment: 1: MIC 2: GND 3: REF 4: Power 5: Front Audio (R) 6: Rear Audio (R)


Windows Registry... -
hi, I have a .reg file that I exported from a Win2k machine. Now I have another user who is trying to import this file to a Win98 registry but it seems that Win98 does not recognise this .reg file. Obviously the registry versions are not the same. But I need to set these registry va


Picture Blank... in Win98 but not in Win2K why -
guys, i am using the ezvidcap.ocx to capture pictures from a web cam... and it works pretty fine in the Win2K OS but ... not in the Win98.. As the picture being produced in the win98 is all in Grey Color .... what is the possible cause of this??? outdated ocx or dll in th


STDOUT in Win98 -
Does anybody know how to have a VB program in Win98 write to standard out, so a script can capture it ? I was able to do it for NT using the GetStdhandle and WriteFile in the kernel32, but it does not work for Win98.


HELP!!! MP3 WAV IMA ADPCM Audio Compression -
Guys, I know it's probably impossible but I would to play a compressed audio file directly to an audio device (perhaps the second sound card). But to do so would require you setting up a stream converter with the Audio Compression Manager. I know this is entirely possible in VC+


streaming audio -
hi all, two questions: 1) how can i stream live audio over the web. 2) can i build like a vb thing for the users to download to listen to the live audio please help thanks


how to run the program on win98 -
i just made a easy console program use VB.net after i got the exe file i try to run it on my win98 machine, but it can not run , it says missing some DLL file, so i want to ask , how can i make it run on win98, i went to microsoft.com try to find .net framework for win98,but i can


Audio CD ROM -
How can you tell if the CD in the drive is an Audio CD. I can check for the type of drive but I am stuck on how to find out if its an Audio CD preferably without playing.


How to play audio files... -
i know how to play an audio file, but what i need to know is how to play an audio file from an unspecified directory. for instance, not all cd drives are labeled with the same letter, but i want program (on cd) to be able to find the correct audio files on the cd to play. is there a


Making form transparent but not label -
how would i make my whole form transparent except my Label1? i dont want the background of the label to show, just the text. thanks 4 ne help. I suggest you read post #15 before downloading the file. File is only known to work with the following: Application: Realtek HD Audio


can VB.NET program run on WIN98 -
I have a AMD 500MHZ CPU 296M RAM machine. The OS is WIN98. Will it have problems to run a VB .NET application program? I mean except the speed is slow. Do I need do any other updates for the WIN98? Any1 has this kind of experience? thanks


Problem wit' sound on win98 (beep) -
Howdy. I've got a problem with sound under win98. I use a beep api function and I can hear the sounds from pc speaker under win2000 but under win98 i can hear something going on but all the same low frequency. Have anybody experienced troubles like this under win98? Could you please t


SPI_GETSCREENSAVERRUNNING for win98 -
i need to determine if the screensaver is running. i ask this q here, but the codes doent works. the os im using is : win98 i saw in the msdn that i need to use : SPI_GETSCREENSAVERRUNNING for win98. what is the numeric value of this constant. and someone can help me


asp.net and Win98 -
Hi, I downloaded asp.net at work for use on our Win2k development server. I noticed that it also listed Win98 as being able to use asp.net. Is this true? In other words, can I use asp.net to learn/development applications on my win98 computer at home? Thanks, Al.


Win98 Shortcuts -
I found an API to create Win95 shorcuts but unfortunately it doesnt work in Win98 or NT. Is there a way to create a win98 shortcut through API or anything else?


Audio Conferencing -
Hi! Is it possible to build a full-fledged multi-party audio conferencing application in VB6? Microsoft's NetMeeting restricts audio conferencing to only 2 simaltaneous users. Could anyone direct me to any activeX controls or Modules that are available?


HELP!! ASP pages on Win98 -
All of the columes and dropdown boxes are displaying to the far right. This only happens on win98 IE 5, 5.5sp 2, and 6. Win2k XP are all OK. So is it a setting in Win98 or the asp pages?


VB6 - ACM (e.g. WAV/MP3 conversion) -
A small module and class to use the ACM (Audio Compression Manager) in VB6. The ACM manages all audio codecs installed on your Windows and let's you convert between audio formats. Included samples: * codec enumeration * PCM WAV resampling * MP3 Encoder (a good codec is Lame ACM


Audio Mixer -
I want to manipulate the audio mixer or i should say the audio settings via VB... mainly the muting feature... I found some code on MS knowledge base.. but could not get it to work.. anyone have some code or ideas as to how i could accomplish this?? maybe some API functions?


encode audio -
Hi. I am wondering if it is possible to encode audio from wav to mp3/wma? I am trying to use the WMP 10 SDK however I cannot seem to find a way. I found code which converts one format to another however I cannot see the set_Profile() method in one of the classes. This code was on M


Stuttering Audio -
My audio stutters. I am using Windows98se. The audio stutters with Real Player, and Windows Media player. Is there a setting that can cure this problem? I've made some changes already in the Control Panel, with no luck.


the mcisendstring class -
i'm using a visual basic 6... i'm working in a audio class, but i don't know somethings: -change the file(audio) position... in mmSeek sub.... i try change but is ignored, i don't know why.... -in mmOpen sub i don't know what type name is for wma files(for the audio files, i think th


real player audio -
How can I use VB to convert a real player audio.ram file into a more usable format such as .mp3 or .wav? I want to be able to save the audio onto a CD.


Windows NT / 98 Network Question -
Sorry this is not a vb question, but I don't know anywhere else I could get some qualified guru advice or information. A friend of mine called me in to look at a problem he was having on a peer to peer network. First of all, the NT workstation contains a special (very expensive) pro


Vanishing audio, only video -
Hi all, After few months I played an audio/video song in the last evening on my HDD, which is working fine previously. But that time songs played without audio (sounds), only visual is there. No solution on WMP, Jet Audio, Winamp. That file is stored in a folder, and all other songs


CD Audio -
Hi, i have created a long time ago a CD Audio program in VB6... but know in Visual Basic 2005 i dont know how to reproduce a CD Audio!!!! The VB6 have a multimedia control and was easy...but know i dont know anything in VB2005. I have Buttons of Play, Pause, Stop, Eject, Fast foward,


Stream RAW Audio over UDP -
Hello all VBers I'm having a lil problem to play RAW audio from a LAN. This project will work in a Métro for the Public Announcement System. The announcement has the A/D Converter to convert the voice to data and send RAW audio over the LAN with the UDP protocol on port 5200. I


[2005] How to send and receive audio through 2 wires -
I need to be able to send and receive audio which is easy, but I only have two wires to do it with... I can easily record sound through the audio in prot, and send sound to the audio out port, but how can I do both at the same time with only two wires. I thaught about using the serial


Audio Project -
Since i have a lot of time this summer, i am planning on working on a multimedia audio project. Below are the outlines for this project: -Play Mp3's, Wav, Midi, and CD Audio tracks. -Write and Vew the song tag. -Visualizations -Download Cover Art, Audio Information, Artist


Controling one win98 m/c from another win98 m/c -
Is it possible to control a system running on win98 OS from another running on same OS without running any extra application on the machine being controlled


[2005] Audio Object -
Hi, I need to use a path to create an Audio Object (like the File Object at System.IO.FileInfo) so I can extract info from the file like Composer, Length of audio, Year, etc. Thanks, Matt


Need help with Managed DirectX -
Can someone please help me with this: I've recently downloaded DirectX 9 SDK, with the new manged directx feature. Now I'm building a MP3 player program and using the Audio class of the DirectX.AudioVideoPlayblack namespace. The Audio class is a great class to play MP3 files.


uxtheme.dll -
I want to use uxtheme.dll to expose functions like DrawThemeBackground, OpenTheme and so on, in Win98. It can be done ? I have developed a program to use in XP when I take advantage of that great dll. Now, I need to move it to Win98 ... but I get file not found error:uxtheme.dll


DVD audio tracks -
I was trying to create a DVD from a movie in avi format. The movie had 2 audio tracks, English and Spanish. I wanted to keep them both but the application I used allowed me to choose only one of them. Is there any program that allows to preserve both audio tracks?