The wave tag has no wiki summary.
0
votes
0answers
42 views
Wave Header corrupted
I want to do some changing on Wave file, then Play it Directly after doing that.
So I define a byte array to store the bytes of wave file on it as following:
byte[] byteArr;
byteArr = ...
0
votes
0answers
18 views
As anyone ever sucessfully used http://sharkysoft.com/software/java/wave/ to add cues to wave files
I am using this old library to add cues and labels to my wave files, but I am finding it quite hard.
I've contacted the author but got no reply, so I was just wondering if someone used this before ...
0
votes
0answers
47 views
Adding values from 2 byte arrays
I want to add signals from 2 wav files and have been converting each byte to short , dividing by 2 to avoid overflow, then add the 2 short values and then reconvert back to byte before writing to the ...
0
votes
0answers
15 views
Partial Mixing / overlapping of 2 wave files to get one contiguous wave file - non overlapped portion plays ok, overlapped portion gets loud hiss
I am trying to build a tts processor using c# winforms, I have the basic sounds for a certain language pre-recorded the tts part works fine but there ius a gap of about 50ms in the individual sounds ...
0
votes
0answers
19 views
Wav file Experimental compression
So, i have a file of which i know is a RIFF WAVE file. It has format code that tells me it is 2 channels at 48000 samples per second.
However, i have not a single clue what compression it could be in, ...
0
votes
1answer
34 views
Play the contents of a sound retrieved from an url?
I am retrieving the sound from:
http://translate.google.com/translate_tts
and writing it to a WAV file, when i double-click the file the sound plays ok, but when i use the WAVE module from ...
0
votes
1answer
29 views
Using XamDataChart in WPF to display signal
i am working on a signal generator project and i am finding it very difficult to understand how Infragistics XamDataChart works.
The project uses WPF and a MVVM model, where the MainWindow is bound ...
0
votes
3answers
39 views
Dismantling a WAVE file
sorry for this not being a programming question directly, but more indirectly as i try to batch convert audio files, which is proving difficult.
I have an audio file which i exported from a package. ...
1
vote
0answers
76 views
Scipy reads in wav file, writes out white noise
I'm an all-around uber-noob when it comes to Python and Scipy, so bear with me.
I have a piece of code that reads in a wav file (2 second guitar chord recorded on proTools and exported as a 44100 Hz ...
1
vote
1answer
61 views
Java Fast Sine Wave Tone
I'm looking for an example on how to generate and play a Sine Audio Wave in Java. I've found many other solutions on StackOverflow and around the web, but none have been able to produce and play a ...
0
votes
1answer
50 views
Android mediaplayer not progress seeking compleatly
Am trying to play a .wav file using media-player. Actually I had done so far shown below. Its playing an updating the progress correctly but the problem is, media player is not seeking completely. ...
-1
votes
2answers
47 views
Why sin(0.2*x + pi) is aperiodic function? [closed]
I know this might be too easy to be a question... but I can't get why sin(0.2*x + pi) is aperiodic?..
I tried to plot this in matlab and that's what I got:
That should be periodic right? Instead ...
1
vote
0answers
17 views
Linear Frequency Modulated Wave
I am trying to Generate a LFM Wave in Matlab. For that i am using this code:
sampleRate = 1e8; % Define sample rate of baseband signal (Hz)
pulseWidth = 10e-6; % Define ...
0
votes
1answer
41 views
play wave file for all browser and mobile web browser javascript
How to play wave file for all browser and mobile browser by javascript or other ways?
I need to play alert.wave or mp3 file but <audio> and <embed> not working on mobile web browser.
...
0
votes
1answer
83 views
I need some help reading a WAV file with java and determining its various amplitudes
In essence the question I'm asking is how do I see a wav file's data when it causes clip to crash due to being a large file and then determine its amplitudes as the song plays on. Think of those ...
0
votes
0answers
47 views
Play streamed wave in C#
I'm looking for a solution to play streamed wave in c# with offset playback possible.
Our server streams audio and has streaming with offset enabled. Given URL:
http://ourserver.com/playback?id=400
...
1
vote
1answer
58 views
mediaelement.js wave files do not play in ie
I've installed mediaelement.js and created a page to dynamically render players on a page for user selected audio files. Some are mp3's, but others are wave files. The mp3's work nicely in IE (version ...
1
vote
1answer
44 views
RIFF Wave File Format: FourCC values and HEX conversion
Context:
I am parsing Riff/Wave files. There is documentation identifying the FourCC values within Riff chunks. Here are the more important chunks for wave files.
FourCC ID for two .wav specific ...
1
vote
1answer
88 views
Simple Java-library for writing wav file from binary
I'm supposed to implement an sinus-generator in java. As an input you give the frequency, amplitute and phase and as an output a .wav file is supposed to be generated.
private static byte[] ...
0
votes
0answers
60 views
Playback of a streamed wave is cut while played in WMP
We're using WMPLib as an embedded player in our C# application but this issue occurs also in Windows Media Player.
Our server streams audio and has streaming with offset enabled. Given URL:
...
0
votes
1answer
59 views
Python library to convert .wav file to ogg file
Can anyone suggest a Python library (on windows) to convert a wav file to an ogg file other than Pymedia module. By using Pymedia module I am not able to convert from wav to ogg file.
Using pymedia i ...
0
votes
0answers
20 views
“Wavy” UIBezierPath
I have a UIBezierPath. I have an algorithm that gives me the points. What I'd like to do is take this path, arbitrarily anything and change it into a "wavy path." Perhaps a sine wave. However, of ...
1
vote
1answer
161 views
Issues with scipy.io wave file processing after applying fourier transforms
I'm working with some audio files in Python using scipy.fftpack and scipy.io packages. What this implies is I have wave files that I am importing, playing around with them using Fourier transforms, ...
1
vote
2answers
58 views
explanation of a wave
I just started experimenting with Robocode and read about waves: http://robowiki.net/wiki/Wave
what I don't understand is, why circles are used here.
i mean, when I shoot a bullet I only shoot it in ...
0
votes
0answers
37 views
Producing a travelling wave in gnuplot
I am solving a PDE numerically and have the solution at different points in time.
I need to do a presentation on this and would like to show how it evolves in time. Is it possible to do this in ...
0
votes
0answers
25 views
SPH Modelling piston wave generation
I am doing numerical modelling of regular wave slamming on rigid body structure with SPH method. Smoothed Particle Hydrodynamic is a meshfree, Lagrangian, particle method, which is particularly suited ...
0
votes
1answer
83 views
Modify a wave file with C++
I would like to load a song, modify it and then save the new song. I'm looking to a way to do that in C++.
My aim is to make a software that will only keep the bass frequencies and remove the high ...
0
votes
1answer
60 views
Sending Text data to sound card in c#
I want to send text data to sound card like "my name is alex"?
how can i do this? do i have to convert it to .wav first? if yes then how to convert text to wav file?
0
votes
1answer
59 views
How to interpolate vector in Matlab?
I've got these known variables:
T=3;
t=0:0.01:5*T;
om=2*pi/T;
N=10;
f0=100;
where:
T = period,
t = variable time,
om = angular frequency,
N = number ...
0
votes
1answer
26 views
XNA NAudio WaveChannel32 print line when replay end
I'm using NAudio WaveChannel32 to replay recorded sound, now I wish to print some lines automatically when the Replay has finished.
So in the XNA Update function, it's like :
if(*Replay has ...
0
votes
0answers
97 views
MATLAB: general integral transforms for wave equation
Say I want to solve the following variable speed wave equation/IVP using matlab and the Fourier transform:
(∂^2_t - c^2(x) Δ)u = 0; u(0,x) = f(x); u_t(0,x) = 0.
I want to compute an approximate ...
0
votes
0answers
10 views
recording in android
I am trying to record wav file in android, I have viewed your forum, and most of u recommend using the code in this link:
http://www.androiddevblog.net/android/android-audio-recording-part-2
I used ...
0
votes
1answer
151 views
Convert wave files to hex files for programming flash memory chip
I need to convert some PCM wave files to HEX files so I can program my memory chip. What is the proper way of doing it?
I couldn't find a utility that simply does the conversion. I know some ...
0
votes
0answers
47 views
waveInAddBuffer failing with MMSYSERR_ERROR
I'm writing an application to record audio in Windows using the wave api. My call to waveInAddBuffer is failing with the generic error MMSYSERR_ERROR. Any help would be greatly appreciated. Here is my ...
0
votes
1answer
239 views
sampling wav files in to get amplitude at a specific time
i am wondering if there is any way to cycle through a .wav file to get the amplitude/DB of a specific point in the wav file. i am reading it into a byte array now but that has no help to me from what ...
1
vote
1answer
128 views
Android, Java moving a grenade at a sine wave
I'm playing around with android and would like to try out to simulate a grenade movement with a sine wave. Would any one please help me with the syntax?
This is what I tried with the small math ...
0
votes
1answer
126 views
How to import wave library in python?
I tried to import in my code library wave (istalled by pip) like this:
import wave
And next what I used in my program is
raw = wave.open('file.wav', 'rb')
After run my program in console I had ...
1
vote
1answer
147 views
Listen audio from many microphones
I want to write a program which can get audio from many (say 30) microphones. I can change connected mic. and can listen to the selected mic. I googled and confused about perfect API. Is Wave enough ...
3
votes
2answers
1k views
MATLAB - Plot time-frequency graph of .wav file
I'm working on a project that involves looking at the changes in pitch/frequency over time with a wave file (I'm new to MATLAB, but not to programming). I'm able to see the time-amplitude graph and ...
-2
votes
1answer
145 views
Superposition of waves generated in C# Code [closed]
How to make a superposition of two waves generated in C# code.
One wave is Sine wave and the other is Square wave.
I would like to have a resulting wave that has sound intervals and silence intervals ...
0
votes
1answer
249 views
Compress an Audio WAV with NAudio - Error AcmNotPossible calling acmStreamOpen
I have to Compress an Audio WAV with the best codec possible using NAudio.
I use WaveFormatConversionStream, but I always get this error : "AcmNotPossible calling acmStreamOpen"
I had read a lot of ...
2
votes
2answers
188 views
Convert MIDI to .wav file in .net [duplicate]
Possible Duplicate:
Need a library that generates WAVE from Midi
I'm building a system that creates MIDI files using information retrieved from a database. Then MIDI is converted into .wav ...
0
votes
0answers
72 views
Cocos2D/Kobold2D wave effect
Hey i am searching for a tutorial/example that shows me how i can create waves in cocos2d/kobold2d. A sprite should swim on this wave and when i hold my button at a position on the screen at this ...
0
votes
1answer
35 views
Missing “fmt ” on WAVE file
I'm implementing Audio in my cross-plattform application framework and have some trouble while starting working with wave files.
UInt32 type = rd.ReadUInt32();
UInt32 size = rd.ReadUInt32();
UInt32 ...
0
votes
0answers
29 views
How to draw a square wave in a NSView
I want to draw square wave in a NSView. It should be possible to change the pulse width and height via a NSSlider. I know that I need to use the drawRect method, but I have no idea how to use it.
1
vote
1answer
99 views
why does import wave produce a figure of a wave and not play wav files
The following link has an example of using python wave to play a wav file.
pyaudio help play a file
The trouble is on my computer any script with 'import wave' just produces a picture of a wave and ...
0
votes
1answer
191 views
Number of Zero-crossings - Equation
I have written an algorithm that calculates the number of zero-crossings within a signal. By this, I mean the number of times a value changes from + to - and vise versa.
The algorithm is explained ...
2
votes
4answers
266 views
How to analyse frequency of wave file
How to analyse frequency of wave file in a simple way? Without extra modules.
0
votes
1answer
106 views
Java: Serialize and Deserialize audio files
Im writing a small fighting-game. Right now im creating Character maker with animations, combos, etc.
I allready had some problems with my sprites, because BufferedImage can not be serialized.
This ...
1
vote
1answer
134 views
pcm input on mp3 encoder
does anyone know how a PCM input is partitioned in a mp3 encoder? I already know that each input is a small part of the original wave and inside the encoder it's divided in 32 smaller parts and so ...




