3,225 Topics

Member Avatar for
Member Avatar for dwarvenassassin

For anyone working with ID3 version 1 or 1.1 tags in audio files, this static class may come in handy. It uses indexers to convert between the textual to the numerical representation or from numerical to textual and also accounts for unset and invalid values. Being static, it is always …

0
220
Member Avatar for hervens

I'm currently working on an html5 web application. While my app is running, is there a way to get access to currently playing audio through my app? For instance, if youtube is playing, Is there a way that I could stream all audio information coming from anywhere in my computer, …

0
81
Member Avatar for javaprog200

Hello, I am working with the AudioClip class. It has methods for playing, stopping and looping an audio file (.wav/.au). Is there a way I can check when an audio file has completed playing? The stop() method is void. Is there any other class I can use? Thank you!

Member Avatar for javaprog200
0
88
Member Avatar for Classified64

Hello Before I start I'd like to show you this [URL="http://www.daniweb.com/hardware-and-software/microsoft-windows/viruses-spyware-and-other-nasties/threads/165724"]thread[/URL], which is basically the same problem as I had/have. What happens is the fans starts getting louder and louder, which means they're running faster... eventually my computer just starts slowing down and become unusable. I haven't gotten to that …

Member Avatar for Rik_
0
370
Member Avatar for franmaez_0716

My professor told me to put an audio in my program but he did not taught me how to. please help me because i do not have any idea on how to do this thing. i know that you guys are experties so please help me.. tnx alot.. :)

Member Avatar for franmaez_0716
0
2K
Member Avatar for QuesoTaco

What cables and adapters do I need and can I get an explanation of the gender of each port? I have the following already: MALE to MALE mini dvi to VGA mini dvi to DVI (dual link) mini dvi to s-video/coax (RCA) I want to make sure I get audio …

Member Avatar for rubberman
0
247
Member Avatar for Kurtismonger

I have a HP dv6 laptop running Windows 7/64. It's been working fine but all of the sudden my wireless connection stopped working and there were a number of messages regarding the network, system security and audio services not running. I've rebooted, but many of the services under Control Panel>Admin …

Member Avatar for crunchie
0
333
Member Avatar for Quinncunx

Hi, I was wondering if anybody who is a more experienced VB developer than I would mind casting an eye over my source code and offering any advice on how it could be improved. The application is timer that runs for 7 minutes, the first minute is phase 1 and …

Member Avatar for jlego
0
240
Member Avatar for bpcomprp

I don't have the original system disks for the machine in question so i would like to attempt a manual recovery. If needed i can order them, but HP charges for the disks. Currently the network is disabled and Mcafee anti-virus does not appear to work correctly. WHAT HAS MY …

Member Avatar for PhilliePhan
0
546
Member Avatar for floatingshed

My very reason for getting involved with Python was to use it as a gui for some command line programs, like eac3to, sox and neroaacenc. Previously I'd been using batch in windows and had become quite proficient. In batch, a line to process audio with sox looks like this: [CODE]"tools\sox.exe" …

Member Avatar for woooee
0
289
Member Avatar for jfilipovic

Hi, I am new member at DANIWEB and looking for help. For some time i tried to find VB6 code for audio level detection. What I need is to read frequency and volume from MIC. Main goal is to build software for my buddy who isi singer, so he can …

0
42
Member Avatar for ringo_tech

hi everybody, i needed to play mp3 audio in my AudioPlayer project i found jlayer is the easiest way to play mp3 audio,it plays well but can't stop playing my GUI stops responding until the audio is finished! any help please this is the code of the playing button -chooser …

Member Avatar for ringo_tech
0
1K
Member Avatar for wmc1956

I'm in serious need of help getting a sound driver installed on my mother-in-law's computer! I had to reinstall Windows XP and after I did, the sound did not work. I have downloaded Intel Chipset Device Software and installed it and it says "Setup is complete." Then nothing happens and …

Member Avatar for jhnjohn3
0
322
Member Avatar for zrony

