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: AAC 5.1 Mixer (Read 3723 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

AAC 5.1 Mixer

Hi,

I need to developer, for my graduate project, one audio mixer for control de gain of
each channel in a 5.1 aac mpeg-2 file.

Any ideas?

Rules:

1 - Has to be MPEG-2 AAC (ISDB Digital TV)
2 - The file is streamed from a server to my computer
3 - I need to receive this file and control the gain (mixing) the six channels (5.1)

I need to do this until june, so it's really urgent, any ideas will be good.

Thank's a lot !

AAC 5.1 Mixer

Reply #1
Hi,

I need to developer, for my graduate project, one audio mixer for control de gain of
each channel in a 5.1 aac mpeg-2 file.

Any ideas?

Rules:

1 - Has to be MPEG-2 AAC (ISDB Digital TV)
2 - The file is streamed from a server to my computer
3 - I need to receive this file and control the gain (mixing) the six channels (5.1)

I need to do this until june, so it's really urgent, any ideas will be good.

Thank's a lot !


Receive the stream (with socket or whatever), decode it into 6 waveform streams and adjust the level of them.

 

AAC 5.1 Mixer

Reply #2
I am alread receiving the stream, but i can't decode the file yet, cause i am developing this soft in java, any examples ?