lekernel changed the topic of #milkymist to: Mixxeo, Migen, Milkymist-ng & other Milkymist projects :: Logs: http://en.qi-hardware.com/mmlogs
barmstrong has quit [*.net *.split]
antgreen has quit [*.net *.split]
mami has quit [*.net *.split]
playthatbeat has quit [*.net *.split]
kristianpaul has quit [*.net *.split]
aeris has quit [*.net *.split]
davidc__ has quit [*.net *.split]
larsc has quit [*.net *.split]
[florian] has quit [*.net *.split]
ysionneau has quit [*.net *.split]
jevin has quit [*.net *.split]
balrog has quit [*.net *.split]
Russ has quit [*.net *.split]
Gurty has quit [*.net *.split]
bentley` has quit [*.net *.split]
Hawk777 has quit [*.net *.split]
ohama has quit [*.net *.split]
zumbi has quit [*.net *.split]
qi-bot has quit [*.net *.split]
robmyers has quit [*.net *.split]
kyak has quit [*.net *.split]
felix_ has quit [*.net *.split]
proppy has quit [*.net *.split]
juliusb_ has quit [*.net *.split]
jaeckel has quit [*.net *.split]
Scopeuk-AFK has quit [*.net *.split]
Padawan- has quit [*.net *.split]
ximian_ has quit [*.net *.split]
ChanServ has quit [*.net *.split]
cde has quit [*.net *.split]
wpwrak has quit [*.net *.split]
azonenberg has quit [*.net *.split]
stekern has quit [Ping timeout: 351 seconds]
acathla has quit [Ping timeout: 414 seconds]
_whitelogger has joined #milkymist
sb0 has joined #milkymist
sb0 has quit [Quit: Leaving]
mumptai has joined #milkymist
mumptai has quit [Ping timeout: 245 seconds]
bentley` has quit [Ping timeout: 245 seconds]
bhamilton has joined #milkymist
bhamilton has left #milkymist [#milkymist]
_whitelogger has joined #milkymist
_whitelogger has joined #milkymist
_whitelogger_ has joined #milkymist
_whitelogger has quit [Remote host closed the connection]
key2 has joined #milkymist
_whitelogger_ has joined #milkymist
antgreen has quit [Ping timeout: 240 seconds]
antgreen has joined #milkymist
_whitelogger_ has joined #milkymist
wpwrak has quit [Ping timeout: 245 seconds]
kristianpaul has quit [Ping timeout: 264 seconds]
kristianpaul has joined #milkymist
kristianpaul has joined #milkymist
key2 has joined #milkymist
kristianpaul has quit [Ping timeout: 245 seconds]
kristianpaul has joined #milkymist
kristianpaul has joined #milkymist
antgreen has quit [Ping timeout: 260 seconds]
wpwrak has joined #milkymist
mumptai has joined #milkymist
key2 has quit [Ping timeout: 250 seconds]
key2 has joined #milkymist
antgreen has joined #milkymist
key2 has quit [Ping timeout: 250 seconds]
antgreen has quit [Read error: Operation timed out]
mumptai has quit [Ping timeout: 252 seconds]
kilae has joined #milkymist
<zumbi> hello! maybe this is not the right channel, but I'll ask, which is good and inexpensive option to be able to play/decode audio streams?
<zumbi> I was thinking on cortex-m based thingy
<zumbi> maybe something fpga based is better
<ysionneau> I don't think you need FPGA to decode audio
<ysionneau> small cpu can do it I think
<ysionneau> it depends on the encoding
<ysionneau> which format do you want to decode ?
<ysionneau> I don't remember if we tried decoding mp3 on LM32 on FPGA
<ysionneau> but I bet any arm core can do it with their bunch of hundreds of MHz
<acathla> there are microcontrolers specialized for that, like the portalplayer µP
<davidc__> I've done MP3 decoding on a 70mhz ARM7TDMI
<davidc__> 'twas a portalplayer, actually (they don't have any fancy HW support)
<ysionneau> so even a 75 MHz PIC32 might be able do to it
<ysionneau> to do it*
kilae has quit [Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130910160258]]
<davidc__> hardware multiplier and fast barrel shifter are key IIRC. The Helix decode library is quite good (all fixed point) but it has a bit of a funky license
<zumbi> thanks guys.. I wanted to play streams, so better if I add some audio decoding chip
<zumbi> and leave CPU for network activity
<zumbi> however I am looking to that helix libs
<zumbi> sounds interesting
<acathla> external decoding chip was used in firsts MP3 players, now acceleration is integrated in the µP
<acathla> and hardware decoder decodes ONLY what's it's designed for, like only MP3
<zumbi> acathla: I was thinking on VS1053
<zumbi> Ogg Vorbis / MP3 / AAC / WMA / FLAC / MIDI Audio Codec Chip
<davidc__> zumbi: why not just drop down a 200+mhz ARM? They're cheap and have plenty of horsepower.
<acathla> ou still need a microcontroller, but probably with less code to write
<zumbi> davidc__: I was thinking on some ARM based device running some kind of linux, but, I was targeting a device per room
<zumbi> so, low cost and high quality audio is interesting.. but it might be easier to use on of those raspberry pi boards (which does not do hw audio decoding) and most devices quality is crap
<zumbi> audio quality*
<acathla> ?
<acathla> what's the link between audio quality and decoding from a chip or another?
<acathla> the quality will be made by our DAC and amplifier
<zumbi> well, yes, I meant DAC on ARM dev boards is usually bad
<acathla> using an external decoding chip won't solve the problem, unless it has an embedded DAC
<zumbi> cortex-m4 can do 32-bit single cycle MAC ops
<Hawk777> acathla: the STM32F4Discovery board (used to be insanely cheap, $15 IIRC) has a nice ARM chip and a “CS43L22, audio DAC with integrated class D speaker driver” on the board, among other things. I have no clue what the audio quality of that chip is (I’ve never used it), but it might help you.
<Hawk777> The CPU runs up to 168 MHz.
<Hawk777> No hardware decoder, but it might be beefy enough to run a software decoder.
<Hawk777> (and zumbi)
<zumbi> nah! it does not have ethernet.. I know those boards
* zumbi needs to review class D speaker driver
<Hawk777> Oh, I didn’t know Ethernet was a requirement.
<Hawk777> Whoops.
<Hawk777> The MCU does though, so if you’re thinking of custom boards it’s still on the table.
<zumbi> I am being deviated to something based on raspberry pi and use hdmi audio
mumptai has joined #milkymist
mumptai has quit [Ping timeout: 260 seconds]