2,441 Topics

Member Avatar for
Member Avatar for mandy1968

Hi, first time visit....could anyone please help me. I have a Acer Aspire 5735Z, and Ive tried to look at a DVD. I can see the DVD, but I can't hear it. I can hear stuff from the Internet, the likes of youtube. I'm not at all clever with computers, …

Member Avatar for Suspishio
0
106
Member Avatar for urchie

I had a hard drive failure, prior to this happening my sound was working perfectly. Replaced my hard drive, and reinstalled WinXP Pro and updates, all drivers, including SoundMax, from motherboard CD (ASUS P5B) thought I added everything back but my sound is only partially working. If I play a …

Member Avatar for urchie
0
147
Member Avatar for chucke80

I previously used a recording feature with SB Live 24bit--choice of input, showed levels while recording, links to other SB features like EAX console, device control etc. After a reinstall I can't find that recording feature. Any suggestions?

0
128
Member Avatar for kenkenken

I've just reformatted my PC. Operating system is Windows XP Home, SP1. I have no sound at all. I tried to alter the volume settings but the system could not fins any audio/sound devices. I have a floppy disk entitled SiS 964 RAID installation support disk Rev1.0. What do I …

Member Avatar for urchie
0
141
Member Avatar for katwalatapan

Hello, I couldn't find an audio setion, so i thought hardware would be an appropriate forum to post my question. I am comparatively new to hardware/software development. Could anyone give me pointers on how to implement multiplexing on audio channels to generate a single source channel. I believe the most …

0
65
Member Avatar for MktgRob

Mashable is reporting that Google Labs has just released their latest experimental utility, Google Listen. It an audio search engine (running as a Google Android app for the time being) that allows users to stream or download podcasts, web audio, news shows and others to phones. Does anyone think that …

Member Avatar for MktgRob
0
141
Member Avatar for johnherbie

Hello, first post here. I am beginning with c# and I am writing a media player using the Irrklang audio engine. All is going well there. I am now looking to improve the interface and would like to change the sliders from basic Windows Forms style into dials and knobs …

Member Avatar for johnherbie
0
153
Member Avatar for FearlessFourie

Hi ppl, I am having a problem with playing mp3's in my program. Let me explain, I am writing a program for my choire, I need to do it in a low base languege like pascal since the systems used are not great. My program is writen on exact timing …

Member Avatar for FearlessFourie
0
382
Member Avatar for grumbly_frown

Hi I wish to write code which models scales based on different intervals and need to be able to get my sound card to play different frequencies - imagine tuning a guitar to say C# plus a little bit more. Is it possible to do this with MIDI and if …

0
48
Member Avatar for michigankid

Hi everyone, I did a clean install of windows xp pro and now no sound. I have an Asus p5p800-vm motherboard and American Megatrenda bios 0502 5/26/2006. I have the video and audio drivers installed but it says no audio device installed. Also I can't load some video games. I …

Member Avatar for kaninelupus
0
204
Member Avatar for Kekke

Hello everyone. I have a question regarding those mp4 video files.. Is there any library easy to use to convert mp4 files to mp3 files? I have lots of mp4 videos which I want to be able to programmatically convert to mp3 files. I tried searching google for a very …

Member Avatar for serkan sendur
1
400
Member Avatar for Stefano Mtangoo

Hi All, I was asking if it is possible to hide the wx.MediaCtrl window so that Only controls (play, stop, pause etc) can be shown? I plan to play audio only and never video for this project. Thanks alot :D

Member Avatar for Stefano Mtangoo
0
104
Member Avatar for Imashe

Hi, We currently use lame.exe command line to do .wav to .mp3 conversion. Lame is called by another program and most often, the conversion just works. Except for .wav files recorded in ADPCM format. Does anyone know if there is a command line converter that will throw up an error …

Member Avatar for Imashe
0
139
Member Avatar for moonis.ahmed

Hi, I have the following jsp file which receives an audio file from the form. I am receiving the form data as Multipart and saving the uploaded file as temp.wav. The uploaded file is in uLaw audio format. I want to convert it to PCM format and save it as …

Member Avatar for peter_budo
0
148
Member Avatar for Eric_

Hi I have made a program that reads a raw pcm file and plays it. The function itself is working (finally) but when i play the sound a lot of noise is playing along. Writing the array to harddrive before playing proves that it's the reading to the array that …

0
63
Member Avatar for Hagbard_Durden

Hello. I'm new here, and new to Python. I have a little experience with C++, and assembly, and just started learning Python about 2 weeks ago. I'm trying to write a program that will control servo motors in sync with an audio file (probably .wav). So far I've written programs …

Member Avatar for Hagbard_Durden
1
282
Member Avatar for beanboy

i was given a newly formatted computer .........n i dont hav motherboard cd .... can any one explain the process(in detail) could install audio drivers plz thanks, beanboy

Member Avatar for ipradip
0
65
Member Avatar for gil_mo

Dear forum, About two weeks ago Microsoft released a KB update for developers, updating the runtime assemblies (from 8.0.50727.762 to 8.0.50727.4053). That caused everything we built in the last few days to require the new libraries, failing run if they did not exist. This caused a mess and confusion, since …

Member Avatar for Suspishio
0
151
Member Avatar for moonis.ahmed

My query has two parts: 1. Can I pass an audio file from one jsp to another using form submit. 2. If yes, then how do I write this file to another file in the next jsp page. I was going through the AudioInputstream class but couldnt make much head-through. …

Member Avatar for moonis.ahmed
0
606
Member Avatar for puk

Hi, I reinstalled windows xp on my computer but video controller(VGA compatible) and audio device on high definition audio bus have big yellow question marks next to them. The computer is an ei system e205a. pls does anybody know where i can find both drivers. Thank you in advance for …

Member Avatar for reganstar
0
125
Member Avatar for pierreanthony

hi to all.. I'm into digital recording.. collaboration..? querys on music production.? just drop me a quick message antytime.. cheers to all! -Pierre

Member Avatar for jusvie
0
51
Member Avatar for fuggles

I'm getting problems with this code. I'm trying to use OpenAL. A sound SDK developed by the makers of OpenGL. When I use this code: [code=c++] #include <conio.h> #include <stdlib.h> #include <stdio.h> #include <al/al.h> #include <al/alc.h> #include <al/alu.h> #include <al/alut.h> ALuint Buffer; ALuint Source; float SourcePos[]={0.0f,0.0f,0.0f}; float SourceVel[]={0.0f,0.0f,0.0f}; float ListenerPos[]={0.0f,0.0f,0.0f}; …

Member Avatar for fuggles
0
180
Member Avatar for Nogat21

I'm having a bit o a problem with inheritance. The context is this assignment i have in which we have to read from an mp3 file, extacting the informations within it as well as provide other informations not explicitly contained in it (for instance the total audio time of the …

Member Avatar for Nogat21
0
219
Member Avatar for Eric_

Hi , i recently joined daniweb and it seems to be a nice site ;) Now to my problem: I am trying to reverse engineer an audio file format (not a common one). What i need is a function that can read the data from the file to the soundcard …

0
54
Member Avatar for les1027

I Have sound from everything else but not dvds...I have checked may differebt forums etc and have found nothing to help, although it appears I may need a codec? Please help..thanks alot!

Member Avatar for Idoneit
0
157
Member Avatar for shikamaru

Hi Friends, I have created a small media player calling COM component of Windows media player..after some Googling ...;) Now i want to cut and save the audio files played in media player...? is it possible with windows media player or i would have to use some other media player …

Member Avatar for shikamaru
0
110
Member Avatar for ian_tec234

hi guys i have an ecs ez tv tuner... picture is coming in great, but the sound it produces is horrible... the card is a pci card...it has an audio out , you have to connect a wire that came with it from the audio out into the mobos audio …

Member Avatar for Chaky
0
181
Member Avatar for Humdum

I am using intel D845GVSR chipset family motherboard, from last 1 week i am facing a problem related to sound issue. My sound got disabled, no sound is coming from speaker. I reinstall whole window XP, then after installing board drivers sound comes. then after restart it again got disabled. …

Member Avatar for Chaky
0
140
Member Avatar for nliotech

Hi... I'm having some problems with auto-deteck... nothing i connect to my computer is detected! CDs, DVDs Flash Drives, nothing!!! I can only access them via My Computer by selecting the particular device. So imagine putting in an audio CD to listen to your favourite music and it doesn't start …

Member Avatar for nliotech
0
133
Member Avatar for GiddyupGilbert

I cannot tell if this is a hardware issue, or what, but my audio is breaking up. I'm running XP Home on an Asus MB, 1.7 gb processor, 1.5 gig of RAM, with a Creative sound card (Sound Blaster Audigy). 99.9% of the music is just fine, the other .1 …

Member Avatar for GiddyupGilbert
0
157
Member Avatar for sgauravv

Hello team, We are working on speaker indicator, which is supposed to indicate the level of volume received from VLC player. I have worked on microphone, in microphone we can able to get the input buffer and according to that we are able to display the level of volume. I …

Member Avatar for MosaicFuneral
0
125
Member Avatar for shampoo

Hi everyone . I need to play an MP3 with a microcontroller , this project has 2 parts , one part for reading form the MMC and one part is sending the read bitstream to the decoder IC (VS1003) and i didnt do anything about reading the MMC , it …

Member Avatar for Salem
0
91
Member Avatar for grunji

