Current section

48 Versions

Jump to

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).