¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: Codec & ADC's
I tried the 2-channel Open Audio I2S objects as 32-bit but the output was distorted.? I might be missing something, but it appears to need more than just changing a define.? I found the Tympan
By Terrance Robertson, KN6ZDE · #33805 ·
Re: Codec & ADC's
Hi Greg and Terrance -? I'm catching up on this.? And, not looking at the begin() end() issue, but just at the Quad I/O in F32.? I'm reading as I get time today, but here are a couple of thoughts.
By Bob Larkin · #33804 ·
Re: Codec & ADC's
As we know the documentation is a bit sparse.? You can get some of the designer's intent from looking at the examples.? I guess I need to go back and look at more of them. Beyond that and simply
By Greg KF5N · #33803 ·
Re: Codec & ADC's
I couldn't find the source, but I thought I read that the intent of the begin and end functions was to provide a quick, efficient way to start/stop the data flow.? The processing of the data,
By Terrance Robertson, KN6ZDE · #33802 ·
Re: Codec & ADC's
It would seem that the interface should be consistent, where applicable, to all of the objects.? So that means any sort of complex data consuming function should have a begin() and end() function. An
By Greg KF5N · #33801 ·
Re: Codec & ADC's
Some OpenAudio library objects, AudioConvertxx for example, can't be disabled.? They continue to process as long they receive data.? It wouldn't be difficult to derive a class that could be
By Terrance Robertson, KN6ZDE · #33800 ·
Re: Codec & ADC's
Hi Mark- I use a combination of switches and mixers because some things have to be both disabled and bypassed.? For example, the receiver equalizer can be active, or inactive and bypassed. So I do
By Greg KF5N · #33799 ·
Re: Codec & ADC's
Greg: I haven't been following closely along, but I thought it might be helpful to pass along the method that I have successfully employed in my TeensyMIDIPolySynth project (a MIDI-driven 3-voice,
By Mark J Culross · #33798 ·
Re: Undefined reference to. . . When compiling
I think there's a conflict. In the SDT.h header file around line 50 is the note: // ============ AFP 09-04-23 #include modified Si5351 library// == Modified Si library must be included in folder with
By jjpurdum · #33797 ·
Re: Undefined reference to. . . When compiling
Hi Jack.? Thanks for the reply. Even though I have: I'm still getting: I forgot just how challenging it can be getting everything in the right places. . . Duane - K5CA
By Duane B · #33796 ·
Re: Undefined reference to. . . When compiling
Duane: Those are function calls that the linker cannot find. This is usually caused by forgetting to #include some specific library. Look in the SDT.h header file, near the top, to see a list of the
By jjpurdum · #33795 ·
Undefined reference to. . . When compiling
Hi everyone.? Its been a LONG time since I've done any compiling, so I don't know how to go about understanding the meaning of : undefined reference to. . . Would someone be so kind to enlighten me?
By Duane B · #33794 ·
Re: Codec & ADC's
So in the Teensy library you can do connect/disconnect.? But to do that, you have to use the name of the connection.? That's painful if you rearrange things and are forced to rename the connections.
By Greg KF5N · #33791 ·
Re: Codec & ADC's
As long as you stay within the OpenAudio library.? However, that library has some limitations.? For example, the AudioConnection_F32 class doesn't have a disconnect method and the connect method is
By Terrance Robertson, KN6ZDE · #33790 ·
Re: Codec & ADC's
Hi Terrance, so at this point at least the I16 to F32 converters would not be required? If so, that would be a nice simplification that would be? worth it even without the I32 IO. -- 73 Greg KF5N
By Greg KF5N · #33789 ·
Re: Codec & ADC's
Porting the I16 quad I2S objects over to the OpenAudio library wasn't too hard if you ignore the configuration change needed for I32 input and output.? Here is the output from a PassThroughQuad_F32
By Terrance Robertson, KN6ZDE · #33788 ·
Boards and Kits to the UK/EU
I shipped the UK/EU T41 V12 /K9HZ /K9HZ+KI3P boards and kits order to Andy Rutter today for sales and distribution in that region. Thanks Andy! And I really appreciate everyone's patients with me in
By K9HZ · #33787 ·
Re: BPF and Teensy Problem
Yeah I did that too¡­ was because my eyes are not that good anymore¡­ Dr. William J. Schmidt - K9HZ J62K(J68HZ) 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ VP2EHZ Owner - Operator Big Signal Ranch ¨C
By K9HZ · #33786 ·
Re: BPF and Teensy Problem
Looks good¡­ Dr. William J. Schmidt - K9HZ J62K(J68HZ) 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ VP2EHZ Owner - Operator Big Signal Ranch ¨C K9ZC Staunton, Illinois Owner ¨C Operator Villa Grand Piton
By K9HZ · #33785 ·
Re: BPF and Teensy Problem
Well I got my problem fixed. Watch the cable connections on the IDC . What I thought was pin 1 was not, check the boards. Made correct cable and it works. Tom AB9EK
By Tom Schulte · #33784 ·