Author |
Message
|
SANTYP |
Posted: Tue Jan 27, 2009 8:28 pm Post subject: Handling .wav format files using File Input node. |
|
|
 Centurion
Joined: 27 Mar 2007 Posts: 142
|
Hi all,
Can we handle .wav files using compute node?. |
|
Back to top |
|
 |
MQEnthu |
Posted: Tue Jan 27, 2009 9:35 pm Post subject: |
|
|
 Partisan
Joined: 06 Oct 2008 Posts: 329 Location: India
|
You can read the .wav files using FileInput with the parser option (message domain) set to BLOB |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 28, 2009 2:29 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
ESQL is Turing-complete.
Anything you can do in any other programming language, you can do in ESQL.
Some things may take more code than others.
Image and Audio file manipulation may be significantly more trouble to handle in ESQL than with an existing set of Java code being reused from within a JavaCompute node or the same thing in PHP from a PHPCompute node. |
|
Back to top |
|
 |
zpat |
Posted: Wed Jan 28, 2009 3:30 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I presume custom nodes can still be coded in C...? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 28, 2009 3:32 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
zpat wrote: |
I presume custom nodes can still be coded in C...? |
Sure. But that's a custom node and not any flavor of "compute node"...
And, honestly and unfortunately, any library you can find in C these days you can almost certainly find in Java as well. The C version may be more stable and faster, but that doesn't tend to dissuade Java people much. |
|
Back to top |
|
 |
|