2015-08-03 11:36 PM
I used STM32F10x_AN2812_FW_V2.0.0 to have speex encoding /decoding on voice on my Discovery board
.I used encoding functions and then decoding one and saved the data in .wav format using FATFS. It works very well and I am sure that my code is correct but there is a problem, I want to omit decoding step and save encoded data in .spx format. The main problem is **adding suitable header** to .spx file.
How can I save encoded data in .spx format which PC software could play it?
2015-08-04 11:24 PM
any help?
2015-08-05 05:27 AM
any help?
Evidently not. This isn't a PC software or Speex forum. For Windows you'd presumably need a Codec, or player software that recognizes the format. The format should be sufficiently described, to create a ''header'' for itself.2015-08-08 01:17 AM
Dear clive1
I know this isn't a PC software or Speex forum. I
thoroughly
know about speex header bytes ,I ask about the speex library, it has header file for speex in “Speex header.c� but none of the PC software( that play .spx files) dos not match itThank you very much for your answer anyhow.