Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Sep 15, 2023
1 parent 0d3f361 commit e09b4a9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ if (status != PV_STATUS_SUCCESS) {
// error handling logic
}

char *transcript = NULL;
int32_t num_segments = 0;
pv_segment_t *segments = NULL;
status = pv_falcon_process_file(handle, "${AUDIO_PATH}", &num_segments, &segments);
Expand Down
Empty file removed binding/__init__.py
Empty file.
3 changes: 1 addition & 2 deletions demo/c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ usage: -a ACCESS_KEY -l LIBRARY_PATH -m MODEL_PATH [-d] [-v] audio_path0 audio_p
```

Run the command corresponding to your platform from the root of the repository. Replace `${ACCESS_KEY}` with yours
obtained from [Picovoice Console](https://console.picovoice.ai/) and `${AUDIO_PATH}` with the path to an audio file you
want to transcribe.
obtained from [Picovoice Console](https://console.picovoice.ai/) and `${AUDIO_PATH}` with the path to an audio file.
5 changes: 2 additions & 3 deletions demo/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ Run the following in the terminal:
falcon_demo_file --access_key ${ACCESS_KEY} --audio_paths ${AUDIO_PATH}
```

Replace `${ACCESS_KEY}` with yours obtained from Picovoice Console and `${AUDIO_PATH}` with a path to an audio file you
wish to transcribe.
Replace `${ACCESS_KEY}` with yours obtained from Picovoice Console and `${AUDIO_PATH}` with a path to an audio file.

### Microphone Demo

Expand All @@ -61,4 +60,4 @@ Press `ENTER` key and wait for the following message in the terminal:
>>> Recording ... Press `ENTER` to stop:
```

Now start recording and when done press `ENTER` key to get the transcription.
Now start recording and when done press `ENTER` key.

0 comments on commit e09b4a9

Please sign in to comment.