3,225 Topics

Member Avatar for
Member Avatar for happyHacker

How do you normalize 16 bit PCM audio 44100Hz mono? I have the raw data, but don't know what to do with it, it is signed as far as I can tell.

Member Avatar for happyHacker
0
162
Member Avatar for Rusty75

Mobo: Asusrock Z77E-ITX VGA: EVGA Geforce GTX670 FTW (fearing its broken) CPU: Intel i5 2550K PSU: Seasonic SS-560MK Gold Cooling: Antec Kuehler H20/Stock Mem : 2x 4GB Crucial 1.2Volts low profile Hi, This is a lot of text but I am trying to be as detailed as I can. I …

Member Avatar for Rusty75
0
2K
Member Avatar for Umm-e-Habiba

I have dell Optiplex GX620, I have installed windows 7 but it shows that no audio output device is installed. I even changed my sound card, but no use. I have visited many hardware shops as well to repair it but no one could find any problem. so is there …

Member Avatar for Umm-e-Habiba
0
98
Member Avatar for StarTrekCafe

hi. a blind programming student, and did ask my lecturer, but he could not answer. has not done the talker classes before. i have a hangman self voicing game. it uses the anna voice, but looking for some more human sounding voices, like aussie, british, united states. did downloa and …

Member Avatar for lolafuertes
0
183
Member Avatar for Suzie999

I was just thinking of trying to create a simple tcp client server for simple comunication. In my head it was all about typing in a window and my friend sees what I type and then responds. Then as my mind wondered, i thought about making the communication via voice. …

0
58
Member Avatar for swathi sajja
Member Avatar for swathi sajja
0
85
Member Avatar for jigarsangoi

I bought a 2nd hand motherboard Intel D101GGC with Pentium 4 3.0 Ghz and fit into chassis with AC'97 front panel audio.My motherboard supporting Realtek HD Audio, so that to use front panel i have to check "use AC'97 front panel" in Realtek HD Audio Manager then only front panel …

Member Avatar for webjack
0
195
Member Avatar for Fireprufe15

These are my current specs: Operating System Microsoft Windows 7 Professional 32-bit CPU Intel Core i5 650 @ 3.20GHz 45 °C Clarkdale 32nm Technology RAM 4.00 GB Dual-Channel DDR3 @ 666MHz (9-9-9-24) Motherboard Intel Corporation DP55WG (LGA 1156) 34 °C Graphics S23B370 (1920x1080@60Hz) SyncMaster (1600x900@60Hz) 512MB GeForce GTS 250 (XFX …

Member Avatar for Fireprufe15
0
151
Member Avatar for pabLOCO

I want to know if it could be posible to implement a web video chat conference, without any server between?. I'm building a web portal that implements web text chat... but I want to it to have video also. Thanks

Member Avatar for <M/>
0
148
Member Avatar for Umm-e-Habiba

I have dell Optiplex GX620, I have installed windows 7 but it shows that no audio output device is installed. I even changed my sound card, but no use. I have visited many hardware shops as well to repair it but no one could find any problem.

Member Avatar for caperjack
0
239
Member Avatar for thecoolman5

Hi, I have a workout called Insanity and I want to extract the music from the audio from the DVDs. When you start the workout, you can choose to do the workout with or without the music. When you don't choose to play the music, the video is the exact …

Member Avatar for RockJake28
0
346
Member Avatar for ms061210

My problem is that I have an option page which contains the button to control the background music on and off. it works fine. But when I exit the option page then go back to option page again and play the music again, there will be two sound playing and …

Member Avatar for Phaelax
0
328
Member Avatar for CodyOebel

**2 things needed.** **1.** Ok the customer wants a splash page to play an animation for about 3 seconds, and then load to the home page. I have access to an Adobe CS 6 suite at my work ;). Which tools would easily help me with this? **2.** Also I …

Member Avatar for LastMitch
0
118
Member Avatar for kevinyu

How to make an iframe embedded video not skip streaming an audio even if a submit button has been pressed, is it possible to achieve it without using scripts??? Note: I am streaming a YouTube video(hidden)

Member Avatar for gon1387
0
122
Member Avatar for holidaydarin

Explorer is running in the background and I can't stop it. This has been going on for a week or so. Explorer sometimes runs as two processes simultaneously, one under "New User" and one under "System". I use Firefox 99.9% of the time. Any advice will be much appreciated. Below …

Member Avatar for holidaydarin
0
379
Member Avatar for Programmer629

Hey guys. i was wondering if anyone knew any good tutorials for making an audio software, similar to audacity or mixpad. i prefer it to be in vb.net but it can be in C# or C++ too. thx!

0
63
Member Avatar for singularity~

I'm trying to parse ID3 tags and I can't find any good documentation explaining the structure of the ID3 tag format. Does anyone know of a good source where I can find information on how to parse ID3 tags? I don't want to use someone else’s code; I want to …

Member Avatar for Momerath
0
226
Member Avatar for happygeek

