Sound File Write Open

Opens a .wav file for writing.

connector_pane_image
datatype_icon

sound file

Absolute path to the .wav file.

If the path is empty or invalid, the node returns an error in error out.

datatype_icon

sound format

The acquisition rate, the number of channels, and the bits per sample of the sound operation. The values for each of these elements is dependent on your sound card.

Not all operating systems and sound cards support all sample rate (S/s), number of channels, or bits per sample options.

Performance Details

sample rate (S/s) and bits per sample use more computer memory when set to a higher value.

datatype_icon

sample rate (S/s)

Sampling rate for the sound operation. Common rates are 44,100 S/s, 22,050 S/s, and 11,025 S/s.

Default: 22,050 S/s

datatype_icon

number of channels

Number of channels. This input can accept as many channels as the sound card supports. For most sound cards 1 is mono and 2 is stereo.

Default: 2

datatype_icon

bits per sample

Quality of each sample in bits. Available resolutions are 8 bits, 16 bits, and 32 bits.

Default: 16 bits

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.

error in does not contain an error error in contains an error
13781378
If no error occurred before the node runs, the node begins execution normally.

If no error occurs while the node runs, it returns no error. If an error does occur while the node runs, it returns that error information as error out.

If an error occurred before the node runs, the node does not execute. Instead, it returns the error in value as error out.

Default: No error

datatype_icon

reference

Reference to the .wav file specified by sound file. You can pass reference to other Sound Files nodes to interact with the .wav file.

datatype_icon

error out

The node produces this output according to standard error behavior.

This node can return the following error codes.

4805Could not find the sound file.
Note This is not a comprehensive list of errors this node can return.

Standard Error Behavior

Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.

error in does not contain an error error in contains an error
13781378
If no error occurred before the node runs, the node begins execution normally.

If no error occurs while the node runs, it returns no error. If an error does occur while the node runs, it returns that error information as error out.

If an error occurred before the node runs, the node does not execute. Instead, it returns the error in value as error out.