The pitch tag has no wiki summary.
0
votes
0answers
12 views
How to use deviceMotion attitude values (roll,pitch and yaw) to detect a motion
i a using coreMotion in my app to detect a motion of iOS device. i know how to get the different sensor's data from coreMotion, I am getting roll,pitch And Yaw data as follows from the deviceMotion
...
0
votes
0answers
102 views
Pitch, yaw, roll from rotation matrix in zigjs kinect
I' ve some problems trying to solve this:
In zigjs I'd like to know the angle of the rotation about the y-axis (pitch: 0 - 360).
What I have now is:
var matrix = user.skeleton[1].rotation;
where ...
0
votes
0answers
45 views
OpenAL/SFML get pitch value
I've been googling for a while to see if there is any way to retrieve the frequency/pitch of some sound buffer. I know there is alSourcef in OpenAL that changes the pitch of some sound. Basically, I ...
2
votes
1answer
135 views
Changing tempo (speed) of audio
I want to change the tempo of a stereo audio stream in near realtime - the audio is loaded from a file and the buffer should not be longer than 1 second.
I tried SoundTouch ...
0
votes
1answer
127 views
Calculate Perspective transform matrix from angles (azimuth,pitch,roll) instead of points with opencv
i'm working on an android app with opencv: I want to get the perspective Transfrom and use the warpPerspective function. But i want to do it using azimuth, pitch and roll angles instead of the 4 ...
0
votes
1answer
153 views
CoreMotion wont give me roll, pitch and yaw
sBefore UIAccelerometer was depricated from iOS I used the data from x, y and z from this class to calculate pitch, roll and yaw. I also had to do some filtering, but now I see that with the ...
0
votes
0answers
99 views
gimbal lock, can't solve by quaternion
When device is rotated by some amount, a simple cube has to rotate by the same amount but in the opposite direction. For example, the cube has to rotate to 45 degrees to the left if the device is ...
2
votes
0answers
53 views
Rotating around X affects Roll. How to eliminate this?
I'm using android's TYPE_ROTATION_VECTOR sensor to determine rotation around x,y and z and use these measures in my application in a certain way. But when I rotate phone around X axis, roll value ...
-1
votes
1answer
93 views
iPhone Pitch Shifting settings? [closed]
I'm testing pitch-shifter for iOS from SpectrumWorx effect collection:
http://www.LittleEndian.com/Developers
The package provided by Little Endian contains working demo example XCode project. ...
0
votes
1answer
16 views
OALSimple Audio Channeling
I am using OALSimpleAudio and I have a group of sounds that play in my app and I am trying to group this set of sounds into a "channel" then affect the groups pitch through that specific channel.
...
0
votes
0answers
44 views
How to add Pitch volume slider in MDAudioPlayer in a iPhone application?
How to add Pitch volume slider in MDAudioPlayer in a iPhone application?
I have integrated volume slider but now need to integrate code for Pitch slider.
0
votes
1answer
164 views
Pitch Transformation in Unity 3D?
I am working on Unity3D and I am wondering if there is any possibility to transform an audio pitch like Talking Tom App?
If yes, is there any possibility to change the pitch while the audio is being ...
0
votes
1answer
135 views
Using another sound engine
Im currently working on a project where the audio is a big thing. I have about 20-30, 3-4 secound clips as is supposed to be played (Max two at a time). (Clips are max 180kB each) And im also planing ...
4
votes
1answer
193 views
Detecting musical notes from a recording [closed]
I'm woking on a project for my thesis in computer science. It aims at implementing an application that allows the user to sing or whistle a melody in the pc's or smartphone's microphone and will ...
0
votes
0answers
38 views
How to “mess with” audio file playback?
I wish to have some effects on audio played from an audio file, for example do some pitch effects on it.
From what I've read, pitch can be achieved via the soundpool, but the rest of the effects that ...
0
votes
0answers
167 views
Play recorded sound in different pitch in Cocos2d
Ok, so I know this question has been asked before and I think I've read them all and all the tutorials I've found, but...
I have an app that records sound as the user speaks and then plays it back. ...
4
votes
0answers
125 views
Python does not detect soundtouch elements (bpmdetect and pitch) in gst-plugins-bad
I have installed gstreamer, gst-plugins-bad and its python bindings.
The following code selects a song from a given directory and plays it.
import pygst
pygst.require("0.10")
import gst
import ...
1
vote
0answers
139 views
Set pitch of a song being played in Android MediaPlayer
I need to set the pitch of a song being played in a media player.I know that the Sound Pool helps to set the pitch but I use the MediaPlayer(since I need Reverb effects too) for playing tracks and I ...
2
votes
1answer
900 views
How to compute yaw, pitch roll from a rotation matrix?
I have to compute in Android yaw, roll, pitch from gyroscope´s smartphones output and I wrote this code:
if(event.sensor.getType()==Sensor.TYPE_GYROSCOPE){
float xgyr=event.values[0]; ...
0
votes
1answer
89 views
limit pitch of camera between two values
I'm having trouble trying to pitch my camera within a specified range. Currently, my camera can pitch around the model without any constraints. I've tried to limit the Y-Axis between a range of 6 and ...
0
votes
1answer
84 views
Camera pitch in worldspace and not localspace
How do I pitch a camera in localspace?
I have a model that rotates on its its on axis regardless of where it is in worldspace. The problem I'm having is to get the camera to pitch the same regardless ...
0
votes
1answer
412 views
Android library to get pitch from WAV file
I have a list of sampled data from the WAV file. I would like to pass in these values into a library and get the frequency of the music played in the WAV file. For now, I will have 1 frequency in the ...
0
votes
0answers
120 views
Roll and pitch relative to a reference frame from two gravity vectors on iOS
I need to find the relative roll and pitch angles (factorization R = R(roll)*R(pitch)*R(yaw)) around the devices y- and x-axes between two frames of a video stream on an iPad 2.
The values returned ...
1
vote
1answer
649 views
changing the pitch of an audio wav file in matlab?
How do you go about changing the pitch of an audio signal in matlab?. Essentially I just want to change the original qualities of the audio signal without making a dramatic change. I'm trying to use ...
1
vote
0answers
250 views
VLC (J) audio pitch control
I'm currently developing simple video player with VLCJ.
Can anyone please point me some clue about changing audio pitch with it?
is it possible?
I've searching through but cannot find the right ...
1
vote
0answers
265 views
Why can't I play android sound pitch above 1.8?
I'm trying to write a music app capable of playing midi files in sync with user input. I've got as far as creating custom view, playing sounds, and reading MIDI data. Now I am trying to play the MIDI ...
2
votes
1answer
673 views
Yaw, Pitch and Roll to vectorDir and vectorUp [closed]
I have yaw, pitch and roll from an object and i need to transform it into vectorDir and vectorUp. Someone an idea of how to do it?
0
votes
1answer
442 views
getOrientation() Pitch reflects about horizon
Ive notice when I hold my phone just below the horizon I get > -90. When I begin to tilt the phone so its pointing towards the sky it reflects around -90 so, -88, -90, -88. As its tilted from the ...
1
vote
0answers
286 views
Android compass: different Azimuth values depending on Pitch
I'm developing an app and I need to use camera and compass simultaneously. The problem is that the value of Azimuth changes depending on the one of Pitch (in other words if I'm holding the phone or I ...
0
votes
0answers
235 views
cocos2dx SimpleAudioEngine SetPitch(float rate);
i want to use SetPitch(float rate) method to change sound pitch during play! but SimpleAudioEngine doesn't have it.
here you can add the Pitch Pan and Gain parameters to playEffect method:
...
0
votes
0answers
124 views
Using sharedSoundManager with AVAudioPlayer
I am using OpenAl for changing pitch in my voice application, but the problem was that i wasn't aware of how to implement that and i am using AVAudioPlayer to play and getting its Peak and Average ...
0
votes
0answers
187 views
Application similar to talking tom
i want to make an app similar to talking tom, till now i am able to modify the sound similar to cat by using pitch parameter of DICAR. But now ,i am struck in how to animate (like movement of cat). ...
0
votes
1answer
447 views
iPhone leaning angle - use Gyroscope?
I would like to know how many degrees is the iPhone leaning when being held upright - that is, if I point the iPhone up, I would like to know how many degrees it is looking up at? I think that I can ...
1
vote
2answers
334 views
sound pitch-shifting in real time using appcelerator
I'm a complete newbie at Appcelerator's Titanium SDK, so I apologize in advance if this question has an obvious answer.
Is there any way to change a sound's pitch in real-time using appcelerator? Is ...
0
votes
2answers
221 views
How to get a list of notes present in a wav file?
I am writing a program to help people learn guitar. To do this, I need to be able to look at a sample of time and see what note(s) they played. I looked at FFTW but I don't understand how to get this ...
0
votes
1answer
46 views
pitch shifting video rate math in cents
Sorry for my poor math/music knowledge..
Assumed whe want to play a video file at 50% and at 75 % speed how much cent do I have to shift in both situation to keep the same pitch and what would be the ...
1
vote
1answer
509 views
How to use getorientation and getrotation matrix to calculate pitch,roll
I want to get roll and pitch values to detect tilt of device in 4 directions.
I want to use getorientation and getrotation matrix to do it.
How can i do it?
Even links would be helpful.
4
votes
2answers
770 views
Modify audio pitch of recorded clip (m4v)
I'm writing an app in which I'm trying to change the pitch of the audio when I'm recording a movie (.m4v). Or by modifying the audio pitch of the movie afterwards. I want the end result to be a movie ...
1
vote
1answer
426 views
when using CMDeviceMotion, if the device is straight up (pitch = 90), it's really unstable. Anyway to solve this?
I know the (pitch, yaw, roll) coordinate system has its own flaw mathematical-wise. However I really hope something instead or derived from this coordinates can be an alternative.
What I am try to ...
0
votes
2answers
214 views
Higher Level API For Sensor Values Pitch And Roll
I am implementing my own camera Activity.
To rotate the captured image I need to know the orientation at the time of shooting.
Is there a higher level API for the sensor values pitch and roll that ...
0
votes
0answers
555 views
compare two audio file in java
i want to make a project in which i am going to record a user's voice and then compare it with a stored voice. I searched for that and i come up with MFCC and FTT algorithm. but i really don't ...
1
vote
2answers
319 views
How to do output audio level metering and pitch changing together in iphone sdk
I have an application in which user can record audio and play it with some change in pitch.
And the output volume power should also be measured.
I know about metering properties of avaudioplayer and ...
2
votes
0answers
391 views
get transformation matrix from three known points
i have three 3d (x,y,z) points.
i get them by tracking the corners an object with a kinect.
i now want to translate and rotate a 3d model accordingly.
i get roll and pitch by doing this:
(i am using ...
-1
votes
1answer
525 views
How to change the pitch or tempo of an MP3 track [closed]
I am doing my project on Music Editor and Extractor with the aim of editing songs either audio or video using Java but I am not able to find any codes. So could you please help me at least from where ...
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 ...
1
vote
2answers
229 views
FMODex pitch shifting problems with DSP
I'm having problems to shfit ptich with fmod. I can do it with channel::setfrequency but I need to use it on larger sfx and thus need accuracy [no tempo changes] with DSP. However I seem to can't ...
1
vote
1answer
1k views
Record a sound and change its pitch when played in android?
I am doing a project to record sound and play it in a different modulation. I have searched the whole web, but I could not find a solution. I have gone through this example but it did not give a ...
2
votes
0answers
200 views
how to compute frequency and detect pitch of a compressed (mp3) audio file? - Android
I'm having a
problem with recording audio using Audiorecord class because the data returned is always zero (the read method does not record audio).
So, I thought of playing a compressed audio and ...
0
votes
2answers
508 views
Multiple pitch detection: FFT or other?
I've researched fast fourier transforms and have not been able to see a way for them to decode multiple frequencies from one signal. Is there a way to decompose the result of an fft calculation so ...
1
vote
1answer
379 views
Microphone Pitch/Freq Detection (actionscript 3.0 in particular)
So, I'm trying to detect the average frequency of a sound recorded from the microphone. It can be assumed that this sound will be in mp3 or wav form. My final goal is to do this live (or close ...

