3,225 Topics
![]() | |
I have recently installed Windows 7 (ultimate, 64 bit), on a Medion Titanium MD 8385PC desktop making it dual boot with Windows xp. Now when I log on using xp I still have sound but not when I log on using Windows 7. The onboard soundcard is a "C-Media AZA … | |
I don't understand why this is happening but I cannot open my Control Panel. I can't even open the personalization menu so that I can control my screen saver. Here is my system info followed by HijackThis report: OS Name Microsoft® Windows Vista™ Ultimate Version 6.0.6001 Service Pack 1, v.165 … | |
anybody help me to create audio equalizer or led meter, using vb 2008 or 2005.. please give me a sample project. thanks before. | |
There is one thing, I haven't been able to do is adjust how loud I want the audio in Windows7. It appears that it only goes to a specific volume and it can't be adjusted higher. I'd also like to add that if you live in a complex where loud … | |
First, before i start posting this thread, i just want to say I'm sorry if there is already a similar thread or exactly the same topic with same contents with mine. OK, let's start. [B]SPEED UP YOUR XP NEVER THAN BEFORE[/B] [B][U]NOTICE[/U][/B] In this XP SpeedUp, it includes XP Tweaks, … | |
hp pavilion xl753 Mainboard Model HAWK Intel Celeron Coppermine 668.3 MHz Socket 370 FC-PGA (0x4) Chipset Northbridge Intel i810E rev. A3 Southbridge Intel 82801AA (ICH) rev. 02 Memory Type SDRAM Memory Size 320 MBytes DIMM # 1 = 256 MBytes PC133 (133 MHz) DIMM # 2 = 64 MBytes PC100 … | |
Hi my name is Gustavo, I'm new to the forum. I am running windows vista 32b and recently my computer got a virus. I ran mcafee and deleted some trojans and restored the system to an earlier date and all seems well except that when i click on a link … | |
hello !... I have linux fedora 7 installed pc along with windows 7. I want to play audio & video songs in fedora. but the default media player with fedora is not supporting, so I wanna install other media player like vlc media player in fedora . plz help me … | |
Hi, I am planning to write a program that will allow two users on different machines be able to have video + audio communication with each other. I want to write this program in C# but I cant find any good resource like a book or something that can help … | |
updated my machine Windows 7,have no audio input capability. Sound device manager shows playback device but on veiwing record device it says not connected. Intel D745 motherboard 4gig ram. | |
Does anyone know or can direct myself to a php audio character output? For example if i code this and outputs it not only visual but audio also. [code] $abc = "ABC"; echo $abc; // or even $a = "A" $b = "B" echo $A . $B; [/code] You get … | |
i just cant able to here audio..inspite i have install vlc amarok xmms2,rpm..plz help me wisely/// | |
Hello everyone. I recently installed windows 7 and everything is all well except for the sound. I have checked the forum but have found only one thread with this same issue but no solution. I have an Nvidia EVGA 650i Ultra Motherboard. I downloaded the most recent driver from Nvidia … | |
It is the end of the year and the holiday is coming soon. Lots of new DVD movies and video movies will be produced at this time every year. For convenience, all of you want to put them on your own mdia or portable players (It is legal). [b]Tipard Total … | |
Hello Team, Now that ComboFix is offline I am in need of assistance. I am infected with a rootkit and I do not know how to remove it. No antispyware software can be installed or run. Can you please help me? Here's the DDS log: DDS (Ver_09-12-01.01) - NTFSx86 Run … | |
I have a [I]WinFast TV2000 xp [/I] tv card in my computer.I installed all the drivers and I put audio output from the tv card to sound card [I]line in[/I], but there is no sound when I try to watch tv or when I record!! In configurations,my Audio device is … | |
With Targ8.com you can now customize your search engine. You can select google, bing, yahoo, ask etc for your web search, but also have a different favourite for your images, video, audio, maps site. Its like a search engine mash-up to your own needs or like creating your own search … | |
Recently I changed my motherboard from gigabye to a newer model of gigabyte brand.since then I have'nt been able to listen to any type of audio from wmd 9.0 but the video comes allright.went to device manager everything is okay but the error message says that either i dont have … | |
Recently I installed a fresh copy of XP pro sp3 on 2 computers (from one CD) and installed all necessary drivers. After that, one computer has a problem with sound. Sound of some video files is distorted and .mp3 music files can't be played. But Windows default sounds is played … | |
have a Dell Dimension 3000 and have been working for weeks on trying to get my sound back. My "fine details" follow at the end of my message. I get the yellow exclamation marks and the dreaded code 39 for everything. This happened after I tried stupidly to hook up … | |
Hello guys I got used and problemaatic subj, but in a perfect cosmetic condition. Trying to bring it to life. While working with biggest problem - died backlight CCFL lamp - I turned notebook on partially disassembled fnd with disconnected touchpad. And now, after assembling and connecting touchpad back, it … | |
Hello! I found code of simple client - server application using TCP sockets, written in C#: [url]http://www.csharphelp.com/archives/archive127.html[/url] . It makes possible to send and receive text. What I'd like to do is to send audio from one application to the other, I don't have to have communication in the opposite … | |
I have a Gateway 508GE and i am current running Vista Premium on it and my sound isn't working. The drives are High Definition Audio Device and they are produce by Realtek how can i get my sound to started back to work on here i really do need it. … | |
Hi People I have done captcha a year or two ago, just wondering if there are any new techniques, ideas, tutorials, etc? And yes I would like to implement an Audio Captcha also. Regards, Matthew | |
hi frnds.. i m struggling 4 a long time...i dont know anything regarding flash.. i m using the below code for playing audio files in my website...this is working fine...but i need to stop playing for 10 sec while buffering (starting of the song) the song.audio file should be playing … | |
I think similar threads have been posted about this virus. It disables your sound, flashes 98 theme then back to XP, sometimes it stays on 98. I've also discovered that it disables all processes that run C:\WINDOWS\System32\svchost.exe -k netsvcs. It doesn't seem to activate immediately in fact it activates randomly, … | |
This is some code I wrote for a music program... Any way on making it neater/more pythonic? [CODE] from Tkinter import * import pygame playlist=[] pygame.init() pygame.mixer.init() camera=pygame.mixer.Sound("E:\\Peter\\Python_stuff\\data\\Music\\camera1.wav") one=pygame.mixer.Sound("E:\\Peter\\Python_stuff\\data\\Music\\one.wav") wrong=pygame.mixer.Sound("E:\\Peter\\Python_stuff\\data\\Music\\wrong.wav") root=Tk() root.title("DJ Pro") def sound_play(event=None): playlist.append(wrong) wrong.play() def sound_play1(event=None): playlist.append(one) one.play() def sound_play2(event=None): playlist.append(camera) camera.play() def play_all(event=None): for ii in … | |
ok, i'm technologically challeneged so please bear w/ me. i've just moved up from my old beaten up white macbook to my new 17" MBP came w/ snow leopard etc. i had a friend do the installs for me, including final cut pro - which is the main reason why … | |
Dear Sir, I have recently reinstalled Windows XP on my PC, having Intel D945GCNL motherboard. When I am installing the Drivers all the Drivers are installed normally but Audio Drivers are not installing from the Driver CD, it gives a message that the audio failed to install. Please let me … | |
[B][COLOR="Red"]Whenever I try to update the audio driver (RealTek AC_97), the computer crashes and restarts. Please help[/COLOR][/B] | |
Here i mad panel and i put two Boxes in it , then i tried to make a background color for box by useing ([B]background(color.blue)[/B] method) but it never has the color . Then i try to resize its height by useing [B]Box.createRigidArea(new Dimension(10, 50))[/B] but the titleBoard take all … | |
I am using FF 3.5.5 and it keeps opening new tabs and redirecting my google search results to random pages. Can someone please help? Mbam log: Malwarebytes' Anti-Malware 1.41 Database version: 3110 Windows 5.1.2600 Service Pack 3 11/30/2009 11:53:12 PM mbam-log-2009-11-30 (23-53-12).txt Scan type: Full Scan (C:\|) Objects scanned: 296789 … | |
Hi everyone I wasnt sure where to put this, but I was hoping someone could help with this problem. Everytime I start my computer everything is fine up till the login screen. Once I click on my name to login I get an error saying explorer.exe - Application error The … | |
Alrite,ive connectd my pc to my tv by vga i can see the screen but there is no sound ive got suuround sound which was plugged into my tv,so i thought this would work by changing an option on my tv 2 change audio to pc.but it doesnt work.ive got … | |
So the past week has been a fun one. I have had my wow account hacked, im guessing via key logger, because i dont give away my account info to any one, nor do i go to random sites and type in my info. Along with that, my MSN likes … | |
Hello, In my project I have to capture screen activity (including audio) to a video file. I try using JMF for this. I don't know how to use those two classes: DataSource.java and LiveStream.java. I read them line by line. I probably have to create a Processor and feed it … | |
Hai Guys ! I'm new to this community. I had purchased a Acer Extensa 5620 Notebook, and Vista Home edition. The notebook is good and i'm happy about it, except, one problem. When i try to load a movie or music CD, and play in the Windows Media player 11, … | |
[B]Description[/B] I want to have a video conference system. [LIST=1] [*]That is the client-server model. [*]The client can send audio/video/document(like ppt.doc.xls..)/application sharing/chat functions. [*]The client's window can receive 16 videos(from other clients). [*]The client can work on windows platform. [*]The server can work on windows or linux(it's better). [*]The video … | |
Hey guys my problem is this, my laptop , has this problem where my antivirus detects nothing, My anti malware will not update, and it seems i am un able to browse through sites like MALWAREBYTES for example...And there is this thing with my USB, there are these exe files … | |
Hello, there! I just installed Windows 7 on a HP Media center PC m7350la, but already having problems with audio. It does not recognize any speakers at all. Any suggestions, replies or/and comments will be greatly appreciated. | |
Hello! I'd like to create little system for mobile phones which can recognize speech. There are two ways to do it, first is to have speech recognition on mobile phone (however I've got difficulties with using PocketSphinx, if you'd like me to, I can explain what exactly), the other is … | |
hi may i know how to exit the mediabox? for example i create a group inside that is the mediabox but when i click the close button(custom button) it will go to the other group and thus exit the mediabox. current situation is that when i click the close button, … | |
Hello to all of you, I am a newbie in Information Technology, although I started tu use it in the past few years. I have been redirected to one of your pages to solve a C-media product conflict. The current asset of my PC allows the machine to confirm or … | |
Hi ive been trying to fix my pc for months and i think i have a strange virus that boots off an on my pc consistantly every 10 secs.. ill try to type this short since it might shut off while im writing thisnow .. ive replaced the heat sink … | |
Back again!!! Friend called nad asked me to get her computer clean of viruses. Staes she was getting pop ups of all kind. Ran software as requested. ESet Scanner did not find anything but I did not save or can find a log. She had no antivirus so I added … | |
A couple of months ago DaniWeb reported how British singer Lily Allen [URL="http://www.daniweb.com/news/story226113.html"]turned the music copyright debate into a copywrong farce[/URL] with some ill conceived blogging. Things went quiet soon after the media had swarmed all over Allen and her odd arguments, not least as she [URL="http://torrentfreak.com/lily-allen-deletes-pro-copyright-blog-and-ends-career-090924/"]closed down her blog[/URL] … | |
Hi Guys, Do you know any [B]FREE[/B] Drupal Plug-in which can post Video and Audio comment in the blogs? Thanks :) | |
Hello :-)! [quote]SUMMARY: How to run pocketsphinx_continuous on mobile phone with Symbian, and how to do it with simulator of mobile phone with Symbian. PocketSphinx can be downloaded for free here, for both Linux and Windows: [url]http://cmusphinx.sourceforge.net/html/download.php[/url] .[/quote] ------------------------------------------------------------------------------------------------------------ SHORT EXPLANATION I'd like to create application for mobile phone and … | |
I received the blue desktop background and virus warning message "Warning, Your system is infected!". I've followed your READ THIS threads and below is my hijackthis log. Please help. There is an Advanced Virus Remover program that popped up and I can't get it to go away. Logfile of Trend … | |
Hi- I'm really new to c+ (this is day two) and I'm trying to write a program that will allow me to write audio data from a wave file into two arrays for the left channel and the right channel, i've pieced together this code so far and its definitely … |
The End.