avr custom wav player help! Hi Guy,
i am trying the pingpong buffer, which ibelieve will make the data save into another buffer. but i does not work well. can you check my codes?
please check correct my...
Tuesday, 16 September 2014 - 22:17
avr custom wav player help! i already tested that. saving the data into array and read the data via pgm_read_byte and it works. but not sure why the data from sd card didn't work.
avr custom wav player help! Hi theusch,
i tried that but the structure of other is confusing to me. please help me to make it work then and i really appreciate it.
i actually posted the value www....
Monday, 15 September 2014 - 23:39
avr custom wav player help! i want to use the codes that i posted. i dont like to use other library...
simply want to learn..
avr custom wav player help! yes, it output a noisy sounds. what should be the solution? i get converted to wav file into an array and i gets the same value.
these are the value when i converted the raw file...
Monday, 15 September 2014 - 16:58
avr custom wav player help! i really like you guys to edit my codes. if that is posible on you guys. cause im getting old
#include <stdio.h>
#include <avr/io.h>
#include <util/delay.h>
#...
Monday, 15 September 2014 - 15:53
avr custom wav player help! Hi All,
i changed my code. so that i can see the wav data. and i get this.
i really wonder why does not play the wav data on the PORTD
read block 645
receive block
block...
Monday, 15 September 2014 - 13:59
avr custom wav player help! Hi clawson, the lenght of wav audio is 4521984 array. so i think the loop would be like these?
void audio_playback(uint8_t *block_address, uint16_t length)
{
uint16_t...
I am doing the pingpong buffer now. please open some suggestion...
Hi Guy, i am trying the pingpong buffer, which ibelieve will make the data save into another buffer. but i does not work well. can you check my codes? please check correct my...
i already tested that. saving the data into array and read the data via pgm_read_byte and it works. but not sure why the data from sd card didn't work.
@bobgardner, have you test it? do you have the solution?
Hi theusch, i tried that but the structure of other is confusing to me. please help me to make it work then and i really appreciate it. i actually posted the value www....
i want to use the codes that i posted. i dont like to use other library... simply want to learn..
hmm any one wants to help me?
yes, it output a noisy sounds. what should be the solution? i get converted to wav file into an array and i gets the same value. these are the value when i converted the raw file...
i really like you guys to edit my codes. if that is posible on you guys. cause im getting old #include <stdio.h> #include <avr/io.h> #include <util/delay.h> #...
Hi All, i changed my code. so that i can see the wav data. and i get this. i really wonder why does not play the wav data on the PORTD read block 645 receive block block...
Hi clawson, the lenght of wav audio is 4521984 array. so i think the loop would be like these? void audio_playback(uint8_t *block_address, uint16_t length) { uint16_t...
Hi clawson, i try that idea. ill get back soon.
Pages