Click here to Skip to main content
15,886,608 members
Home / Discussions / C#
   

C#

 
QuestionAccessing peoplesoft api from dotnet Pin
BabuRao.k28-May-09 0:01
BabuRao.k28-May-09 0:01 
AnswerRe: Accessing peoplesoft api from dotnet Pin
Rajesh R Subramanian28-May-09 0:03
professionalRajesh R Subramanian28-May-09 0:03 
Questiontool tip size Pin
michaelgr127-May-09 22:23
michaelgr127-May-09 22:23 
AnswerRe: tool tip size Pin
ScottM127-May-09 22:32
ScottM127-May-09 22:32 
GeneralRe: tool tip size Pin
michaelgr127-May-09 22:36
michaelgr127-May-09 22:36 
GeneralRe: tool tip size Pin
ScottM127-May-09 22:44
ScottM127-May-09 22:44 
QuestionGap detection Pin
viciouskinid27-May-09 22:16
viciouskinid27-May-09 22:16 
AnswerRe: Gap detection Pin
Rob Philpott28-May-09 0:02
Rob Philpott28-May-09 0:02 
Tricky but entirely possible. First thing I'd do is convert from Vorbis to a good old fasioned PCM wav file (get some third party thing to do this for you). You then need to interpret that, its in RIFF format which is pretty straight forward.

The quiet bits between words will be represented by a series of smaller numbers. Large numbers represent loud noises. So you need to pass the file looking for periods of lower value samples. Set a threshold and minimum duration. By knowing where you are in the file and the sample rate you can work out the times of the quiet bits.

You might need to potentially create some sort of low pass filter to remove any artifacts which could confuse the procedure. Sounds grim but its easy enough.

Sort of vague, but hope that helps a bit.

Regards,
Rob Philpott.

QuestionProperty or indexer 'string.this[int]' cannot be assigned to -- it is read only Pin
Mohammad Dayyan27-May-09 22:16
Mohammad Dayyan27-May-09 22:16 
AnswerRe: Property or indexer 'string.this[int]' cannot be assigned to -- it is read only Pin
OriginalGriff27-May-09 22:26
mveOriginalGriff27-May-09 22:26 
GeneralRe: Property or indexer 'string.this[int]' cannot be assigned to -- it is read only Pin
Mohammad Dayyan27-May-09 22:30
Mohammad Dayyan27-May-09 22:30 
GeneralRe: Property or indexer 'string.this[int]' cannot be assigned to -- it is read only Pin
Mohammad Dayyan27-May-09 22:33
Mohammad Dayyan27-May-09 22:33 
AnswerRe: Property or indexer 'string.this[int]' cannot be assigned to -- it is read only Pin
Calla27-May-09 22:41
Calla27-May-09 22:41 
GeneralRe: Property or indexer 'string.this[int]' cannot be assigned to -- it is read only Pin
OriginalGriff27-May-09 22:58
mveOriginalGriff27-May-09 22:58 
AnswerRe: Property or indexer 'string.this[int]' cannot be assigned to -- it is read only Pin
Simon P Stevens27-May-09 22:34
Simon P Stevens27-May-09 22:34 
AnswerRe: Property or indexer 'string.this[int]' cannot be assigned to -- it is read only Pin
harold aptroot28-May-09 1:11
harold aptroot28-May-09 1:11 
QuestionRefreshing the system Pin
Rajdeep.NET is BACK27-May-09 22:13
Rajdeep.NET is BACK27-May-09 22:13 
AnswerRe: Refreshing the system Pin
OriginalGriff27-May-09 22:22
mveOriginalGriff27-May-09 22:22 
GeneralRe: Refreshing the system Pin
Rajdeep.NET is BACK27-May-09 22:35
Rajdeep.NET is BACK27-May-09 22:35 
GeneralRe: Refreshing the system Pin
DaveyM6927-May-09 22:44
professionalDaveyM6927-May-09 22:44 
GeneralRe: Refreshing the system Pin
Rajdeep.NET is BACK27-May-09 23:39
Rajdeep.NET is BACK27-May-09 23:39 
GeneralRe: Refreshing the system Pin
DaveyM6928-May-09 1:06
professionalDaveyM6928-May-09 1:06 
GeneralRe: Refreshing the system Pin
molesworth27-May-09 22:47
molesworth27-May-09 22:47 
GeneralRe: Refreshing the system Pin
Rajdeep.NET is BACK27-May-09 22:57
Rajdeep.NET is BACK27-May-09 22:57 
GeneralRe: Refreshing the system Pin
tom57200727-May-09 23:07
tom57200727-May-09 23:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.