View Single Post
Old 09-04-2018, 01:43 AM   #1
bommaren
Human being with feelings
 
Join Date: Nov 2008
Location: Stockholm Sweden
Posts: 23
Default Request - How to create omnitone splitted Ambisonic files

I/We have created a BLE headtracker (HW, Firmware and SW interface) to use with omnitone:

https://github.com/bossesand/OHTI

As browsers appearently cannot read more than 8 channel audio files.

I need assistance to find a simple way to automate a split of Second order or Third order ambix files into 2 files, named like this if the original example file is a 16 or 9 channel file

var exampleSoundPathList = [
'resources/3oa_example_ch0-ch7.wav',
'resources/3oa_example_ch8-ch15.wav'

var exampleSoundPathList = [
'resources/3oa_example_ch0-ch7.wav',
'resources/3oa_example_ch8-ch9.wav'

The files can be wav, Opus/ogg or WebM.

Best Regards
Bo-Erik
bommaren is offline   Reply With Quote