Tagged Questions
0
votes
0answers
32 views
Frequency of Music Note Function Test
I'm having some trouble with this code that I'm writing in c. What it should basically do, is to test whether or not the freq() function returns the correct value based on a pre-defined array of ...
0
votes
1answer
82 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
61 views
Music multiple simultaneous tones, python
I am working on an interesting project relating solving mathematical problems and music. It is easy to generate a specific note (or tone):
ton = amplitude*sin(2pi*frequency*time/samplerate)
I'm ...
0
votes
1answer
1k views
Audio playback and spectrum analysis libarary for C#
I would like to create a little application that plays back a music file (format doesn't really matter). The hard part is: at the same time I would like to display the current amplitude of the lower ...
0
votes
1answer
347 views
Android-Java: Detecting particular notes (by frequency and pitch)
In the most basic question, is it at all possible to detect the notes being played in a particular piano piece using just the Android mic? In the future, the iPad mic if this goes well. To start, I'd ...
0
votes
2answers
121 views
How to determine note frequencies?
I'm trying to determine the frequency of a note in a given octive. My functions are below and I based them from the javascript on this site. Everything that it has works find but its missing some, for ...
0
votes
1answer
550 views
java music get the wave length (frequency) of a song?
Just starting a new program and do you guys have any ideas in how to get a exact frequency of a song at specific time of a song. like import the song then for every .01 sec it will store the frequency ...
0
votes
3answers
231 views
Change music frequency over time for it to sound like guitar?
I have a command in my framework which outputs a sound frequency to the speaker. How would I change this frequency over time for a note of a given frequency -- say, C2 being 261.626 -- to sound a bit ...
1
vote
1answer
374 views
Lower frequency note recognition iphone application
Hello
I am working one one application in which I need to detect which musical node did user played by listing to it.
I got success in recognizing the higher note but low frequency note are not ...
2
votes
1answer
2k views
Get Iphone Mp3 frequency from AvassetReader and vDSP_FFT
I'm trying to get frequency from iphone / ipod music library for an spectrum app on ipod library, helping myself with reading-audio-samples-via-avassetreader to get audio samples and then with ...
0
votes
2answers
850 views
How to simulate guitar strings/chords with flashes sound synthesizer?
I've just developed a function to ring frequencies, but I can't make it sound like a guitar string, I can only change it's frequency. Is there some way to change other parameters of a generated sound?
...
9
votes
4answers
1k views
MATLAB - Missing fundamental from an FFT
I am currently working on my fourth year project (computer science) which involves the automatic transcription of music -> sheet music. I am doing it in Matlab at the moment but will have to be ...
0
votes
2answers
1k views
Extending Karplus-Strong with low pass filter
I have implemented a basic Karplus-Strong algorithm.
Ringbuffer, filling with white noise, output a sample from the front and append the average of first two elements to the end and delete the first ...
14
votes
10answers
7k views
Detecting the fundamental frequency
There's this tech-festival in IIT-Bombay, India, where they're having an event called "Artbots" where we're supposed to design artbots with artistic abilities. I had an idea about a musical robot ...