Skip to content

Commit

Permalink
Revert "Add an example to record samples and run the pipeline with th…
Browse files Browse the repository at this point in the history
…e recorded (#25)" (#26)

This reverts commit e74dd6b.
  • Loading branch information
skywhale authored Sep 25, 2021
1 parent e74dd6b commit c40fcb4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 345 deletions.
15 changes: 2 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,10 @@ bundled = ["webrtc-audio-processing-sys/bundled"]
serde = { version = "1", features = ["derive"], optional = true }
webrtc-audio-processing-sys = { path = "webrtc-audio-processing-sys", version = "0.4.0" }

[[example]]
name = "recording"
required-features = ["derive_serde"]

[dev-dependencies]
crossbeam-channel = "0.5"
ctrlc = { version = "3", features = ["termination"] }
failure = "0.1"
hound = "3.4"
json5 = "0.3"
portaudio = "0.7"
regex = "1"
serde = { version = "1", features = ["derive"]}
structopt = "0.3"
log = "0.4"
failure = "0.1"
ctrlc = "3"

[package.metadata.docs.rs]
features = [ "bundled" ]
13 changes: 0 additions & 13 deletions examples/recording-configs/record-far-sample.json5

This file was deleted.

21 changes: 0 additions & 21 deletions examples/recording-configs/record-pipeline.json5

This file was deleted.

14 changes: 0 additions & 14 deletions examples/recording-configs/record-sample.json5

This file was deleted.

284 changes: 0 additions & 284 deletions examples/recording.rs

This file was deleted.

0 comments on commit c40fcb4

Please sign in to comment.