There are many software to resolve the problem,such as Xilisoft WMA MP3 Converter ,ImTOO WMA MP3 Converter, MP4converter MP4 to MP3 Converter and ect. So i take MelodyCan converter for example. It supports converter WMA to MP3, MP4 to MP3. Besides,it supports converter to MP3 from almost audio files.To our …

Member Avatar for yzf888
1
1K
Member Avatar for sanchopancha

Hello daniweb friends, I have this pc FUJITSU SIEMENS D1625 Enclosure Type: Mini-Tower Board: FUJITSU SIEMENS D1625 S26361-D1625 Serial Number: 11793442 Bus Clock: 800 megahertz BIOS: FUJITSU SIEMENS // Phoenix Technologies Ltd. 4.06 Rev. 1.03.1625 05/13/2003 2048 Megabytes Installed Memory Slot 'Slot-1' has 16896 MB Slot 'Slot-3' has 16896 MB …

Member Avatar for sanchopancha
0
376
Member Avatar for dchunt

I want to write a program to read a audio file and classify the various symbols into the number of times they occur , I was hoping i could use a switch statement and classify the 256 symblos but now i've learnt the standard ascii set is only from 0-127,so …

Member Avatar for Ancient Dragon
0
109
Member Avatar for plati

am using suse 10.0 and i downloaded some rpms plugins for playing audio and video but i always get some error message when i try to install through yast.some help

Member Avatar for plati
0
131
Member Avatar for harryhaaren

Hi everyone, Im working on a large scale audio program, and I got a question regarding namespaces: The main() part of the program includes my own headers, each named according to what part it plays in the program, eg: Audio.hpp , Midi.hpp etc. These headers will "load" other headers..? Is …

Member Avatar for kvprajapati
0
139
Member Avatar for rcrosenb

I'm trying to write a program that will use the content in a flash video player as an input stream in C#. Any help on this subject would be greatly appreciated. Thanks

Member Avatar for rcrosenb
0
68
Member Avatar for acp08dvp

Hello everyone, I am doing a project in which one requirement is to play a sequence of audio files..can someone help me with this please...i am really running out of time i just have 1 month to finish my project...

0
68
Member Avatar for Siberian

How can you tell what CODECS are what, in the video CODECS area of the Sound and Audio Devices ? Since I'm only see odd file names with DLL extensions.

Member Avatar for arghasen
0
178
Member Avatar for darkbribe
Member Avatar for annie122

were can i download c-media ac97 audio device from ive tried everythin and nothin seems to be workin i havent got the disk eithier ive tried the normal windows xp disk wont work. ive not long just reformatted my comp n reinstalled everythin n ive tried most of the links …

Member Avatar for darkbribe
0
474
Member Avatar for DaniWeb4Jim

When I start a You Tube or any Video clip I get Video and NO AUDIO. The Volume is up to the top and no sound. But. ITunes works perfectly, so there is sound.

Member Avatar for spike2me
0
156
Member Avatar for Thinka

Hey DW peeps, Got the audio/video stuttering thing on my XP computer that started randomly - after I installed Debian 5 (though onto a diff HD to what XP is installed on) ;) Didn't think my dual booting should have anything to do with it and so I've posted here. …

Member Avatar for Thinka
0
188
Member Avatar for Antonescu Andre

I have an c++ program that works with some photos and some audio files and some other .exe for specific tasks. I need to merge them all in an .exe that when runned will copy all this files into an folder and run the program. Do you know an application …

Member Avatar for sknake
0
202
Member Avatar for amso36

Ok, I have an [amazing] Dell Dimension 4600 from way back in, if I'm not mistaken, 2002. It was in storage. I pulled it out. Cleaned up everything, reformatted, reinstalled all the drivers...got it up and running to the best of its ability. Not too shabby, if I do say …

Member Avatar for sparkax
0
148
Member Avatar for ladybelle

I’m not sure if this is a Hardware or Software problem. I apologize if I have posted this in the wrong forum. When I burn a CD from the music on my windows media player, the burned CD will only play on a computer! So that means my burner is …

Member Avatar for remylang
0
698
Member Avatar for Bocho

Hello, After it was repaired my SONY VAIO laptop has no sound at all. I updated the driver, downloaded the Service pack, adjusted the volume levels and still no luck. Please help. Here is my Belarc profile: Computer Profile Summary Computer Name: 934ec0b9d0ff49a (in WORKGROUP) Profile Date: 16 Юли 2009 …

Member Avatar for GrimJack
0
186
Member Avatar for ninjaneer

background: I am currently working on a project that will require me to grab some audio from an electronic stethoscope and process it for use within a larger program -- I've been looking into ways to do this and ran into a post on MSDN that was talking about [QUOTE]"taking …

0
125
Member Avatar for firoz.raj

i just place sound card in one of the slot.and installed the driver but still not working .Kindly help me.any help would be Highly appreciated.

Member Avatar for firoz.raj
0
116

The End.