Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: can faad2 support multiple aac decoder instance (Read 3929 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

can faad2 support multiple aac decoder instance

Hi,

Can faad2 support multiple aac decoder  instance? (That means if I can create multiple decoder and decode several files simultaneously)
Can faac support multiple aac encoder  instance?

Thanks.

can faad2 support multiple aac decoder instance

Reply #1
Generally, I don't think decoders support any particular number of instances.  Rather, the operating system and hardware they are run on typically determines that.

 

can faad2 support multiple aac decoder instance

Reply #2
I'm not sure I understand the question. Yes, you can launch multiple instances of faad/faac at once, manually, via a script, or whatever.

can faad2 support multiple aac decoder instance

Reply #3
Maybe the question is about thread safety of faac and faad2 DLLs?

can faad2 support multiple aac decoder instance

Reply #4
As far as I remember FAAD2 at least requires you to allocate all its working memory in a structure and pass it into every function, so it's likely to be thread-safe.