audio-converter Questions
3
Solved
I have a AudioFileStream_PacketsProc callback set during an AudioFileStreamOpen which handles converting audio packets into PCM using AudioConverterFillComplexBuffer. The issue that I am having is ...
Lecture asked 17/7, 2015 at 17:38
2
Solved
All the sample code I can find that uses AudioConverterRef focuses on use cases where I have all the data up-front (such as converting a file on disk). They commonly call AudioConverterFillComplexB...
Hoarfrost asked 16/5, 2015 at 2:21
1
Solved
My goal is to write C# that turns Microsoft LYNC meeting audio into text.
Here is my project so far. Initially I was trying to record from microphone, save it to WAV then convert WAV to FLAC and us...
Reconcile asked 12/3, 2015 at 15:53
1
Solved
I am trying to convert Linear PCM audio file (.wav) to MP3 using LAME for my iOS app. I am successfully able to do it except for one issue , the created MP3 file turns out to be smaller than the or...
Imitative asked 5/3, 2015 at 11:13
1
Solved
I'm currently writing a command line tool to convert a input music library with various formats (flac / ogg / mp3 / ...) to an output music library of a given format (flac / ogg / mp3). I've based ...
Aruba asked 31/1, 2014 at 20:44
1
I'm generating tones on iPhone using AudioUnits based on Matt Gallagher's classic example. In order to avoid the chirps and clicks at the beginning/end, I'm fading the amplitude in/out in the Rende...
Praemunire asked 1/5, 2013 at 21:4
2
Solved
How do you check a file type when there is no extension in c#
For instance, I have files with no extension, that are either .mp4 or .flv format (just no extension). I plan on converting these vide...
Electrobiology asked 17/3, 2012 at 4:33
1
I'm new to ffmpeg and I was trying to find out how to convert a audio or video file from one format to another. I don't want to use CLI, I just want to know if I can use ffmpeg as a library and cal...
Elma asked 10/11, 2011 at 7:5
1
Solved
I'm writing a CoreAudio backend for an audio library called XAL. Input buffers can be of various sample rates. I'm using a single audio unit for output. Idea is to convert the buffers and mix them ...
Latreshia asked 7/7, 2011 at 12:57
1
© 2022 - 2024 — McMap. All rights reserved.