Skip to content

Commit

Permalink
Remove sample audio and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
bericyb committed Feb 1, 2024
1 parent c4c76d2 commit 020a6cc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "A library for encoding 16bit PCM to a-law and mu-law."
repository = ""
keywords = ["audio", "encoding", "alaw", "mulaw", "no_std"]
categories = ["encoding", "multimedia::audio", "no-std"]
exclude = ["audio.raw", "examples/"]
exclude = ["audio.raw", "examples/", ".github/"]

[lib]
name = "law_encoder"
Expand Down
1 change: 0 additions & 1 deletion encoded.ulaw

This file was deleted.

1 change: 0 additions & 1 deletion mulaw.ulaw

This file was deleted.

1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pub use crate::formats::{InputFormat, OutputFormat};
mod encoder;
pub mod errors;
pub mod formats;
mod utils;

pub struct LawEncoder;

Expand Down

0 comments on commit 020a6cc

Please sign in to comment.