PSP Memo Recorder: Difference between revisions
From GameBrew
More actions
Created page with "ws |title=PSP Memo Recorder |image=pspmemorecorder.png |description=Sample program that can record 60 seconds of audio and play it back afterwards. |author=lteixeira |lastupdated=2006/09/08 |type=Music |format= |version=0.7 |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/pspmemorecorder.7z 0.7 + Example |website=http://forums.qj.net/psp-development-forum/67341-psp-memo-recorder-v0-6-1-a.html |source= }} PSP Memo Recorder is a sample program showing usage o..." |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox PSP Homebrews | |||
|title=PSP Memo Recorder | |title=PSP Memo Recorder | ||
|image=pspmemorecorder.png | |image=pspmemorecorder.png | ||
| Line 39: | Line 39: | ||
== External links == | == External links == | ||
* QuickJump - http://forums.qj.net/psp- | * QuickJump - http://forums.qj.net/psp-development-forum/67341-psp-memo-recorder-v0-6-1-a.html | ||
Latest revision as of 12:33, 24 January 2025
| PSP Memo Recorder | |
|---|---|
| General | |
| Author | lteixeira |
| Type | Music |
| Version | 0.7 |
| License | Mixed |
| Last Updated | 2006/09/08 |
| Links | |
| 0.7 + Example Download | |
| Website | |
PSP Memo Recorder is a sample program showing usage of the audio input syscalls. With this program you can record (in RAM) 60 seconds of audio and play it back afterwards.
It requires the PSP remote and a headset such as the one used for the SOCOM game. PC to PSP headset adapters should also work.
Controls
R - Start/Stop recording
L - Play the recorded content
Cross - Loop mode
Circle - Exit the program
Screenshots
Changelog
0.7
- I'm posting 2 new things: first I've managed to stabilize the audio input library, so I'm releasing it with the loop example. Secondly I'm releasing a new version of the memo recorder, which consequently became stable.
0.6.1
- Mic level control added. By pressing up and down it can be increased or decreased.
0.6
- Fixes the bug found in the first release.
- PS: This version now features 60 seconds of recording time.