Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JuliaLang/julia
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Nov 16, 2012
2 parents 36d75f4 + de24760 commit 779bdab
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 122 deletions.
2 changes: 2 additions & 0 deletions doc/stdlib/sound.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ Here is a quick example that copies an existing file::
* ``sample_rate`` (default = ``8000``): sampling frequency
* ``nbits`` (default = ``16``): number of bits used to encode each
sample
* ``compression`` (default = ``WAVE_FORMAT_PCM``): The desired
compression technique; accepted values are: WAVE_FORMAT_PCM, WAVE_FORMAT_IEEE_FLOAT

The type of the input array, samples, also affects the generated
file. "Native" WAVE files are written when integers are passed into
Expand Down
Loading

0 comments on commit 779bdab

Please sign in to comment.