Skip to content

Commit b2feae2

Browse files
wangtzcopybara-github
authored andcommitted
Model Maker Audio: Update README with instructions on sndfile
PiperOrigin-RevId: 373273154
1 parent e88fc1d commit b2feae2

File tree

1 file changed

+2
-0
lines changed
  • tensorflow_examples/lite/model_maker

1 file changed

+2
-0
lines changed

tensorflow_examples/lite/model_maker/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ model for on-device ML applications.
1212
[requirements.txt](https://github.com/tensorflow/examples/blob/master/tensorflow_examples/lite/model_maker/requirements.txt)
1313
for dependent libraries that're needed to use the library and run the demo
1414
code.
15+
* Note that you might also need to install `sndfile` for Audio tasks.
16+
On Debian/Ubuntu, you can do so by `sudo apt-get install libsndfile1`
1517

1618
## Installation
1719

0 commit comments

Comments
 (0)