Search results

  1. P

    Teensyduino 1.52 Released

    realize now its probably got nothing to do with beta vs release 1.52. When I've been importing, it seems random as to whether the default import dialog is at 'mono' or 'stereo'. Possibly audacity is looking at some bit for a clue as to whether its mono or stereo, but since the raw is pure...
  2. P

    Teensyduino 1.52 Released

    Hello Frank et al. So, yes, I'm an idiot. Here is what I didn't realize about importing into audacity. I thought that when the "import" dialog appears after choosing the file to import, it is populated with default values not related to the raw file being imported. My problem was that when...
  3. P

    Teensyduino 1.52 Released

    Thank you for responding Frank. Yes I'm sure. When I get home tonight I'm going to do a fresh install of Arduino and 1.52....i don't remember if I installed 1.52 release over the top of the beta, although it seems unlikely this could be a side effect, no? Dumbfounded right now but will test...
  4. P

    Teensyduino 1.52 Released

    Probably losing my mind, but I'm on Manjaro with Arduino 1.8.12 and 1.52 TeensyDuino. I am recording snippets of audio and writing .raw SD files. When I play them back using playSdRaw, they sound fine, but when I import a raw file into audacity, it seems that the bitrate is 22050? The...
  5. P

    T4.0 Memory - trying to make sense of the different regions

    When I try: PROGMEM const unsigned int AudioSample[188161] = { // ... The compile fails with: 'PROGMEM' does not name a type
  6. P

    T4.0 Memory - trying to make sense of the different regions

    Probably a dumb question, but I have a constant defined in a separate .cpp file as output from wav2sketch. It looks like: const unsigned int AudioSample[188161] = {.......} If I try to use PROGMEM (because if I don't I'm getting a "`.data' will not fit in region `DTCM'"), I get "expected...
  7. P

    Teensyduino 1.47 Released

    Ok, thank you for that! I will get rid of the manjaro repository install, and instead install from arduino.cc. I had read about that in the "known issues", but the only reason I thought it'd be ok in this instance was that the 1.8.8 install from the manjaro repositories and teensduino 1.4.5...
  8. P

    Teensyduino 1.47 Released

    I have arduino 1.8.9-3 installed on manjaro linux (arduino 1.8.9-3 is from the default manjaro repositories). When I run the teensyduino 1.47 installer, I cannot install because I see: Checking Arduino 1.8.9: version: "lib/version.txt" version matches file: "arduino" present...
Back
Top