If you take one look at the deadmau5 portable speakers from KitSound and immediately think that they have been inspired, somewhat badly, by Mickey Mouse then I'm afraid you are showing your age and lack of cool. If, on the other hand, you are some hip young thing then you …

Member Avatar for <M/>
0
603
Member Avatar for apostolis.triandria

Hi my computer is 4 years old and probably had its run downs a few times. intel 2,4ghz quad, hard drive 500gb seagate amd graphic card 6670 realtek audio motherboard foxconn g45M,win 7 64 bit. the pc freezes up with black or grey screen after a few minutes of gameplay …

Member Avatar for BigPaw
0
307
Member Avatar for janna1122

hello , can u plaese help me guys I have tried several ways to UPDATE data to a mysql database from radio buttons that have 1,2,3,4 options.. for submitting i have used if (isset($_POST['submit'])) { $v1 = intval($_POST['v1']); $v2 = intval($_POST['v2']); $v3 = intval($_POST['v3']); $v4 = intval($_POST['v4']); $v5 = intval($_POST['v5']); …

Member Avatar for pritaeas
0
241
Member Avatar for TioNacho

My laptop is infected and I have tried everything I know to clean it. I now need your help to interpret the attached Hyjackthis report. My normal anti-virus/Firewall is ESET NOD32. I have run the following, in Safe mode: * NOD32 Virus checker * Adaware * Spybot S&D * Karpersky …

Member Avatar for ocdpcfix.com
0
196
Member Avatar for kedxu

My applet creates a new sound every time an impact occurs, which is very frequently. How come, when the sounds become too numerous, the game ceases to run smoothly? Here is the code that gets called many, many times: class soundThread extends Thread { String sound; soundThread(String i_sound) { sound …

Member Avatar for NormR1
0
240
Member Avatar for kedxu

I'm probably doing this wrong, because there has to be a way to do this. Here is my current code: import javax.sound.sampled.*; public class soundHandler{ soundHandler() { } public void newSound(String sound) { new soundThread(sound).start(); } } class soundThread extends Thread { String soundName; Clip clip = null; soundThread(String i_soundName) …

Member Avatar for ~s.o.s~
0
373
Member Avatar for Riu 2009

hi everyone :) i dont know where i am doing it wrong...but cant upload my file...there is no error but its not saving the whole path in DB and not uploading anything in the directroy as well... please point me to riht direction tahnx :) <?php include("../includes/config.php");?> <?php $mediafile = …

Member Avatar for Riu 2009
0
741
Member Avatar for LastMitch

Hi I don't have a favorite Artist or Band I listen to **Bryan Adams, U2, Bonjovi, Toad the Wet Sprocket, Gin Blossoms, Snow Patrol and Linkin Park.** Sometimes If I have a bad day. I usually listen to a song that make me calm and focus again. I listen to …

Member Avatar for GrimJack
0
580
Member Avatar for mxchickmagnet86

so I was having problems running anything on windows media player, .wmv, dvds, music, anything. the error said that it was because of faulty or missing sound drivers. I attempted to fix the promblem but ended up deleting Conexant HD Audio which I am assuming was my sound drivers because …

Member Avatar for فؤاد المخلافي
0
190
Member Avatar for kedxu

**Background**: I have some experience in programming, but it's not a lot and not very good. I'm taking my first Java class this year, but because the pace is so slow I decided to just learn with the aid of the internet. This is how I have learned most of …

Member Avatar for kedxu
0
391
Member Avatar for ajr2012

motherboard -mic left in -ground -mic right in -gpio -right line in -jack sense -key -left line in -jack sense front audio connectors -mic in -mic bias -r out -l out -gnd -r in -l in please help me match up the pins to the connectors. thank you, ajr2012

Member Avatar for sbesch
0
170
Member Avatar for kedar9

I am designing an online-radio Windows 8 app that will have all these radio channels that can be streamed online. so, my question is: How can I find the streaming URL of an online radio? These URLs are generally hid behind Flash players or ActivX elements. Google results say I …

0
249
Member Avatar for Riu 2009

hello everyone, hope u ppl r fine :) well i am a beginner in php and my sql.. but i have no idea of javascript, i just wanted to use topup lightbox for my project.. i want to display the course material and the material is all media files like …

0
96
Member Avatar for Riu 2009

hi everyone :) i have two tables (learningmaterial & evaluations) in mysql DB and i want to display all the learning material (from learningmaterial table ) and evaluations (if any) from evaluations table.. here is my code and i just want to ask how will i insert another select query …

Member Avatar for Riu 2009
0
269
Member Avatar for johny_ok

I am looking for a developer who has experience with audio/video so we can start a very exciting project that combines music and technology. There is no money involved at this early stage, but together we'll build it up, find the necessary financial resources to get it started, and later …

0
145
Member Avatar for hemalatha.nambisan

# # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See <URL:http://httpd.apache.org/docs/2.0/> for detailed information about # the directives. # # Do NOT simply …

Member Avatar for hemalatha.nambisan
0
371
Member Avatar for Riu 2009

hi php geniuses :) a simple question for u ppl here's my code and i want to upload all files i.e. images, videos, audios, ppt, pdf etc but here ican only upload the images successfully.. when i upload audio file it gives following error. please check my code and suggest …

Member Avatar for Riu 2009
0
2K
Member Avatar for grepsenfurtz

I have the audio tapes of a language course, turned into mp3's, which I managed to load into a file. Now I need to load the file into flash drive for actual use studying the course. How do I do this, please? Thanks for all help!

Member Avatar for CimmerianX
0
129
Member Avatar for gamebits

I'm using a "simple" script that I downloaded for an image galery, since it was a free script there is no support and although the script works great I need a simple modification so people can edit the information they provided with the picture they uploaded. I manage to add …

Member Avatar for gamebits
0
778
Member Avatar for Riu 2009

Please Help!! i have been trying to get some help on displaying data from mysql in a sequence (like a course). basically i want my student to view and learn the couurse that has been saved in mysql database in learningmaterial table, the table contains images, audio files, online documents …

Member Avatar for Riu 2009
0
229
Member Avatar for westi264359

My asus laptop screen goes blank after the windows 7 logo but still loads to the desktop as the loging on audio is played but screen remains blank. I can start the laptop in safe mode and the screen works perfect. I dont have any system restore points as this …

Member Avatar for BigPaw
0
170
Member Avatar for Borzoi

I currently have a problem where DVD's will not output any audio to the front speakers of my 5.1 surround sound unless something else is also sending audio there. For example, I watch a scene with lots of dialogue but I only have the background audio. If I open up …

Member Avatar for reedone816
0
270
Member Avatar for bib94

My comouter which i just updated to windows 7 can no longer connect to the interent. It could beofre when it was on xp but now it says no networs found. my sound also doesnt work. it says no audio device installed but there was before

Member Avatar for JorgeM
0
154
Member Avatar for SpectateSwamp

Lately I have been using the program name to control the program execution. If the name has "random" in it then random. If it has "mix" in it then it plays / displays a mix of text and video - pictures - audio. The 3 program prompts are set based …

Member Avatar for SpectateSwamp
0
205
Member Avatar for anita.kcx

Hi, I am using a Lenovo 3000 N100 and have both Windows XP and Ubuntu 11.10 installed. No sound is comming from the speakers or the headphones. In Windows XP the audio control icon is also not visible. In Ubuntu the audio controls are visible and working but still no …

Member Avatar for caperjack
0
163
Member Avatar for StephenopolousINC

Hello, I am trying to call an audio file using the onload event. I am able to do it using the media player plugin but I need to be able to call it without the use of a plugin and have play directly in the browser. I think the <audio> …

Member Avatar for StephenopolousINC
0
335
Member Avatar for requimrar

Hello, I want to ask if there is any way to play an mp3 file in C# without the use of P/Invoke or winmp dll and the like. I can use external libraries too. It would also be nice if I could "include" the mp3 in the C# project, as …

Member Avatar for asad_dani
0
40K
Member Avatar for nicoalmighty

please help me on my project on how do i make this upload music files also help me on making the upload path i don't know how to start. i really do need your help guys :( this the controller <?php if(!defined('BASEPATH')) exit('no direct script access allowed'); session_start(); //we need …

Member Avatar for LastMitch
0
266
Member Avatar for Riu 2009

Hi everyone :) i am doing my final year project in PHP and MYSQL and i am just at beginner level of php.i found this forum really helpful. in my teacher module i allowed the teacher to upload video, audio, mp3 and image files and here is my code... i …

Member Avatar for Riu 2009
0
157
Member Avatar for dequan912

I have a Music webite and I am trying to find out how to input a Music/ Juke box playlist so that the mp3 files i input will play in order. I have to jukebox's however they template of it only shows one song. Im trying to get something with …

0
141
Member Avatar for JonasBruunJacobsen

Hi Daniweb! I'm going nuts here, this is my first IT problem I as a softwaredeveloper hasn't been able to solve myself... I'm just not that much hardware guy as I wanted to really be I guess.. :( *I have written a short synopsis of my problem, since my post …

Member Avatar for FzFx
0
2K
Member Avatar for Riu 2009

Hi everyone iam doing my final year project and i want to allow my instructor module to upload video lectures, audio lectures and presentation slides as well as images and text file in the courses and for lowering the load i want to upload these via youtube, flickr, vimeo, slideshre …

Member Avatar for pritaeas
0
105
Member Avatar for jason.quirk.35

first off my headset isnt a usb its a 3.5mm audio connection. whenever i try to speak to friends with it they can only hear me through the speakers of the headset and the detatchable microphone doesnt work. is this to do with the headset or settings on my pc? …

Member Avatar for CimmerianX
0
124

The End.