Skip to content

Commit

Permalink
Merge pull request #69 from AssemblyAI/E07417BDFEA3614F5967B1520F8B2F61
Browse files Browse the repository at this point in the history
Sync from internal repo (2024/10/17)
  • Loading branch information
Swimburger authored Oct 17, 2024
2 parents 2c84523 + bb621e2 commit 1618d7a
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 32 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.8.0]

- Add `multichannel` property to `TranscriptParams`
- Add `multichannel` and `audio_channels` property to `Transcript`
- Add `channel` property to `TranscriptWord`, `TranscriptUtterance`, `TranscriptSentence`, and `SentimentAnalysisResult`

## [4.7.1]

- Log a warning when a user tries to use API key authentication in the browser to connect to the real-time Streaming STT API.
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assemblyai",
"version": "4.7.1",
"version": "4.8.0",
"description": "The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.",
"engines": {
"node": ">=18"
Expand Down Expand Up @@ -99,7 +99,9 @@
"generate:types": "tsx ./scripts/generate-types.ts && prettier 'src/types/*.generated.ts' --write",
"generate:reference": "typedoc",
"copybara:dry-run": "./copybara.sh dry_run --init-history",
"copybara:pr": "./copybara.sh sync_out --init-history"
"copybara:pr": "./copybara.sh sync_out --init-history",
"copybara:dry-run-in": "./copybara.sh dry_run_in --init-history",
"copybara:pr-in": "./copybara.sh sync_in --init-history"
},
"keywords": [
"AssemblyAI",
Expand Down
Loading

0 comments on commit 1618d7a

Please sign in to comment.