Delay with Microphone.Start
Hi! I have a problem regarding recording audio and playing it back insync with other audio. I am trying stuff for a few days already but i can't figure it out :( I want to make an app where the user...
View ArticleButton on top of slider
In my application i have a problem with the GUI. I have a button on top of a horizontal-slider. Now when i try to press the button, it will instead trigger the sliding of the horizontal-slider and will...
View ArticleStore AudioClip with pitch
I have an app where users can play around with the pitch of an AudioSource. The next thing i want is the users to save the AudioClip to load it later and continue with the sounds. Without the pitch...
View ArticleRecord multiple playing AudioClips
I have an app where people can record sound with the microphone of a smartphone. The idea is that people can record multiple AudioClips and play them together to make your own music. The users have the...
View ArticleAudioClip data is not being loaded after WWW.GetAudioClip
In Unity 4.x i was loading .wav files into AudioClips with the code below. Yesterday i updated to Unity 5 and now this is not working anymore. It will now just stay in the while-loop since the data is...
View ArticleStoring files on Android not showing up on Windows
In my app i generate some .wav files. They are stored on the sdcard (PersistentPath + external write = true). I can see it with Eclipse but they are not showing up on Windows via USB. With native...
View ArticleLoading .wav on iOS with WWW
I am trying to load a .wav using the WWW class. This works fine on Windows (PC) and Android. But on my iPhone 4 the app freezes when calling the method below (it stays in the while loop). Does someone...
View ArticleA lot of Android devices not supported
I have an app in the playstore that used to be supported by a lot of devices. I have been updating my app and Unity for some time but and now when i upload my APK to the playstore it says that only...
View ArticleWebRequest receives '(400) Bad Request' on Android
I am trying to upload files from my app to SoundCloud. I have this working fine for Unity itself, but when i run it on my Android device it gets the following error: System.Net.WebException: The remote...
View ArticleWWW, WWWForm and SoundCloud
I am trying to upload a file to SoundCloud with the WWW class. When i run the code below i get a response '400 Bad Request'. Can someone tell me why or give me some hints what to look for? Is it even...
View ArticleContent-Length mismatch: Request Header indicated x bytes, but client sent 0...
I have been working some code to upload a file to SoundCloud with the WWW class (http://answers.unity3d.com/questions/966993/www-wwwform-and-soundcloud.html). I can't get it to work so i started the...
View ArticleUTF-8 Encoding on Android
UPDATE: i continued this question [here][1]. -------------------------------------------- I am not really sure what is the problem but here is the situation. I am trying to send a file to SoundCloud...
View ArticleHttpWebRequest on Android
I am working on an app which can upload tracks to SoundCloud. I have [been working][1] on this for a while but i can't get it to work. I am using HttpWebRequest for the request to SoundCloud and this...
View Article