Ive got a project to make for a party, its called in holland a \"Babbelbox\". its a computer with a webcam and microphone that can be used to make a kind of video log of everyone who wants to say som
In my application i have done to record the voice and playing in the device. Now i want to find the audio frequency of that recorded voice(While recording). How can i find?.I d开发者_运维百科ont have
My AVAudi开发者_Go百科oRecorderDelegate Interruptions methods doesn\'t get called. I set the delegate.
try { int val4 = Convert.ToInt32(tbGrupa.Text); string MyConString = \"Data Source=**;User ID=******;Password=*****\";
I tried the new Record type TTimeSpan in Delphi 2010. But I encourage a very strange problem. assert(TTimeSpan.FromMilliseconds(5000).Milliseconds = 5000);
When I run the code bellow in the virtual android (1.5) it works well, TextSwitcher shows first 80 chars from each txt file from /sdcard/documents/ , but when I run it on my Samsung Galaxy i7500 (1.6)
I to need modify the values {place} and {other_place} in the op record. #op{ action= [walk, from, {place}, to, {other_place}],
The question more or less says it all.Given the following record structure: type TPerson = record Name: string;
How in SQL could you \"zip\" together records in separate tables (à la the UNIX paste(1) utility)? For example, assuming two tables, A and B, like so:
I\'m using this program to record a sound in python: Detect & Record Audio in 开发者_开发百科Python