I am trying to make a prog which can record voice and store it in digital audio format on LINUX using ALSA. (currently using Ubuntu).
Need help with Hex Editor and audio files.I am having trouble figuring out the formula to get the number of samples in my .wav files.
I have the need to play multiple soundeffects at once in my WP7 app. I currently have it working with wav files that takes around 5 megabyte, instead of 500kb when coded开发者_如何学运维 in wma/mp3.
function doclick(){ soundManager.createSound({ id: \'mySound\', url: \'http://localhost/htmlshooter/wav/gun.wav\',
I would like to write a Java program to s开发者_如何学Cplit a wav file into channels. The input would be a wav file, and the output would be as many wav files as there are channels. I can read a wav f
I\'m trying to programatically generate .wav files from a file with the format \"Note Octave Note Octave\" (e.g. A 4 F# 1) in Haskell using the Data.WAVE library, and I\'ve reached a problem: I can\'t
I\'m working on a desktop application built with XNA. It has a Text-To-Speech application and I\'m using Microsoft Translator V2 api to do the job. More specifically, I\'m using is the Speak method (h
I need help getting started with libsndfile. I have four .wav files (all the same sample rate). I want to join the first two together,then the next two together,
I want to get the pitch of a song at any point.I plan on storing the pitches later.How can I read say... an mp3 file or wav file to get the pitch played at a certain point?
I wanted to find out if there is a way to create 30 second clips (with a start time in seconds) of .wav or .mp3 files in C# (or using a C# library). 开发者_StackOverflow社区 Most of the code or librar