Skip to content

Commit

Permalink
Removed baja code
Browse files Browse the repository at this point in the history
  • Loading branch information
dkumor committed Mar 19, 2019
1 parent 689572e commit bb8a831
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 1,020 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# RTCBot

[![PyPI](https://img.shields.io/pypi/v/rtcbot.svg?style=flat-square)](https://pypi.org/project/rtcbot/)
[![npm](https://img.shields.io/npm/v/rtcbot.svg?style=flat-square)](https://www.npmjs.com/package/rtcbot)
[![Documentation Status](https://readthedocs.org/projects/rtcbot/badge/?version=latest&style=flat-square)](https://rtcbot.readthedocs.io/en/latest/?badge=latest)
[![Join the chat at https://gitter.im/rtcbot/community](https://img.shields.io/gitter/room/dkumor/rtcbot.svg?style=flat-square)](https://gitter.im/rtcbot/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![CircleCI](https://circleci.com/gh/dkumor/rtcbot.svg?style=svg)](https://circleci.com/gh/dkumor/rtcbot)
Expand Down
2 changes: 1 addition & 1 deletion docs/audio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ With the following code, you can listen to yourself. Make sure to wear headphone
microphone.close()
speaker.close()

Naturally, the raw data can be manipulated with numpy. For example, the following code makes the output tfive times as loud::
Naturally, the raw data can be manipulated with numpy. For example, the following code makes the output five times as loud::

import asyncio
from rtcbot import Microphone, Speaker
Expand Down
54 changes: 0 additions & 54 deletions examples/baja/README.md

This file was deleted.

Loading

0 comments on commit bb8a831

Please sign in to comment.