-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify combining audio channels for > 2 channels #1
Comments
Hi James, Here is the error message that I'm getting from the save_combined function-
|
@JosephHinz thanks Joseph, interesting, perhaps it's a platform issue (I'm on mac, see e.g. https://stackoverflow.com/questions/45131495/the-system-cannot-find-the-file-specified-with-ffmpeg), I'll look into it. For the non-surround sound applications you're looking at, you can use the new You can get these code changes by rebasing your fork onto the main branch of the original repo (see my email from last week). |
currently rely on
ffmpeg-python
wrapper to write surround sound wav files, but this may be overkill; requires writing of temporary files, andffmpeg
seems to scramble channel orders such that they need to be unscrambled using ad-hocforder
lists which had to be determined for each setup through trial and error and are now an extra property of theaudio_channels
objectIs it possible to:
ffmpeg
library (wavio
wont do this)The text was updated successfully, but these errors were encountered: