All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] SBC encoding Wav files
@ 2005-09-09 18:08 Joe Samuel
  2005-09-09 19:03 ` Victor Shcherbatyuk
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Samuel @ 2005-09-09 18:08 UTC (permalink / raw)
  To: Bluez-devel

Hi,
Why is the sbc code accepting only au?
I tried a PCM wav file, changed the endianness here:
for (ch = 0; ch < sbc->channels; ch++) {
			int16_t s = *((short *)ptr);
			ptr += 2;
			priv->frame.pcm_sample[ch][i] = s;
		}

And of course, changed the header reading part; but it
looks like things are not as simple as that. The
encoded file sounds horrible (rather I would say, it
had nothing in it that sounds like the original).
Did I miss out something?

regards,
Joe





	
	
		
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-09 22:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-09 18:08 [Bluez-devel] SBC encoding Wav files Joe Samuel
2005-09-09 19:03 ` Victor Shcherbatyuk
2005-09-09 22:32   ` Brad Midgley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.