217 Topics

Member Avatar for
Member Avatar for rahafrouz

hi! I want to start writing a project that recognizes speech and voice. first I want to know,have you ever seen a project like this,written in java or any other languages? if no I know it is not a simple project that it can be found by requesting in a …

Member Avatar for azzaid
0
202
Member Avatar for Voidz

Hi, I know how to do it in the console, but when it comes to Win32, I can't I've tried all those #includes(with Windows.h), and it doesn't let me. Anyways, if you guys know how, please share, I'd like to know.

Member Avatar for 1ML
0
543
Member Avatar for usahomegoods

I just thought of joining a tech forum as we are into this business of home goods for long now. So let me just help you with your hardware and software stuff. Daniweb seems a great place to connect to techies.

Member Avatar for zj2431
0
124
Member Avatar for happygeek

Although the Aurora is, theoretically, a portable speaker system it’s not really that easy to lug around with your laptop unless you do away with a slimline carry case and replace it with a small suitcase. The tubular super-woofer, two tennis ball satellite speakers and not forgetting the power cable …

0
609
Member Avatar for kchyn

Hi, I'm trying to capture audio from a microphone into a vector in C++. I'm using openAL's example code Capture.cpp (below). I understand that it buffer's the data, but I'm not sure what comes after. In short, what do I do to put the buffer's data into a normalized (+/- …

Member Avatar for raptr_dflo
0
397
Member Avatar for WASDted

So I have a Windows 7 Ultimate 64-bit PC that I use as a Media Center. It has an ATI video card with HDMI out that I use for both video and audio output. An HDMI cable runs from the PC to a Pioneer Elite A/V receiver and then out …

0
144
Member Avatar for agrothe

A friend of my recently asked me to help him set up a web based radio. Upon doing some research I found he has only original content (not copy right stuff), all static mp3 files, not live talk, and wants to loop the audio. I've found sites like radionomy and …

Member Avatar for Kraai
1
231
Member Avatar for D_En

A Friend has asked me to make him a program where the user can select a song, and there is a music Spectrum analyzer (Like the one in VLC)and the user can customise the colours of the player. i have done the code for selecting the song but i need …

Member Avatar for D_En
0
184
Member Avatar for SgtMe

I was wondering if it's possible for me to create a Digital Sound Processing (DSP) program using Python. Basically, I don't know anything about how I would do this and I would like somebody to point me in the right direction. I don't want somebody to write code, but I …

Member Avatar for SgtMe
0
353
Member Avatar for baby_c

hi friends.. i need to know that is there any method to allow someone to access a file just one time,and delete that file itself.I just wanted to send some audio file to my friend and doesn't want to keep evidence of it..Is there anyway.... thanx in advance.

Member Avatar for jholland1964
0
165
Member Avatar for JB Audio

Hi all. I hope this is the right place to post this. I am a music technology student and I've recently picked up learning C++ as it would greatly help my career knowing a programming language, especially this one since it is used in the video games industry. Anyways onto …

Member Avatar for rubberman
0
632
Member Avatar for zelkea

Hey Guys, I have a large music collection and was irritated by the 64GB limitation on my itouch, UNTIL I found Subsonic [url]http://www.subsonic.org[/url]. Now my ENTIRE library is available to me via the internet or my phone, with no size limitation! I will repeat NO SIZE LIMITATION, I have heard …

Member Avatar for zelkea
0
205
Member Avatar for xxxferraxxx

I need help for background music i have the code but its not constant (continual) Here's my code : [CODE]My.Computer.Audio.Play(My.Resources.NAME OF FILE, audioplaymode.background)[/CODE] I need the constant (continual) code please.. Thanks in advance

Member Avatar for xxxferraxxx
0
360
Member Avatar for caswimmer2011

Hello, I am doing my first JFrame. I want it to have a button where the user clicks it and music plays. I already made the button (called b1) but i can't seem to find code for the music to be imported and played. I have tried a whole bunch …

0
123
Member Avatar for hanslim77

Other than the usual [CODE]AudioInputStream stream = AudioSystem.getAudioInputStream(ClassLoader.getSystemClassLoader().getResource("____.wav")); DataLine.Info info = new DataLine.Info(Clip.class, stream.getFormat()); Clip clip = (Clip) AudioSystem.getLine(info); clip.open(stream); clip.start();[/CODE] Since the buffer limit is 2mb for an UNCOMPRESSED wav file so... it's pretty obvious how crappy that is... and that's about all I found on the net since …

Member Avatar for stultuske
0
273
Member Avatar for caswimmer2011

Hello, I am trying to add audio files to my program. I am using a desktop application and not an applet. All the code that i have found online is for an applet. Is there a way for me to add audio code to a desktop application and not an …

0
95
Member Avatar for dos_killer

hey ... im a new member of this community i have started developing python scripts for my phone i made a voice messenger for laptop using pyaudio in python and using sockets to transfer data [CODE] self.pin=pyaudio.PyAudio() streamin=self.pin.open(format=self.format, channels=self.channels, rate=self.rate, output = True, frames_per_buffer = chunk) global wf while 1: …

Member Avatar for dos_killer
0
160
Member Avatar for JOSheaIV

Okay so I recently have no clue what's causing it but I can predict a BSOD and can prevent it sometimes. Everytime this has happened I have been gaming. The warning sign is I will start to hear the sound get distoreded and then it progressivily gets worst and worst, …

Member Avatar for makush
0
235
Member Avatar for dorien

Hello everybody, I am looking for a good C++ midi API. I have written a program in C++ that needs to be able to export MIDI. So far I had written my own export function, but I feel that the complexities of low level midi coding will become to great …

Member Avatar for dorien
0
393
Member Avatar for forrestkhaag

Hello All: I am new to this form of potential problem solving however, information never acted upon is a solution never arrived at. I have a PC on XP and one day my sounds dissappeared from my speakers (that are integral to my HP flat panel screen. Windows troubleshooting is …

Member Avatar for Master Rattley
0
227
Member Avatar for happygeek

Teen pop sensation Justin Bieber has already conquered Twitter, and now it would appear he has become the undisputed King of YouTube after knocking Lady Gaga off of the 'most viewed video ever' spot. According to a posting on Twitter by YouTube, Bieber first overtook Lady Gaga on Thursday night …

Member Avatar for patycool
1
640
Member Avatar for Hand

Hello, I need a simple open source audio library that can be used to play music and sound effects for C/C++. The audio files that I use are mp3, midi and ogg. My operating systems are Windows XP and Linux (Ubuntu). I need that the library be able to play …

Member Avatar for xtrmR
0
95
Member Avatar for esdel

My music (28 GB) is on thumb drive J and is 90% .wma files This is to SAVE SPACE on my PC (and the safety of "no moving parts" storage) Windows MediaPlayer used to index the music when it was on C: HOW do I get it to index J:? …

0
137
Member Avatar for dwdata

I have the need for a FUNCTION: Transpose($Song, $direction) The logic I need is pretty straight forward, but I am having a hard time replicating it using PHP functions. I will try to break it down to it's simplest form: I have a field that has several lines of text. …

Member Avatar for diafol
0
207
Member Avatar for Shijo Jose

I wish to do a program in c++ that enables me to play music as part of my school project. I want to know if is this is possible. I also wish to know if photos and other media can be similarly accessed and where i can get information on …

Member Avatar for sachin.tendul
0
204
Member Avatar for buzz-lightyear

Hi, I am just setting up a website for a friend who is a singer/songwriter. He wants to make his music available for purchasing from his website via digital download. However I have never set up a website that makes use of ecommerce, could you please suggest what the best …

Member Avatar for rashida11
0
169
Member Avatar for Sismetic

Im trying to do a screen-flashing application that flashes the screen depending on the audio(like an audio visualizer, but instead of a visualization like bars or something like that, just flash the screen). I already made the music player and know how to make the widget get full screen and …

Member Avatar for Kanoisa
0
233
Member Avatar for FOOLY

Does the music have to be a certain type, such as mp3 or mp4? The Flash file is simply an animation. Thank you! Edit: Sorry for the misspelling!!! I meant, "an Adobe Flash file," not "a Adobe Flash."

Member Avatar for Lusiphur
0
130
Member Avatar for nv136

Hello everyone! i need a bit of help... can you convert my picture drag and drop code so it drag and drops audio files? (.wav) My code: Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() InitializeComponent() End Sub Protected Overloads Overrides …

Member Avatar for nv136
0
271
Member Avatar for mel87

I am currently in the process of building a computer from scratch for two reasons. First, I intend to further my music endeavors, and secondly I intend to get back into photoshop and other visual programs. My concern is finding the proper components and or getting the right components specifically …

0
143

The End.