The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capturing audio from SDL versions
06-05-2016, 03:55 AM
Post: #1
Capturing audio from SDL versions
So I'd like to capture some audio from a few PSP games.

According to the SDL documentation, it should be possible to do this by setting the following before running PPSSPP.

Code:
$ export SDL_AUDIODRIVER="disk"

This does save a raw audio capture, but it doesn't appear to be in the expected 44100hz 16 bit stereo format when I try to import raw in audacity. It does seem to be 16bit stereo when I import raw in audacity, but I'm not sure what the sample rate is, as it sounds too fast at 44khz.

Has anyone done this before any know what sample rate to import as? Does it vary by game by any chance?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Capturing audio from SDL versions - arutema - 06-05-2016 03:55 AM

Forum Jump: