Skip to content

Commit

Permalink
chore: update recording controls and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
athulchandroth authored and sujithatzackriya committed Feb 25, 2025
1 parent ee156bc commit f65996f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ This is an experimental Rust-based implementation of the Meeting Minutes AI assi
- Rust (latest stable)
- pnpm (v8 or later)
- macOS (for system audio capture)
- Xcode Command Line Tools
- [Xcode Command Line Tools 16.2](https://developer.apple.com/download/all/?q=xcode) (Released December 11, 2024)


## Project Structure

Expand All @@ -41,17 +42,12 @@ The main project structure is:
1. Clone the main repository:
```bash
git clone <repository-url>
cd meeting-minutes
cd meeting-minutes/frontend
```

2. Clone screenpipe (required for audio capture):
```bash
cd experiment
git clone https://github.com/mediar-ai/screenpipe.git
cd rust_based_implementation
```

3. Install dependencies:

2. Install dependencies:
```bash
pnpm install
```
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/RecordingControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const RecordingControls: React.FC<RecordingControlsProps> = ({
});

setRecordingPath(savePath);
setShowPlayback(true);
// setShowPlayback(true);
setIsProcessing(false);
onRecordingStop();
} catch (error) {
Expand Down

0 comments on commit f65996f

Please sign in to comment.