https://github.com/boardfish/com3502-assignment
Voice changer program in Pure Data.
https://github.com/boardfish/com3502-assignment
Last synced: 4 months ago
JSON representation
Voice changer program in Pure Data.
- Host: GitHub
- URL: https://github.com/boardfish/com3502-assignment
- Owner: boardfish
- Created: 2019-12-02T16:20:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T17:08:46.000Z (over 5 years ago)
- Last Synced: 2025-01-02T19:42:21.656Z (5 months ago)
- Language: TeX
- Homepage:
- Size: 10.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speech assignment
## Installation instructions (Ubuntu))
### Pure Data
Install Pd:
```
sudo apt install puredata
```Open Pure Data.
In `File > Preferences > Path`, add this folder. This should allow you to make a `wsprobe~` object.
In `Help > Find externals > Preferences`, check "Should newly installed libraries be added to Pd's search path?"
In `Help > Find externals`, search for `else` and install it.
### Compiling the TeX PDF.
Install a TeX distribution:
```
sudo apt install texlive-full
```You should then be able to run `scripts/build` to update the PDF.
## Questions
Let's use this to keep track of which questions we've completed.
- [x] 1
- [x] 2
- [x] 3 - not sure about my answer to this one, could use some polish
- [x] 4 - not sure about my answer to this one, it's short
- [x] 5 - **LFO**
- [x] 6
- [x] 7
- [x] 8
- [x] 9
- [ ] 10 - Voice changer **LFO required**