Tagged Questions
3
votes
4answers
287 views
How authenticate Google wave gadget viewer on Appengine?
Imagine I want to create game "Rock-paper-scissors" for Google Waves.
I am thinking to implement it as a Wave Gadget.
The idea is simple: all participants send their decisions to my cloud
app (it is ...
2
votes
3answers
66 views
Identify component frequencies and calculate integrals for curves
I have 1200 data samples of amplitude data over a 5-minute period, with 4-5 "spikes" in the data. These can be nearby to each other, so "shoulders" can appear. The data can be somewhat noisy as well.
...
1
vote
2answers
235 views
Sine Wave Sound Generator in Java
What's the simplest way to generate a sine wave sound at any frequency in Java?
A sample size more than 2 bytes would help, but it doesn't really matter.
Thanks
1
vote
4answers
593 views
Convert .wav file to binary and then back to .wav?
I'm doing a project in java which requires me to encrypt a wave file. So, is there a straight forward process to convert a wave file into binary and back? I'll be applying an encryption algorithm on ...
1
vote
0answers
590 views
Implementing Audio Steganography using WAVE files [closed]
Can anyone help me out in the method to read WAVE file for implementing LSB based audio steganography? I want to hide text behind WAVE file. I plan to use JAVA.
0
votes
1answer
35 views
Wave file modification using java
I am currently trying to write a program in which i have to process a .wav file, i need to process the data in the wave file.
My main aim is to extract the data from currently existing file, create a ...
0
votes
0answers
37 views
advice an easy ruby multiplatform audio library or jruby 's java libs utilization?
I'm simply tring play a wave/mp3 file from jruby.
Can you advice me what is the easiest library for ruby to do so in a multi-platform way ?
Since I'm using Jruby it would really sense to use the ...
0
votes
1answer
456 views
Drawing sine waves effeciently in android
I am making an app where I need to draw a sine wave between two given points. I have Google'd, and Google'd, and I haven't found anything that I have found suitable.
So my question is, is there an ...
0
votes
1answer
174 views
Java - Trouble combining more than 2 .wav files
for a project I'm working on, I want to be able to concatenate multiple .wav files.
Through my research I was able to come up with this code:
File sample1 = new ...
0
votes
2answers
302 views
Create Vertical Sine wave
I am developing a game which uses sine wave.
I made use of the horizontal sin wave with the following example
http://www.roseindia.net/java/example/java/swing/create_sine_wave.shtml
How do create a ...
0
votes
1answer
92 views
Getting javadoc for Google Wave robot programming in Eclipse
Does anyone know how I can get the helpful Eclipse popups with javadoc when programming for the Google Wave Robots API? I have access to the JAR-file, the HTML Javadoc, as well as the source files ...
0
votes
3answers
257 views
How To Track No Sound Area In A Wav File?
everyone.
How to track sections without sounds in a wav file?
a small software what I want to develop is deviding a wav file, and it consider a no volume area as a deviding point.
how can a program ...