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: Speex encoding (Read 1469 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Speex encoding

Sorry, I'm trying to convert to speex.
With intermediate wav file it works but when piping it doesn't.
I've tried various command-line options but I assume it should work even when putting
Code: [Select]
- %d
as there seems to be no option to filter out missing wave header.
Does anybody have some ideas?

Speex encoding

Reply #1
The .wav header is not missing, it is merely reporting a file and data section length of 0xFFFFFFFF, which is probably confusing it. Try searching the encoder's help section for keywords like "ignore" or "length."

Speex encoding

Reply #2
Unfortunatelly I've found nothing like that in the Speex manual nor speexenc help. It looks piping is not going to work in real time.