Packages
wavex
0.4.4
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.4
0.9.3
0.9.1
0.9.0
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.5.5
0.5.4
0.5.3
0.5.2
0.5.0
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.0
0.3.0
0.2.16
0.2.13
0.2.11
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.2
0.2.1
0.2.0
0.1.8
0.1.0
Read WAVE LPCM data
Current section
48 Versions
Jump to
Current section
48 Versions
Compare versions
4
files changed
+6
additions
-5
deletions
| @@ -6,7 +6,8 @@ Read LPCM WAVE data. | |
| 6 6 | |
| 7 7 | This package is still in early beta. Eventually, Wavex will support reading and |
| 8 8 | writing of any valid LPCM WAVE file, as specified in EBU - TECH 3285: |
| 9 | - Specification of the Broadcast Wave Format (BWF), Version 2.0. |
| 9 | + Specification of the Broadcast Wave Format (BWF), Version 2.0, a copy of which |
| 10 | + can be found at priv/tech3285.pdf of this repository. |
| 10 11 | |
| 11 12 | Sources: |
| @@ -7,11 +7,11 @@ | |
| 7 7 | <<"lib/wavex/error.ex">>,<<"lib/wavex/format_chunk.ex">>, |
| 8 8 | <<"lib/wavex/riff_header.ex">>,<<"lib/wavex/utils.ex">>,<<"priv">>, |
| 9 9 | <<"priv/M1F1-Alaw-AFsp.wav">>,<<"priv/M1F1-mulaw-AFsp.wav">>, |
| 10 | - <<"priv/M1F1-uint8-AFsp.wav">>,<<".formatter.exs">>,<<"mix.exs">>, |
| 11 | - <<"README.md">>,<<"LICENSE">>]}. |
| 10 | + <<"priv/M1F1-uint8-AFsp.wav">>,<<"priv/tech3285.pdf">>,<<".formatter.exs">>, |
| 11 | + <<"mix.exs">>,<<"README.md">>,<<"LICENSE">>]}. |
| 12 12 | {<<"licenses">>,[<<"Apache 2">>]}. |
| 13 13 | {<<"links">>,[{<<"GitHub">>,<<"https://github.com/basdirks/wavex">>}]}. |
| 14 14 | {<<"maintainers">>,[<<"Bas Dirks">>]}. |
| 15 15 | {<<"name">>,<<"wavex">>}. |
| 16 16 | {<<"requirements">>,[]}. |
| 17 | - {<<"version">>,<<"0.4.3">>}. |
| 17 | + {<<"version">>,<<"0.4.4">>}. |
| @@ -4,7 +4,7 @@ defmodule Wavex.MixProject do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :wavex, |
| 7 | - version: "0.4.3", |
| 7 | + version: "0.4.4", |
| 8 8 | elixir: "~> 1.6", |
| 9 9 | description: "Read WAVE LPCM data", |
| 10 10 | start_permanent: Mix.env() == :prod, |
unknownpriv/tech3285.pdf
File is too large to be displayed (100 KB limit).