Re: [Libav-user] Using audio filters with raw PCM audio data.

2016-12-02 Thread Steve
Carl Eugen Hoyos-2 wrote
> 2016-12-02 0:48 GMT+01:00 Steve Myers <

> musicspeedchanger@

> >:
>> It's shorts in memory that must be processed in real time.
> 
> You didn't say which filter you want to use but is there any
> indication that the pcm decoder has processing time compared
> to the filter you need?
> 
> Please do not top-post here, Carl Eugen
> ___
> Libav-user mailing list

> Libav-user@

> http://ffmpeg.org/mailman/listinfo/libav-user

I think the processing time of decoding would be ok, but how to decode a
stream of short arrays from memory?



--
View this message in context: 
http://libav-users.943685.n4.nabble.com/Libav-user-Using-audio-filters-with-raw-PCM-audio-data-tp4662921p4662925.html
Sent from the libav-users mailing list archive at Nabble.com.
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user


Re: [Libav-user] Using audio filters with raw PCM audio data.

2016-12-02 Thread Carl Eugen Hoyos
2016-12-02 0:48 GMT+01:00 Steve Myers :
> It's shorts in memory that must be processed in real time.

You didn't say which filter you want to use but is there any
indication that the pcm decoder has processing time compared
to the filter you need?

Please do not top-post here, Carl Eugen
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user


Re: [Libav-user] Using audio filters with raw PCM audio data.

2016-12-01 Thread Steve Myers
It's shorts in memory that must be processed in real time.

On Dec 1, 2016 6:46 PM, "Carl Eugen Hoyos"  wrote:

> 2016-12-01 21:13 GMT+01:00 Steve Myers :
> > Looking at the filtering example, it appears AVFrame's are needed to
> pass to
> > the filter graph. Is it possible/feasible to create our own AVFrame's if
> we
> > have raw PCM audio of a known format in order to pass to the filters?
>
> What advantage would this have over "decoding" your pcm audio with
> the appropriate decoder?
>
> Carl Eugen
> ___
> Libav-user mailing list
> Libav-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user


Re: [Libav-user] Using audio filters with raw PCM audio data.

2016-12-01 Thread Carl Eugen Hoyos
2016-12-01 21:13 GMT+01:00 Steve Myers :
> Looking at the filtering example, it appears AVFrame's are needed to pass to
> the filter graph. Is it possible/feasible to create our own AVFrame's if we
> have raw PCM audio of a known format in order to pass to the filters?

What advantage would this have over "decoding" your pcm audio with
the appropriate decoder?

Carl Eugen
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user