Guest User

Untitled

a guest
Nov 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ### Convert audio clips to M4a Mono acceptable by AR Studio
  2. ### e.g. WAV audio to M4a as follows using FFMPEG
  3.  
  4. ```
  5. $> ffmpeg -i my_audio_clip.wav -ac 1 my_audio_clip.m4a
  6. ```
Add Comment
Please, Sign In to add comment