Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-04-25)

### Features

* Mic class now only handles Mic audio streaming and does not have an internal AudioSource ([bd44c30](bd44c30))

### BREAKING CHANGES

* Internal AudioSource and related methods deleted
  • Loading branch information
semantic-release-bot committed Apr 25, 2020
1 parent bd44c30 commit c418739
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
14 changes: 13 additions & 1 deletion Assets/UniMic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.0.0 (2020-04-25)


### Features

* Mic class now only handles Mic audio streaming and does not have an internal AudioSource ([bd44c30](https://github.com/adrenak/UniMic/commit/bd44c30a48827c335c25da2027b7270356669cfe))


### BREAKING CHANGES

* Internal AudioSource and related methods deleted

![Cover](https://github.com/adrenak/UniMic/blob/master/cover.jpg)
## UniMic
A wrapper for Unity's Microphone class.
Expand Down Expand Up @@ -84,4 +96,4 @@ Ready to use spectrum methods such as for standard octaves

## Contact
[@github](https://www.github.com/adrenak)
[@www](http://www.vatsalambastha.com)
[@www](http://www.vatsalambastha.com)
6 changes: 2 additions & 4 deletions Assets/UniMic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"email": "[email protected]",
"url": "www.vatsalambastha.com"
},
"dependencies": {
},
"scopedRegistries": [
]
"dependencies": {},
"scopedRegistries": []
}

0 comments on commit c418739

Please sign in to comment.