hello everybody i want to plugin a live audio player which select random songs from database continue one after one just like radio jokey. i want your help. plz help me. and plz provide source link of making audio player. thanks

0
68
Member Avatar for ctrl-alt-del

Hi all! This might be a thoroughly simple question, but as I am unable to formulate it in a simple sentence, Google cannot really help me. Since I will soon be buying a place of my own, I have certain desires which are of a geekier nature. A friend will …

Member Avatar for ctrl-alt-del
0
143
Member Avatar for scheppy

ok, so i have lots of audio in my program that only plays once, and that all just works fine and perfect This is what i do to play music [CODE] try { InputStream a = new FileInputStream ("Sounds-Music/MainTheme.wav"); theme = new AudioStream (a); } catch (java.io.IOException z) //catching the …

Member Avatar for scheppy
0
895
Member Avatar for wxflint

What I an wanting to do here is have the script email me when the user count reaches X number of listeners on my RR Scanner Feed. Is This Possible? [CODE]<?php $filename = '<script language="JavaScript" src="http://api.radioreference.com/audio/listeners.php?feedId=10734"></script>'; $fp = fopen( $filename,"r"); if ($filename >= X) { //// ($email Me @ My …

Member Avatar for wxflint
0
123
Member Avatar for Akay2

Well i have a little problem here is the code [CODE] using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Media; namespace RockRaidersRecreation { /// Manager for Drawing Verts public class WallDrawManager : DrawableGameComponent { Texture2D wallTexture; BasicEffect basicEffect; Vector3 …

0
202
Member Avatar for Quinncunx

For a school project I need to make a timer with a bell sound that sounds every 60 seconds in VB, I cannot work out how to make the bell sound on the 60th second, I am not getting any errors in the VB console, so I assume that I …

Member Avatar for M.Waqas Aslam
0
156
Member Avatar for harinath_2007

Hi folks. I have a java application which plays a audio file . SO before the audio file or sound is played by my java application , i want to mute all other application sounds like Windows media player , VLC player (etc) if those are currently playing at that …

Member Avatar for harinath_2007
0
253
Member Avatar for Akay2

Hello guys i have a problem with my for loop it should create a 100 by 100 field with 10x10 squares each squares are created by 4 vectorpositiontextures. it works fine until the 5th line there i have only 96 squares and then no more other squares. sry it is …

Member Avatar for Akay2
-1
308
Member Avatar for apanimesh061

I want to make a project on Audio Fingerprinting. There will be recorded file preferably .wav, that will be matched with all the audio files present in a song database and will return the best match. First I wish to try this on my own computer, then I will try …

Member Avatar for shalshal
0
153
Member Avatar for weeraa

I know how to attach image file to an exe. we can do it using picture box or image tool and picture property of it. now i want to know is there any method to attach mp3 file to an exe? we can use application path method. but in that …

Member Avatar for weeraa
0
239
Member Avatar for Q8iEnG

Dear all, I've been working on this template for a an non-profit society. Everything seems fine with me I edited like tons of the code, sadly, one thing annoyed me a lot and couldn't be able to solve it yet. The problem is in the top menu, when you hover …

Member Avatar for Q8iEnG
0
268
Member Avatar for vinodvinu

Hi all, I'm in a trouble. I just formatted my pc. but after that there is no disk drive in my computer.(plz look the image) while formatting, i can't copy the files named ks.sys and sp2.cab beacase of damaged or old boot disk. And i can't install audio driver. The …

Member Avatar for nicentral
0
105
Member Avatar for Brewsky

Hi, first am a noob at PHP and IMAP.. So please bear with me... I am trying to create a PHP page that will check an IMAP server for any unseen messages and download an attachment (the attachment will always be the same audio file format), then attach the file …

Member Avatar for vijaykavin10
0
4K
Member Avatar for cyberdaemon

Good day, I am creating an application that can play sounds on my program i used the snippet of VB.net i am using this code to play some sounds My.Computer.Audio.Play(".wav") all i want is to random pictures and the sounds associated on that pictures will be played... I ma having …

Member Avatar for cyberdaemon
0
195
Member Avatar for wextor

Hello. I am creating this topic here because I have found a fresh and very relative discussion here with many useful suggestions. Here is that thread [url]http://www.daniweb.com/hardware-and-software/pc-hardware/motherboards-cpus-and-ram/threads/375746[/url] In that case, there was a problem with motherboard. I would like to discover what mine is. [B]The problem:[/B] A desktop computer shuts …

Member Avatar for dangerstick
0
250
Member Avatar for ossray2000

Hi, thanks in advance to whoever can help me out here. I guess the issues with my computer are currently. 1. ping.exe using up a large chunk of the CPU, very erratic but sometimes going near 100% 2. When I open Firefox or Internet Explorer, another tab or window automatically …

Member Avatar for PhilliePhan
0
448
Member Avatar for tahirkhanafridi

hi frnds, i have issue with my simple script i have audios.php file white fetch all mp3 audio files on the audios.php file i want if someone click on the executed mp3s which makes this type of hyper link [url]http://xyz.com/uploads/123.mp3[/url] its prompt for download and save file option i dont …

Member Avatar for pzuurveen
0
170
Member Avatar for tahirkhanafridi

Hi frnds i have problem with mp3 file upload with firefox i used this code for uploading [CODE]if($_FILES['mp3file']['type'] == "audio/mpeg")[/CODE] how ever its only works with IE but its not working with firefox plz tell me what to do? my all code is this. [CODE] $file_name = rand(1000,10000)."_".$_FILES['mp3file']['name']; $file_title = …

Member Avatar for diafol
0
100
Member Avatar for Treadiculous

Hello, and Thank You for taking the time to read this! A couple of days ago my laptop (running Vista Service Pack 1) started to play up, mainly the internet was redirecting me to ebay or some tacky advertising. So I tried to use AVG and found it dissapeared, then …

Member Avatar for PhilliePhan
0
330
Member Avatar for sharathg.satya

hi all i am facing a problem with the below code i used keylistener so that when i click letter 'v' the program has to exit. But the following code is not working. Help me please.. i think we should add listener to the code but how to add listener …

Member Avatar for stultuske
0
187
Member Avatar for tahirkhanafridi

Hi friends here is me with another issue i have practicing about file upload, my script working with images perfectly but if i choose mp3 audio file its not moving to the directory which i have specified in my code here is my code [CODE]<?php include ("header.html"); require ("config.php"); error_reporting(E_ALL); …

Member Avatar for tahirkhanafridi
0
117
Member Avatar for happygeek

I know that Apple has been expending a lot of hot air telling anyone who will listen that the new iTunes pricing regime is a good thing for consumers. I know that it reckons that for every song which is ramped up to the new 99p (here in the UK) …

Member Avatar for Decidebay
0
399
Member Avatar for kimberly lf

I had a perfectly good form made with a now seemingly extinct generator. Recently it quit and my host said "Per the Systems Administrator, due to security reasons, forms can no longer send from the user: nobody. You will simply need to update your form to send from a legitimate …

0
52
Member Avatar for rexesq

I appearts that I have the Google Redirect malware somewhere. About 2/3 of the time,when I click on a Google result, I get redirected. This behavior happens only in MSIE; it does not happen in Chrome. I have run Super Antispyware, MS Security Essentials, and MBAM multiple times. SASW finds …

Member Avatar for alex.kerchner
0
349
Member Avatar for gaurang24

hi i use below code for video convert in flv. code work perfectly but when the out put comes file become 0kb. $srcFile = "upload_v/veer.avi"; $destFile = "upload_v/veer.flv"; $ffmpegPath = "/usr/bin/ffmpeg"; $flvtool2Path = "/usr/bin/flvtool2"; $ffmpegObj = new ffmpeg_movie($srcFile); $srcWidth = makeMultipleTwo($ffmpegObj->getFrameWidth()); $srcHeight = makeMultipleTwo($ffmpegObj->getFrameHeight()); $srcFPS = $ffmpegObj->getFrameRate(); $srcAB = intval($ffmpegObj->getAudioBitRate()/1000); …

Member Avatar for veedeoo
0
121
Member Avatar for venomocity

Alright, I'm at it again, trying another version of my game. Sorry, it's been a while since I've been here and while I tried checking to see if anyone else had asked about this, I didn't see anything that was to the point. I'm trying to play an mp3 or …

Member Avatar for ChrisPadgham
0
337
Member Avatar for JavaPrograms

I'm not sure why...but everything just started appearing more than once on my T.V and there are lines going across in two's... DLP Projection TV Specifications Screen Size 62" diagonal Screen Aspect 16:9 Displayable Colors 16.77 million colors Data Signals (N/A) TV Scan Lines 480i, 480p, 720p, 1080i Input Terminals …

0
187
Member Avatar for natakudragoon

ok i just got this laptop from my friend and apparently it seems to have contracted malware, particularly ping.exe? i ran a GMER scan, but i could not save a log file. Malwarebytes' Anti-Malware 1.51.2.1300 [url]www.malwarebytes.org[/url] Database version: 911122703 Windows 6.1.7601 Service Pack 1 Internet Explorer 9.0.8112.16421 12/27/2011 2:31:27 PM …

Member Avatar for jholland1964
0
1K
Member Avatar for stevensan1983

I am in need of help ping.exe keeps running and using up all of my cpu i have tried to start in safe mode and delet this item but it replaced itself upon restarting in normal mode i have ran all the scans so far malware bytes is currently running …

Member Avatar for stevensan1983
0
537
Member Avatar for thinkingofaname

hey i wanna make C++ program that makes music files but i don't want to use the beep function because that's to simple..and as far as i know doesnt save as a music file....i've looked at csound but that looks a bit to tricky..can u suggest any library's that have …

Member Avatar for thinkingofaname
0
173
Member Avatar for keroppi89
Member Avatar for veedeoo
0
1K
Member Avatar for simptive

I am figuring out game development and deciding whether i should develop a game as a final project of grduation. Although i learnt c++, C#, Java etc. but I didn't covered any specific course/subject in my academics for game development. I love Games but I am completely a newbie in …

Member Avatar for sross
0
190
Member Avatar for shakeel3442

I Wanted to create a Live Audio Broadcaster by which i can transmit Audio from a local computer to a webserver . Which all programming languages can be used to make it and how can i make it . Any Help will be Appreciated .

0
88
Member Avatar for dapesche

So I was searching for that awesome pic of the anteater standing up saying 'f@ck you, I'm an anteater', for my wife because it is hilarious. Unfortunately, my AVG 'free' caught an issue, but it was too late. I noticed ping.exe in the task manager. Really appreciate you folks taking …

Member Avatar for PhilliePhan
0
413
Member Avatar for Cheda

Ok, I have a Windows 7 Ultimate 64 Bits system, so in the beginning, I couldn't use the Microsoft® Windows® Malicious Software Removal Tool because it says that it is not compatible with my system. Then I used the ATF-Cleaner and it was OK. Then I downloaded GMER and the …

Member Avatar for jholland1964
0
450
Member Avatar for Chuckleluck

Could someone help me with this code? When I compile & run my project, it says "Battlefront.exe has stopped working. Windows is looking for a solution to this problem" This is my code: [CODE]//----------------------------------------------- /// Battlefront.cpp Source Code File /// Part of the Battlefront.cbp Code::Blocks Project //----------------------------------------------- /// This file's …

Member Avatar for Chuckleluck
0
710
Member Avatar for gourav1

hey! i m reading java. and at one place i have read Audio interface in which play(), loop() functions are defined,but interface is something in which there can't be any method defined. so this must be abstract not interface.so please tell this problem, y we are calling this as interface. …

Member Avatar for thines01
0
269

The End.